Skip to content

Commit 54190e6

Browse files
oavdeevwoop
authored andcommitted
fix docker-compose test
Signed-off-by: Oleg Avdeev <oleg.v.avdeev@gmail.com>
1 parent 495da58 commit 54190e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/scripts/test-docker-compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ docker exec \
6969
-e DISABLE_FEAST_SERVICE_FIXTURES=true \
7070
--user root \
7171
feast_jupyter_1 bash \
72-
-c 'cd /feast/tests && python -m pip install -r requirements.txt && pytest e2e/ --ingestion-jar https://storage.googleapis.com/feast-jobs/spark/ingestion/feast-ingestion-spark-${FEAST_VERSION}.jar --redis-url redis:6379 --core-url core:6565 --serving-url online_serving:6566 --job-service-url jobservice:6568 --staging-path file:///shared/staging/ --kafka-brokers kafka:9092'
72+
-c 'cd /feast/tests && python -m pip install -r requirements.txt && pytest e2e/ --ingestion-jar https://storage.googleapis.com/feast-jobs/spark/ingestion/feast-ingestion-spark-${FEAST_VERSION}.jar --redis-url redis:6379 --core-url core:6565 --serving-url online_serving:6566 --job-service-url jobservice:6568 --staging-path file:///shared/staging/ --kafka-brokers kafka:9092 --feast-version develop'

0 commit comments

Comments
 (0)