Skip to content

Commit bf0e156

Browse files
authored
enos: wait for both clusters to be healthy before configuring replication (#28049)
Signed-off-by: Ryan Cragun <[email protected]>
1 parent 34a1796 commit bf0e156

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

enos/enos-scenario-replication.hcl

+4-1
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,11 @@ scenario "replication" {
710710
EOF
711711
module = module.vault_setup_perf_primary
712712
depends_on = [
713+
// Wait for both clusters to be up and healthy...
714+
step.get_primary_cluster_ips,
715+
step.get_secondary_cluster_ips,
713716
step.write_test_data_on_primary,
714-
// Do base verification before continuing on to our performance replication verification.
717+
// Wait base verification to complete...
715718
step.verify_vault_version,
716719
step.verify_ui,
717720
]

0 commit comments

Comments
 (0)