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/ccl/logictestccl/tests/3node-tenant/3node-tenant_test: TestTenantLogic_upsert failed [ABORT_REASON_CLIENT_REJECT] #139791

Closed
github-actions bot opened this issue Jan 24, 2025 · 4 comments
Assignees
Labels
branch-master Failures and bugs on the master branch. 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)

Comments

@github-actions
Copy link

github-actions bot commented Jan 24, 2025

pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test.TestTenantLogic_upsert failed on master @ 50a0fc58c8f1beafca93ce3f2fb01e4c09550a04:

=== RUN   TestTenantLogic_upsert
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestTenantLogic_upsert3612815039
    test_log_scope.go:76: use -show-logs to present logs inline
    logic.go:4425: -- test log scope end --
test logs left over in: outputs.zip/logTestTenantLogic_upsert3612815039
--- FAIL: TestTenantLogic_upsert (12.14s)
=== RUN   TestTenantLogic_upsert/regression_35364
    logic.go:2273: 
         
        /var/lib/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test_/3node-tenant_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/upsert:988: 
        expected success, but found
        (40001) restart transaction: TransactionRetryWithProtoRefreshError: TransactionAbortedError(ABORT_REASON_CLIENT_REJECT): "sql txn" meta={id=8a140170 key=/Tenant/10/Table/3/1/135/2/1 iso=Serializable pri=0.02349811 epo=0 ts=1737757807.520281868,0 min=1737757807.520281868,0 seq=13} lock=true stat=PENDING rts=1737757807.520281868,0 wto=false gul=1737757808.020281868,0
[22:30:12] --- done: /var/lib/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test_/3node-tenant_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/upsert with config 3node-tenant: 211 tests, 1 failures
[22:30:14] --- total progress: 211 statements
--- total: 211 tests, 1 failures
    --- FAIL: TestTenantLogic_upsert/regression_35364 (5.42s)

Parameters:

  • attempt=1
  • run=1
  • shard=5
Help

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

This test on roachdash | Improve this report!

Jira issue: CRDB-46814

@github-actions github-actions bot added branch-master Failures and bugs on the master branch. 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 Jan 24, 2025
@github-project-automation github-project-automation bot moved this to Triage in SQL Queries Jan 24, 2025
@cockroach-teamcity
Copy link
Member

pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test.TestTenantLogic_upsert failed on master @ 12a979cd5f2ac1d37502a1353596a1d77751ab5d:

=== RUN   TestTenantLogic_upsert
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestTenantLogic_upsert1416380100
    test_log_scope.go:76: use -show-logs to present logs inline
    logic.go:4425: -- test log scope end --
test logs left over in: outputs.zip/logTestTenantLogic_upsert1416380100
--- FAIL: TestTenantLogic_upsert (12.23s)
=== RUN   TestTenantLogic_upsert/regression_35364
    logic.go:2273: 
         
        /var/lib/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test_/3node-tenant_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/upsert:988: 
        expected success, but found
        (40001) restart transaction: TransactionRetryWithProtoRefreshError: TransactionAbortedError(ABORT_REASON_ABORT_SPAN): "sql txn" meta={id=d62f16a4 key=/Tenant/10/Table/3/1/135/2/1 iso=Serializable pri=0.00826409 epo=0 ts=1737805075.709749400,2 min=1737805073.700447431,0 seq=12} lock=true stat=ABORTED rts=1737805073.700447431,0 wto=false gul=1737805074.200447431,0
[11:37:58] --- done: /var/lib/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test_/3node-tenant_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/upsert with config 3node-tenant: 211 tests, 1 failures
[11:38:00] --- total progress: 211 statements
--- total: 211 tests, 1 failures
    --- FAIL: TestTenantLogic_upsert/regression_35364 (5.60s)

Parameters:

  • attempt=1
  • run=3
  • shard=5
Help

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

This test on roachdash | Improve this report!

@yuzefovich
Copy link
Member

yuzefovich commented Jan 27, 2025

Seems similar to #138851. Retry error on the descriptor system table, so routing to Foundations.

@yuzefovich yuzefovich 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 Jan 27, 2025
@yuzefovich yuzefovich removed this from SQL Queries Jan 27, 2025
@exalate-issue-sync exalate-issue-sync bot added the P-2 Issues/test failures with a fix SLA of 3 months label Jan 28, 2025
@rafiss rafiss changed the title pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test: TestTenantLogic_upsert failed pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test: TestTenantLogic_upsert failed [ABORT_REASON_CLIENT_REJECT] Jan 28, 2025
@cockroach-teamcity
Copy link
Member

pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test.TestTenantLogic_upsert failed on master @ f6a6226821bbf5999381baa8659b6d7d93b3a526:

=== RUN   TestTenantLogic_upsert
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestTenantLogic_upsert3054236145
    test_log_scope.go:76: use -show-logs to present logs inline
    logic.go:4425: -- test log scope end --
test logs left over in: outputs.zip/logTestTenantLogic_upsert3054236145
--- FAIL: TestTenantLogic_upsert (12.14s)
=== RUN   TestTenantLogic_upsert/regression_35364
    logic.go:2273: 
         
        /var/lib/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test_/3node-tenant_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/upsert:988: 
        expected success, but found
        (40001) restart transaction: TransactionRetryWithProtoRefreshError: TransactionAbortedError(ABORT_REASON_ABORT_SPAN): "sql txn" meta={id=a2b7ab45 key=/Tenant/10/Table/3/1/135/2/1 iso=Serializable pri=0.03030971 epo=0 ts=1738166507.758977709,2 min=1738166505.628761137,0 seq=9} lock=true stat=ABORTED rts=1738166505.628761137,0 wto=false gul=1738166506.128761137,0
[16:01:50] --- done: /var/lib/engflow/worker/work/0/exec/bazel-out/k8-fastbuild/bin/pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test_/3node-tenant_test.runfiles/com_github_cockroachdb_cockroach/pkg/sql/logictest/testdata/logic_test/upsert with config 3node-tenant: 211 tests, 1 failures
[16:01:52] --- total progress: 211 statements
--- total: 211 tests, 1 failures
    --- FAIL: TestTenantLogic_upsert/regression_35364 (5.65s)

Parameters:

  • attempt=1
  • run=6
  • shard=5
Help

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

This test on roachdash | Improve this report!

@fqazi
Copy link
Collaborator

fqazi commented Feb 5, 2025

Fixed via: #140400

@fqazi fqazi closed this as completed Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. 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
None yet
Development

No branches or pull requests

3 participants