@@ -268,7 +268,7 @@ test-python-universal-postgres-online:
268268 not test_snowflake" \
269269 sdk/python/tests
270270
271- test-python-universal-mysql-online :
271+ test-python-universal-mysql-online :
272272 PYTHONPATH=' .' \
273273 FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.mysql_online_store.mysql_repo_configuration \
274274 PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.mysql \
@@ -292,7 +292,11 @@ test-python-universal-cassandra:
292292 FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.cassandra_online_store.cassandra_repo_configuration \
293293 PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.cassandra \
294294 python -m pytest -x --integration \
295- sdk/python/tests
295+ sdk/python/tests/integration/offline_store/test_feature_logging.py \
296+ --ignore=sdk/python/tests/integration/offline_store/test_validation.py \
297+ -k " not test_snowflake and \
298+ not test_spark_materialization_consistency and \
299+ not test_universal_materialization"
296300
297301test-python-universal-hazelcast :
298302 PYTHONPATH=' .' \
@@ -330,7 +334,7 @@ test-python-universal-cassandra-no-cloud-providers:
330334 not test_snowflake" \
331335 sdk/python/tests
332336
333- test-python-universal-elasticsearch-online :
337+ test-python-universal-elasticsearch-online :
334338 PYTHONPATH=' .' \
335339 FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.elasticsearch_online_store.elasticsearch_repo_configuration \
336340 PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.elasticsearch \
@@ -349,6 +353,14 @@ test-python-universal-cassandra-no-cloud-providers:
349353 not test_snowflake" \
350354 sdk/python/tests
351355
356+ test-python-universal-milvus-online :
357+ PYTHONPATH=' .' \
358+ FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.milvus_online_store.milvus_repo_configuration \
359+ PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.milvus \
360+ python -m pytest -n 8 --integration \
361+ -k " test_retrieve_online_milvus_ocuments" \
362+ sdk/python/tests --ignore=sdk/python/tests/integration/offline_store/test_dqm_validation.py
363+
352364test-python-universal-singlestore-online :
353365 PYTHONPATH=' .' \
354366 FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.singlestore_repo_configuration \
0 commit comments