Skip to content

Commit f12f156

Browse files
authored
Merge 1581bd7 into a02f6d5
2 parents a02f6d5 + 1581bd7 commit f12f156

File tree

346 files changed

+0
-646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

346 files changed

+0
-646
lines changed

ydb/apps/ydb/ut/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
UNITTEST()
22

33
IF (SANITIZER_TYPE)
4-
TIMEOUT(2400)
54
SIZE(LARGE)
65
TAG(ya:fat)
76
ELSE()
8-
TIMEOUT(600)
97
SIZE(MEDIUM)
108
ENDIF()
119

ydb/core/actorlib_impl/ut/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ UNITTEST_FOR(ydb/core/actorlib_impl)
33
FORK_SUBTESTS()
44

55
IF (SANITIZER_TYPE == "thread")
6-
TIMEOUT(2400)
76
SPLIT_FACTOR(20)
87
SIZE(LARGE)
98
TAG(ya:fat)
109
ELSE()
11-
TIMEOUT(600)
1210
SIZE(MEDIUM)
1311
ENDIF()
1412

ydb/core/backup/impl/ut_local_partition_reader/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ FORK_SUBTESTS()
44

55
SIZE(MEDIUM)
66

7-
TIMEOUT(600)
8-
97
PEERDIR(
108
library/cpp/testing/unittest
119
ydb/core/tx/replication/ut_helpers

ydb/core/backup/impl/ut_table_writer/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ FORK_SUBTESTS()
44

55
SIZE(MEDIUM)
66

7-
TIMEOUT(600)
8-
97
PEERDIR(
108
library/cpp/testing/unittest
119
ydb/core/tx/replication/ut_helpers

ydb/core/base/ut/ya.make

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
UNITTEST_FOR(ydb/core/base)
22

33
FORK_SUBTESTS()
4-
TIMEOUT(600)
54
SIZE(MEDIUM)
65

76
PEERDIR(

ydb/core/base/ut_board_subscriber/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ FORK_SUBTESTS()
44

55
SIZE(MEDIUM)
66

7-
TIMEOUT(600)
8-
97
PEERDIR(
108
ydb/library/actors/interconnect
119
ydb/library/actors/core

ydb/core/blobstorage/backpressure/ut/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ UNITTEST_FOR(ydb/core/blobstorage/backpressure)
33
FORK_SUBTESTS()
44

55
IF (WITH_VALGRIND)
6-
TIMEOUT(1800)
76
SIZE(LARGE)
87
TAG(ya:fat)
98
ELSE()
10-
TIMEOUT(600)
119
SIZE(MEDIUM)
1210
ENDIF()
1311

ydb/core/blobstorage/dsproxy/ut/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ FORK_SUBTESTS(MODULO)
55
SPLIT_FACTOR(20)
66

77
IF (SANITIZER_TYPE)
8-
TIMEOUT(3600)
98
SIZE(LARGE)
109
TAG(ya:fat)
1110
ELSE()
12-
TIMEOUT(600)
1311
SIZE(MEDIUM)
1412
ENDIF()
1513

ydb/core/blobstorage/dsproxy/ut_fat/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ SPLIT_FACTOR(30)
77
IF (WITH_VALGRIND)
88
SIZE(LARGE)
99
TAG(ya:fat)
10-
TIMEOUT(1800)
1110
ELSE()
1211
SIZE(MEDIUM)
13-
TIMEOUT(600)
1412
ENDIF()
1513

1614
PEERDIR(

ydb/core/blobstorage/dsproxy/ut_ftol/ya.make

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ FORK_SUBTESTS(MODULO)
55
SPLIT_FACTOR(24)
66

77
IF (SANITIZER_TYPE OR WITH_VALGRIND OR BUILD_TYPE == "DEBUG")
8-
TIMEOUT(3600)
98
SIZE(LARGE)
109
TAG(ya:fat)
1110
ELSE()
12-
TIMEOUT(600)
1311
SIZE(MEDIUM)
1412
ENDIF()
1513

0 commit comments

Comments
 (0)