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.1k stars 3.81k forks source link

server: TestSpanStatsFanOutFaultTolerance failed #131082

Open cockroach-teamcity opened 1 month ago

cockroach-teamcity commented 1 month ago

server.TestSpanStatsFanOutFaultTolerance failed on master @ c6122f6e6f0d35249a5eef8cab22db49dc43a626:

=== RUN   TestSpanStatsFanOutFaultTolerance
    test_log_scope.go:170: test logs captured to: outputs.zip/logTestSpanStatsFanOutFaultTolerance2180574155
    test_log_scope.go:81: use -show-logs to present logs inline
    span_stats_test.go:314: 
            Error Trace:    github.com/cockroachdb/cockroach/pkg/server_test/pkg/server/span_stats_test.go:314
                                        github.com/cockroachdb/cockroach/pkg/server_test/pkg/server/span_stats_test.go:351
            Error:          "0" is not greater than "0"
            Test:           TestSpanStatsFanOutFaultTolerance
    panic.go:626: -- test log scope end --
test logs left over in: outputs.zip/logTestSpanStatsFanOutFaultTolerance2180574155
--- FAIL: TestSpanStatsFanOutFaultTolerance (702.78s)
=== RUN   TestSpanStatsFanOutFaultTolerance/partial-fanout-failure
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
    testing.go:1576: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
    --- FAIL: TestSpanStatsFanOutFaultTolerance/partial-fanout-failure (362.81s)

Parameters:

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

Same failure on other branches

- #128750 server: TestSpanStatsFanOutFaultTolerance failed [C-test-failure O-robot P-2 T-observability branch-release-24.2 release-blocker]

/cc @cockroachdb/obs-prs

This test on roachdash | Improve this report!

Jira issue: CRDB-42361

cockroach-teamcity commented 1 week ago

server.TestSpanStatsFanOutFaultTolerance failed on master @ 769a47f67b95f31ad13208764226a67a0baa200b:

=== RUN   TestSpanStatsFanOutFaultTolerance
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestSpanStatsFanOutFaultTolerance1275892747
    test_log_scope.go:76: use -show-logs to present logs inline
    span_stats_test.go:491: 
            Error Trace:    github.com/cockroachdb/cockroach/pkg/server_test/pkg/server/span_stats_test.go:491
                                        github.com/cockroachdb/cockroach/pkg/server_test/pkg/server/span_stats_test.go:526
            Error:          Not equal: 
                            expected: 3
                            actual  : 4
            Test:           TestSpanStatsFanOutFaultTolerance
    panic.go:626: -- test log scope end --
test logs left over in: outputs.zip/logTestSpanStatsFanOutFaultTolerance1275892747
--- FAIL: TestSpanStatsFanOutFaultTolerance (167.35s)
=== RUN   TestSpanStatsFanOutFaultTolerance/partial-fanout-failure
    test_server_shim.go:139: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
    testing.go:1576: test executed panic(nil) or runtime.Goexit: subtest may have called FailNow on a parent test
    --- FAIL: TestSpanStatsFanOutFaultTolerance/partial-fanout-failure (71.73s)

Parameters:

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

Same failure on other branches

- #128750 server: TestSpanStatsFanOutFaultTolerance failed [C-test-failure O-robot P-2 T-observability branch-release-24.2]

This test on roachdash | Improve this report!