Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestStressSurpriseServerCloses (0.2 sec)

  1. src/net/http/transport_test.go

    }
    
    // Test for https://golang.org/issue/2616 (appropriate issue number)
    // This fails pretty reliably with GOMAXPROCS=100 or something high.
    func TestStressSurpriseServerCloses(t *testing.T) {
    	run(t, testStressSurpriseServerCloses, []testMode{http1Mode})
    }
    func testStressSurpriseServerCloses(t *testing.T, mode testMode) {
    	if testing.Short() {
    		t.Skip("skipping test in short mode")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
Back to top