Skip to content

Commit

Permalink
Hardening raft catchup IT
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Barger <artem@bargr.net>
  • Loading branch information
C0rWin authored and denyeart committed Jul 23, 2021
1 parent 463271e commit 95fb683
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration/raft/cft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,10 @@ var _ = Describe("EndToEnd Crash Fault Tolerance", func() {
return len(files)
}, network.EventuallyTimeout).Should(BeNumerically(">", 0))

assertBlockReception(map[string]int{
"systemchannel": 10,
}, []*nwo.Orderer{remainedOrderers[0]}, peer, network)

By("Make sure we can restart and connect to orderer1 with orderer4")
ordererProc.Signal(syscall.SIGTERM)
Eventually(ordererProc.Wait(), network.EventuallyTimeout).Should(Receive())
Expand Down

0 comments on commit 95fb683

Please sign in to comment.