aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorОлег <150132506+iddqdex@users.noreply.github.com>2025-02-12 21:58:36 +0300
committerGitHub <noreply@github.com>2025-02-12 18:58:36 +0000
commit2559a8f5525417086f1a538f706775f3c3c9a67d (patch)
tree2c78656ef4290aed3a97266e218410c985969357
parent01359b92b9e4bda1a0b686ba8335f2e33de2b0c8 (diff)
downloadydb-2559a8f5525417086f1a538f706775f3c3c9a67d.tar.gz
Add ydb/tests/functional/benchmarks_init to sanitizers run (#14506)
-rw-r--r--.github/workflows/regression_whitelist_run.yml2
-rw-r--r--ydb/tests/functional/benchmarks_init/ya.make4
2 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/regression_whitelist_run.yml b/.github/workflows/regression_whitelist_run.yml
index a19c36e0b6..0726faad9b 100644
--- a/.github/workflows/regression_whitelist_run.yml
+++ b/.github/workflows/regression_whitelist_run.yml
@@ -31,7 +31,7 @@ jobs:
- build_preset: release-msan
threads_count: 20
timeout: 480
- build_target: "ydb/tests/sql/ ydb/tests/stress ydb/tests/functional/tpc"
+ build_target: "ydb/tests/sql/ ydb/tests/stress ydb/tests/functional/tpc ydb/tests/functional/benchmarks_init"
test_size: small,medium,large
test_type: unittest,py3test,py2test,pytest
- build_preset: release-tsan
diff --git a/ydb/tests/functional/benchmarks_init/ya.make b/ydb/tests/functional/benchmarks_init/ya.make
index b10153b049..fdf48a84e3 100644
--- a/ydb/tests/functional/benchmarks_init/ya.make
+++ b/ydb/tests/functional/benchmarks_init/ya.make
@@ -1,5 +1,3 @@
-IF (NOT SANITIZER_TYPE)
-
PY3TEST()
TEST_SRCS(
@@ -25,5 +23,3 @@ PEERDIR(
FORK_SUBTESTS()
FORK_TEST_FILES()
END()
-
-ENDIF()