Skip to content

Commit

Permalink
fix test issue, use 1MB in shutdown test
Browse files Browse the repository at this point in the history
Signed-off-by: Binbin <[email protected]>
  • Loading branch information
enjoy-binbin committed Aug 14, 2024
1 parent 20c2ff9 commit 5321b55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/shutdown.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ proc fill_up_os_socket_send_buffer_for_repl {idx} {

foreach how {sigterm shutdown} {
test "Shutting down master waits for replica to catch up ($how)" {
start_server {overrides {save ""}} {
start_server {overrides {save ""}} {
start_server {overrides {save "" repl-backlog-size 1MB}} {
start_server {overrides {save "" repl-backlog-size 1MB}} {
set master [srv -1 client]
set master_host [srv -1 host]
set master_port [srv -1 port]
Expand Down

0 comments on commit 5321b55

Please sign in to comment.