Skip to content
Snippets Groups Projects
Commit f256a3b4 authored by Oliver's avatar Oliver
Browse files

lol

parent b7cdaaa8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1409,7 +1409,7 @@ func TestClusterSlave(t *testing.T) {
for _, want := range []string{
"test_instance_info",
"test_master_last_io_seconds",
"test_slave_info{addr=\"redis://redis-cluster:7005\",alias=\"slave\",master_host=\"172.30.0.4\",master_port=\"7002\",read_only=\"1\"}",
"test_slave_info{addr=\"redis://redis-cluster:7005\",alias=\"slave\",",
} {
if !strings.Contains(body, want) {
t.Errorf("Did not find key [%s] \nbody: %s", want, body)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment