Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 448 for striped (0.12 sec)

  1. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerDaemonLifecycleTest.groovy

            and:
            succeeds "runInWorker2"
    
            then:
            assertDifferentDaemonsWereUsed("runInWorker1", "runInWorker2")
        }
    
        def "worker daemons can be restarted when daemon is stopped"() {
            fixture.withWorkActionClassInBuildScript()
            buildFile << """
                task runInWorker1(type: WorkerTask) {
                    isolationMode = 'processIsolation'
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:36:27 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/phases/reset/cleanupnode.go

    		klog.Warningln("[reset] The kubelet service could not be stopped by kubeadm. Unable to detect a supported init system!")
    		klog.Warningln("[reset] Please ensure kubelet is stopped manually")
    	} else {
    		if !r.DryRun() {
    			fmt.Println("[reset] Stopping the kubelet service")
    			if err := initSystem.ServiceStop("kubelet"); err != nil {
    				klog.Warningf("[reset] The kubelet service could not be stopped by kubeadm: [%v]\n", err)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 06:58:01 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/daemon/DaemonRegistryStateProbe.groovy

    import org.gradle.testfixtures.internal.NativeServicesTestFixture
    
    import static org.gradle.launcher.daemon.server.api.DaemonStateControl.State
    import static org.gradle.launcher.daemon.server.api.DaemonStateControl.State.Stopped
    
    class DaemonRegistryStateProbe implements DaemonStateProbe {
        private final DaemonRegistry registry
        private final DaemonContext context
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  4. src/internal/txtar/archive.go

    // The file marker line must begin with the three-byte sequence "-- "
    // and end with the three-byte sequence " --", but the enclosed
    // file name can be surrounding by additional white space,
    // all of which is stripped.
    //
    // If the txtar file is missing a trailing newline on the final line,
    // parsers should consider a final newline to be present anyway.
    //
    // There are no possible syntax errors in a txtar archive.
    package txtar
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 20 02:13:02 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  5. platforms/software/security/src/main/java/org/gradle/security/internal/SecuritySupport.java

                    for (Object o : objectFactory) {
                        if (o instanceof PGPPublicKeyRing) {
                            // backward compatibility: old keyrings should be stripped too
                            PGPPublicKeyRing strippedKeyRing = KeyringStripper.strip((PGPPublicKeyRing) o, fingerprintCalculator);
                            existingRings.add(strippedKeyRing);
                        }
                    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 6K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/devicemanager/types.go

    }
    
    // TODO: evaluate whether we need this error definition.
    const (
    	errEndpointStopped = "endpoint %v has been stopped"
    )
    
    // endpointStopGracePeriod indicates the grace period after an endpoint is stopped
    // because its device plugin fails. DeviceManager keeps the stopped endpoint in its
    // cache during this grace period to cover the time gap for the capacity change to
    // take effect.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 13:02:15 UTC 2023
    - 5K bytes
    - Viewed (0)
  7. src/time/tick.go

    //
    // Before Go 1.23, the garbage collector did not recover
    // tickers that had not yet expired or been stopped, so code often
    // immediately deferred t.Stop after calling NewTicker, to make
    // the ticker recoverable when it was no longer needed.
    // As of Go 1.23, the garbage collector can recover unreferenced
    // tickers, even if they haven't been stopped.
    // The Stop method is no longer necessary to help the garbage collector.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 04 14:21:30 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. src/syscall/syscall_bsd.go

    }
    
    func (w WaitStatus) Signaled() bool { return w&mask != stopped && w&mask != 0 }
    
    func (w WaitStatus) Signal() Signal {
    	sig := Signal(w & mask)
    	if sig == stopped || sig == 0 {
    		return -1
    	}
    	return sig
    }
    
    func (w WaitStatus) CoreDump() bool { return w.Signaled() && w&core != 0 }
    
    func (w WaitStatus) Stopped() bool { return w&mask == stopped && Signal(w>>shift) != SIGSTOP }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 10:34:48 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  9. platforms/software/testing-base-infrastructure/src/test/groovy/org/gradle/api/internal/tasks/testing/worker/TestWorkerTest.groovy

            when:
            async {
                worker.execute(workerContext)
                instant.completed
            }
    
            then:
            instant.completed > instant.stopped
            System.properties['org.gradle.test.worker'] == '<worker-id>'
    
            and:
            1 * factory.create(_, _, _) >> processor
            1 * connection.addOutgoing(TestResultProcessor) >> resultProcessor
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. releasenotes/notes/vm-cleanup-iptables.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
    - 29556
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 09 16:00:57 UTC 2021
    - 193 bytes
    - Viewed (0)
Back to top