From 7b4fb32545946db662fca4449136e7ed48ba76c6 Mon Sep 17 00:00:00 2001 From: Alvin Huang Date: Fri, 22 Feb 2019 13:32:30 -0500 Subject: [PATCH] add serf check to TestAPI_CoordinateUpdate --- api/coordinate_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/coordinate_test.go b/api/coordinate_test.go index 3526201488..9e6f2e27db 100644 --- a/api/coordinate_test.go +++ b/api/coordinate_test.go @@ -71,6 +71,7 @@ func TestAPI_CoordinateUpdate(t *testing.T) { c, s := makeClient(t) defer s.Stop() + s.WaitForSerfCheck(t) node := "foo" _, err := c.Catalog().Register(&CatalogRegistration{ Node: node,