Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 70 for 20something (0.48 sec)

  1. pkg/volume/csi/csi_attacher_test.go

    					t.Errorf("expected staging directory %s to be created and be a directory, got error: %s", tc.deviceMountPath, err)
    				} else {
    					if !s.IsDir() {
    						t.Errorf("expected staging directory %s to be directory, got something else", tc.deviceMountPath)
    					}
    				}
    			}
    		})
    	}
    }
    
    func TestAttacherMountDeviceWithInline(t *testing.T) {
    	pvName := "test-pv"
    	var testFSGroup int64 = 3000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  2. pkg/controller/volume/persistentvolume/pv_controller.go

    			// NOTE: reclaimVolume may either release the PV back into the pool or
    			// recycle it or do nothing (retain)
    
    			// Do not overwrite previous Failed state - let the user see that
    			// something went wrong, while we still re-try to reclaim the
    			// volume.
    			if volume.Status.Phase != v1.VolumeReleased && volume.Status.Phase != v1.VolumeFailed {
    				// Also, log this only once:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  3. .bazelrc

    build:windows --host_linkopt=/DEBUG
    build:windows --linkopt=/OPT:REF
    build:windows --host_linkopt=/OPT:REF
    build:windows --linkopt=/OPT:ICF
    build:windows --host_linkopt=/OPT:ICF
    
    # Verbose failure logs when something goes wrong
    build:windows --verbose_failures
    
    # Work around potential issues with large command lines on windows.
    # See: https://github.com/bazelbuild/bazel/issues/5163
    build:windows --features=compiler_param_file
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/listener.go

    	out := make([]*filterChainOpts, 0)
    	var svcConfigs []config.Config
    	if opts.service != nil {
    		// Do not filter namespace for now.
    		// TODO(https://github.com/istio/istio/issues/46146) we may need to, or something more sophisticated
    		svcConfigs = getConfigsForHost("", opts.service.Hostname, virtualServices)
    	} else {
    		svcConfigs = virtualServices
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/collect/MapsTest.java

          map1.put(i, null);
        }
        assertWithMessage("table size after adding " + size + " elements")
            .that(bucketsOf(map1))
            .isEqualTo(initialBuckets);
    
        /*
         * Something slightly different happens when the entries are added all at
         * once; make sure that passes too.
         */
        map2.putAll(map1);
        assertWithMessage("table size after adding " + size + " elements")
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 67.1K bytes
    - Viewed (0)
  6. src/cmd/link/internal/loader/loader.go

    // relocation against a runtime builtin whose definition is not found
    // when the runtime package is built. The canonical example is
    // "runtime.racefuncenter" -- currently if you do something like
    //
    //	go build -gcflags=-race myprogram.go
    //
    // the compiler will insert calls to the builtin runtime.racefuncenter,
    // but the version of the runtime used for linkage won't actually contain
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  7. pkg/apis/storage/validation/validation_test.go

    		if errs := ValidateVolumeAttachmentUpdate(&volumeAttachment, &old); len(errs) != 0 {
    			t.Errorf("expected success: %+v", errs)
    		}
    	}
    
    	// reset old's source with volumeName in case it was left with something else by earlier tests
    	old.Spec.Source = storage.VolumeAttachmentSource{}
    	old.Spec.Source.PersistentVolumeName = &volumeName
    
    	errorCases := []storage.VolumeAttachment{{
    		// change attacher
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 69.7K bytes
    - Viewed (0)
  8. src/net/http/fs_test.go

    	log *[]string
    }
    
    func (d fileServerCleanPathDir) Open(path string) (File, error) {
    	*(d.log) = append(*(d.log), path)
    	if path == "/" || path == "/dir" || path == "/dir/" {
    		// Just return back something that's a directory.
    		return Dir(".").Open(".")
    	}
    	return nil, fs.ErrNotExist
    }
    
    type panicOnSeek struct{ io.ReadSeeker }
    
    func TestScanETag(t *testing.T) {
    	tests := []struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 23:39:44 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  9. src/strings/strings_test.go

    		}
    	}
    }
    
    func TestLastIndexByte(t *testing.T) {
    	testCases := []IndexTest{
    		{"", "q", -1},
    		{"abcdef", "q", -1},
    		{"abcdefabcdef", "a", len("abcdef")},      // something in the middle
    		{"abcdefabcdef", "f", len("abcdefabcde")}, // last byte
    		{"zabcdefabcdef", "z", 0},                 // first byte
    		{"a☺b☻c☹d", "b", len("a☺")},               // non-ascii
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 12:58:37 UTC 2024
    - 53K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt

        ) // Slow connection 1KiB/second.
        server.enqueue(
          MockResponse(body = body),
        )
        client =
          client.newBuilder()
            .readTimeout(Duration.ofMillis(500)) // Half a second to read something.
            .build()
    
        // Make a call expecting a timeout reading the response body.
        val call1 = client.newCall(Request(server.url("/")))
        val response1 = call1.execute()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 11 22:09:35 UTC 2024
    - 75.3K bytes
    - Viewed (0)
Back to top