Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for QueuedUpdate (0.5 sec)

  1. pkg/proxy/healthcheck/healthcheck_test.go

    	fakeClock.Step(5 * time.Second)
    	testHTTPHandler(hsTest, http.StatusOK, t)
    
    	// Should return 503 "ServiceUnavailable" if both IPv4 and IPv6 proxiers exceed max update-processing time.
    	hs.QueuedUpdate(v1.IPv4Protocol)
    	hs.QueuedUpdate(v1.IPv6Protocol)
    	fakeClock.Step(25 * time.Second)
    	testHTTPHandler(hsTest, http.StatusServiceUnavailable, t)
    
    	// Should return 200 "OK" after processing update for both IPv4 and IPv6 proxiers.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 21.4K bytes
    - Viewed (0)
Back to top