aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgvit <gvit@ydb.tech>2023-10-06 18:39:43 +0300
committergvit <gvit@ydb.tech>2023-10-06 22:07:24 +0300
commit7b785a08695ae1448a64ea5b12ff0d6f3c0c1eb1 (patch)
tree8aac1ad7b470d3e5113c6e6cd24f6ecc6fdaddfb
parentbfb574385c97cd742354c28dd888d2c6f80685ad (diff)
downloadydb-7b785a08695ae1448a64ea5b12ff0d6f3c0c1eb1.tar.gz
Change "ya.make"
-rw-r--r--ydb/core/keyvalue/ut/CMakeLists.darwin-x86_64.txt2
-rw-r--r--ydb/core/keyvalue/ut/CMakeLists.linux-aarch64.txt2
-rw-r--r--ydb/core/keyvalue/ut/CMakeLists.linux-x86_64.txt2
-rw-r--r--ydb/core/keyvalue/ut/CMakeLists.windows-x86_64.txt2
-rw-r--r--ydb/core/keyvalue/ut/ya.make5
5 files changed, 6 insertions, 7 deletions
diff --git a/ydb/core/keyvalue/ut/CMakeLists.darwin-x86_64.txt b/ydb/core/keyvalue/ut/CMakeLists.darwin-x86_64.txt
index e7df4fb863c..3bc04c094bd 100644
--- a/ydb/core/keyvalue/ut/CMakeLists.darwin-x86_64.txt
+++ b/ydb/core/keyvalue/ut/CMakeLists.darwin-x86_64.txt
@@ -42,7 +42,7 @@ set_property(
ydb-core-keyvalue-ut
PROPERTY
SPLIT_FACTOR
- 10
+ 30
)
add_yunittest(
NAME
diff --git a/ydb/core/keyvalue/ut/CMakeLists.linux-aarch64.txt b/ydb/core/keyvalue/ut/CMakeLists.linux-aarch64.txt
index 9c7c785ebd2..8018b22bdc3 100644
--- a/ydb/core/keyvalue/ut/CMakeLists.linux-aarch64.txt
+++ b/ydb/core/keyvalue/ut/CMakeLists.linux-aarch64.txt
@@ -45,7 +45,7 @@ set_property(
ydb-core-keyvalue-ut
PROPERTY
SPLIT_FACTOR
- 10
+ 30
)
add_yunittest(
NAME
diff --git a/ydb/core/keyvalue/ut/CMakeLists.linux-x86_64.txt b/ydb/core/keyvalue/ut/CMakeLists.linux-x86_64.txt
index b2835ca49bf..39337c178a5 100644
--- a/ydb/core/keyvalue/ut/CMakeLists.linux-x86_64.txt
+++ b/ydb/core/keyvalue/ut/CMakeLists.linux-x86_64.txt
@@ -46,7 +46,7 @@ set_property(
ydb-core-keyvalue-ut
PROPERTY
SPLIT_FACTOR
- 10
+ 30
)
add_yunittest(
NAME
diff --git a/ydb/core/keyvalue/ut/CMakeLists.windows-x86_64.txt b/ydb/core/keyvalue/ut/CMakeLists.windows-x86_64.txt
index 015e948b791..ad492e42c48 100644
--- a/ydb/core/keyvalue/ut/CMakeLists.windows-x86_64.txt
+++ b/ydb/core/keyvalue/ut/CMakeLists.windows-x86_64.txt
@@ -35,7 +35,7 @@ set_property(
ydb-core-keyvalue-ut
PROPERTY
SPLIT_FACTOR
- 10
+ 30
)
add_yunittest(
NAME
diff --git a/ydb/core/keyvalue/ut/ya.make b/ydb/core/keyvalue/ut/ya.make
index 5795ae76c54..8d88c373e24 100644
--- a/ydb/core/keyvalue/ut/ya.make
+++ b/ydb/core/keyvalue/ut/ya.make
@@ -2,15 +2,14 @@ UNITTEST_FOR(ydb/core/keyvalue)
FORK_SUBTESTS()
-IF (WITH_VALGRIND OR SANITIZER_TYPE)
+SPLIT_FACTOR(30)
+IF (WITH_VALGRIND == "thread" OR SANITIZER_TYPE)
TIMEOUT(1800)
SIZE(LARGE)
- SPLIT_FACTOR(20)
TAG(ya:fat)
ELSE()
TIMEOUT(600)
SIZE(MEDIUM)
- SPLIT_FACTOR(10)
ENDIF()
PEERDIR(