Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ISTIO_TEST_EXTRA_REVISIONS (0.31 sec)

  1. tests/integration/pilot/cross_revision_test.go

    // The test is completely skipped if ISTIO_TEST_EXTRA_REVISIONS is not set
    // To run, add each revision to test. eg `ISTIO_TEST_EXTRA_REVISIONS=canary,my-rev`.
    func TestRevisionTraffic(t *testing.T) {
    	rawExtraRevs, f := os.LookupEnv("ISTIO_TEST_EXTRA_REVISIONS")
    	if !f {
    		t.Skip("ISTIO_TEST_EXTRA_REVISIONS not specified")
    	}
    	extraRevs := strings.Split(rawExtraRevs, ",")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top