-
Notifications
You must be signed in to change notification settings - Fork 4.1k
sql: COMMIT fails after schema changes due to HandledRetryableTxnError #17698
Copy link
Copy link
Closed
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.
Milestone
Description
The following tests appear to have failed:
--- FAIL: testrace/TestLogic (605.280s)
<autogenerated>:10: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestLogic483542746
<autogenerated>:9: use -show-logs to present logs inline
--- FAIL: testrace/TestLogic/default (1.260s)
null
--- FAIL: testrace/TestLogic/default/fk (122.530s)
logic_test.go:1772:
testdata/logic_test/fk:736: expected success, but found
pq: restart transaction: HandledRetryableTxnError: TransactionRetryError: retry txn "sql txn" id=8ba387e8 key=/Table/SystemConfigSpan/Start rw=true pri=0.00973525 iso=SERIALIZABLE stat=PENDING epo=0 ts=1502912289.764767810,1 orig=1502912289.536054162,0 max=1502912289.536054162,0 wto=false rop=false seq=10
logic_test.go:1783:
testdata/logic_test/fk:736: error in statement, skipping to next file
Please assign, take a look and update the issue accordingly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-executionRelating to SQL execution.Relating to SQL execution.C-test-failureBroken test (automatically or manually discovered).Broken test (automatically or manually discovered).O-robotOriginated from a bot.Originated from a bot.