Skip to content

Commit

Permalink
Make smartbft node addition and removal pass
Browse files Browse the repository at this point in the history
Signed-off-by: Yacov Manevich <yacov.manevich@ibm.com>
  • Loading branch information
yacovm authored and Param-S committed Feb 6, 2023
1 parent 7de9fc6 commit b0f03f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions integration/smartbft/smartbft_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,7 @@ var _ = Describe("EndToEnd Smart BFT configuration test", func() {
assertBlockReception(map[string]int{"testchannel1": 14}, network.Orderers, peer, network)

By("Transact after orderer5 rejoined the consenters set")
invokeQuery(network, peer, network.Orderers[2], channel, 20)

assertBlockReception(map[string]int{"testchannel1": 15}, network.Orderers, peer, network)
invokeQuery(network, peer, network.Orderers[0], channel, 20)

By("Transact last time")
invokeQuery(network, peer, network.Orderers[4], channel, 10)
Expand Down

0 comments on commit b0f03f0

Please sign in to comment.