Skip to content

Commit

Permalink
Update tests/integration/replication.tcl
Browse files Browse the repository at this point in the history
Co-authored-by: Binbin <[email protected]>
Signed-off-by: uriyage <[email protected]>
  • Loading branch information
uriyage and enjoy-binbin authored Dec 24, 2024
1 parent b93e66a commit e33feee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/replication.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ start_server {tags {"repl external:skip"}} {
# get the new stats
set info [$A info stats]
set replica_bytes_output [getInfoProperty $info "total_net_repl_output_bytes"]
assert {$replica_bytes_output > 0}
assert_morethan $replica_bytes_output 0
}
}
}
Expand Down

0 comments on commit e33feee

Please sign in to comment.