Skip to content

Commit 00739d8

Browse files
Alek5andr-KotovGazizonoki
authored andcommitted
Moved commit "The race between TEvProposeTransaction and TEvLockStatus" from ydb repo
1 parent 864089b commit 00739d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/topic/ut/topic_to_table_ut.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ void TFixture::WaitForTheTabletToDeleteTheWriteInfo(const TActorId& actorId,
13331333
for (size_t i = 0; i < info.TxWritesSize(); ++i) {
13341334
auto& writeInfo = info.GetTxWrites(i);
13351335
UNIT_ASSERT(writeInfo.HasWriteId());
1336-
if (NPQ::GetWriteId(writeInfo) == writeId) {
1336+
if ((NPQ::GetWriteId(writeInfo) == writeId) && writeInfo.HasOriginalPartitionId()) {
13371337
found = true;
13381338
break;
13391339
}

0 commit comments

Comments
 (0)