Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql: TestTrackOnlyUserOpenTransactionsAndActiveStatements failed #119829

Closed
cockroach-teamcity opened this issue Mar 1, 2024 · 0 comments · Fixed by #120505
Closed

sql: TestTrackOnlyUserOpenTransactionsAndActiveStatements failed #119829

cockroach-teamcity opened this issue Mar 1, 2024 · 0 comments · Fixed by #120505
Assignees
Labels
branch-release-23.2 Used to mark GA and release blockers, technical advisories, and bugs for 23.2 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Mar 1, 2024

sql.TestTrackOnlyUserOpenTransactionsAndActiveStatements failed with artifacts on release-23.2 @ 5318258133e0ca751fdfb06428e90717805f6e64:

=== RUN   TestTrackOnlyUserOpenTransactionsAndActiveStatements
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/d07d02991d5ddeff08ff06650d30220a/logTestTrackOnlyUserOpenTransactionsAndActiveStatements690261362
    test_log_scope.go:81: use -show-logs to present logs inline
    test_server_shim.go:146: cluster virtualization disabled in global scope due to issue: #76378 (expected label: C-bug)
    conditional_wrap.go:190: 
        pkg/sql_test/pkg/sql/conn_executor_test.go:1685: (TestTrackOnlyUserOpenTransactionsAndActiveStatements)
        	NOTICE: .SQLServer() called via implicit interface ApplicationLayerInterface;
        HINT: consider using .ApplicationLayer().SQLServer() instead.
    conditional_wrap.go:194: 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
    conn_executor_test.go:1738: condition failed to evaluate within 45s: from conn_executor_test.go:1753: Wrong InternalSQLActiveStatements value. Expected: 3. Actual: 1
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/d07d02991d5ddeff08ff06650d30220a/logTestTrackOnlyUserOpenTransactionsAndActiveStatements690261362
--- FAIL: TestTrackOnlyUserOpenTransactionsAndActiveStatements (46.31s)
Help

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

Same failure on other branches

/cc @cockroachdb/sql-queries

This test on roachdash | Improve this report!

Jira issue: CRDB-36335

@cockroach-teamcity cockroach-teamcity added branch-release-23.2 Used to mark GA and release blockers, technical advisories, and bugs for 23.2 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. T-sql-queries SQL Queries Team labels Mar 1, 2024
@cockroach-teamcity cockroach-teamcity added this to the 23.2 milestone Mar 1, 2024
@yuzefovich yuzefovich removed the release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. label Mar 2, 2024
@blathers-crl blathers-crl bot added the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Mar 2, 2024
@yuzefovich yuzefovich removed the T-sql-queries SQL Queries Team label Mar 2, 2024
@exalate-issue-sync exalate-issue-sync bot added the P-2 Issues/test failures with a fix SLA of 3 months label Mar 2, 2024
@craig craig bot closed this as completed in #120505 Mar 15, 2024
@craig craig bot closed this as completed in 1a6e93c Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.2 Used to mark GA and release blockers, technical advisories, and bugs for 23.2 C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-2 Issues/test failures with a fix SLA of 3 months T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants