Unverified Commit 3fc7ef8f authored by debing.sun's avatar debing.sun Committed by GitHub
Browse files
parent a38c29b6
...@@ -1454,6 +1454,8 @@ start_server { ...@@ -1454,6 +1454,8 @@ start_server {
assert_equal [dict get $group entries-read] 3 assert_equal [dict get $group entries-read] 3
assert_equal [dict get $group lag] 0 assert_equal [dict get $group lag] 0
wait_for_ofs_sync $master $replica
set reply [$replica XINFO STREAM mystream FULL] set reply [$replica XINFO STREAM mystream FULL]
set group [lindex [dict get $reply groups] 0] set group [lindex [dict get $reply groups] 0]
assert_equal [dict get $group entries-read] 3 assert_equal [dict get $group entries-read] 3
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment