Skip to content

Commit 9418c12

Browse files
committed
fix ut after merge
1 parent 407214c commit 9418c12

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

ydb/core/kqp/ut/data_integrity/kqp_data_integrity_trails_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Y_UNIT_TEST_SUITE(KqpDataIntegrityTrails) {
122122
UNIT_ASSERT_VALUES_EQUAL(CountSubstr(ss.Str(), "DATA_INTEGRITY INFO: Component: WriteActor"), 3);
123123
if (useOltpSink) {
124124
// check executer logs
125-
UNIT_ASSERT_VALUES_EQUAL(CountSubstr(ss.Str(), "DATA_INTEGRITY INFO: Component: Executer"), 0);
125+
UNIT_ASSERT_VALUES_EQUAL(CountSubstr(ss.Str(), "DATA_INTEGRITY INFO: Component: Executer"), 1);
126126
} else {
127127
// check executer logs
128128
}

ydb/core/kqp/ut/opt/kqp_ne_ut.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,13 +1905,6 @@ Y_UNIT_TEST_SUITE(KqpNewEngine) {
19051905
if (UseSink) {
19061906
UNIT_ASSERT_VALUES_EQUAL(stats.query_phases().size(), 1);
19071907

1908-
// Phase reading rows to delete
1909-
UNIT_ASSERT(stats.query_phases(0).duration_us() > 0);
1910-
UNIT_ASSERT_VALUES_EQUAL(stats.query_phases(0).table_access().size(), 1);
1911-
UNIT_ASSERT_VALUES_EQUAL(stats.query_phases(0).table_access(0).name(), "/Root/TwoShard");
1912-
UNIT_ASSERT_VALUES_EQUAL(stats.query_phases(0).table_access(0).reads().rows(), 6);
1913-
UNIT_ASSERT_VALUES_EQUAL(stats.query_phases().size(), 2);
1914-
19151908
// Phase reading rows to delete
19161909
UNIT_ASSERT(stats.query_phases(0).duration_us() > 0);
19171910
UNIT_ASSERT_VALUES_EQUAL(stats.query_phases(0).table_access().size(), 1);

0 commit comments

Comments
 (0)