Skip to content

Commit

Permalink
[Filestore] make 'fio_index/qemu-kikimr-multishard-nemesis-test' larg…
Browse files Browse the repository at this point in the history
…e when running under sanitizers; make 'loadtest/service-kikimr-emergency-test' medium as it was before #2334 (#2782)
  • Loading branch information
SvartMetal authored Jan 2, 2025
1 parent 0992384 commit 7c94cff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
PY3TEST()

INCLUDE(${ARCADIA_ROOT}/cloud/filestore/tests/recipes/medium.inc)
IF (SANITIZER_TYPE OR WITH_VALGRIND)
INCLUDE(${ARCADIA_ROOT}/cloud/filestore/tests/recipes/large.inc)
ELSE()
INCLUDE(${ARCADIA_ROOT}/cloud/filestore/tests/recipes/medium.inc)
ENDIF()

DEPENDS(
cloud/storage/core/tools/testing/fio/bin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PY3TEST()

INCLUDE(${ARCADIA_ROOT}/cloud/filestore/tests/recipes/large.inc)
INCLUDE(${ARCADIA_ROOT}/cloud/filestore/tests/recipes/medium.inc)

TEST_SRCS(
test.py
Expand Down

0 comments on commit 7c94cff

Please sign in to comment.