Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 207 for greater (0.38 sec)

  1. pkg/controller/volume/attachdetach/reconciler/reconciler_test.go

    }
    
    // Creates a volume with accessMode ReadWriteOnce
    // First create a pod which will try to attach the volume to the a node named "uncertain-node". The attach call for this node will
    // fail for timeout, but the volume will be actually attached to the node after the call.
    // Secondly, delete this pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 07:00:14 UTC 2024
    - 72.8K bytes
    - Viewed (0)
  2. pkg/volume/csi/csi_attacher_test.go

    				}
    				gotAttachment, err := csiAttacher.k8s.StorageV1().VolumeAttachments().Get(context.TODO(), attachment.Name, metav1.GetOptions{})
    				if err != nil {
    					t.Fatalf("failed to get created VolumeAttachment: %v", err)
    				}
    				t.Logf("created test VolumeAttachment %+v", gotAttachment)
    			}
    
    			attachID, err := csiAttacher.WaitForAttach(test.spec, "", nil, time.Second)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 12:23:16 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  3. cmd/erasure-healing_test.go

    	// created when the disk was down.
    	err = os.RemoveAll(path.Join(fsDirs[0], bucket))
    	if err != nil {
    		t.Fatal(err)
    	}
    	// This would create the bucket.
    	_, err = obj.HealBucket(ctx, bucket, madmin.HealOpts{
    		DryRun: false,
    		Remove: false,
    	})
    	if err != nil {
    		t.Fatal(err)
    	}
    	// Stat the bucket to make sure that it was created.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 49K bytes
    - Viewed (0)
  4. pkg/controller/statefulset/stateful_set_utils_test.go

    		t.Error("isMemberOf returned false positive")
    	}
    }
    
    func TestIdentityMatches(t *testing.T) {
    	set := newStatefulSet(3)
    	pod := newStatefulSetPod(set, 1)
    	if !identityMatches(set, pod) {
    		t.Error("Newly created Pod has a bad identity")
    	}
    	pod.Name = "foo"
    	if identityMatches(set, pod) {
    		t.Error("identity matches for a Pod with the wrong name")
    	}
    	pod = newStatefulSetPod(set, 1)
    	pod.Namespace = ""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 19:06:41 UTC 2024
    - 50.9K bytes
    - Viewed (0)
  5. src/cmd/link/internal/loader/loader.go

    // Aux holds a "handle" to access an aux symbol record from an
    // object file.
    type Aux struct {
    	*goobj.Aux
    	r *oReader
    	l *Loader
    }
    
    func (a Aux) Sym() Sym { return a.l.resolve(a.r, a.Aux.Sym()) }
    
    // oReader is a wrapper type of obj.Reader, along with some
    // extra information.
    type oReader struct {
    	*goobj.Reader
    	unit         *sym.CompilationUnit
    	version      int // version of static symbol
    	pkgprefix    string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KaFirResolver.kt

                    return null
                }
    
                if (resolveCalleeExpressionOfFunctionCall) {
                    // For implicit invoke, we resolve the calleeExpression of the CallExpression to the call that creates the receiver of this
                    // implicit invoke call. For example,
                    // ```
                    // fun test(f: () -> Unit) {
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 73K bytes
    - Viewed (0)
  7. tensorflow/c/c_api.h

      const TF_Output* const body_inputs;
      TF_Output* const body_outputs;
    
      // Unique null-terminated name for this while loop. This is used as a prefix
      // for created operations.
      const char* name;
    } TF_WhileParams;
    
    // Creates a TF_WhileParams for creating a while loop in `g`. `inputs` are
    // outputs that already exist in `g` used as initial values for the loop
    // variables.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

        """Creates a simple model that initializes and lookups a vocab table.
    
        This model creates an asset file at "vocab_file.txt" containing
        comma-separated vocabularies.  It also initializes a `StaticVocabularyTable`
        and performs a lookup with the input vocabs, which is a 1D tensor of
        strings.
    
        Args:
          sess: Tensorflow Session to create the model in.
    
        Returns:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  9. pkg/volume/csi/csi_mounter_test.go

    			}
    
    			// ensure data file is created
    			dataDir := filepath.Dir(mounter.GetPath())
    			dataFile := filepath.Join(dataDir, volDataFileName)
    			if _, err := os.Stat(dataFile); err != nil {
    				if os.IsNotExist(err) {
    					t.Errorf("data file not created %s", dataFile)
    				} else {
    					t.Fatal(err)
    				}
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  10. cmd/erasure-server-pool.go

    	if err != nil {
    		return bucketInfo, toObjectErr(err, bucket)
    	}
    
    	meta, err := globalBucketMetadataSys.Get(bucket)
    	if err == nil {
    		bucketInfo.Created = meta.Created
    		bucketInfo.Versioning = meta.Versioning()
    		bucketInfo.ObjectLocking = meta.ObjectLocking()
    	}
    	return bucketInfo, nil
    }
    
    // DeleteBucket - deletes a bucket on all serverPools simultaneously,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
Back to top