mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 05:02:50 +00:00
plumb stopch to post start hook index since many of them are starting go funcs
This commit is contained in:
@@ -109,8 +109,8 @@ func waitForNodesWithTTLAnnotation(t *testing.T, nodeLister listers.NodeLister,
|
||||
|
||||
// Test whether ttlcontroller sets correct ttl annotations.
|
||||
func TestTTLAnnotations(t *testing.T) {
|
||||
_, server := framework.RunAMaster(nil)
|
||||
defer server.Close()
|
||||
_, server, closeFn := framework.RunAMaster(nil)
|
||||
defer closeFn()
|
||||
|
||||
testClient, informers := createClientAndInformers(t, server)
|
||||
nodeInformer := informers.Core().V1().Nodes()
|
||||
|
Reference in New Issue
Block a user