mirror of
https://github.com/fluencelabs/redis
synced 2025-04-30 04:52:13 +00:00
Cluster test: unit 03, check epochs correctness.
This commit is contained in:
parent
90b4f91e1a
commit
6cd068d421
@ -89,3 +89,9 @@ while {[incr iterations -1]} {
|
||||
assert {$err eq $val}
|
||||
}
|
||||
}
|
||||
|
||||
test "Post condition: current_epoch >= my_epoch everywhere" {
|
||||
foreach_redis_id id {
|
||||
assert {[CI $id cluster_current_epoch] >= [CI $id cluster_my_epoch]}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user