Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setupInstallations (0.26 sec)

  1. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/JavaToolchainQueryServiceTest.groovy

            TestUtil.objectFactory().newInstance(DefaultToolchainSpec)
        }
    
        def "can query for matching toolchain using version #versionToFind"() {
            given:
            def queryService = setupInstallations(versionRange(8, 12))
    
            when:
            def filter = createSpec()
            filter.languageVersion.set(versionToFind)
            def toolchain = queryService.findMatchingToolchain(filter).get()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:46:10 UTC 2024
    - 19K bytes
    - Viewed (0)
  2. tests/integration/helm/install_test.go

    global:
      hub: %s
      tag: %s
      variant: %q
    `
    	framework.
    		NewTest(t).
    		Run(setupInstallation(overrideValuesStr, false, DefaultNamespaceConfig, ""))
    }
    
    // TestAmbientInstall tests Istio ambient profile installation using Helm
    func TestAmbientInstall(t *testing.T) {
    	framework.
    		NewTest(t).
    		Run(setupInstallation(ambientProfileOverride, true, DefaultNamespaceConfig, ""))
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top