cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30.05k stars 3.8k forks source link

pkg/server/application_api/application_api_test: TestRangeCount failed #117085

Closed cockroach-teamcity closed 9 months ago

cockroach-teamcity commented 10 months ago

pkg/server/application_api/application_api_test.TestRangeCount failed on master @ 53e4efd389167110d687e5dea8bf915fe2582a25:

=== RUN   TestRangeCount
    test_log_scope.go:170: test logs captured to: outputs.zip/logTestRangeCount1847050065
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:93: cluster virtualization disabled due to issue: #76378 (expected label: C-bug)

pkg/server/application_api/application_api_test_test/pkg/server/application_api/storage_inspection_test.go:133: (TestRangeCount.func3)
    NOTICE: .StatsForSpan() called via implicit interface ApplicationLayerInterface;
HINT: consider using .ApplicationLayer().StatsForSpan() instead.
TIP: consider replacing the test server initialization from:
    ts, ... := serverutils.StartServer(t, ...)
    defer ts.Stopper().Stop(...)
to:
    srv, ... := serverutils.StartServer(t, ...)
    defer srv.Stopper().Stop(...)
    ts := srv.ApplicationLayer()

See also: https://go.crdb.dev/p/testserver-and-cluster-virtualization
    storage_inspection_test.go:112: Get "https://127.0.0.1:39539/_admin/v1/databases/system": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
    panic.go:541: -- test log scope end --
test logs left over in: outputs.zip/logTestRangeCount1847050065
--- FAIL: TestRangeCount (255.93s)

Parameters:

See also: How To Investigate a Go Test Failure (internal)

/cc @cockroachdb/unowned

This test on roachdash | Improve this report!

Jira issue: CRDB-34970

rickystewart commented 9 months ago

Pre-emptively closing (internal link) -- feel free to re-open if necessary for any reason.