Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for logOutput (0.53 sec)

  1. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/internal/jvm/inspection/DefaultJavaInstallationRegistryTest.groovy

            def jdk8 = temporaryFolder.createFile("not-a-directory")
            def logOutput = "Path for java installation '${jdk8}' (testSource) points to a file, not a directory"
            when:
            def registry = createRegistry([jdk8])
            def installations = registry.listInstallations()
    
            then:
            installations.isEmpty()
            1 * logger.log(_, logOutput)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:46:10 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  2. src/net/http/clientserver_test.go

    		t.Errorf("client read all successfully; want some error")
    	}
    	logOutput := func() string {
    		errorLog.Lock()
    		defer errorLog.Unlock()
    		return errorLog.String()
    	}
    	wantStackLogged := panicValue != nil && panicValue != ErrAbortHandler
    
    	waitCondition(t, 10*time.Millisecond, func(d time.Duration) bool {
    		gotLog := logOutput()
    		if !wantStackLogged {
    			if gotLog == "" {
    				return true
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  3. cluster/gce/manifests/cluster-autoscaler.manifest

                        "--expendable-pods-priority-cutoff=-10",
                        {{params}}
                    ],
                    "env": [
                        {
                            "name": "LOG_OUTPUT",
                            "value": "/var/log/cluster-autoscaler.log"
                        }
                    ],
                    "resources": {
                        "requests": {
                            "cpu": "10m",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 25 00:04:35 UTC 2024
    - 3.7K bytes
    - Viewed (0)
Back to top