Debug test_end_to_end_listen_for_new_rounds::storage_test_service_grpc
notification issue.
#3100
Labels
bug
Something isn't working
Milestone
In #3099 I added a
prepare_chain
call that in theory shouldn't be necessary:ChainClient::listen
starts listening to the local node's notifications before callingsynchronize_from_validators
, so no notification should be missed. Iff(client)
returnsWaitForTimeout
in one of the twotest_end_to_end_listen_for_new_rounds
clients then it must be the other's turn. Once they have submitted their block proposal, the other client should learn about it, handle the notification and retry.The text was updated successfully, but these errors were encountered: