Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 78 for assertbig (0.76 sec)

  1. src/net/splice_linux_test.go

    			t.Errorf("r.N = %d, want %d", gotN, wantN)
    		}
    	}
    }
    
    func testSpliceReaderAtEOF(t *testing.T, upNet, downNet string) {
    	// UnixConn doesn't implement io.ReaderFrom, which will fail
    	// the following test in asserting a UnixConn to be an io.ReaderFrom,
    	// so skip this test.
    	if downNet == "unix" {
    		t.Skip("skipping test on unix socket")
    	}
    
    	hook := hookSplice(t)
    
    	clientUp, serverUp := spawnTestSocketPair(t, upNet)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:49:26 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_workloadentry_test.go

    		s.lookup(s.seIPXdsName("se1", "127.0.0.2"))[0].GetWorkload().GetAuthorizationPolicies(),
    		nil)
    
    	s.deleteServiceEntry(t, "se1", testNS)
    	s.assertWorkloads(t, "", workloadapi.WorkloadStatus_HEALTHY) // Asserting no WE residual
    }
    
    func TestAmbientIndex_WorkloadEntries_DisableK8SServiceSelectWorkloadEntries(t *testing.T) {
    	test.SetForTest(t, &features.EnableK8SServiceSelectWorkloadEntries, false)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  3. cmd/signature-v4-utils_test.go

    			t.Errorf("Test %d: Expected the result to `%v`, but instead got `%v`", i+1, testCase.expectedResult, actualResult)
    		}
    	}
    }
    
    // TestIsValidRegion - Tests validate the comparison logic for asserting whether the region from http request is valid.
    func TestIsValidRegion(t *testing.T) {
    	testCases := []struct {
    		inputReqRegion  string
    		inputConfRegion string
    
    		expectedResult bool
    	}{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 05 21:26:41 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  4. subprojects/core/src/testFixtures/groovy/org/gradle/util/internal/MultithreadedTestRule.java

         *
         * @param action The action to execute.
         */
        public void expectBlocks(Closure action) {
            syncPoint.expectBlocks(action);
        }
    
        /**
         * Executes the given action, asserting that it unblocks all actions provided to {@link
         * #expectBlocks(groovy.lang.Closure)}
         *
         * @param action The action to execute.
         */
        public void expectUnblocks(Closure action) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 23.3K bytes
    - Viewed (0)
  5. cmd/server_test.go

    		0, nil, s.accessKey, s.secretKey, s.signer)
    	c.Assert(err, nil)
    
    	// execute the HTTP request.
    	response, err = s.client.Do(request)
    	c.Assert(err, nil)
    	// Asserting the error response with the expected values.
    	verifyError(c, response, "NoSuchKey", "The specified key does not exist.", http.StatusNotFound)
    
    	objectName = "testObject1"
    	// content for the object to be uploaded.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  6. pkg/serviceaccount/claims_test.go

    		},
    	}
    	for i, c := range cs {
    		t.Run(fmt.Sprintf("case %d", i), func(t *testing.T) {
    			// comparing json spews has the benefit over
    			// reflect.DeepEqual that we are also asserting that
    			// claims structs are json serializable
    			spew := func(obj interface{}) string {
    				b, err := json.Marshal(obj)
    				if err != nil {
    					t.Fatalf("err, couldn't marshal claims: %v", err)
    				}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  7. tensorflow/c/ops.h

    //
    // The op built by this builder is stateful if its behavior depends on some
    // state beyond its input tensors (e.g. variable reading op) or if it has a
    // side-effect (e.g. printing or asserting ops). Equivalently, stateless ops
    // must always produce the same output for the same input and have no
    // side-effects.
    //
    // By default Ops may be moved between devices. Stateful ops should either not
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  8. licenses/github.com/hashicorp/hcl/LICENSE

         non-compliance with this License from such Contributor, and You become
         compliant prior to 30 days after Your receipt of the notice.
    
    5.2. If You initiate litigation against any entity by asserting a patent
         infringement claim (excluding declaratory judgment actions, counter-claims,
         and cross-claims) alleging that a Contributor Version directly or
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  9. licenses/github.com/hashicorp/errwrap/LICENSE

         non-compliance with this License from such Contributor, and You become
         compliant prior to 30 days after Your receipt of the notice.
    
    5.2. If You initiate litigation against any entity by asserting a patent
         infringement claim (excluding declaratory judgment actions, counter-claims,
         and cross-claims) alleging that a Contributor Version directly or
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
  10. licenses/github.com/hashicorp/go-multierror/LICENSE

         non-compliance with this License from such Contributor, and You become
         compliant prior to 30 days after Your receipt of the notice.
    
    5.2. If You initiate litigation against any entity by asserting a patent
         infringement claim (excluding declaratory judgment actions, counter-claims,
         and cross-claims) alleging that a Contributor Version directly or
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Oct 26 02:47:39 UTC 2019
    - 15.6K bytes
    - Viewed (0)
Back to top