Skip to content

Commit

Permalink
Merge remote-tracking branch 'altinity/0.22.1' into 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Nov 30, 2023
2 parents a0d1452 + bb1a5db commit 94547b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3945,7 +3945,7 @@ def test_042(self):
)

with Then("Operator should apply changes, and both pods should be created"):
kubectl.wait_chi_status(chi, "Completed", retries=20)
kubectl.wait_chi_status(chi, "Aborted", retries=20)
kubectl.wait_objects(chi, {"statefulset": 2, "pod": 2, "service": 3})

with And("First node is in CrashLoopBackOff"):
Expand Down Expand Up @@ -3974,7 +3974,7 @@ def test_042(self):
)

with Then("Operator should apply changes, and both pods should be created"):
kubectl.wait_chi_status(chi, "Completed", retries=20)
kubectl.wait_chi_status(chi, "Aborted", retries=20)
kubectl.wait_objects(chi, {"statefulset": 2, "pod": 2, "service": 3})

with And("First node is in CrashLoopBackOff"):
Expand Down

0 comments on commit 94547b2

Please sign in to comment.