Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestAutoregistrationDisabled (0.36 sec)

  1. pilot/pkg/autoregistration/controller_test.go

    		checkEntryOrFail(t, store, wgWithoutSA, p, n, c1.instanceID)
    	})
    	// TODO test garbage collection if pilot stops before disconnect meta is set (relies on heartbeat)
    }
    
    func TestAutoregistrationDisabled(t *testing.T) {
    	test.SetForTest(t, &features.WorkloadEntryAutoRegistration, false)
    	store := memory.NewController(memory.Make(collections.All))
    	createOrFail(t, store, weB)
    
    	stop := test.NewStop(t)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 00:00:36 UTC 2024
    - 31.4K bytes
    - Viewed (0)
Back to top