mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
test: waitForKeyring in SignIdentities test (#26051)
This commit is contained in:
@@ -1780,7 +1780,7 @@ func TestAlloc_SignIdentities_Blocking(t *testing.T) {
|
|||||||
s1, cleanupS1 := TestServer(t, nil)
|
s1, cleanupS1 := TestServer(t, nil)
|
||||||
t.Cleanup(cleanupS1)
|
t.Cleanup(cleanupS1)
|
||||||
codec := rpcClient(t, s1)
|
codec := rpcClient(t, s1)
|
||||||
testutil.WaitForLeader(t, s1.RPC)
|
testutil.WaitForKeyring(t, s1.RPC, "global")
|
||||||
state := s1.fsm.State()
|
state := s1.fsm.State()
|
||||||
|
|
||||||
node := mock.Node()
|
node := mock.Node()
|
||||||
|
|||||||
Reference in New Issue
Block a user