chore: Split integration tests out of unit suite#6358
Open
franciscojavierarceo wants to merge 1 commit intofeast-dev:masterfrom
Open
chore: Split integration tests out of unit suite#6358franciscojavierarceo wants to merge 1 commit intofeast-dev:masterfrom
franciscojavierarceo wants to merge 1 commit intofeast-dev:masterfrom
Conversation
b1a0028 to
fbfe0fb
Compare
fbfe0fb to
7d55853
Compare
ntkathole
reviewed
May 2, 2026
| --ignore=sdk/python/tests/component/ray \ | ||
| --ignore=sdk/python/tests/component/spark \ | ||
| sdk/python/tests | ||
| sdk/python/tests/unit |
Member
There was a problem hiding this comment.
test_hybrid_online_store.py and test_mcp_feature_server.py needs integration marker, else won;t run in CI now
7d55853 to
367d03d
Compare
367d03d to
255e99f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
make test-python-unitto collect onlysdk/python/tests/unitsdk/python/tests/integrationTests
make install-python-dependencies-ciuv 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.pyuv run python -m pytest -q sdk/python/tests/unit/test_offline_server.pymake test-python-unit pattern='offline_server or groups_namespaces_auth'