Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestServerRemovePodAlwaysRemovesIPSetEntryEvenOnFail (0.21 sec)

  1. cni/pkg/nodeagent/net_test.go

    	// run gc to clean up ns:
    
    	//revive:disable-next-line:call-to-gc Just a test that we are cleaning up the netns
    	runtime.GC()
    	assertNSClosed(t, closed)
    }
    
    func TestServerRemovePodAlwaysRemovesIPSetEntryEvenOnFail(t *testing.T) {
    	ctx, cancel := context.WithCancel(context.Background())
    	defer cancel()
    	setupLogging()
    	fixture := getTestFixure(ctx)
    	netServer := fixture.netServer
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Jul 25 16:13:38 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top