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.86k stars 3.77k forks source link

bench/rttanalysis: TestBenchmarkExpectation failed #127191

Closed cockroach-teamcity closed 3 weeks ago

cockroach-teamcity commented 1 month ago

bench/rttanalysis.TestBenchmarkExpectation failed with artifacts on release-24.2 @ 6d484db5e28b1d958df470f45e7d9c8d2fe6a126:

=== RUN   TestBenchmarkExpectation/AlterTableAddForeignKey/alter_table_add_2_foreign_keys
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/Discard/DISCARD_ALL,_1_tables_in_1_db
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/Jobs/jobs_page_type_filtered
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/AlterTableAddForeignKey
=== RUN   TestBenchmarkExpectation/GenerateObjects/generate_50000_tables
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/Revoke
=== RUN   TestBenchmarkExpectation/AlterRole/alter_role_with_1_option
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/AlterTableAddCheckConstraint/alter_table_add_1_check_constraint
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/AlterTableAddColumn
=== RUN   TestBenchmarkExpectation/AlterTableSplit
=== RUN   TestBenchmarkExpectation/DropTable/drop_3_tables
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/AlterTableDropColumn/alter_table_drop_3_columns
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/DropDatabase/drop_database_0_tables
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/DropDatabase/drop_database_1_table
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/ORMQueries/pg_my_temp_schema_multiple_times
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/AlterTableDropColumn/alter_table_drop_2_columns
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/Grant
=== RUN   TestBenchmarkExpectation/Jobs/crdb_internal.system_jobs
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/AlterTableAddForeignKey/alter_table_add_1_foreign_key
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/GrantRole/grant_1_role
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/ORMQueries/django_column_introspection_8_tables
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/Truncate/truncate_1_column_1_row
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/Truncate/truncate_1_column_2_rows
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/Discard/DISCARD_ALL,_2_tables_in_2_dbs
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/GenerateObjects
=== RUN   TestBenchmarkExpectation/GrantRole/grant_2_roles
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/Truncate/truncate_2_column_2_rows
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
=== RUN   TestBenchmarkExpectation/VirtualTableQueries/virtual_table_cache_with_point_lookups
    test_server_shim.go:144: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
Help

See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM)

Same failure on other branches

- #126750 bench/rttanalysis: TestBenchmarkExpectation failed [Jobs/jobs_page_type_filtered_no_matches] [A-jobs C-test-failure O-robot T-jobs branch-release-24.1] - #126696 bench/rttanalysis: TestBenchmarkExpectation failed [Jobs/jobs_page_default] [A-jobs C-test-failure O-robot T-jobs branch-master]

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-40311

fqazi commented 1 month ago

This failed due to a segfault inside the Go runtime garbage collector, lets monitor and see if it reoccurs