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 #120235

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

sql: TestTrackOnlyUserOpenTransactionsAndActiveStatements failed #120235

cockroach-teamcity opened this issue Mar 11, 2024 · 2 comments · Fixed by #120505
Assignees
Labels
branch-release-23.2.3-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-3 Issues/test failures with no fix SLA T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Mar 11, 2024

sql.TestTrackOnlyUserOpenTransactionsAndActiveStatements failed with artifacts on release-23.2.3-rc @ f4c2eb53ede2622071ec05ce72de77da7b4e5a7b:

=== RUN   TestTrackOnlyUserOpenTransactionsAndActiveStatements
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/d07d02991d5ddeff08ff06650d30220a/logTestTrackOnlyUserOpenTransactionsAndActiveStatements2859412533
    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: 2. Actual: 0
    panic.go:523: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/d07d02991d5ddeff08ff06650d30220a/logTestTrackOnlyUserOpenTransactionsAndActiveStatements2859412533
--- FAIL: TestTrackOnlyUserOpenTransactionsAndActiveStatements (46.43s)
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-36563

@cockroach-teamcity cockroach-teamcity added branch-release-23.2.3-rc 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 11, 2024
@cockroach-teamcity cockroach-teamcity added this to the 23.2 milestone Mar 11, 2024
@rafiss rafiss self-assigned this Mar 11, 2024
@rafiss rafiss added T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) and removed 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 11, 2024
@rafiss rafiss added the P-3 Issues/test failures with no fix SLA label Mar 14, 2024
@craig craig bot closed this as completed in 1a6e93c Mar 15, 2024
@rafiss
Copy link
Collaborator

rafiss commented Mar 15, 2024

re-opening until backport is done

@rafiss rafiss reopened this Mar 15, 2024
@rafiss
Copy link
Collaborator

rafiss commented Mar 29, 2024

This branch is no longer active

@rafiss rafiss closed this as completed Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-23.2.3-rc C-test-failure Broken test (automatically or manually discovered). O-robot Originated from a bot. P-3 Issues/test failures with no fix SLA 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.

2 participants