Skip to content

Commit

Permalink
Calm down msan while printing logs prefix (ydb-platform#9769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enjection authored Sep 25, 2024
1 parent c74fdef commit 45718ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Y_UNIT_TEST_SUITE(IncrementalRestoreScan) {
TPathId targetPathId = dstTable.PathId;
TPathId sourcePathId = srcTable.PathId;

TDataShardId sourceDatashard;
TDataShardId sourceDatashard{};

{
auto request = MakeHolder<TEvDataShard::TEvGetInfoRequest>();
Expand Down

0 comments on commit 45718ca

Please sign in to comment.