Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 228 for 100m (0.13 sec)

  1. docs/distributed/distributed-from-config-file.sh

    	os="$(uname -s)"
    	arch="$(uname -m)"
    	wget -O mc https://dl.minio.io/client/mc/release/${os,,}-${arch,,}/mc &&
    		chmod +x mc
    fi
    
    for i in $(seq 1 4); do
    	s3Port="$((9000 + i))"
    	consolePort="$((s3Port + 1000))"
    
    	cat <<EOF >/tmp/minio.configfile.$i
    version: v1
    address: ':${s3Port}'
    console-address: ':${consolePort}'
    rootUser: 'minr0otUS2r'
    rootPassword: 'pBU94AGAY85e'
    pools: # Specify the nodes and drives with pools
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat May 18 18:19:01 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. subprojects/build-events/src/integTest/groovy/org/gradle/build/event/BuildEventsParallelIntegrationTest.groovy

            handleA.waitForAllPendingCalls()
            // Increase the chance of the test to detect a broken implementation that doesn't wait for events to be processed before closing the service.
            sleep(1000)
            handleA.releaseAll()
    
            result = build.waitForFinish()
    
            then: "build succeeds and only one listener service was created"
    
            outputContains("listener 1 created")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/artifactreuse/ArtifactResolutionQueryIntegrationTest.groovy

            expect:
            def build = executer.withArguments('query:query', ':resolve:resolve', '--parallel').start()
    
            handler.waitForAllPendingCalls()
            handler.release('/sync')
            Thread.sleep(1000)
            handler.release(module.pom.path)
    
            build.waitForFinish()
        }
    
        @Issue('https://github.com/gradle/gradle/issues/11247')
        @ToBeFixedForConfigurationCache(because = "task uses artifact query API")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 00:21:07 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  4. internal/bucket/lifecycle/lifecycle.go

    		return nil, err
    	}
    	return &lc, nil
    }
    
    // Validate - validates the lifecycle configuration
    func (lc Lifecycle) Validate(lr lock.Retention) error {
    	// Lifecycle config can't have more than 1000 rules
    	if len(lc.Rules) > 1000 {
    		return errLifecycleTooManyRules
    	}
    	// Lifecycle config should have at least one rule
    	if len(lc.Rules) == 0 {
    		return errLifecycleNoRule
    	}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/etcd3/store_test.go

    		},
    		{
    			name:        "use continueRV",
    			continueKey: "continue",
    			continueRV:  100,
    			rv:          "0",
    			expectedRev: 100,
    		},
    		{
    			name:        "use continueRV with empty rv",
    			continueKey: "continue",
    			continueRV:  100,
    			rv:          "",
    			expectedRev: 100,
    		},
    		{
    			name:        "continueRV = 0",
    			continueKey: "continue",
    			continueRV:  0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  6. src/internal/coverage/cformat/format.go

    	for importpath := range fm.pm {
    		pkgs = append(pkgs, importpath)
    	}
    
    	rep := func(cov, tot uint64) error {
    		if tot != 0 {
    			if _, err := fmt.Fprintf(w, "coverage: %.1f%% of statements%s\n",
    				100.0*float64(cov)/float64(tot), covpkgs); err != nil {
    				return err
    			}
    		} else if noteEmpty {
    			if _, err := fmt.Fprintf(w, "coverage: [no statements]\n"); err != nil {
    				return err
    			}
    		}
    		return nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  7. src/iter/pull_test.go

    			c = 0
    			ng = nng
    		}
    		if c >= 100 {
    			// The same value 100 times in a row is good enough.
    			return ng
    		}
    		runtime.Gosched()
    	}
    	panic("failed to stabilize NumGoroutine after 1000 iterations")
    }
    
    func TestPullDoubleNext(t *testing.T) {
    	next, _ := Pull(doDoubleNext())
    	nextSlot = next
    	next()
    	if nextSlot != nil {
    		t.Fatal("double next did not fail")
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:09:28 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  8. pkg/log/options.go

    	defaultStackTraceLevel    = NoneLevel
    	defaultOutputPath         = "stdout"
    	defaultErrorOutputPath    = "stderr"
    	defaultRotationMaxAge     = 30
    	defaultRotationMaxSize    = 100 * 1024 * 1024
    	defaultRotationMaxBackups = 1000
    )
    
    // Level is an enumeration of all supported log levels.
    type Level int
    
    const (
    	// NoneLevel disables logging
    	NoneLevel Level = iota
    	// FatalLevel enables fatal level logging
    	FatalLevel
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 07 04:04:34 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  9. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/console/ProgressBar.java

                String statusSuffix = trimToConsole(consoleCols, coloredProgress.length(), fill(incompleteChar, remainingWidth)
                    + progressBarSuffix + " " + (int) (current * 100.0 / total) + '%' + ' ' + suffix
                    + (timerEnabled ? " [" + elapsedTimeStr + "]" : ""));
    
                lastElapsedTimeStr = elapsedTimeStr;
                formatted = Lists.newArrayList(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  10. src/net/textproto/reader.go

    	code, err = strconv.Atoi(line[0:3])
    	if err != nil || code < 100 {
    		err = ProtocolError("invalid response code: " + line)
    		return
    	}
    	message = line[4:]
    	if 1 <= expectCode && expectCode < 10 && code/100 != expectCode ||
    		10 <= expectCode && expectCode < 100 && code/10 != expectCode ||
    		100 <= expectCode && expectCode < 1000 && code != expectCode {
    		err = &Error{code, message}
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 22.1K bytes
    - Viewed (0)
Back to top