Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Coordinator (0.1 sec)

  1. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultExecutionPlanParallelTest.groovy

            when:
            def failures = []
            coordinator.withStateLock {
                finalizedPlan.collectFailures(failures)
            }
    
            then:
            failures.size() == 1
            def e = failures.first()
            e.message.contains("Execution failed for task :finalizer")
    
            then:
            coordinator.withStateLock {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 93.5K bytes
    - Viewed (0)
  2. src/cmd/dist/test.go

    		"cmd/internal/testdir": true,
    	}
    
    	// Fast path to avoid the ~1 second of `go list std cmd` when
    	// the caller lists specific tests to run. (as the continuous
    	// build coordinator does).
    	if len(t.runNames) > 0 {
    		for _, name := range t.runNames {
    			if !strings.Contains(name, ":") {
    				t.registerStdTest(name)
    			} else if strings.HasSuffix(name, ":racebench") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
Back to top