Skip to content

Commit

Permalink
Verify in the test_all_the_things that the cleanup task has completed
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Oct 17, 2023
1 parent ce64190 commit b0e3827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_all_the_things/test_all_the_things_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ var _ = Describe(testName, func() {

ns.ExpectDatacenterNameStatusUpdated(dcName, dcNameOverride)

// Ensure we have a single CassandraTask created which is a cleanup (and it succeeded)
ns.WaitForCompletedCassandraTasks(dcName, "cleanup", 1)

step = "stopping the dc"
json = "{\"spec\": {\"stopped\": true}}"
k = kubectl.PatchMerge(dcResource, json)
Expand Down

0 comments on commit b0e3827

Please sign in to comment.