Skip to content

Commit 8ab24e7

Browse files
(PE-40377) add wait before post-migration checks
1 parent 1d434ad commit 8ab24e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/acceptance/peadm_spec/plans/test_migration.pp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
new_primary_host => $new_primary_target,
4545
)
4646

47+
peadm::wait_until_service_ready('bolt-server', $new_primary_target)
48+
peadm::wait_until_service_ready('ace-server', $new_primary_target)
49+
4750
# run infra status on the new primary
4851
out::message("Running peadm::status on new primary host ${new_primary_target}")
4952
$new_primary_status = run_plan('peadm::status', $new_primary_target, { 'format' => 'json' })

0 commit comments

Comments
 (0)