Skip to content

chore: Split integration tests out of unit suite#6358

Open
franciscojavierarceo wants to merge 1 commit intofeast-dev:masterfrom
franciscojavierarceo:codex/split-integration-tests
Open

chore: Split integration tests out of unit suite#6358
franciscojavierarceo wants to merge 1 commit intofeast-dev:masterfrom
franciscojavierarceo:codex/split-integration-tests

Conversation

@franciscojavierarceo
Copy link
Copy Markdown
Member

Summary

  • tighten make test-python-unit to collect only sdk/python/tests/unit
  • move service/container/full-repo tests into sdk/python/tests/integration
  • keep pure helper/permission/offline-server routing checks in unit coverage

Tests

  • make install-python-dependencies-ci
  • uv run python -m pytest --collect-only -q --integration sdk/python/tests/integration/online_store/test_mongodb_online_retrieval.py sdk/python/tests/integration/local_feast_tests/test_e2e_local.py sdk/python/tests/integration/offline_server/test_offline_server.py sdk/python/tests/integration/doctest/test_all.py
  • uv run python -m pytest -q sdk/python/tests/unit/test_offline_server.py
  • make test-python-unit pattern='offline_server or groups_namespaces_auth'

@franciscojavierarceo franciscojavierarceo requested a review from a team as a code owner May 1, 2026 19:25
@franciscojavierarceo franciscojavierarceo force-pushed the codex/split-integration-tests branch from b1a0028 to fbfe0fb Compare May 1, 2026 19:30
@franciscojavierarceo franciscojavierarceo changed the title Split integration tests out of unit suite chore: Split integration tests out of unit suite May 1, 2026
@franciscojavierarceo franciscojavierarceo force-pushed the codex/split-integration-tests branch from fbfe0fb to 7d55853 Compare May 1, 2026 19:42
Comment thread Makefile
--ignore=sdk/python/tests/component/ray \
--ignore=sdk/python/tests/component/spark \
sdk/python/tests
sdk/python/tests/unit
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test_hybrid_online_store.py and test_mcp_feature_server.py needs integration marker, else won;t run in CI now

@franciscojavierarceo franciscojavierarceo force-pushed the codex/split-integration-tests branch from 7d55853 to 367d03d Compare May 4, 2026 03:42
@franciscojavierarceo franciscojavierarceo force-pushed the codex/split-integration-tests branch from 367d03d to 255e99f Compare May 4, 2026 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants