diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-01-24 13:23:22 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-01-24 13:23:22 +0300 |
commit | f0945b36214dd0f2bba63539bd9ffd75cfd612fe (patch) | |
tree | aa4f83ee38579e7f6acce945a1a2792ea178aad3 | |
parent | 819ad9fa58cbc40b06851149cf52672814ddecd5 (diff) | |
download | ydb-f0945b36214dd0f2bba63539bd9ffd75cfd612fe.tar.gz |
Adjust test metadata
-rw-r--r-- | ydb/core/kqp/ut/arrow/CMakeLists.darwin.txt | 9 | ||||
-rw-r--r-- | ydb/core/kqp/ut/arrow/CMakeLists.linux-aarch64.txt | 9 | ||||
-rw-r--r-- | ydb/core/kqp/ut/arrow/CMakeLists.linux.txt | 9 |
3 files changed, 3 insertions, 24 deletions
diff --git a/ydb/core/kqp/ut/arrow/CMakeLists.darwin.txt b/ydb/core/kqp/ut/arrow/CMakeLists.darwin.txt index 07a17cb87e..8699e4f06b 100644 --- a/ydb/core/kqp/ut/arrow/CMakeLists.darwin.txt +++ b/ydb/core/kqp/ut/arrow/CMakeLists.darwin.txt @@ -40,7 +40,7 @@ set_property( ydb-core-kqp-ut-arrow PROPERTY SPLIT_FACTOR - 50 + 5 ) add_yunittest( NAME @@ -68,11 +68,4 @@ set_yunittest_property( PROCESSORS 1 ) -set_yunittest_property( - TEST - ydb-core-kqp-ut-arrow - PROPERTY - TIMEOUT - 600 -) vcs_info(ydb-core-kqp-ut-arrow) diff --git a/ydb/core/kqp/ut/arrow/CMakeLists.linux-aarch64.txt b/ydb/core/kqp/ut/arrow/CMakeLists.linux-aarch64.txt index b28e2f78c5..4b57d56281 100644 --- a/ydb/core/kqp/ut/arrow/CMakeLists.linux-aarch64.txt +++ b/ydb/core/kqp/ut/arrow/CMakeLists.linux-aarch64.txt @@ -43,7 +43,7 @@ set_property( ydb-core-kqp-ut-arrow PROPERTY SPLIT_FACTOR - 50 + 5 ) add_yunittest( NAME @@ -71,11 +71,4 @@ set_yunittest_property( PROCESSORS 1 ) -set_yunittest_property( - TEST - ydb-core-kqp-ut-arrow - PROPERTY - TIMEOUT - 600 -) vcs_info(ydb-core-kqp-ut-arrow) diff --git a/ydb/core/kqp/ut/arrow/CMakeLists.linux.txt b/ydb/core/kqp/ut/arrow/CMakeLists.linux.txt index 0c52ee0970..d3bc985e62 100644 --- a/ydb/core/kqp/ut/arrow/CMakeLists.linux.txt +++ b/ydb/core/kqp/ut/arrow/CMakeLists.linux.txt @@ -45,7 +45,7 @@ set_property( ydb-core-kqp-ut-arrow PROPERTY SPLIT_FACTOR - 50 + 5 ) add_yunittest( NAME @@ -73,11 +73,4 @@ set_yunittest_property( PROCESSORS 1 ) -set_yunittest_property( - TEST - ydb-core-kqp-ut-arrow - PROPERTY - TIMEOUT - 600 -) vcs_info(ydb-core-kqp-ut-arrow) |