Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 358 for Vm (0.02 sec)

  1. pkg/test/framework/components/echo/echotest/filters.go

    	return t
    }
    
    // WithDefaultFilters applies common filters that work for most tests.
    // Example:
    //   - The full set of apps is a, b, c, d, e, headless, naked, and vm (one simple pod).
    //   - Only a, d, e, headless, naked and vm are used as sources. (d and e applicable are only for dual-stack mode)
    //   - Subtests are generated only for reachable destinations.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 29 23:48:45 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  2. tests/integration/security/sds_ingress/ingress_test.go

    		Setup(namespace.Setup(&echo1NS, namespace.Config{Prefix: "echo1", Inject: true})).
    		Setup(func(ctx resource.Context) error {
    			// TODO: due to issue https://github.com/istio/istio/issues/25286,
    			// currently VM does not work in this test
    			err := ingressutil.SetupTest(ctx, &customConfig, namespace.Future(&echo1NS))
    			if err != nil {
    				return err
    			}
    			return nil
    		}).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  3. api/maven-api-plugin/pom.xml

                  <version>2.0.0</version>
                  <models>
                    <model>src/main/mdo/plugin.mdo</model>
                  </models>
                  <templates>
                    <template>model.vm</template>
                  </templates>
                  <params>
                    <param>packageModelV4=org.apache.maven.api.plugin.descriptor</param>
                  </params>
                </configuration>
              </execution>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 14:07:09 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  4. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/TestVerificationFailureHandlingIntegrationTest.groovy

                            useJUnitJupiter()
                        }
                    }
                }
            """
        }
    
        def 'task does not execute when it has a test task output dependency and VM exits unexpectedly'() {
            given:
            withFatalTestExecutionError()
            withCustomTaskInputFromTestTaskOutput()
    
            expect:
            fails('customTask')
            result.assertTaskExecuted(':test')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 6.1K bytes
    - Viewed (0)
  5. pkg/test/framework/resource/flags.go

    		return nil, err
    	}
    	s.Selector = f
    
    	s.SkipMatcher, err = NewMatcher(s.SkipString)
    	if err != nil {
    		return nil, err
    	}
    
    	// NOTE: not using echo.VM, etc. here to avoid circular dependency.
    	if s.SkipVM {
    		s.SkipWorkloadClasses = append(s.SkipWorkloadClasses, "vm")
    	}
    	if s.SkipTProxy {
    		s.SkipWorkloadClasses = append(s.SkipWorkloadClasses, "tproxy")
    	}
    	// Allow passing a single CSV flag as well
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/extension/wasmplugin_test.go

    	httpFilter := protoconv.MessageToAny(&httpwasm.Wasm{
    		Config: &wasmextension.PluginConfig{
    			Name:          "istio-system.someAuthNFilter",
    			Configuration: &anypb.Any{},
    			Vm: &wasmextension.PluginConfig_VmConfig{
    				VmConfig: &wasmextension.VmConfig{
    					Runtime: "envoy.wasm.runtime.v8",
    					Code: &core.AsyncDataSource{
    						Specifier: &core.AsyncDataSource_Remote{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 5.6K bytes
    - Viewed (0)
  7. tests/testdata/config/byon.yaml

    kind: VirtualService
    metadata:
      name: byon
      namespace: testns
    spec:
      hosts:
        - mybyon.test.istio.io
      http:
        - route:
          - destination:
              host: byon.test.istio.io
    
    ---
    ## VM running docker ( see deb/run/docker )
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: byon-docker
      namespace: testns
    spec:
       hosts:
       - byon-docker.test.istio.io
       ports:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 19 04:56:49 UTC 2019
    - 1.3K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/bootstrap/DaemonStartupCommunication.java

            //ibm vm 1.6 + windows XP gotchas:
            //we need to print something else to the stream after we print the daemon greeting.
            //without it, the parent hangs without receiving the message above (flushing does not help).
            LOGGER.debug("Completed writing the daemon greeting. Closing streams...");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 06:47:38 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  9. platforms/jvm/jvm-services/src/main/java/org/gradle/jvm/toolchain/internal/AsdfInstallationSupplier.java

        public AsdfInstallationSupplier(ToolchainConfiguration toolchainConfiguration) {
            this.toolchainConfiguration = toolchainConfiguration;
        }
    
        @Override
        public String getSourceName() {
            return "asdf-vm";
        }
    
        @Override
        public Set<InstallationLocation> get() {
            return findJavaCandidates(toolchainConfiguration.getAsdfDataDirectory());
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:17:53 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  10. platforms/jvm/toolchains-jvm-shared/src/main/java/org/gradle/jvm/toolchain/JvmVendorSpec.java

         *
         * @since 7.6
         */
        @Incubating
        public abstract boolean matches(String vendor);
    
        /**
         * Returns a vendor spec that matches a VM by its vendor.
         * <p>
         * A VM is determined eligible if the system property <code>java.vendor</code> contains
         * the given match string. The comparison is done case-insensitive.
         * </p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 01 16:57:19 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top