Fix race in stream-cgroups test (#13593)
failed CI: https://github.com/redis/redis/actions/runs/11171608362/job/31056659165 https://github.com/redis/redis/actions/runs/11226025974/job/31205787575
This commit is contained in:
@@ -1454,6 +1454,8 @@ start_server {
|
||||
assert_equal [dict get $group entries-read] 3
|
||||
assert_equal [dict get $group lag] 0
|
||||
|
||||
wait_for_ofs_sync $master $replica
|
||||
|
||||
set reply [$replica XINFO STREAM mystream FULL]
|
||||
set group [lindex [dict get $reply groups] 0]
|
||||
assert_equal [dict get $group entries-read] 3
|
||||
|
||||
Reference in New Issue
Block a user