Skip to content

Commit e31ed43

Browse files
Run ydb Large-tests on multislots (#14725)
1 parent 74b61d7 commit e31ed43

File tree

68 files changed

+85
-80
lines changed

Some content is hidden

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

68 files changed

+85
-80
lines changed

ydb/apps/ydb/ut/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ UNITTEST()
22

33
IF (SANITIZER_TYPE)
44
SIZE(LARGE)
5-
TAG(ya:fat)
5+
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
66
ELSE()
77
SIZE(MEDIUM)
88
ENDIF()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPLIT_FACTOR(20)
66

77
IF (SANITIZER_TYPE)
88
SIZE(LARGE)
9-
TAG(ya:fat)
9+
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
1010
ELSE()
1111
SIZE(MEDIUM)
1212
ENDIF()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPLIT_FACTOR(24)
66

77
IF (SANITIZER_TYPE OR WITH_VALGRIND OR BUILD_TYPE == "DEBUG")
88
SIZE(LARGE)
9-
TAG(ya:fat)
9+
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
1010
ELSE()
1111
SIZE(MEDIUM)
1212
ENDIF()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
UNITTEST_FOR(ydb/core/blobstorage/ut_blobstorage)
22

33
SIZE(LARGE)
4-
TAG(ya:fat)
4+
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
55

66
SRCS(
77
blob_depot_fat.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FORK_SUBTESTS()
66

77
SIZE(LARGE)
88

9-
TAG(ya:fat)
9+
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
1010

1111
SRCS(
1212
race.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PEERDIR(
1313
IF (SANITIZER_TYPE OR WITH_VALGRIND)
1414
REQUIREMENTS(ram:32)
1515
SIZE(LARGE)
16-
TAG(ya:fat)
16+
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
1717
ELSE()
1818
SIZE(MEDIUM)
1919
ENDIF()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FORK_SUBTESTS()
44

55
SIZE(LARGE)
66

7-
TAG(ya:fat)
7+
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
88

99
SRCS(
1010
osiris.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FORK_SUBTESTS()
44

55
SIZE(LARGE)
66

7-
TAG(ya:fat)
7+
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
88

99
SRCS(
1010
replication.cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FORK_SUBTESTS()
44

55
SIZE(LARGE)
66

7-
TAG(ya:fat)
7+
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
88

99
SRCS(
1010
scrub.cpp

ydb/core/blobstorage/ut_blobstorage/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENDIF()
88

99
IF (SANITIZER_TYPE OR WITH_VALGRIND)
1010
SIZE(LARGE)
11-
TAG(ya:fat)
11+
INCLUDE(${ARCADIA_ROOT}/ydb/tests/large.inc)
1212
ELSE()
1313
SIZE(MEDIUM)
1414
ENDIF()

0 commit comments

Comments
 (0)