Skip to content

Commit

Permalink
test: change check conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z committed Jul 27, 2023
1 parent e20c069 commit 56bde72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/v1beta4/e2e_base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ var _ = Describe("Base E2E Test", Label("base"), func() {
Expect(emqx.GetStatus().GetReadyReplicas()).Should(Equal(int32(1)))
Expect(emqx.GetStatus().GetEmqxNodes()).Should(HaveLen(1))
Expect(emqx.GetStatus().GetCurrentStatefulSetVersion()).ShouldNot(BeEmpty())
Expect(emqx.GetStatus().GetConditions()).ShouldNot(BeEmpty())
Expect(emqx.GetStatus().IsConditionTrue(appsv1beta4.ConditionRunning)).Should(BeTrue())

By("check pod annotations")
sts := &appsv1.StatefulSet{}
Expand Down

0 comments on commit 56bde72

Please sign in to comment.