-
Notifications
You must be signed in to change notification settings - Fork 4.1k
roachtest: acceptance/version-upgrade failed #58139
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.
Milestone
Description
(roachtest).acceptance/version-upgrade failed on release-20.1@9c9ccff4f2c5f34d292c908954c39d3ff5f72d79:
| NOOP: addColumn -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: dropTable -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: dropColumnNotNull -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: renameIndex -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: renameView -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: dropColumn -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: renameTable -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: dropView -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: insertRow -> error getting random table name: ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| BEGIN
| NOOP: renameColumn -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: createTable -> ERROR: current transaction is aborted, commands ignored until end of transaction block (SQLSTATE 25P02)
| NOOP: dropSchema -> ERROR: current transaction is aborted, commands ignored until end of transaction block (SQLSTATE 25P02)
| NOOP: setColumnType -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: createTableAs -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: dropConstraint -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: renameTable -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: createTableAs -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: insertRow -> error getting random table name: ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: setColumnType -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: setColumnNotNull -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| BEGIN
| CREATE SEQUENCE "seq4";
| ***FAIL: ERROR: current transaction is aborted, commands ignored until end of transaction block (SQLSTATE 25P02)
| ROLLBACK;
| BEGIN
| NOOP: renameColumn -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| BEGIN
| CREATE SEQUENCE "seq5";
| ***FAIL: ERROR: current transaction is aborted, commands ignored until end of transaction block (SQLSTATE 25P02)
| ROLLBACK;
| BEGIN
| CREATE TABLE schema6.table7 (col8_0 BYTES NOT NULL, col8_1 REGCLASS NOT NULL, col8_2 TIME NOT NULL, col8_3 REGTYPE NOT NULL, col8_4 REGTYPE NOT NULL, PRIMARY KEY (col8_2 DESC, col8_0, col8_4 DESC, col8_1, col8_3 DESC), UNIQUE (col8_3 ASC, col8_2 DESC), INDEX (col8_1, col8_3 ASC, col8_2 ASC), UNIQUE (col8_1 ASC, col8_4, col8_2, col8_0 DESC, col8_3 DESC), FAMILY (col8_4, col8_0, col8_3, col8_1), FAMILY (col8_2));
| ***FAIL: ERROR: cannot create "schema6.table7" because the target database or schema does not exist (SQLSTATE 3F000)
| ROLLBACK;
| BEGIN
| NOOP: dropConstraint -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: dropIndex -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: addColumn -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| BEGIN
| NOOP: renameIndex -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: dropColumnDefault -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
| NOOP: dropSchema -> ERROR: current transaction is aborted, commands ignored until end of transaction block (SQLSTATE 25P02)
| NOOP: setColumnNotNull -> ERROR: column "schema_name" does not exist (SQLSTATE 42703)
Wraps: (5) secondary error attachment
| signal: killed
| (1) signal: killed
| Error types: (1) *exec.ExitError
Wraps: (6) context canceled
Error types: (1) *withstack.withStack (2) *safedetails.withSafeDetails (3) *errutil.withMessage (4) *main.withCommandDetails (5) *secondary.withSecondaryError (6) *errors.errorString
More
Artifacts: /acceptance/version-upgrade
Related:
- roachtest: acceptance/version-upgrade failed #53812 roachtest: acceptance/version-upgrade failed C-test-failure O-roachtest O-robot branch-release-19.2
See this test on roachdash
powered by pkg/cmd/internal/issues
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-roachtestO-robotOriginated from a bot.Originated from a bot.