We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d08b99 commit 2242f96Copy full SHA for 2242f96
ydb/core/kqp/ut/olap/sparsed_ut.cpp
@@ -233,6 +233,9 @@ Y_UNIT_TEST_SUITE(KqpOlapSparsed) {
233
}
234
235
void ExecuteMultiColumn() {
236
+#ifdef address_sanitizer_enabled
237
+ MultiColumnRepCount = 30;
238
+#endif
239
CSController->DisableBackground(NKikimr::NYDBTest::ICSController::EBackground::Indexation);
240
CSController->DisableBackground(NKikimr::NYDBTest::ICSController::EBackground::Compaction);
241
CSController->SetOverridePeriodicWakeupActivationPeriod(TDuration::MilliSeconds(100));
0 commit comments