summaryrefslogtreecommitdiff
path: root/tests/integration/replication-4.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/replication-4.tcl')
-rw-r--r--tests/integration/replication-4.tcl6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/integration/replication-4.tcl b/tests/integration/replication-4.tcl
index 00c5d8ae0..2d3d93222 100644
--- a/tests/integration/replication-4.tcl
+++ b/tests/integration/replication-4.tcl
@@ -48,11 +48,7 @@ start_server {tags {"repl external:skip"}} {
test {First server should have role slave after SLAVEOF} {
$slave slaveof $master_host $master_port
- wait_for_condition 50 100 {
- [s 0 master_link_status] eq {up}
- } else {
- fail "Replication not started."
- }
+ wait_replica_online $master
}
test {With min-slaves-to-write (1,3): master should be writable} {