Skip to content

Commit 0087e52

Browse files
committed
correct (harmless) ut inaccuracy
... on simulating save failure. Only one (zero'th) checkpoint save is simulated; as it simulates failure, EvZeroCheckpointDone is not expected to be sent: Expected calls sequence is EvZeroCheckpointDone->EvForwardPing(SetLoadMode...Cookie)->EvRunGraph
1 parent fb124d5 commit 0087e52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/core/fq/libs/checkpointing/ut/checkpoint_coordinator_ut.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ Y_UNIT_TEST_SUITE(TCheckpointCoordinatorTests) {
423423
ExpectEvent(StorageProxy,
424424
TEvCheckpointStorage::TEvAbortCheckpointRequest( CoordinatorId, checkpointId, "Can't save node state"));
425425
MockAbortCheckpointResponse(checkpointId);
426-
MockRunGraph();
427426
}
428427

429428
void ScheduleCheckpointing() {

0 commit comments

Comments
 (0)