Skip to content

Commit

Permalink
fix test configuraion files to reflect the change
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Aug 17, 2021
1 parent c7b3e8c commit e9ef83d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go/test/endtoend/vtorc/test_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"MySQLReplicaPassword": "",
"RecoveryPeriodBlockSeconds": 1,
"InstancePollSeconds": 1,
"PreventCrossDataCenterMasterFailover": true
"PreventCrossDataCenterPrimaryFailover": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"DurabilityParams": {
"zone2-0000000200": "prefer"
},
"PreventCrossDataCenterMasterFailover": true
"PreventCrossDataCenterPrimaryFailover": true
}
2 changes: 1 addition & 1 deletion go/test/endtoend/vtorc/test_config_promotion_failure.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"RecoveryPeriodBlockSeconds": 1,
"InstancePollSeconds": 1,
"ReplicationLagQuery": "select 61",
"FailMasterPromotionOnLagMinutes": 1
"FailPrimaryPromotionOnLagMinutes": 1
}
2 changes: 1 addition & 1 deletion go/test/endtoend/vtorc/test_config_promotion_success.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"RecoveryPeriodBlockSeconds": 1,
"InstancePollSeconds": 1,
"ReplicationLagQuery": "select 59",
"FailMasterPromotionOnLagMinutes": 1
"FailPrimaryPromotionOnLagMinutes": 1
}

0 comments on commit e9ef83d

Please sign in to comment.