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_vectorize failed #140162

Closed
github-actions bot opened this issue Jan 30, 2025 · 3 comments
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. 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

Comments

@github-actions
Copy link

github-actions bot commented Jan 30, 2025

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

=== RUN   TestTenantLogic_vectorize
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestTenantLogic_vectorize3446448899
    test_log_scope.go:76: use -show-logs to present logs inline
[22:31:28] setting distsql_workmem='21565B';
[22:31:28] setting distsql_workmem='21565B';
    logic.go:4425: -- test log scope end --
test logs left over in: outputs.zip/logTestTenantLogic_vectorize3446448899
--- FAIL: TestTenantLogic_vectorize (11.49s)
=== RUN   TestTenantLogic_vectorize/todo2
    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/vectorize:941: 
        expected success, but found
        (40001) restart transaction: TransactionRetryWithProtoRefreshError: TransactionAbortedError(ABORT_REASON_CLIENT_REJECT): "sql txn" meta={id=e28b6eb2 key=/Tenant/10/Table/7/1/0/0 iso=Serializable pri=0.00292398 epo=0 ts=1738276290.183932823,0 min=1738276290.183932823,0 seq=1029} lock=true stat=PENDING rts=1738276290.183932823,0 wto=false gul=1738276290.683932823,0
[22:31:37] --- 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/vectorize with config 3node-tenant: 143 tests, 1 failures
[22:31:38] --- total progress: 143 statements
--- total: 143 tests, 1 failures
    --- FAIL: TestTenantLogic_vectorize/todo2 (7.71s)

Parameters:

  • attempt=1
  • run=1
  • shard=10
Help

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

This test on roachdash | Improve this report!

Jira issue: CRDB-47013

@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 30, 2025
@github-project-automation github-project-automation bot moved this to Triage in SQL Queries Jan 30, 2025
Copy link
Author

pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test.TestTenantLogic_vectorize failed on master @ 5b931856d005214057f0703890ce3a77cdc21f30:

=== RUN   TestTenantLogic_vectorize
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestTenantLogic_vectorize75886660
    test_log_scope.go:76: use -show-logs to present logs inline
[01:30:35] setting distsql_workmem='47790B';
[01:30:35] setting distsql_workmem='47790B';
    logic.go:4425: -- test log scope end --
test logs left over in: outputs.zip/logTestTenantLogic_vectorize75886660
--- FAIL: TestTenantLogic_vectorize (13.48s)
=== RUN   TestTenantLogic_vectorize/todo2
    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/vectorize:941: 
        expected success, but found
        (40001) restart transaction: TransactionRetryWithProtoRefreshError: TransactionAbortedError(ABORT_REASON_CLIENT_REJECT): "sql txn" meta={id=14841dc8 key=/Tenant/10/Table/7/1/0/0 iso=Serializable pri=0.02634772 epo=0 ts=1738287037.324015742,0 min=1738287037.324015742,0 seq=1029} lock=true stat=PENDING rts=1738287037.324015742,0 wto=false gul=1738287037.824015742,0
[01:30:44] --- 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/vectorize with config 3node-tenant: 143 tests, 1 failures
[01:30:45] --- total progress: 143 statements
--- total: 143 tests, 1 failures
    --- FAIL: TestTenantLogic_vectorize/todo2 (7.60s)

Parameters:

  • attempt=1
  • run=1
  • shard=10
Help

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

This test on roachdash | Improve this report!

craig bot pushed a commit that referenced this issue Jan 31, 2025
140187: logictest: disable autocommit_before_ddl under 3node-tenant r=rafiss a=rafiss

A recent change to the default value of this setting appears to have made many 3node-tenant tests flaky. This patch goes back to the old value for multitenant configs while we investigate.

informs #140162, #140163, #140170, #140172, #140183, #140182, #140173, #140171, #140168, #140164, 
Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
craig bot pushed a commit that referenced this issue Jan 31, 2025
140187: logictest: disable autocommit_before_ddl under 3node-tenant r=yuzefovich a=rafiss

A recent change to the default value of this setting appears to have made many 3node-tenant tests flaky. This patch goes back to the old value for multitenant configs while we investigate.

informs #140162, #140163, #140170, #140172, #140183, #140182, #140173, #140171, #140168, #140164, 
Release note: None

Co-authored-by: Rafi Shamim <[email protected]>
@cockroach-teamcity
Copy link
Member

pkg/ccl/logictestccl/tests/3node-tenant/3node-tenant_test.TestTenantLogic_vectorize failed on master @ 5b931856d005214057f0703890ce3a77cdc21f30:

=== RUN   TestTenantLogic_vectorize
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestTenantLogic_vectorize2836751600
    test_log_scope.go:76: use -show-logs to present logs inline
[15:04:06] setting distsql_workmem='12423B';
[15:04:06] setting distsql_workmem='12423B';
    logic.go:4425: -- test log scope end --
test logs left over in: outputs.zip/logTestTenantLogic_vectorize2836751600
--- FAIL: TestTenantLogic_vectorize (11.67s)
=== RUN   TestTenantLogic_vectorize/todo2
    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/vectorize:941: 
        expected success, but found
        (40001) restart transaction: TransactionRetryWithProtoRefreshError: TransactionAbortedError(ABORT_REASON_CLIENT_REJECT): "sql txn" meta={id=60d75a9d key=/Tenant/10/Table/7/1/0/0 iso=Serializable pri=0.00464018 epo=0 ts=1738335848.220613409,0 min=1738335848.220613409,0 seq=1029} lock=true stat=PENDING rts=1738335848.220613409,0 wto=false gul=1738335848.720613409,0
[15:04:15] --- 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/vectorize with config 3node-tenant: 143 tests, 1 failures
[15:04:16] --- total progress: 143 statements
--- total: 143 tests, 1 failures
    --- FAIL: TestTenantLogic_vectorize/todo2 (7.67s)

Parameters:

  • attempt=1
  • run=2
  • shard=10
Help

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

This test on roachdash | Improve this report!

@rafiss
Copy link
Collaborator

rafiss commented Jan 31, 2025

these test runs did not include #140187

@rafiss rafiss closed this as completed Jan 31, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in SQL Queries Jan 31, 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. 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
Projects
Status: Done
Development

No branches or pull requests

2 participants