Skip to content

ccl/serverccl: TestExecSQL failed #158498

@cockroach-teamcity

Description

@cockroach-teamcity

ccl/serverccl.TestExecSQL failed on release-24.3 @ ca3452b2ae0868c8ef2f4a64ad53a8a8f4a3ee53:

=== RUN   TestExecSQL
    test_log_scope.go:165: test logs captured to: outputs.zip/logTestExecSQL1859266328
    test_log_scope.go:76: use -show-logs to present logs inline
    panic.go:626: -- test log scope end --
test logs left over in: outputs.zip/logTestExecSQL1859266328
--- FAIL: TestExecSQL (47.41s)
=== RUN   TestExecSQL/sql_alter_table
    datadriven.go:259: 
        testdata/api_v2_sql:346:
         {
          "database": "mydb",
          "execute": true,
          "statements": [
            {"sql": "ALTER TABLE foo RENAME TO bar"},
            {"sql": "INSERT INTO bar (i) VALUES (1), (2)"},
            {"sql": "ALTER TABLE bar DROP COLUMN j"},
            {"sql": "ALTER TABLE bar ADD COLUMN k INT DEFAULT 42"}
          ]
        }
        output didn't match expected:
        @@ -1,6 +1,17 @@
         {
        + "error": {
        +  "code": "XXUUU",
        +  "hint": "The job may not have succeeded.",
        +  "message": "operation \"run-sql-via-api\" timed out after 5.015s (given timeout 5s): job 1128651652782784513 could not be loaded: txn exec: context deadline exceeded",
        +  "severity": "ERROR",
        +  "source": {
        +   "file": "txn.go",
        +   "function": "exec",
        +   "line": 1072
        +  }
        + },
          "execution": {
           "txn_results": [
            {
             "columns": [
              {
    --- FAIL: TestExecSQL/sql_alter_table (5.12s)

Parameters:

  • attempt=1
  • race=true
  • run=2
  • shard=1
Help

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

Same failure on other branches

/cc @cockroachdb/obs-prs

This test on roachdash | Improve this report!

Jira issue: CRDB-57343

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-test-failureBroken test (automatically or manually discovered).O-robotOriginated from a bot.T-observabilitybranch-release-24.3Used to mark GA and release blockers, technical advisories, and bugs for 24.3release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions