Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 51 for _logf (0.06 sec)

  1. src/crypto/tls/handshake_client_test.go

    		if err != nil {
    			t.Fatalf("Failed to start subcommand: %s", err)
    		}
    		clientConn = recordingConn
    		defer func() {
    			if t.Failed() {
    				t.Logf("OpenSSL output:\n\n%s", stdout.all)
    			}
    		}()
    	} else {
    		clientConn, serverConn = localPipe(t)
    	}
    
    	doneChan := make(chan bool)
    	defer func() {
    		clientConn.Close()
    		<-doneChan
    	}()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/dwarf.go

    		c.linkctxt.Errorf(ds, "invalid size %d in adddwarfref\n", size)
    	case c.arch.PtrSize, 4:
    	}
    	dsu.AddSymRef(c.arch, tds, ofs, objabi.R_DWARFSECREF, size)
    }
    
    func (c dwctxt) Logf(format string, args ...interface{}) {
    	c.linkctxt.Logf(format, args...)
    }
    
    // At the moment these interfaces are only used in the compiler.
    
    func (c dwctxt) CurrentOffset(s dwarf.Sym) int64 {
    	panic("should be used only in the compiler")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/listener_test.go

    	for _, tc := range testcases {
    		t.Run(tc.name, func(t *testing.T) {
    			listeners := buildOutboundListeners(t, proxy, nil, tc.sidecar, tc.services...)
    			if len(listeners) != len(tc.expectedListener) {
    				t.Logf("listeners: %v", listeners[0].GetAddress().GetSocketAddress().GetPortValue())
    				t.Fatalf("expected %d listeners, found %d", len(tc.expectedListener), len(listeners))
    			}
    			for _, port := range tc.expectedListener {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    		t.Fatalf("Unable to get second page: %v", err)
    	}
    	if len(out.Continue) != 0 {
    		t.Fatalf("Unexpected continuation token set")
    	}
    	key, rv, err := storage.DecodeContinue(continueFromSecondItem, "/pods")
    	t.Logf("continue token was %d %s %v", rv, key, err)
    	expectNoDiff(t, "incorrect second page", []example.Pod{*preset[1].storedObj, *preset[2].storedObj}, out.Items)
    	if out.ResourceVersion != currentRV {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    			ctx := &ratchetingTestContext{
    				T:                   t,
    				DynamicClient:       dynamicClient,
    				APIExtensionsClient: apiExtensionClient,
    			}
    
    			for i, op := range c.Operations {
    				t.Logf("Performing Operation: %v", op.Description())
    				if err := op.Do(ctx); err != nil {
    					t.Fatalf("failed %T operation %v: %v\n%v", op, i, err, op)
    				}
    			}
    
    			// Reset resources
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources_test.go

    	modified := update(t, objects, updates)
    	for i := range modified {
    		obj := modified[i]
    		if diff := cmp.Diff(objects[i], obj); diff != "" {
    			t.Logf("Updating %T %q, diff (-old, +new):\n%s", obj, obj.GetName(), diff)
    			switch obj := obj.(type) {
    			case *resourcev1alpha2.ResourceClaim:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 07:57:10 UTC 2024
    - 61.9K bytes
    - Viewed (0)
  7. pkg/controller/volume/attachdetach/cache/actual_state_of_world_test.go

    	etime, err := asw.SetDetachRequestTime(logger, generatedVolumeName, nodeName)
    	if err != nil {
    		t.Fatalf("SetDetachRequestTime failed. Expected: <no error> Actual: <%v>", err)
    	}
    	if etime >= maxWaitTime {
    		t.Logf("SetDetachRequestTim Expected: <elapsed time %v is smaller than maxWaitTime %v> Actual <elapsed time is larger than maxWaitTime>", etime, maxWaitTime)
    	}
    	// Sleep and call SetDetachRequestTime again
    	time.Sleep(maxWaitTime)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
  8. src/net/netip/netip_test.go

    						t.Fatalf("failed to produce prefix: %v", err)
    					}
    					if !st.ok && err == nil {
    						t.Fatal("expected an error, but none occurred")
    					}
    					if err != nil {
    						t.Logf("err: %v", err)
    						return
    					}
    
    					if !reflect.DeepEqual(p, st.p) {
    						t.Errorf("prefix = %q, want %q", p, st.p)
    					}
    
    					if got := st.ip.String(); got != orig {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  9. pkg/kubelet/volumemanager/reconciler/reconciler_test.go

    			volumeSpec = &volume.Spec{PersistentVolume: pvWithSize}
    			dsw.AddPodToVolume(podName, pod, volumeSpec, volumeSpec.Name(), "" /* volumeGidValue */, nil /* seLinuxContexts */)
    
    			t.Logf("Changing size of the volume to %s", tc.newPVSize.String())
    			newSize := tc.newPVSize.DeepCopy()
    			dsw.UpdatePersistentVolumeSize(volumeName, &newSize)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 75.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/registry/rest/resttest/resttest.go

    			}
    		}
    		if len(row.Cells) != len(table.ColumnDefinitions) {
    			t.Fatalf("unmatched row length on row %d: %#v", i, row.Cells)
    		}
    	}
    	data, _ := json.MarshalIndent(table, "", "  ")
    	t.Logf("%s", string(data))
    }
    
    // =============================================================================
    // Watching tests.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 55.8K bytes
    - Viewed (0)
Back to top