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

lol

parent f256a3b4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1263,7 +1263,7 @@ func TestClusterMaster(t *testing.T) {
}()
 
body := downloadUrl(t, ts.URL+"/metrics")
log.Printf("master - body: %s", body)
// log.Printf("master - body: %s", body)
for _, want := range []string{
"test_instance_info{addr=\"redis://redis-cluster:7000\",alias=\"master\",os=\"Linux 4.15.0-20-generic x86_64\",redis_build_id=\"1190d92ebdd7cbcf\",redis_mode=\"cluster\",redis_version=\"5.0.3\",role=\"master\"}",
"test_master_repl_offset",
Loading
Loading
@@ -1405,7 +1405,7 @@ func TestClusterSlave(t *testing.T) {
}()
 
body := downloadUrl(t, ts.URL+"/metrics")
log.Printf("slave - body: %s", body)
// log.Printf("slave - body: %s", body)
for _, want := range []string{
"test_instance_info",
"test_master_last_io_seconds",
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