提交 6cd068d4 编写于 作者: A antirez

Cluster test: unit 03, check epochs correctness.

上级 90b4f91e
......@@ -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]}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册