Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for checkVersions (0.22 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/TomlDependenciesExtensionIntegrationTest.groovy

                    implementation libs.bundles.com.company.libs.bundle
                    implementation libs.bundles.com.companylibs.bundle
                }
    
                tasks.register('checkVersions') {
                    assert libs.versions.version.libs.v1.get() == '1.0'
                    assert libs.versions.versionLibs.v2.get() == '2.0'
                    assert libs.versions.versionlibs.v3.get() == '3.0'
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 33K bytes
    - Viewed (0)
  2. 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