Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: naglera <[email protected]>
  • Loading branch information
naglera committed Jul 28, 2024
1 parent e7c26ef commit 0ca3a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/dual-channel-replication.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ proc get_client_id_by_last_cmd {r cmd} {
proc wait_and_resume_process idx {
set pid [srv $idx pid]
wait_for_log_messages $idx {"*Process is about to stop.*"} 0 2000 1
exec kill -SIGCONT $pid
resume_process $pid
}

start_server {tags {"dual-channel-replication external:skip"}} {
Expand Down

0 comments on commit 0ca3a95

Please sign in to comment.