Browse Source

add serf check to TestAPI_HealthChecks_NodeMetaFilter, TestAPI_HealthConnect

pull/5376/head
Alvin Huang 6 years ago
parent
commit
a2eb3c204d
  1. 4
      api/health_test.go

4
api/health_test.go

@ -230,6 +230,8 @@ func TestAPI_HealthChecks_NodeMetaFilter(t *testing.T) {
agent := c.Agent()
health := c.Health()
s.WaitForSerfCheck(t)
// Make a service with a check
reg := &AgentServiceRegistration{
Name: "foo",
@ -393,6 +395,8 @@ func TestAPI_HealthConnect(t *testing.T) {
agent := c.Agent()
health := c.Health()
s.WaitForSerfCheck(t)
// Make a service with a proxy
reg := &AgentServiceRegistration{
Name: "foo",

Loading…
Cancel
Save