add serf check to TestAPI_SemaphoreConflict
This commit is contained in:
parent
9543ab6a7c
commit
8ab8bdda53
|
@ -295,6 +295,7 @@ func TestAPI_SemaphoreConflict(t *testing.T) {
|
|||
t.Parallel()
|
||||
c, s := makeClient(t)
|
||||
defer s.Stop()
|
||||
s.WaitForSerfCheck(t)
|
||||
|
||||
lock, session := createTestLock(t, c, "test/sema/.lock")
|
||||
defer session.Destroy(lock.opts.Session, nil)
|
||||
|
|
Loading…
Reference in New Issue