Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 706 for Captured (0.21 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/routine_test.go

    	capturedOutput := buf.String()
    
    	if !strings.Contains(capturedOutput, panicMsg) || !strings.Contains(capturedOutput, "apiserver panic'd") {
    		t.Errorf("unexpected out captured actual = %v", capturedOutput)
    	}
    }
    
    func TestExecutionWithRoutine(t *testing.T) {
    	var executed bool
    	handler := http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
    		t := TaskFrom(r.Context())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Feb 16 10:22:16 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/executor_tpuv1_outline_tpu_island.cc

            break;
          }
        }
        return WalkResult::advance();
      });
      int prefix_id = 0;
      for (IslandOp island_op : islands_to_outline) {
        // Build the function signature.
    
        // First the captured values in the island are function arguments
        llvm::SetVector<Value> operands;
        getUsedValuesDefinedAbove(island_op.getBody(), operands);
    
        SmallVector<Type, 16> func_operand_types;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/config/config.go

    	// Lookup DNS nameservers. We only do this if DNS is enabled in case of some obscure theoretical
    	// case where reading /etc/resolv.conf could fail.
    	// If capture all DNS option is enabled, we don't need to read from the dns resolve conf. All
    	// traffic to port 53 will be captured.
    	if c.RedirectDNS && !c.CaptureAllDNS {
    		dnsConfig, err := dns.ClientConfigFromFile("/etc/resolv.conf")
    		if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 22:24:38 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  4. cmd/kubeadm/test/cmd/token_test.go

    			$ TOKEN=$(kubeadm token generate)
    
    		we want to make sure that if they have a typo in their command, we exit
    		with a non-zero status code after showing the command's usage, so that
    		the usage itself isn't captured as a token without the user noticing.
    	*/
    	kubeadmPath := getKubeadmPath()
    	_, _, _, err := RunCmd(kubeadmPath, "token", "genorate") // subtle typo
    	if err == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 08 21:47:16 UTC 2020
    - 2.4K bytes
    - Viewed (0)
  5. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitCategoriesOrTagsCoverageIntegrationSpec.groovy

        }
    
        /**
         * Fixture for capturing simple test class requirements.  Note that this class should be used only for simple test classes
         * and should not be enhanced to capture complex test classes with arbitrary features.  Complex test classes should be captured
         * with a raw {@link TestSource} fixture.
         */
        class TestClass {
            final String name
            final String packageName
            final String sourceSet
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 01 14:54:49 UTC 2023
    - 15.2K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java

        assertAssignable(
            TypeToken.of(new TypeCapture<L>() {}.capture()),
            TypeToken.of(new TypeCapture<L>() {}.capture()));
        assertNotAssignable(
            TypeToken.of(new TypeCapture<R>() {}.capture()),
            TypeToken.of(new TypeCapture<L>() {}.capture()));
        assertAssignable(TypeToken.of(new TypeCapture<L>() {}.capture()), new TypeToken<List<R>>() {});
      }
    
      public void testisSupertypeOf_resolved() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 17:15:24 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  7. platforms/extensibility/test-kit/src/integTest/groovy/org/gradle/testkit/runner/GradleRunnerCaptureOutputIntegrationTest.groovy

            } else {
                assert stdStreams.stdOut.findAll(OUT).size() == 2
                assert stdStreams.stdOut.findAll(ERR).size() == 2
            }
        }
    
        def "output is captured if unexpected build exception is thrown"() {
            given:
            Writer standardOutput = new StringWriter()
            Writer standardError = new StringWriter()
            buildFile << helloWorldWithStandardOutputAndError()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  8. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/xctest/XCTestTestFrameworkIntegrationTest.groovy

            // all seems to be related to https://bugs.swift.org/browse/SR-1127. On Linux,
            // we just can't assert that test output is captured correctly. Until we roll out
            // our own driver app, test output capture only works on macOS.
            return OperatingSystem.current().macOsX
        }
    
        @Override
        void createPassingFailingTest() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  9. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/OverlappingOutputsFilterTest.groovy

    class OverlappingOutputsFilterTest extends Specification {
        def filter = new OverlappingOutputsFilter()
    
        def "overlapping outputs are captured"() {
            def staleFile = fileSnapshot("stale", TestHashCodes.hashCodeFrom(123))
            def outputFile = fileSnapshot("outputs", TestHashCodes.hashCodeFrom(345))
    
            def emptyDirectory = directorySnapshot()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:30 UTC 2023
    - 4K bytes
    - Viewed (0)
  10. pkg/kubelet/pleg/pleg.go

    	ContainerRemoved PodLifeCycleEventType = "ContainerRemoved"
    	// PodSync is used to trigger syncing of a pod when the observed change of
    	// the state of the pod cannot be captured by any single event above.
    	PodSync PodLifeCycleEventType = "PodSync"
    	// ContainerChanged - event type when the new state of container is unknown.
    	ContainerChanged PodLifeCycleEventType = "ContainerChanged"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 26 16:14:26 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top