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
29.99k stars 3.79k forks source link

sql/sem/builtins: TestGetSSTableMetricsMultiNode failed #132043

Open cockroach-teamcity opened 3 days ago

cockroach-teamcity commented 3 days ago

sql/sem/builtins.TestGetSSTableMetricsMultiNode failed on release-24.1 @ 678ea06bfe00785ff57d68bba071a002c625ed63:

=== RUN   TestGetSSTableMetricsMultiNode
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestGetSSTableMetricsMultiNode2711505167
    test_log_scope.go:76: use -show-logs to present logs inline
    test_server_shim.go:139: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)

pkg/sql/sem/builtins/generator_builtins_test.go:94: (TestGetSSTableMetricsMultiNode)
    NOTICE: .GetStores() called via implicit interface StorageLayerInterface;
HINT: consider using .StorageLayer().GetStores() instead.

pkg/sql/sem/builtins/generator_builtins_test.go:94: (TestGetSSTableMetricsMultiNode)
    NOTICE: .GetStores() called via implicit interface StorageLayerInterface;
HINT: consider using .StorageLayer().GetStores() instead.

pkg/sql/sem/builtins/generator_builtins_test.go:94: (TestGetSSTableMetricsMultiNode)
    NOTICE: .GetStores() called via implicit interface StorageLayerInterface;
HINT: consider using .StorageLayer().GetStores() instead.
    generator_builtins_test.go:146: 
            Error Trace:    github.com/cockroachdb/cockroach/pkg/sql/sem/builtins/generator_builtins_test.go:146
            Error:          Not equal: 
                            expected: 6
                            actual  : 4
            Test:           TestGetSSTableMetricsMultiNode
    panic.go:626: -- test log scope end --
test logs left over in: outputs.zip/logTestGetSSTableMetricsMultiNode2711505167
--- FAIL: TestGetSSTableMetricsMultiNode (304.06s)

Parameters:

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

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-42801

itsbilal commented 21 hours ago

Removing release-blocker as it's only testing an internal sstable metrics method.