We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a1796 commit bf0e156Copy full SHA for bf0e156
enos/enos-scenario-replication.hcl
@@ -710,8 +710,11 @@ scenario "replication" {
710
EOF
711
module = module.vault_setup_perf_primary
712
depends_on = [
713
+ // Wait for both clusters to be up and healthy...
714
+ step.get_primary_cluster_ips,
715
+ step.get_secondary_cluster_ips,
716
step.write_test_data_on_primary,
- // Do base verification before continuing on to our performance replication verification.
717
+ // Wait base verification to complete...
718
step.verify_vault_version,
719
step.verify_ui,
720
]
0 commit comments