Skip to content

Commit

Permalink
Fix scale e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: hoyhbx <[email protected]>
  • Loading branch information
hoyhbx committed Apr 11, 2023
1 parent 3fbb0ba commit 2b023af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/e2e/scale_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ var _ = Describe("Perform scale for cluster upgrade", func() {
Expect(zk_e2eutil.UpdateCluster(logger, k8sClient, zk)).NotTo(HaveOccurred())

Expect(zk_e2eutil.WaitForClusterToBecomeReady(logger, k8sClient, zk, podSize)).NotTo(HaveOccurred())

// Delete cluster
Expect(zk_e2eutil.DeleteCluster(logger, k8sClient, zk)).NotTo(HaveOccurred())

Expect(zk_e2eutil.WaitForClusterToTerminate(logger, k8sClient, zk)).NotTo(HaveOccurred())
})
})
})

0 comments on commit 2b023af

Please sign in to comment.