Skip to content

Commit cf31955

Browse files
Fix tests
1 parent 5c1ad7a commit cf31955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ services:
404404
- 'PRECISE_CODE_INTEL_UPLOAD_BACKEND=blobstore'
405405
- 'PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT=http://blobstore:9000'
406406
- 'OTEL_EXPORTER_OTLP_ENDPOINT=http://otel-collector:4317'
407-
- 'SYNTACTIC_CODE_INTEL_WORKER_ADDR=127.0.0.1:3288'
407+
- 'SYNTACTIC_CODE_INTEL_WORKER_ADDR=:3288'
408408
healthcheck:
409409
test: "wget -q 'http://127.0.0.1:3288/healthz' -O /dev/null || exit 1"
410410
interval: 5s

test/smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deploy_sourcegraph() {
1515
expect_containers="25"
1616
elif [[ "$TEST_TYPE" == "docker-compose-test" ]]; then
1717
docker-compose --file docker-compose/docker-compose.yaml up -d -t 600
18-
expect_containers="26"
18+
expect_containers="27"
1919
fi
2020

2121
echo "Giving containers 90s to start..."

0 commit comments

Comments
 (0)