mirror of https://github.com/hashicorp/consul
Remove TODO comments
parent
f0842409cd
commit
3f361972ac
|
@ -175,7 +175,6 @@ func TestCatalogNodes_Blocking(t *testing.T) {
|
||||||
|
|
||||||
// Should block for a while
|
// Should block for a while
|
||||||
if time.Now().Sub(start) < 50*time.Millisecond {
|
if time.Now().Sub(start) < 50*time.Millisecond {
|
||||||
// TODO: Failing
|
|
||||||
t.Fatalf("too fast")
|
t.Fatalf("too fast")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -105,7 +105,6 @@ func TestHealthServiceChecks(t *testing.T) {
|
||||||
// Should be 1 health check for consul
|
// Should be 1 health check for consul
|
||||||
nodes := obj.(structs.HealthChecks)
|
nodes := obj.(structs.HealthChecks)
|
||||||
if len(nodes) != 1 {
|
if len(nodes) != 1 {
|
||||||
// TODO: Failing
|
|
||||||
t.Fatalf("bad: %v", obj)
|
t.Fatalf("bad: %v", obj)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -129,7 +128,6 @@ func TestHealthServiceNodes(t *testing.T) {
|
||||||
t.Fatalf("err: %v", err)
|
t.Fatalf("err: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Failing
|
|
||||||
assertIndex(t, resp)
|
assertIndex(t, resp)
|
||||||
|
|
||||||
// Should be 1 health check for consul
|
// Should be 1 health check for consul
|
||||||
|
@ -176,7 +174,6 @@ func TestHealthServiceNodes_PassingFilter(t *testing.T) {
|
||||||
t.Fatalf("err: %v", err)
|
t.Fatalf("err: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Failing
|
|
||||||
assertIndex(t, resp)
|
assertIndex(t, resp)
|
||||||
|
|
||||||
// Should be 0 health check for consul
|
// Should be 0 health check for consul
|
||||||
|
|
|
@ -243,7 +243,6 @@ OUTER1:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if !found {
|
if !found {
|
||||||
// TODO: Failing
|
|
||||||
t.Fatalf("should log client accept")
|
t.Fatalf("should log client accept")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -101,7 +101,6 @@ func TestUiNodeInfo(t *testing.T) {
|
||||||
t.Fatalf("err: %v", err)
|
t.Fatalf("err: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Failing
|
|
||||||
assertIndex(t, resp)
|
assertIndex(t, resp)
|
||||||
|
|
||||||
// Should be 1 node for the server
|
// Should be 1 node for the server
|
||||||
|
|
|
@ -545,7 +545,6 @@ func TestCatalogListServices_Timeout(t *testing.T) {
|
||||||
|
|
||||||
// Should block at least 100ms
|
// Should block at least 100ms
|
||||||
if time.Now().Sub(start) < 100*time.Millisecond {
|
if time.Now().Sub(start) < 100*time.Millisecond {
|
||||||
// TODO: Failing
|
|
||||||
t.Fatalf("too fast")
|
t.Fatalf("too fast")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue