aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitaly Isaev <vitalyisaev@ydb.tech>2024-04-23 15:27:09 +0300
committerGitHub <noreply@github.com>2024-04-23 15:27:09 +0300
commitdbe0246c5189ed932c2ae1055b4a2d2de765eb8c (patch)
tree69bef6b56fdad265371be497d151ed8528a3d7ae
parent1aceb8a16aeec092357c6c181fd6b33056ef5fb5 (diff)
downloadydb-dbe0246c5189ed932c2ae1055b4a2d2de765eb8c.tar.gz
Fixed YDB hostname in FQ Generic tests (#4033)
-rw-r--r--ydb/tests/fq/generic/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/tests/fq/generic/docker-compose.yml b/ydb/tests/fq/generic/docker-compose.yml
index d0a2157a4b2..327bbbff9dc 100644
--- a/ydb/tests/fq/generic/docker-compose.yml
+++ b/ydb/tests/fq/generic/docker-compose.yml
@@ -12,7 +12,7 @@ services:
fq-connector-go:
command: |
sh -c "
- echo \"$$(dig fq-tests-ydb-ydb +short) fq-tests-ydb-ydb\" >> /etc/hosts; cat /etc/hosts;
+ echo \"$$(dig tests-fq-generic-ydb +short) tests-fq-generic-ydb\" >> /etc/hosts; cat /etc/hosts;
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
container_name: tests-fq-generic-fq-connector-go
image: ghcr.io/ydb-platform/fq-connector-go:v0.2.20@sha256:a1771f348dc8be6219865e332f788429907cdfec3677b3e98f0bc6f7dd542dc6