Skip to content

Commit 88a0320

Browse files
fix: Fixing PGVector integration tests (#4778)
* fix: Fixing PGVector integration tests Signed-off-by: Francisco Javier Arceo <[email protected]> * Fixing merge Signed-off-by: Francisco Javier Arceo <[email protected]> --------- Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 1104753 commit 88a0320

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

+5-2
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ test-python-universal-postgres-online:
242242

243243
test-python-universal-pgvector-online:
244244
PYTHONPATH='.' \
245-
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.pgvector_repo_configuration \
245+
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.postgres_online_store.pgvector_repo_configuration \
246246
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.postgres \
247247
python -m pytest -n 8 --integration \
248248
-k "not test_universal_cli and \
@@ -256,6 +256,9 @@ test-python-universal-postgres-online:
256256
not gcs_registry and \
257257
not s3_registry and \
258258
not test_universal_types and \
259+
not test_validation and \
260+
not test_spark_materialization_consistency and \
261+
not test_historical_features_containing_backfills and \
259262
not test_snowflake" \
260263
sdk/python/tests
261264

@@ -351,7 +354,7 @@ test-python-universal-singlestore-online:
351354
not test_snowflake" \
352355
sdk/python/tests
353356

354-
test-python-universal-qdrant-online:
357+
test-python-universal-qdrant-online:
355358
PYTHONPATH='.' \
356359
FULL_REPO_CONFIGS_MODULE=sdk.python.feast.infra.online_stores.qdrant_online_store.qdrant_repo_configuration \
357360
PYTEST_PLUGINS=sdk.python.tests.integration.feature_repos.universal.online_store.qdrant \

0 commit comments

Comments
 (0)