Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 135 for 600s (0.04 sec)

  1. src/cmd/internal/test2json/testdata/issue29755.test

    === RUN   TestOutputWithSubtest/sub_test2
    === RUN   TestOutputWithSubtest/sub_test2/sub2
    --- FAIL: TestOutputWithSubtest (0.00s)
        foo_test.go:6: output before sub tests
        foo_test.go:10: output from root test
        foo_test.go:15: output from root test
        --- PASS: TestOutputWithSubtest/sub_test (0.00s)
            foo_test.go:9: output from sub test
            foo_test.go:11: more output from sub test
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 01 16:13:47 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/pkg/resource/visitor_test.go

    			count: 3,
    		},
    		{
    			name: "Test that 500s are retried",
    			httpRetries: func(url string) (int, string, io.ReadCloser, error) {
    				assert.Equal(t, "hello", url)
    				i++
    				return 501, "Status", io.NopCloser(new(bytes.Buffer)), nil
    			},
    			args: httpArgs{
    				duration: 0,
    				u:        "hello",
    				attempts: 3,
    			},
    			count: 3,
    		},
    		{
    			name: "Test that 300s are not retried",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 09:47:52 UTC 2023
    - 9K bytes
    - Viewed (0)
  3. src/cmd/internal/test2json/testdata/framefuzz.json

    {"Action":"output","Test":"TestAddrStringAllocs","Output":"--- PASS: TestAddrStringAllocs (0.00s)\n"}
    {"Action":"output","Test":"TestAddrStringAllocs/zero","Output":"    --- PASS: TestAddrStringAllocs/zero (0.00s)\n"}
    {"Action":"pass","Test":"TestAddrStringAllocs/zero"}
    {"Action":"output","Test":"TestAddrStringAllocs/ipv4","Output":"    --- PASS: TestAddrStringAllocs/ipv4 (0.00s)\n"}
    {"Action":"pass","Test":"TestAddrStringAllocs/ipv4"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 6.3K bytes
    - Viewed (0)
  4. pkg/scheduler/framework/plugins/noderesources/most_allocated_test.go

    			},
    			existingPods:   nil,
    			expectedScores: []framework.NodeScore{{Name: "node1", Score: framework.MinNodeScore}, {Name: "node2", Score: framework.MinNodeScore}},
    			resources:      nil,
    			wantStatusCode: framework.Error,
    		},
    		{
    			// Node1 scores on 0-MaxNodeScore scale
    			// CPU Score: (6000 * MaxNodeScore) / 10000 = 60
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 16K bytes
    - Viewed (0)
  5. src/cmd/internal/test2json/testdata/issue29755.json

    {"Action":"output","Test":"TestOutputWithSubtest/sub_test2/sub2","Output":"=== RUN   TestOutputWithSubtest/sub_test2/sub2\n"}
    {"Action":"output","Test":"TestOutputWithSubtest","Output":"--- FAIL: TestOutputWithSubtest (0.00s)\n"}
    {"Action":"output","Test":"TestOutputWithSubtest","Output":"    foo_test.go:6: output before sub tests\n"}
    {"Action":"output","Test":"TestOutputWithSubtest","Output":"    foo_test.go:10: output from root test\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/running.proxycfg

    discovery_address:       "mypilot:1001"
    statsd_udp_address:       "10.1.1.1:9125"
    proxy_admin_port:         15005
    control_plane_auth_policy: MUTUAL_TLS
    stat_name_length:          200
    tracing:                   { zipkin: { address: "localhost:6000" } }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 21 02:18:20 UTC 2022
    - 483 bytes
    - Viewed (0)
  7. platforms/core-runtime/time/src/test/groovy/org/gradle/internal/time/TimeFormattingTest.groovy

            TimeFormatting.formatDurationVeryTerse(-60 * 1000) == '-1m0.00s'
            TimeFormatting.formatDurationVeryTerse(-60 * 60 * 1000) == '-1h0m0.00s'
            TimeFormatting.formatDurationVeryTerse(-(23 * 60 * 1000 + 12 * 1000 + 310)) == '-23m12.31s'
        }
    
        def roundsMillisWhenDurationIsGreaterThanOneMinute() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:20:17 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  8. pilot/pkg/networking/grpcgen/testdata/xds_bootstrap.json

            "private_key_file": "../../../../tests/testdata/certs/default/key.pem",
            "ca_certificate_file": "../../../../tests/testdata/certs/default/root-cert.pem",
            "refresh_interval": "900s"
          }
        }
      },
      "server_listener_resource_name_template": "xds.istio.io/grpc/lds/inbound/%s"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 08 18:48:42 UTC 2022
    - 961 bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/deferred_cluster_creation.proxycfg

    proxy_admin_port:                 15005
    control_plane_auth_policy:        MUTUAL_TLS
    stat_name_length:                 200
    tracing:                          { zipkin: { address: "localhost:6000" } }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 864 bytes
    - Viewed (0)
  10. releasenotes/notes/30181.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: networking
    issue:
      - 30181
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 04 02:18:31 UTC 2021
    - 193 bytes
    - Viewed (0)
Back to top