add serf check to TestAPI_ClientPutGetDelete, TestAPI_ClientWatchGet

This commit is contained in:
Alvin Huang 2019-02-22 10:37:09 -05:00
parent 6617785b33
commit 313408a35f
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ func TestAPI_ClientPutGetDelete(t *testing.T) {
kv := c.KV()
s.WaitForSerfCheck(t)
// Get a get without a key
key := testKey()
pair, _, err := kv.Get(key, nil)
@ -229,6 +230,7 @@ func TestAPI_ClientWatchGet(t *testing.T) {
kv := c.KV()
s.WaitForSerfCheck(t)
// Get a get without a key
key := testKey()
pair, meta, err := kv.Get(key, nil)