mirror of
https://github.com/fluencelabs/redis
synced 2025-03-26 20:31:03 +00:00
6 lines
133 B
Tcl
6 lines
133 B
Tcl
test "Sentinels aren't monitoring any master" {
|
|
foreach_sentinel_id id {
|
|
assert {[S $id sentinel masters] eq {}}
|
|
}
|
|
}
|