Skip to content

Commit

Permalink
Remove asan sqs from PR
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk committed Oct 22, 2024
1 parent e562a67 commit d25c4ef
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ydb/tests/functional/sqs/large/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TEST_SRCS(
test_leader_start_inflight.py
)

IF (SANITIZER_TYPE == "thread")
IF (SANITIZER_TYPE)
TIMEOUT(2400)
SIZE(LARGE)
TAG(ya:fat)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ TEST_SRCS(
)

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

IF (SANITIZER_TYPE == "thread")
TIMEOUT(2400)
SIZE(LARGE)
TAG(ya:fat)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,11 @@ TEST_SRCS(
test.py
)

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

IF (SANITIZER_TYPE == "thread")
TIMEOUT(2400)
SIZE(LARGE)
TAG(ya:fat)
REQUIREMENTS(ram:32 cpu:4)
ELSE()
TIMEOUT(600)
SIZE(MEDIUM)
Expand Down
2 changes: 1 addition & 1 deletion ydb/tests/functional/sqs/multinode/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TEST_SRCS(
test_recompiles_requests.py
)

IF (SANITIZER_TYPE == "thread")
IF (SANITIZER_TYPE)
TIMEOUT(2400)
SIZE(LARGE)
TAG(ya:fat)
Expand Down

0 comments on commit d25c4ef

Please sign in to comment.