@@ -268,7 +268,7 @@ test-python-universal-postgres-online:
268
268
not test_snowflake" \
269
269
sdk/python/tests
270
270
271
- test-python-universal-mysql-online :
271
+ test-python-universal-mysql-online :
272
272
PYTHONPATH=' .' \
273
273
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.mysql_online_store.mysql_repo_configuration \
274
274
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.mysql \
@@ -292,7 +292,11 @@ test-python-universal-cassandra:
292
292
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.cassandra_online_store.cassandra_repo_configuration \
293
293
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.cassandra \
294
294
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"
296
300
297
301
test-python-universal-hazelcast :
298
302
PYTHONPATH=' .' \
@@ -330,7 +334,7 @@ test-python-universal-cassandra-no-cloud-providers:
330
334
not test_snowflake" \
331
335
sdk/python/tests
332
336
333
- test-python-universal-elasticsearch-online :
337
+ test-python-universal-elasticsearch-online :
334
338
PYTHONPATH=' .' \
335
339
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.elasticsearch_online_store.elasticsearch_repo_configuration \
336
340
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.elasticsearch \
@@ -349,6 +353,14 @@ test-python-universal-cassandra-no-cloud-providers:
349
353
not test_snowflake" \
350
354
sdk/python/tests
351
355
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
+
352
364
test-python-universal-singlestore-online :
353
365
PYTHONPATH=' .' \
354
366
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.singlestore_repo_configuration \
0 commit comments