Skip to content

Commit c536f4b

Browse files
authored
Update github.com/ydb-platform/fq-connector-go to 0.5.11-rc.6 (#10891)
1 parent 86223ca commit c536f4b

File tree

11 files changed

+26
-18
lines changed

11 files changed

+26
-18
lines changed

ydb/library/yql/providers/generic/connector/tests/datasource/clickhouse/docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ services:
22
clickhouse:
33
container_name: fq-tests-ch-clickhouse
44
environment:
5+
CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS: 1
56
CLICKHOUSE_DB: db
67
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
78
CLICKHOUSE_PASSWORD: password
89
CLICKHOUSE_USER: user
9-
CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS: 1
1010
image: mirror.gcr.io/clickhouse/clickhouse-server:24.3.12-alpine@sha256:65e5846a0d9672714f2625502b27846563f6d01ec226304cf851aa49004ffde8
11+
ports:
12+
- 9000
13+
- 8123
1114
volumes:
1215
- ./init:/docker-entrypoint-initdb.d
13-
ports:
14-
- 9000
15-
- 8123
1616
fq-connector-go:
1717
container_name: fq-tests-ch-fq-connector-go
18-
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.5@sha256:c17f67aea314366690545aea1db9f2bf4391ae1269044ebbac7ea2316972e7ff
18+
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.6@sha256:15d3cf4ca55c11dbee4661c039eca8248e1eff0796630d325d3028a8d7af372a
1919
ports:
20-
- 2130
20+
- 2130
2121
volumes:
22-
- ../../fq-connector-go/:/opt/ydb/cfg/
22+
- ../../fq-connector-go/:/opt/ydb/cfg/
2323
version: "3.4"

ydb/library/yql/providers/generic/connector/tests/datasource/ms_sql_server/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
fq-connector-go:
33
container_name: fq-tests-mssql-fq-connector-go
4-
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.5@sha256:c17f67aea314366690545aea1db9f2bf4391ae1269044ebbac7ea2316972e7ff
4+
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.6@sha256:15d3cf4ca55c11dbee4661c039eca8248e1eff0796630d325d3028a8d7af372a
55
ports:
66
- 2130
77
volumes:

ydb/library/yql/providers/generic/connector/tests/datasource/mysql/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
fq-connector-go:
33
container_name: fq-tests-mysql-fq-connector-go
4-
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.5@sha256:c17f67aea314366690545aea1db9f2bf4391ae1269044ebbac7ea2316972e7ff
4+
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.6@sha256:15d3cf4ca55c11dbee4661c039eca8248e1eff0796630d325d3028a8d7af372a
55
ports:
66
- 2130
77
volumes:

ydb/library/yql/providers/generic/connector/tests/datasource/oracle/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
fq-connector-go:
33
container_name: fq-tests-oracle-fq-connector-go
4-
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.5@sha256:c17f67aea314366690545aea1db9f2bf4391ae1269044ebbac7ea2316972e7ff
4+
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.6@sha256:15d3cf4ca55c11dbee4661c039eca8248e1eff0796630d325d3028a8d7af372a
55
ports:
66
- 2130
77
volumes:

ydb/library/yql/providers/generic/connector/tests/datasource/postgresql/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
fq-connector-go:
33
container_name: fq-tests-pg-fq-connector-go
4-
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.5@sha256:c17f67aea314366690545aea1db9f2bf4391ae1269044ebbac7ea2316972e7ff
4+
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.6@sha256:15d3cf4ca55c11dbee4661c039eca8248e1eff0796630d325d3028a8d7af372a
55
ports:
66
- 2130
77
volumes:

ydb/library/yql/providers/generic/connector/tests/datasource/ydb/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
dnsmasq;
99
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
1010
container_name: fq-tests-ydb-fq-connector-go
11-
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.5@sha256:c17f67aea314366690545aea1db9f2bf4391ae1269044ebbac7ea2316972e7ff
11+
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.6@sha256:15d3cf4ca55c11dbee4661c039eca8248e1eff0796630d325d3028a8d7af372a
1212
ports:
1313
- 2130
1414
volumes:

ydb/library/yql/providers/generic/connector/tests/join/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ services:
22
clickhouse:
33
container_name: fq-tests-join-clickhouse
44
environment:
5+
CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS: 1
56
CLICKHOUSE_DB: db
67
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
78
CLICKHOUSE_PASSWORD: password
89
CLICKHOUSE_USER: user
9-
CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS: 1
1010
image: mirror.gcr.io/clickhouse/clickhouse-server:24.3.12-alpine@sha256:65e5846a0d9672714f2625502b27846563f6d01ec226304cf851aa49004ffde8
11-
volumes:
12-
- ./init/clickhouse:/docker-entrypoint-initdb.d
1311
ports:
1412
- 9000
1513
- 8123
14+
volumes:
15+
- ./init/clickhouse:/docker-entrypoint-initdb.d
1616
fq-connector-go:
1717
container_name: fq-tests-join-fq-connector-go
18-
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.5@sha256:c17f67aea314366690545aea1db9f2bf4391ae1269044ebbac7ea2316972e7ff
18+
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.6@sha256:15d3cf4ca55c11dbee4661c039eca8248e1eff0796630d325d3028a8d7af372a
1919
ports:
2020
- 2130
2121
volumes:

ydb/tests/fq/generic/analytics/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ services:
1919
echo \"$$(dig tests-fq-generic-analytics-ydb +short) tests-fq-generic-analytics-ydb\" >> /etc/hosts; cat /etc/hosts;
2020
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
2121
container_name: tests-fq-generic-analytics-fq-connector-go
22-
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.5@sha256:c17f67aea314366690545aea1db9f2bf4391ae1269044ebbac7ea2316972e7ff
22+
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.6@sha256:15d3cf4ca55c11dbee4661c039eca8248e1eff0796630d325d3028a8d7af372a
2323
ports:
2424
- "2130"
25+
volumes:
26+
- ../../../../library/yql/providers/generic/connector/tests/fq-connector-go/:/opt/ydb/cfg/
2527
greenplum:
2628
container_name: tests-fq-generic-analytics-greenplum
2729
image: ghcr.io/ydb-platform/fq-connector-go_greenplum:6.25.3-6432@sha256:9e862b05719b289b447562fbce6c003916a764a549f924a4175eecd7e7891a0b

ydb/tests/fq/generic/analytics/ya.make

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ STYLE_PYTHON()
44

55
NO_CHECK_IMPORTS()
66

7+
DATA(arcadia/ydb/library/yql/providers/generic/connector/tests/fq-connector-go)
8+
79
INCLUDE(${ARCADIA_ROOT}/ydb/tests/tools/fq_runner/ydb_runner_with_datastreams.inc)
810

911
INCLUDE(${ARCADIA_ROOT}/ydb/tests/tools/mdb_mock/recipe.inc)

ydb/tests/fq/generic/streaming/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ services:
55
echo \"$$(dig tests-fq-generic-streaming-ydb +short) tests-fq-generic-streaming-ydb\" >> /etc/hosts; cat /etc/hosts;
66
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
77
container_name: tests-fq-generic-streaming-fq-connector-go
8-
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.5@sha256:c17f67aea314366690545aea1db9f2bf4391ae1269044ebbac7ea2316972e7ff
8+
image: ghcr.io/ydb-platform/fq-connector-go:v0.5.11-rc.6@sha256:15d3cf4ca55c11dbee4661c039eca8248e1eff0796630d325d3028a8d7af372a
99
ports:
1010
- "2130"
11+
volumes:
12+
- ../../../../library/yql/providers/generic/connector/tests/fq-connector-go/:/opt/ydb/cfg/
1113
ydb:
1214
container_name: tests-fq-generic-streaming-ydb
1315
environment:

0 commit comments

Comments
 (0)