Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,044 for STARTED (1.32 sec)

  1. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/processors/TestMainActionTest.groovy

        def 'fires start and end events around detector execution'() {
            when:
            action.run()
    
            then:
            1 * timeProvider.getCurrentTime() >> 100L
            1 * resultProcessor.started({ it.id == 'rootTestSuiteId456' }, { it.startTime == 100L })
            then:
            1 * processor.startProcessing(!null)
            then:
            1* detector.run()
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/junit/TestClassExecutionEventGenerator.java

                testsStarted = false;
                currentTests.clear();
                currentTestClass = null;
            }
        }
    
        @Override
        public void started(TestDescriptorInternal test, TestStartEvent event) {
            resultProcessor.started(test, event);
            testsStarted = true;
            currentTests.add(test.getId());
        }
    
        @Override
        public void completed(Object testId, TestCompleteEvent event) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 06:58:24 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/process/ProcessInPluginBuildScriptIntegrationTest.groovy

                if (file.endsWith(".gradle.kts")) {
                    withProblem("Settings file '${relativePath(file)}': external process started")
                } else {
                    withProblem("Settings file '${relativePath(file)}': line 5: external process started")
                }
            }
    
            where:
            snippetsFactory             | file
            exec().groovy               | "included/settings.gradle"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  4. pkg/kubelet/prober/prober_manager_test.go

    	// Setup probe "workers" and cached results.
    	m.workers = map[probeKey]*worker{
    		{testPodUID, notStarted.Name, startup}: {},
    		{testPodUID, started.Name, startup}:    {},
    	}
    	m.startupManager.Set(kubecontainer.ParseContainerID(started.ContainerID), results.Success, &v1.Pod{})
    
    	testCases := []struct {
    		desc                    string
    		expectedStartup         map[probeKey]bool
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r64/DaemonReuseCrossVersionSpec.groovy

        }
    
        def "tooling API client reuses existing daemon started by TAPI"() {
            runBuildViaTAPI()
            def original = getDaemonUID()
            when:
            runBuildViaTAPI()
            then:
            assertSameDaemon(original)
        }
    
        def "tooling API client reuses existing daemon started by CLI"() {
            runBuildViaCLI()
            def original = getDaemonUID()
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. security/pkg/nodeagent/sds/server.go

    					serverOk = false
    				}
    			}
    			if serverOk && setUpUdsOK {
    				started = true
    				break
    			}
    			time.Sleep(waitTime)
    			waitTime *= 2
    		}
    		if !started {
    			sdsServiceLog.Warn("SDS grpc server could not be started")
    		}
    	}()
    }
    
    func (s *Server) grpcServerOptions() []grpc.ServerOption {
    	grpcOptions := []grpc.ServerOption{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 07 17:44:41 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/FailFastTestListenerInternalTest.groovy

        FailFastTestListenerInternal unit
    
        def setup() {
            unit = new FailFastTestListenerInternal(testExecuter, delegate)
        }
    
        def "started invokes delegate"() {
            when:
            unit.started(testDescriptor, startEvent)
    
            then:
            1 * delegate.started(testDescriptor, startEvent)
        }
    
        def "output invokes delegate"() {
            when:
            unit.output(testDescriptor, event)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. docs/de/docs/deployment/server-workers.md

    [19515] [INFO] Booting worker with pid: 19515
    [19511] [INFO] Started server process [19511]
    [19511] [INFO] Waiting for application startup.
    [19511] [INFO] Application startup complete.
    [19513] [INFO] Started server process [19513]
    [19513] [INFO] Waiting for application startup.
    [19513] [INFO] Application startup complete.
    [19514] [INFO] Started server process [19514]
    [19514] [INFO] Waiting for application startup.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 18:19:25 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  9. pkg/kube/informerfactory/factory.go

    	// WaitForCacheSync blocks until all started informers' caches were synced
    	// or the stop channel gets closed.
    	WaitForCacheSync(stopCh <-chan struct{}) bool
    
    	// Shutdown marks a factory as shutting down. At that point no new
    	// informers can be started anymore and Start will return without
    	// doing anything.
    	//
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  10. platforms/core-runtime/build-operations/src/main/java/org/gradle/internal/operations/DefaultBuildOperationListenerManager.java

            @Override
            public void started(BuildOperationDescriptor buildOperation, OperationStartEvent startEvent) {
                List<? extends BuildOperationListener> listeners = DefaultBuildOperationListenerManager.this.listeners;
                //noinspection ForLoopReplaceableByForEach
                for (int i = 0; i < listeners.size(); ++i) {
                    listeners.get(i).started(buildOperation, startEvent);
                }
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 14:19:43 UTC 2023
    - 5.3K bytes
    - Viewed (0)
Back to top