-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: TestCachedSequences failed #78485
Copy link
Copy link
Closed
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.
Description
sql.TestCachedSequences failed with artifacts on master @ cb10bfe399528718776711068b2560e5f6d53b55:
=== RUN TestCachedSequences
test_log_scope.go:79: test logs captured to: /artifacts/tmp/_tmp/233e6aa31ff7ad29c896f0479cb5d0c4/logTestCachedSequences3999808401
test_log_scope.go:80: use -show-logs to present logs inline
=== CONT TestCachedSequences
sequence_test.go:745: -- test log scope end --
--- FAIL: TestCachedSequences (31.51s)
=== RUN TestCachedSequences/Create_Table_With_GENERATED_BY_DEFAULT_AS_IDENTITY
sequence_test.go:412: error executing '
CREATE TABLE demo_t_bydefault (
x INT UNIQUE,
y INT GENERATED BY DEFAULT AS IDENTITY (START 2 INCREMENT 2 CACHE 5)
)
': pq: multiple default values specified for column "y" of table "demo_t_bydefault"
--- FAIL: TestCachedSequences/Create_Table_With_GENERATED_BY_DEFAULT_AS_IDENTITY (0.39s)
Help
See also: How To Investigate a Go Test Failure (internal)
Parameters in this failure:
- TAGS=bazel,gss
This test on roachdash | Improve this report!
Jira issue: CRDB-14152
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)SQL Foundations Team (formerly SQL Schema + SQL Sessions)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.