Skip to content

Commit

Permalink
Remove ram requirements in fq (speed up asan checks) (ydb-platform#8023)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Aug 20, 2024
1 parent 7cf4051 commit d103d5d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions ydb/tests/fq/common/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ PY_SRCS(
conftest.py
)

IF (SANITIZER_TYPE)
REQUIREMENTS(ram:16)
ENDIF()

IF (SANITIZER_TYPE == "thread")
TIMEOUT(2400)
SIZE(LARGE)
Expand Down
4 changes: 0 additions & 4 deletions ydb/tests/fq/mem_alloc/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ TEST_SRCS(
test_scheduling.py
)

IF (SANITIZER_TYPE)
REQUIREMENTS(ram:9)
ENDIF()

IF (SANITIZER_TYPE == "thread")
TIMEOUT(2400)
SIZE(LARGE)
Expand Down
4 changes: 0 additions & 4 deletions ydb/tests/fq/restarts/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ PY_SRCS(
conftest.py
)

IF (SANITIZER_TYPE)
REQUIREMENTS(ram:16)
ENDIF()

IF (SANITIZER_TYPE == "thread")
TIMEOUT(2400)
SIZE(LARGE)
Expand Down
4 changes: 0 additions & 4 deletions ydb/tests/fq/yds/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ TEST_SRCS(
test_yq_streaming.py
)

IF (SANITIZER_TYPE)
REQUIREMENTS(ram:16)
ENDIF()

IF (SANITIZER_TYPE == "thread")
TIMEOUT(2400)
SIZE(LARGE)
Expand Down

0 comments on commit d103d5d

Please sign in to comment.