Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 78 for expecting (0.25 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    		},
    	}
    
    	for _, tt := range testCases {
    		t.Run(tt.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  2. cmd/erasure-server-pool.go

    		// request of this kind
    		//
    		// GET /testbucket/?list-type=2&delimiter=%2F&max-keys=2&prefix=parquet%2F_SUCCESS%2F&fetch-owner=false
    		//
    		// Here spark is expecting that the List() return empty instead, so from MinIO's point
    		// of view if we simply do a GetObjectInfo() on this prefix by treating it as an object
    		// We save a lot of calls over the network.
    		//
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    				},
    			},
    			MeshExternal: true,
    			Resolution:   model.DNSLB,
    		},
    	}
    
    	svcList := controller.Services()
    	if len(svcList) != len(expectedSvcList) {
    		t.Fatalf("Expecting %d service but got %d\r\n", len(expectedSvcList), len(svcList))
    	}
    	for i, exp := range expectedSvcList {
    		if exp.Hostname != svcList[i].Hostname {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/lib.go

    	}
    }
    
    func checkFingerprint(lib *sym.Library, libfp goobj.FingerprintType, src string, srcfp goobj.FingerprintType) {
    	if libfp != srcfp {
    		Exitf("fingerprint mismatch: %s has %x, import from %s expecting %x", lib, libfp, src, srcfp)
    	}
    }
    
    func readelfsymboldata(ctxt *Link, f *elf.File, sym *elf.Symbol) []byte {
    	data := make([]byte, sym.Size)
    	sect := f.Sections[sym.Section]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/mark_for_compilation_pass_test.cc

      auto clusters = GetClusters(*graph);
    
      EXPECT_NE(clusters["tan_a0"], "");
      EXPECT_NE(clusters["tan_a1"], "");
      EXPECT_NE(clusters["tan_b0"], "");
      EXPECT_NE(clusters["tan_b1"], "");
    
      EXPECT_EQ(clusters["tan_a0"], clusters["tan_a1"]);
      EXPECT_EQ(clusters["tan_b0"], clusters["tan_b1"]);
    
      EXPECT_NE(clusters["tan_a0"], clusters["tan_b0"]);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 10:11:10 UTC 2024
    - 79.6K bytes
    - Viewed (0)
  6. tensorflow/c/eager/c_api_test.cc

      int num_retvals = 1;
      TFE_Execute(matmul, &retvals[0], &num_retvals, status);
      TFE_DeleteOp(matmul);
      if (!async) {
        EXPECT_NE(TF_OK, TF_GetCode(status));
      } else {
        TF_Tensor* t = TFE_TensorHandleResolve(retvals[0], status);
        EXPECT_NE(TF_OK, TF_GetCode(status));
        EXPECT_EQ(nullptr, t);
        const char* msg = "Matrix size-incompatible: In[0]: [2,2], In[1]: [3,2]";
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    	func() {
    		defer func() {
    			panicErrGot = recover()
    		}()
    
    		req.Finish(func() {
    			// verify that total requests executing goes up by 1 since the request is executing.
    			if queue.totRequestsExecuting != 1 {
    				t.Fatalf("expected total requests currently executing of the QueueSet to be 1, but got: %d", queue.totRequestsExecuting)
    			}
    
    			panic(panicErrExpected)
    		})
    	}()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/deadness_analysis_test.cc

        TF_ASSERT_OK(ComputePredicates(*root.graph(), &predicate_map));
    
        EXPECT_NE(predicate_map[ControlOutputFor(exits[0])],
                  predicate_map[ControlOutputFor(exits[1])]);
        EXPECT_NE(predicate_map[ControlOutputFor(exits[0])], "");
        EXPECT_NE(predicate_map[ControlOutputFor(exits[1])], "");
    
        EXPECT_NE(predicate_map[ControlOutputFor(next_iterations[0])],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  9. src/html/template/exec_test.go

    			`template: t:1:2: executing "t" at <doPanic>: error calling doPanic: custom panic string`,
    		},
    		{
    			"indirect func call panics",
    			"{{call doPanic}}", (*T)(nil),
    			`template: t:1:7: executing "t" at <doPanic>: error calling doPanic: custom panic string`,
    		},
    		{
    			"direct method call panics",
    			"{{.GetU}}", (*T)(nil),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  10. cmd/test-utils_test.go

    	if err = newTestConfig(globalMinioDefaultRegion, objLayer); err != nil {
    		args.t.Fatalf("Unable to initialize server config. %s", err)
    	}
    
    	credentials := globalActiveCred
    
    	// Executing the object layer tests for single node setup.
    	args.objAPITest(objLayer, ErasureSDStr, bucketFS, fsAPIRouter, credentials, args.t)
    
    	// reset globals.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
Back to top