Skip to content

Commit

Permalink
Move ydb/tests/functional/canonical to large under asan (#13429)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk authored Jan 16, 2025
1 parent 3e9a72e commit 1b5955d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ydb/tests/functional/canonical/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ ENV(YDB_ADDITIONAL_LOG_CONFIGS="GRPC_SERVER:DEBUG,TICKET_PARSER:WARN,KQP_COMPILE
TEST_SRCS(
test_sql.py
)

SIZE(MEDIUM)
IF (SANITIZER_TYPE OR WITH_VALGRIND)
SIZE(LARGE)
TAG(ya:fat)
ELSE()
SIZE(MEDIUM)
ENDIF()

ENV(YDB_DRIVER_BINARY="ydb/apps/ydbd/ydbd")
DEPENDS(
Expand Down

0 comments on commit 1b5955d

Please sign in to comment.