Skip to content

Commit e8ea1aa

Browse files
xyliganSerejaMatveev Sergei
andauthored
fixed test #27536 (#29446)
Co-authored-by: Matveev Sergei <[email protected]>
1 parent 72f7256 commit e8ea1aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/config/muted_ya.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ ydb/core/kqp/ut/close_with_load unittest.[*/*] chunk
3535
ydb/core/kqp/ut/federated_query/large_results KqpScriptExecResults.ExecuteScriptWithLargeFile
3636
ydb/core/kqp/ut/indexes KqpMultishardIndex.WriteIntoRenamingAsyncIndex
3737
ydb/core/kqp/ut/indexes KqpMultishardIndex.WriteIntoRenamingSyncIndex
38-
ydb/core/kqp/ut/olap KqpOlapOptimizer.OptimizationAfterDeletion
3938
ydb/core/kqp/ut/query KqpAnalyze.AnalyzeTable+ColumnStore
4039
ydb/core/kqp/ut/query KqpLimits.ComputeNodeMemoryLimit
4140
ydb/core/kqp/ut/query KqpStats.DeferredEffects+UseSink

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ Y_UNIT_TEST_SUITE(KqpOlapOptimizer) {
334334
SELECT
335335
Rows
336336
FROM `/Root/olapStore/olapTable/.sys/primary_index_portion_stats`
337+
WHERE Activity == 1
337338
)")
338339
.GetValueSync();
339340
UNIT_ASSERT_C(it.IsSuccess(), it.GetIssues().ToString());

0 commit comments

Comments
 (0)