Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkPerson (0.09 sec)

  1. tests/integration/helm/upgrade/util.go

    		err = checkVersion(t, oldNs.Name(), previousVersion)
    		if err != nil {
    			t.Fatalf("found a pod in namespace (%s) with the previous version: %v", oldNs.Name(), err)
    		}
    
    		// now check traffic still works between the proxies
    		sanitycheck.RunTrafficTestClientServer(t, oldClient, newServer)
    	}
    }
    
    func checkVersion(t framework.TestContext, namespace, version string) error {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top