File tree Expand file tree Collapse file tree 11 files changed +26
-18
lines changed
library/yql/providers/generic/connector/tests Expand file tree Collapse file tree 11 files changed +26
-18
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,22 @@ services:
2
2
clickhouse :
3
3
container_name : fq-tests-ch-clickhouse
4
4
environment :
5
+ CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS : 1
5
6
CLICKHOUSE_DB : db
6
7
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT : 1
7
8
CLICKHOUSE_PASSWORD : password
8
9
CLICKHOUSE_USER : user
9
- CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS : 1
10
10
image : mirror.gcr.io/clickhouse/clickhouse-server:24.3.12-alpine@sha256:65e5846a0d9672714f2625502b27846563f6d01ec226304cf851aa49004ffde8
11
+ ports :
12
+ - 9000
13
+ - 8123
11
14
volumes :
12
15
- ./init:/docker-entrypoint-initdb.d
13
- ports :
14
- - 9000
15
- - 8123
16
16
fq-connector-go :
17
17
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
19
19
ports :
20
- - 2130
20
+ - 2130
21
21
volumes :
22
- - ../../fq-connector-go/:/opt/ydb/cfg/
22
+ - ../../fq-connector-go/:/opt/ydb/cfg/
23
23
version : " 3.4"
Original file line number Diff line number Diff line change 1
1
services :
2
2
fq-connector-go :
3
3
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
5
5
ports :
6
6
- 2130
7
7
volumes :
Original file line number Diff line number Diff line change 1
1
services :
2
2
fq-connector-go :
3
3
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
5
5
ports :
6
6
- 2130
7
7
volumes :
Original file line number Diff line number Diff line change 1
1
services :
2
2
fq-connector-go :
3
3
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
5
5
ports :
6
6
- 2130
7
7
volumes :
Original file line number Diff line number Diff line change 1
1
services :
2
2
fq-connector-go :
3
3
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
5
5
ports :
6
6
- 2130
7
7
volumes :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ services:
8
8
dnsmasq;
9
9
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
10
10
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
12
12
ports :
13
13
- 2130
14
14
volumes :
Original file line number Diff line number Diff line change @@ -2,20 +2,20 @@ services:
2
2
clickhouse :
3
3
container_name : fq-tests-join-clickhouse
4
4
environment :
5
+ CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS : 1
5
6
CLICKHOUSE_DB : db
6
7
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT : 1
7
8
CLICKHOUSE_PASSWORD : password
8
9
CLICKHOUSE_USER : user
9
- CLICKHOUSE_ALWAYS_RUN_INITDB_SCRIPTS : 1
10
10
image : mirror.gcr.io/clickhouse/clickhouse-server:24.3.12-alpine@sha256:65e5846a0d9672714f2625502b27846563f6d01ec226304cf851aa49004ffde8
11
- volumes :
12
- - ./init/clickhouse:/docker-entrypoint-initdb.d
13
11
ports :
14
12
- 9000
15
13
- 8123
14
+ volumes :
15
+ - ./init/clickhouse:/docker-entrypoint-initdb.d
16
16
fq-connector-go :
17
17
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
19
19
ports :
20
20
- 2130
21
21
volumes :
Original file line number Diff line number Diff line change @@ -19,9 +19,11 @@ services:
19
19
echo \"$$(dig tests-fq-generic-analytics-ydb +short) tests-fq-generic-analytics-ydb\" >> /etc/hosts; cat /etc/hosts;
20
20
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
21
21
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
23
23
ports :
24
24
- " 2130"
25
+ volumes :
26
+ - ../../../../library/yql/providers/generic/connector/tests/fq-connector-go/:/opt/ydb/cfg/
25
27
greenplum :
26
28
container_name : tests-fq-generic-analytics-greenplum
27
29
image : ghcr.io/ydb-platform/fq-connector-go_greenplum:6.25.3-6432@sha256:9e862b05719b289b447562fbce6c003916a764a549f924a4175eecd7e7891a0b
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ STYLE_PYTHON()
4
4
5
5
NO_CHECK_IMPORTS()
6
6
7
+ DATA(arcadia/ydb/library/yql/providers/generic/connector/tests/fq-connector-go)
8
+
7
9
INCLUDE(${ARCADIA_ROOT}/ydb/tests/tools/fq_runner/ydb_runner_with_datastreams.inc)
8
10
9
11
INCLUDE(${ARCADIA_ROOT}/ydb/tests/tools/mdb_mock/recipe.inc)
Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ services:
5
5
echo \"$$(dig tests-fq-generic-streaming-ydb +short) tests-fq-generic-streaming-ydb\" >> /etc/hosts; cat /etc/hosts;
6
6
/opt/ydb/bin/fq-connector-go server -c /opt/ydb/cfg/fq-connector-go.yaml"
7
7
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
9
9
ports :
10
10
- " 2130"
11
+ volumes :
12
+ - ../../../../library/yql/providers/generic/connector/tests/fq-connector-go/:/opt/ydb/cfg/
11
13
ydb :
12
14
container_name : tests-fq-generic-streaming-ydb
13
15
environment :
You can’t perform that action at this time.
0 commit comments