Skip to content

Commit 2242f96

Browse files
authored
Reduce column count under santizer to reduce execution time (#16994)
1 parent 8d08b99 commit 2242f96

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ydb/core/kqp/ut/olap/sparsed_ut.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@ Y_UNIT_TEST_SUITE(KqpOlapSparsed) {
233233
}
234234

235235
void ExecuteMultiColumn() {
236+
#ifdef address_sanitizer_enabled
237+
MultiColumnRepCount = 30;
238+
#endif
236239
CSController->DisableBackground(NKikimr::NYDBTest::ICSController::EBackground::Indexation);
237240
CSController->DisableBackground(NKikimr::NYDBTest::ICSController::EBackground::Compaction);
238241
CSController->SetOverridePeriodicWakeupActivationPeriod(TDuration::MilliSeconds(100));

0 commit comments

Comments
 (0)