Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 55 for vlogf (0.59 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. src/bufio/bufio_test.go

    				p := make([]byte, 50)
    				n, err := br.Read(p)
    				if err != wantErr || n != len(s) || string(p[:n]) != s {
    					t.Fatalf("read(%d) = %q, %v, want %q, %v", len(p), string(p[:n]), err, s, wantErr)
    				}
    				t.Logf("read(%d) = %q, %v", len(p), string(p[:n]), err)
    			}
    			want("abc", nil)
    			want("", nil)
    			want("def", nil)
    			want("", io.EOF)
    		})
    	}
    }
    
    func TestReaderReset(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:56:01 UTC 2023
    - 51.5K bytes
    - Viewed (0)
  6. src/net/http/httputil/reverseproxy_test.go

    	}))
    	defer frontendProxy.Close()
    
    	if _, err = frontendProxy.Client().Get(frontendProxy.URL); err == nil {
    		t.Fatalf("want non-nil error")
    	}
    	// The race detector complains about the proxyLog usage in logf in copyBuffer
    	// and our usage below with proxyLog.Bytes() so we're explicitly using a
    	// channel to ensure that the ReverseProxy's ServeHTTP is done before we
    	// continue after Get.
    	<-donec
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  7. pkg/proxy/endpointschangetracker_test.go

    		return a.endpoint == b.endpoint && a.isLocal == b.isLocal && a.ready == b.ready && a.serving == b.serving && a.terminating == b.terminating
    	}
    	for x := range expected {
    		if len(newMap[x]) != len(expected[x]) {
    			t.Logf("Endpoints %+v", newMap[x])
    			t.Fatalf("expected %d endpoints for %v, got %d", len(expected[x]), x, len(newMap[x]))
    		} else {
    			for i := range expected[x] {
    				newEp, ok := newMap[x][i].(*BaseEndpointInfo)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 79.9K bytes
    - Viewed (0)
  8. src/math/rand/v2/chacha8_test.go

    			}
    			if err := p.UnmarshalBinary(out); err != nil {
    				t.Fatal(err)
    			}
    		}
    		buf := make([]byte, IntN(100))
    		if n+len(buf) > chacha8outlen {
    			buf = buf[:chacha8outlen-n]
    		}
    		n += len(buf)
    		t.Logf("reading %d bytes", len(buf))
    		if nn, err := p.Read(buf); err != nil {
    			t.Fatal(err)
    		} else if nn != len(buf) {
    			t.Errorf("Read short: got %d, expected %d", nn, len(buf))
    		}
    		h.Write(buf)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:09:08 UTC 2024
    - 55K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/sidecar_simulation_test.go

    				return strings.HasPrefix(c.Name, "inbound")
    			})
    			if len(s.PushContext().ProxyStatus) != 0 {
    				// TODO make this fatal, once inbound conflict is silenced
    				t.Logf("got unexpected error: %+v", s.PushContext().ProxyStatus)
    			}
    			cmap := xdstest.ExtractClusters(clusters)
    			got := xdstest.MapKeys(cmap)
    
    			// Check we have all expected clusters
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  10. src/cmd/internal/testdir/testdir_test.go

    // It consists of pairs: full path to source file and its base name.
    func (t test) errorCheck(outStr string, wantAuto bool, fullshort ...string) (err error) {
    	defer func() {
    		if testing.Verbose() && err != nil {
    			t.Logf("gc output:\n%s", outStr)
    		}
    	}()
    	var errs []error
    	out := splitOutput(outStr, wantAuto)
    
    	// Cut directory name.
    	for i := range out {
    		for j := 0; j < len(fullshort); j += 2 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top