Skip to content

Commit

Permalink
(PE-40377) change cluster health check to no fail plan
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmalloncares committed Feb 27, 2025
1 parent e17deb8 commit 07be8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/peadm_spec/plans/test_migration.pp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if empty($new_primary_status['failed']) {
out::message('Migrated cluster is healthy, continuing')
} else {
fail_plan('Migrated cluster is not healthy, aborting')
out::message('Migrated cluster is not healthy, verify status of services')
}

# get the config from new_primary_target and verify config looks as expected
Expand Down

0 comments on commit 07be8f0

Please sign in to comment.