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

pkg/sql/logictest/tests/cockroach-go-testserver-23.1/cockroach-go-testserver-23_1_test: TestLogic_mixed_version_udf_execute_privileges failed #123958

Closed
cockroach-teamcity opened this issue May 10, 2024 · 1 comment
Labels
branch-release-24.1 Used to mark GA and release blockers and technical advisories for 24.1 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-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Milestone

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented May 10, 2024

pkg/sql/logictest/tests/cockroach-go-testserver-23.1/cockroach-go-testserver-23_1_test.TestLogic_mixed_version_udf_execute_privileges failed with artifacts on release-24.1 @ 8b6415575ceaca96e2b9ac5278790d99e38efd65:

=== RUN   TestLogic_mixed_version_udf_execute_privileges
    test_log_scope.go:170: test logs captured to: /artifacts/tmp/_tmp/7bd8ade619cd36d34ee6116a0cad8901/logTestLogic_mixed_version_udf_execute_privileges1439443081
    test_log_scope.go:81: use -show-logs to present logs inline
[18:09:11] --- progress: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/14644/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/cockroach-go-testserver-23.1/cockroach-go-testserver-23_1_test_/cockroach-go-testserver-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/mixed_version_udf_execute_privileges: 7 statements
[18:09:45] --- progress: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/14644/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/cockroach-go-testserver-23.1/cockroach-go-testserver-23_1_test_/cockroach-go-testserver-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/mixed_version_udf_execute_privileges: 8 statements
    logic.go:1259: 
        /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/14644/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/cockroach-go-testserver-23.1/cockroach-go-testserver-23_1_test_/cockroach-go-testserver-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/mixed_version_udf_execute_privileges:62: error while processing
    logic.go:1259: pq: internal error while retrieving user account memberships: operation "get-user-session" timed out after 10.001s (given timeout 10s): internal error while retrieving user account: get auth info error: interrupted during singleflight acquire-lease:33: context deadline exceeded
[18:09:55] --- done: /home/roach/.cache/bazel/_bazel_roach/c5a4e7d36696d9cd970af2045211a7df/sandbox/processwrapper-sandbox/14644/execroot/com_github_cockroachdb_cockroach/bazel-out/aarch64-fastbuild/bin/pkg/sql/logictest/tests/cockroach-go-testserver-23.1/cockroach-go-testserver-23_1_test_/cockroach-go-testserver-23_1_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/mixed_version_udf_execute_privileges with config cockroach-go-testserver-23.1: 8 tests, 0 failures
cockroach logs captured in: /artifacts/tmp/_tmp/7bd8ade619cd36d34ee6116a0cad8901/cockroach-logs2811496237
    panic.go:626: -- test log scope end --
test logs left over in: /artifacts/tmp/_tmp/7bd8ade619cd36d34ee6116a0cad8901/logTestLogic_mixed_version_udf_execute_privileges1439443081
--- FAIL: TestLogic_mixed_version_udf_execute_privileges (73.09s)
Help

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

/cc @cockroachdb/sql-foundations

This test on roachdash | Improve this report!

Jira issue: CRDB-38626

@cockroach-teamcity cockroach-teamcity added branch-release-24.1 Used to mark GA and release blockers and technical advisories for 24.1 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-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels May 10, 2024
@cockroach-teamcity cockroach-teamcity added this to the 24.1 milestone May 10, 2024
@rafiss
Copy link
Collaborator

rafiss commented May 14, 2024

There seems to have been overload or connectivity issues that began after the upgrade started:

E240510 18:09:56.171055 362 2@rpc/peer.go:577 ⋮ [T1,Vsystem,n2,rnode=1,raddr=‹localhost:40649›,class=system,rpc] 187  disconnected (was healthy for 12.873s): grpc: ‹connection error: desc = "transport: error while dialing: connection interrupted (did the remote node shut down or are there networking issues?)"› [code 14/Unavailable]

closing this out as non-actionable for now.

@rafiss rafiss closed this as completed May 14, 2024
SQL Foundations automation moved this from Triage to Done May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-release-24.1 Used to mark GA and release blockers and technical advisories for 24.1 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-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
Development

No branches or pull requests

2 participants