Skip to content

Commit

Permalink
Add assertion that A_2 and A_3 nodes have blocks inserted.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSasaPrsic committed Jun 14, 2022
1 parent 8e05653 commit 2cb02dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e_partition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ func TestE2E_Liveness_Issue_3Nodes(t *testing.T) {
c.Start()
defer c.Stop()

err := c.WaitForHeight(5, 1*time.Minute)
err := c.WaitForHeight(5, 1*time.Minute, []string{"A_2", "A_3"})

for _, n := range c.Nodes() {
log.Printf("Node: %v, running: %v, locked: %v, height: %v, proposal: %v\n", n.GetName(), n.IsRunning(), n.IsLocked(), n.GetNodeHeight(), n.GetProposal())
Expand Down

0 comments on commit 2cb02dd

Please sign in to comment.