Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestUpdateHealthCondition (0.16 sec)

  1. pilot/pkg/autoregistration/controller_test.go

    		p := fakeProxy("1.2.3.4", wgA, "litNw", "sa-a")
    		assert.NoError(t, c.OnConnect(makeConn(p, time.Now())))
    		checkNoEntryOrFail(t, store, wgA, p)
    	})
    }
    
    func TestUpdateHealthCondition(t *testing.T) {
    	stop := test.NewStop(t)
    	ig, ig2, store := setup(t)
    	go ig.Run(stop)
    	go ig2.Run(stop)
    	p := fakeProxy("1.2.3.4", wgA, "litNw", "sa-a")
    	p.XdsNode = fakeNode("reg1", "zone1", "subzone1")
    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