Skip to content

Commit

Permalink
Merge pull request #2731 from titusen/restart_suite_fix
Browse files Browse the repository at this point in the history
State transfer check addition
  • Loading branch information
Tytus Bierwiaczonek authored Jul 11, 2022
2 parents 8240198 + 30545e0 commit 363cffe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/apollo/test_skvbc_restart_recovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ async def _restarting_replica_during_system_is_in_view_change(self, bft_network,

old_view = view

await self._await_replicas_in_state_transfer(log, bft_network, skvbc, current_primary)

# Wait for quorum of replicas to move to a higher view
with trio.fail_after(seconds=20 + timeouts):
while view == old_view:
Expand Down

0 comments on commit 363cffe

Please sign in to comment.