Skip to content

Commit

Permalink
Remove ram requirements in sqs for sanitizers (ydb-platform#8022)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Aug 19, 2024
1 parent f30ab7b commit 85caeb7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions ydb/tests/functional/sqs/cloud/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ TEST_SRCS(
ENV(YDB_DRIVER_BINARY="ydb/apps/ydbd/ydbd")
ENV(SQS_CLIENT_BINARY="ydb/core/ymq/client/bin/sqs")

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/functional/sqs/common/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ TEST_SRCS(
test_queue_counters.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/functional/sqs/large/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ TEST_SRCS(
test_leader_start_inflight.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/functional/sqs/messaging/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ TEST_SRCS(
test_polling.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/functional/sqs/multinode/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ TEST_SRCS(
test_recompiles_requests.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/functional/sqs/with_quotas/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ TEST_SRCS(
test_quoting.py
)

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

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

0 comments on commit 85caeb7

Please sign in to comment.