This job view page is being replaced by Spyglass soon. Check out the new job view.
PRtkashem: client-go: add a metric to count request retries
ResultFAILURE
Tests 2 failed / 37698 succeeded
Started2023-02-03 05:59
Elapsed31m46s
Revisione6c9f6a3004b8f4d1691f85aa45a0e434fc08240
Refs 108396

Test Failures


k8s.io/kubernetes/vendor/k8s.io/component-base/metrics/prometheus/restclient TestClientGOMetrics 0.08s

go test -v k8s.io/kubernetes/vendor/k8s.io/component-base/metrics/prometheus/restclient -run TestClientGOMetrics$
=== RUN   TestClientGOMetrics
--- FAIL: TestClientGOMetrics (0.08s)

				from junit_20230203-055952.xml

Filter through log files | View test history on testgrid


k8s.io/kubernetes/vendor/k8s.io/component-base/metrics/prometheus/restclient TestClientGOMetrics/Number_of_HTTP_requests,_partitioned_by_status_code,_method,_and_host. 0.01s

go test -v k8s.io/kubernetes/vendor/k8s.io/component-base/metrics/prometheus/restclient -run TestClientGOMetrics/Number_of_HTTP_requests,_partitioned_by_status_code,_method,_and_host.$
=== RUN   TestClientGOMetrics/Number_of_HTTP_requests,_partitioned_by_status_code,_method,_and_host.
    metrics_test.go:83: 
        
        Diff:
        --- metric output does not match expectation; want
        +++ got:
        @@ -1,4 +1,4 @@
        -(bytes.Buffer) # HELP rest_client_requests_total [ALPHA] Number of HTTP requests, partitioned by status code, method, and host.
        +(bytes.Buffer) # HELP rest_client_requests_total [ALPHA] Number of HTTP requests, partitioned by status code, verb, and host.
         # TYPE rest_client_requests_total counter
        -rest_client_requests_total{code="200",host="www.foo.com",method="POST"} 1
        +rest_client_requests_total{code="200",host="www.foo.com",verb="POST"} 1
         
        
    --- FAIL: TestClientGOMetrics/Number_of_HTTP_requests,_partitioned_by_status_code,_method,_and_host. (0.01s)

				from junit_20230203-055952.xml

Filter through log files | View test history on testgrid


Show 37698 Passed Tests