Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest: scbench/randomload/nodes=3/ops=10000/conc=20 failed #63496

Closed
cockroach-teamcity opened this issue Apr 12, 2021 · 0 comments
Closed
Labels
C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@cockroach-teamcity
Copy link
Member

cockroach-teamcity commented Apr 12, 2021

roachtest.scbench/randomload/nodes=3/ops=10000/conc=20 failed with artifacts on 63484 @ 9b95b03141aa58a2efe55404ff0bb7714b1999c2:

		  | {
		  |  "workerId": 0,
		  |  "clientTimestamp": "21:44:18.564647",
		  |  "ops": [
		  |   "BEGIN",
		  |   "ALTER INDEX public.table9752@\"index9752_10483\" RENAME TO \"index9752_10484\""
		  |  ],
		  |  "expectedExecErrors": "42704",
		  |  "expectedCommitErrors": "",
		  |  "message": "ROLLBACK; Successfully got expected execution error: ERROR: index \"index9752_10483\" does not exist (SQLSTATE 42704)",
		  |  "txStatus": "TxStatusRollbackSuccess"
		  | }
		  | {
		  |  "workerId": 0,
		  |  "clientTimestamp": "21:44:18.938475",
		  |  "ops": [
		  |   "BEGIN",
		  |   "CREATE TYPE public.enum4199 AS ENUM ('sa', 'da', 'a')"
		  |  ],
		  |  "expectedExecErrors": "42710",
		  |  "expectedCommitErrors": "",
		  |  "message": "ROLLBACK; Successfully got expected execution error: ERROR: type \"schemachange.public.enum4199\" already exists (SQLSTATE 42710)",
		  |  "txStatus": "TxStatusRollbackSuccess"
		  | }
		  | {
		  |  "workerId": 0,
		  |  "clientTimestamp": "21:44:18.688954",
		  |  "ops": [
		  |   "BEGIN",
		  |   "ALTER TABLE public.table10485 ALTER COLUMN IrrelevantColumnName SET DATA TYPE IrrelevantDataType"
		  |  ],
		  |  "expectedExecErrors": "42P01",
		  |  "expectedCommitErrors": "",
		  |  "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"public.table10485\" does not exist (SQLSTATE 42P01)",
		  |  "txStatus": "TxStatusRollbackSuccess"
		  | }
		  | {
		  |  "workerId": 0,
		  |  "clientTimestamp": "21:44:19.012454",
		  |  "ops": [
		  |   "BEGIN",
		  |   "ALTER TABLE public.table9160 ALTER COLUMN \"col9160_9175\" SET DATA TYPE CHAR"
		  |  ],
		  |  "expectedExecErrors": "",
		  |  "expectedCommitErrors": "",
		  |  "message": "***UNEXPECTED ERROR; Received an unexpected execution error: ERROR: ALTER COLUMN TYPE from string to char is only supported experimentally (SQLSTATE 0A000)",
		  |  "txStatus": "TxStatusRollbackSuccess"
		  | }
		Wraps: (4) exit status 20
		Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Reproduce

To reproduce, try:

# From https://go.crdb.dev/p/roachstress, perhaps edited lightly.
caffeinate ./roachstress.sh scbench/randomload/nodes=3/ops=10000/conc=20

Same failure on other branches

/cc @cockroachdb/sql-schema

This test on roachdash | Improve this report!

Jira issue: CRDB-6629

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

No branches or pull requests

3 participants