Skip to content

Commit d103d5d

Browse files
authored
Remove ram requirements in fq (speed up asan checks) (#8023)
1 parent 7cf4051 commit d103d5d

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

ydb/tests/fq/common/ya.make

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ PY_SRCS(
1414
conftest.py
1515
)
1616

17-
IF (SANITIZER_TYPE)
18-
REQUIREMENTS(ram:16)
19-
ENDIF()
20-
2117
IF (SANITIZER_TYPE == "thread")
2218
TIMEOUT(2400)
2319
SIZE(LARGE)

ydb/tests/fq/mem_alloc/ya.make

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ TEST_SRCS(
1818
test_scheduling.py
1919
)
2020

21-
IF (SANITIZER_TYPE)
22-
REQUIREMENTS(ram:9)
23-
ENDIF()
24-
2521
IF (SANITIZER_TYPE == "thread")
2622
TIMEOUT(2400)
2723
SIZE(LARGE)

ydb/tests/fq/restarts/ya.make

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ PY_SRCS(
2626
conftest.py
2727
)
2828

29-
IF (SANITIZER_TYPE)
30-
REQUIREMENTS(ram:16)
31-
ENDIF()
32-
3329
IF (SANITIZER_TYPE == "thread")
3430
TIMEOUT(2400)
3531
SIZE(LARGE)

ydb/tests/fq/yds/ya.make

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ TEST_SRCS(
5252
test_yq_streaming.py
5353
)
5454

55-
IF (SANITIZER_TYPE)
56-
REQUIREMENTS(ram:16)
57-
ENDIF()
58-
5955
IF (SANITIZER_TYPE == "thread")
6056
TIMEOUT(2400)
6157
SIZE(LARGE)

0 commit comments

Comments
 (0)