Skip to content

Commit f40aa6e

Browse files
authored
partition_stats test sanitizer fix (#10912)
1 parent 870e8ab commit f40aa6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/kqp/ut/sysview/kqp_sys_view_ut.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@ order by SessionId;)", "%Y-%m-%d %H:%M:%S %Z", sessionsSet.front().GetId().data(
739739
RowCount, RowUpdates, RowReads, RangeReadRows,
740740
IF(FollowerId = 0, 'L', 'F') AS LeaderFollower
741741
FROM `/Root/.sys/partition_stats`
742+
WHERE RowCount != 0
742743
ORDER BY PathId, PartIdx, LeaderFollower;
743744
)", TTxControl::BeginTx(TTxSettings::SerializableRW()).CommitTx()).ExtractValueSync();
744745
AssertSuccessResult(result);

0 commit comments

Comments
 (0)