Skip to content

Commit 662119a

Browse files
renaming test and adding milvus to integration test
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent fcf32d9 commit 662119a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ test-python-universal-milvus-online:
358358
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.milvus_online_store.milvus_repo_configuration \
359359
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.milvus\
360360
python -m pytest -n 8 --integration \
361-
-k "test_retrieve_online_documents and not test_validation" \
361+
-k "test_retrieve_online_documents and not test_dqm" \
362362
sdk/python/tests
363363

364364
test-python-universal-singlestore-online:

sdk/python/tests/integration/online_store/test_universal_online.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ def assert_feature_service_entity_mapping_correctness(
857857

858858

859859
@pytest.mark.integration
860-
@pytest.mark.universal_online_stores(only=["pgvector", "elasticsearch", "qdrant"])
860+
@pytest.mark.universal_online_stores(only=["pgvector", "elasticsearch", "qdrant", "milvus"])
861861
def test_retrieve_online_documents(vectordb_environment, fake_document_data):
862862
fs = vectordb_environment.feature_store
863863
df, data_source = fake_document_data

0 commit comments

Comments
 (0)