Skip to content

ccl/serverccl: TestExecSQL failed #162011

@cockroach-teamcity

Description

@cockroach-teamcity

ccl/serverccl.TestExecSQL failed on master @ 83741a9d3aeef2d05fff93a5f2d069f23a6ddc65:

=== RUN   TestExecSQL
    test_log_scope.go:172: test logs captured to: outputs.zip/logTestExecSQL3113267389
    test_log_scope.go:82: use -show-logs to present logs inline
    panic.go:615: -- test log scope end --
test logs left over in: outputs.zip/logTestExecSQL3113267389
--- FAIL: TestExecSQL (26.31s)
=== RUN   TestExecSQL/sql_alter_table
    datadriven.go:263: 
          testdata/api_v2_sql:346:
          sql admin
          {
            "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.003s (given timeout 5s): job 1145646170183663617 could not be loaded: txn exec: context deadline exceeded",
          +  "severity": "ERROR",
          +  "source": {
          +   "file": "txn.go",
          +   "function": "exec",
          +   "line": 1137
          +  }
          + },
            "execution": {
             "txn_results": [
              {
               "columns": [
                {
--- FAIL: TestExecSQL/sql_alter_table (5.11s)

Parameters:

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

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

/cc @cockroachdb/obs-prs

This test on roachdash | Improve this report!

Jira issue: CRDB-59220

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-test-failureBroken test (automatically or manually discovered).O-robotOriginated from a bot.T-observabilitybranch-masterFailures and bugs on the master branch.release-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