File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ TEST_CLICKHOUSE_PORT_FOR_CONFTEST=8123
8181TEST_CLICKHOUSE_HOST_FOR_WORKER=test-clickhouse
8282TEST_CLICKHOUSE_PORT_FOR_WORKER=8123
8383TEST_CLICKHOUSE_USER=default
84- TEST_CLICKHOUSE_PASSWORD=
84+ TEST_CLICKHOUSE_PASSWORD=test_only
8585TEST_CLICKHOUSE_DB=default
8686
8787TEST_MSSQL_HOST_FOR_CONFTEST=test-mssql
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export TEST_CLICKHOUSE_PORT_FOR_CONFTEST=8123
6868export TEST_CLICKHOUSE_HOST_FOR_WORKER = test-clickhouse
6969export TEST_CLICKHOUSE_PORT_FOR_WORKER = 8123
7070export TEST_CLICKHOUSE_USER = default
71- export TEST_CLICKHOUSE_PASSWORD =
71+ export TEST_CLICKHOUSE_PASSWORD = test_only
7272export TEST_CLICKHOUSE_DB = default
7373
7474export TEST_MSSQL_HOST_FOR_CONFTEST = localhost
Original file line number Diff line number Diff line change @@ -173,6 +173,10 @@ services:
173173 test-clickhouse :
174174 image : clickhouse/clickhouse-server
175175 restart : unless-stopped
176+ environment :
177+ CLICKHOUSE_USER : default
178+ CLICKHOUSE_PASSWORD : test_only
179+ CLICKHOUSE_DB : default
176180 ports :
177181 - 8123:8123
178182 - 9001:9000
You can’t perform that action at this time.
0 commit comments