Skip to content

Commit 991917c

Browse files
authored
remove confusing timeout macro (#11431)
1 parent f58f7ce commit 991917c

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

-2
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

-2
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

-2
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

-2
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

-1
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

-2
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

-2
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

-2
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

-2
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

-2
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

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

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ UNITTEST()
22

33
FORK_SUBTESTS()
44

5-
TIMEOUT(600)
65
SIZE(MEDIUM)
76

87
PEERDIR(

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

-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ UNITTEST_FOR(ydb/core/blobstorage/groupinfo)
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/incrhuge/ut/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ UNITTEST()
33
FORK_SUBTESTS()
44

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

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

-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ UNITTEST_FOR(ydb/core/blobstorage/nodewarden)
33
FORK_SUBTESTS()
44

55
IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND)
6-
TIMEOUT(1200)
76
SIZE(LARGE)
87
TAG(ya:fat)
98
ELSE()
10-
TIMEOUT(600)
119
SIZE(MEDIUM)
1210
ENDIF()
1311

ydb/core/blobstorage/nodewarden/ut_sequence/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ UNITTEST()
22

33
SIZE(MEDIUM)
44

5-
TIMEOUT(600)
6-
75
PEERDIR(
86
ydb/core/blobstorage/base
97
ydb/core/blobstorage/crypto

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

-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ IF (WITH_VALGRIND)
77
ENDIF()
88

99
IF (SANITIZER_TYPE == "thread" OR WITH_VALGRIND)
10-
TIMEOUT(2400)
1110
SPLIT_FACTOR(20)
1211
SIZE(LARGE)
1312
TAG(ya:fat)
1413
ELSE()
15-
TIMEOUT(600)
1614
SIZE(MEDIUM)
1715
ENDIF()
1816

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

-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ FORK_SUBTESTS()
55
SPLIT_FACTOR(20)
66

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

ydb/core/blobstorage/ut_blobstorage/ut_balancing/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ UNITTEST_FOR(ydb/core/blobstorage/ut_blobstorage)
44

55
FORK_SUBTESTS()
66

7-
TIMEOUT(600)
8-
97
SRCS(
108
balancing.cpp
119
)

ydb/core/blobstorage/ut_blobstorage/ut_blob_depot_fat/ya.make

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
UNITTEST_FOR(ydb/core/blobstorage/ut_blobstorage)
22

3-
TIMEOUT(3600)
43
SIZE(LARGE)
54
TAG(ya:fat)
65

ydb/core/blobstorage/ut_blobstorage/ut_donor/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ UNITTEST_FOR(ydb/core/blobstorage/ut_blobstorage)
44

55
SIZE(MEDIUM)
66

7-
TIMEOUT(600)
8-
97
SRCS(
108
donor.cpp
119
)

ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration/ya.make

-4
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@ FORK_SUBTESTS()
44

55
FORK_SUBTESTS()
66

7-
# SIZE(MEDIUM)
8-
# TIMEOUT(600)
97
SIZE(LARGE)
108

11-
TIMEOUT(3600)
12-
139
TAG(ya:fat)
1410

1511
SRCS(

ydb/core/blobstorage/ut_blobstorage/ut_osiris/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ FORK_SUBTESTS()
44

55
SIZE(LARGE)
66

7-
TIMEOUT(3600)
8-
97
TAG(ya:fat)
108

119
SRCS(

ydb/core/blobstorage/ut_blobstorage/ut_read_only_vdisk/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ UNITTEST_FOR(ydb/core/blobstorage/ut_blobstorage)
44

55
SIZE(MEDIUM)
66

7-
TIMEOUT(600)
8-
97
SRCS(
108
read_only_vdisk.cpp
119
)

ydb/core/blobstorage/ut_blobstorage/ut_replication/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ FORK_SUBTESTS()
44

55
SIZE(LARGE)
66

7-
TIMEOUT(3600)
8-
97
TAG(ya:fat)
108

119
SRCS(

ydb/core/blobstorage/ut_blobstorage/ut_restart_pdisk/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ UNITTEST_FOR(ydb/core/blobstorage/ut_blobstorage)
44

55
SIZE(MEDIUM)
66

7-
TIMEOUT(600)
8-
97
SRCS(
108
restart_pdisk.cpp
119
)

ydb/core/blobstorage/ut_blobstorage/ut_scrub/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ FORK_SUBTESTS()
44

55
SIZE(LARGE)
66

7-
TIMEOUT(3600)
8-
97
TAG(ya:fat)
108

119
SRCS(

ydb/core/blobstorage/ut_blobstorage/ut_vdisk_restart/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ UNITTEST_FOR(ydb/core/blobstorage/ut_blobstorage)
44

55
SIZE(MEDIUM)
66

7-
TIMEOUT(600)
8-
97
SRCS(
108
vdisk_restart.cpp
119
)

ydb/core/blobstorage/ut_blobstorage/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ IF (SANITIZER_TYPE)
77
ENDIF()
88

99
IF (SANITIZER_TYPE OR WITH_VALGRIND)
10-
TIMEOUT(3600)
1110
SIZE(LARGE)
1211
TAG(ya:fat)
1312
ELSE()
14-
TIMEOUT(600)
1513
SIZE(MEDIUM)
1614
ENDIF()
1715

ydb/core/blobstorage/ut_group/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ IF (NOT WITH_VALGRIND)
77
ENDIF()
88

99
IF (SANITIZER_TYPE == "thread")
10-
TIMEOUT(3600)
1110
SIZE(LARGE)
1211
TAG(ya:fat)
1312
ELSE()
14-
TIMEOUT(600)
1513
SIZE(MEDIUM)
1614
ENDIF()
1715

ydb/core/blobstorage/ut_mirror3of4/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ SRCS(
66

77
SIZE(MEDIUM)
88

9-
TIMEOUT(600)
10-
119
PEERDIR(
1210
ydb/apps/version
1311
ydb/library/actors/interconnect/mock

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

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
IF (OS_LINUX AND NOT WITH_VALGRIND)
22
UNITTEST()
33

4-
TIMEOUT(1200)
5-
64
SIZE(LARGE)
75

86
TAG(ya:fat)

ydb/core/blobstorage/ut_testshard/ya.make

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
UNITTEST()
22

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

65
SRCS(
76
main.cpp

ydb/core/blobstorage/ut_vdisk/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ SPLIT_FACTOR(20)
66

77
SIZE(MEDIUM)
88

9-
TIMEOUT(600)
10-
119
SRCS(
1210
defaults.h
1311
gen_restarts.cpp

ydb/core/blobstorage/ut_vdisk2/ya.make

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ UNITTEST()
33
FORK_SUBTESTS()
44

55
SIZE(MEDIUM)
6-
TIMEOUT(600)
76

87
IF (SANITIZER_TYPE)
98
ENV(TIMEOUT=400)

ydb/core/blobstorage/vdisk/anubis_osiris/ut/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ UNITTEST_FOR(ydb/core/blobstorage/vdisk/anubis_osiris)
22

33
FORK_SUBTESTS()
44

5-
TIMEOUT(600)
6-
75
SIZE(MEDIUM)
86

97
PEERDIR(

ydb/core/blobstorage/vdisk/common/ut/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ UNITTEST_FOR(ydb/core/blobstorage/vdisk/common)
22

33
FORK_SUBTESTS()
44

5-
TIMEOUT(600)
6-
75
SIZE(MEDIUM)
86

97
PEERDIR(

ydb/core/blobstorage/vdisk/huge/ut/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ UNITTEST_FOR(ydb/core/blobstorage/vdisk/huge)
22

33
FORK_SUBTESTS()
44

5-
TIMEOUT(600)
6-
75
SIZE(MEDIUM)
86

97
PEERDIR(

ydb/core/blobstorage/vdisk/hulldb/barriers/ut/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ UNITTEST_FOR(ydb/core/blobstorage/vdisk/hulldb/barriers)
22

33
FORK_SUBTESTS()
44

5-
TIMEOUT(600)
6-
75
SIZE(MEDIUM)
86

97
PEERDIR(

ydb/core/blobstorage/vdisk/hulldb/base/ut/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ UNITTEST_FOR(ydb/core/blobstorage/vdisk/hulldb/base)
22

33
FORK_SUBTESTS()
44

5-
TIMEOUT(600)
6-
75
SIZE(MEDIUM)
86

97
PEERDIR(

ydb/core/blobstorage/vdisk/hulldb/cache_block/ut/ya.make

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ UNITTEST_FOR(ydb/core/blobstorage/vdisk/hulldb/cache_block)
22

33
FORK_SUBTESTS()
44

5-
TIMEOUT(600)
6-
75
SIZE(MEDIUM)
86

97
PEERDIR(

0 commit comments

Comments
 (0)