diff options
author | Vitaly Isaev <vitalyisaev@ydb.tech> | 2024-01-16 22:24:42 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-16 22:24:42 +0300 |
commit | 30df0c15f47119138f6f500b0e2ccd34101a55b2 (patch) | |
tree | 4cb0d91b1a1d011cd7186ea8361e0a9a363a3c11 /.github | |
parent | 308f67c00ad39ce4fb1393ec686160a8a57c7c90 (diff) | |
download | ydb-30df0c15f47119138f6f500b0e2ccd34101a55b2.tar.gz |
YQ-2730: use docker-compose random port mapping in connector integration tests (#978)
* Use docker-compose random port mapping
* Retry creating connections for PostgreSQL
* Close ClickHouse and PostgreSQL connections after use
Diffstat (limited to '.github')
-rw-r--r-- | .github/config/muted_ya.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index 3ab191db3a..57508bf6ac 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -19,7 +19,6 @@ ydb/core/tx/columnshard/ut_schema TColumnShardTestSchema.RebootForgetAfterFail ydb/core/tx/columnshard/engines/ut * ydb/core/tx/coordinator/ut Coordinator.RestoreTenantConfiguration ydb/core/tx/schemeshard/ut_split_merge TSchemeShardSplitBySizeTest.Merge1KShards -ydb/library/yql/providers/generic/connector/tests test.py.test_select_positive_postgresql* ydb/library/yql/sql/pg/ut PgSqlParsingAutoparam.AutoParamValues_DifferentTypes ydb/library/yql/tests/sql/dq_file/part16 test.py.test[expr-as_dict_list_key-default.txt-Analyze] ydb/library/yql/tests/sql/dq_file/part18 test.py.test[expr-cast_type_bind-default.txt-Analyze] |