Closed cockroach-teamcity closed 2 years ago
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@d7bbe0060531063b9bee29f69bc4d23d41b84e3d:
| ],
| "expectedExecErrors": "42P10",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col22_38\" is referenced by the primary key (SQLSTATE 42P10)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:54:13.226112",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema16.table22 ALTER COLUMN \"col22_37\" DROP NOT NULL",
| "CREATE INDEX IF NOT EXISTS index22_81 ON schema16.table22 (col22_32, col22_34 DESC, col22_24 ASC) STORING (col22_38, col22_23, col22_31, col22_27, col22_33, col22_26, col22_39, col22_25, col22_28, col22_40)"
| ],
| "expectedExecErrors": "42701",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: index \"index22_81\" already contains column \"col22_38\" (SQLSTATE 42701)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:54:13.295981",
| "ops": [
| "BEGIN",
| "CREATE TYPE schema82.enum83 AS ENUM ('aa', 'faadd', 'fsd', 'd')"
| ],
| "expectedExecErrors": "3F000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: cannot create \"schema82.enum83\" because the target database or schema does not exist (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:54:13.301305",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema16.table22 ADD COLUMN col22_84 BOOL NOT NULL",
| "ALTER TABLE schema16.table22 ADD CONSTRAINT table22_col22_31_unique UNIQUE (col22_31)",
| "ALTER TABLE schema16.table22 RENAME TO schema16.table85",
| "DROP TABLE IF EXISTS public.table86 RESTRICT",
| "INSERT INTO schema16.table85 (col22_23,col22_24,col22_25,col22_26,col22_27,col22_28,col22_30,col22_31,col22_32,col22_33,col22_34,col22_35,col22_36,col22_37,col22_38,col22_39,col22_40) VALUES (9097670659936529766:::INT8,2950304233:::OID,B'0011111110110000100011001111001111100111100100',21697:::INT8,'2016-09-26 12:15:23.000829+00:00':::TIMESTAMPTZ,'{':::STRING,B'1',(-1934366156):::INT8,'\\xf33b328c3e':::BYTES,(-9130314848215947786):::INT8,'\\x96ab':::BYTES,B'10011001111011011011','\\x8c9e9e':::BYTES,NULL,'\\x':::BYTES,'\\xb4713ec943a0ed':::BYTES,false)",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "***UNEXPECTED COMMIT ERROR; Received an unexpected commit error: ERROR: transaction committed but schema change aborted with error: (23502): null value in column \"col22_84\" violates not-null constraint (SQLSTATE XXA00)",
| "txStatus": "TxStatusCommitFailure"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2553797&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@7d60e447d796960f4cb9e636adf6952198e40f59:
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col95_107\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| 4.0s 0 16.0 21.2 2.5 5.0 5.2 5.2 opOk
| 4.0s 0 0.0 0.2 0.0 0.0 0.0 0.0 txnCmtErr
| 4.0s 0 8.0 7.0 75.5 184.5 184.5 184.5 txnOk
| 4.0s 0 9.0 10.0 0.5 0.6 0.6 0.6 txnRbk
| {
| "workerId": 0,
| "clientTimestamp": "07:23:25.368822",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table111 ADD CONSTRAINT table111_col95_105_unique UNIQUE (col95_105)",
| "CREATE SEQUENCE IF NOT EXISTS schema69.seq125",
| "ALTER TABLE public.table95 ADD CONSTRAINT table95_col95_106_table95_col95_106_fk FOREIGN KEY (col95_106) REFERENCES public.table95 (col95_106) ON DELETE CASCADE ON UPDATE CASCADE"
| ],
| "expectedExecErrors": "42710",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: duplicate constraint name: \"table95_col95_106_table95_col95_106_fk\" (SQLSTATE 42710)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:23:25.448028",
| "ops": [
| "BEGIN",
| "CREATE SCHEMA schema126 AUTHORIZATION root",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:23:25.536312",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table95 RENAME TO public.table127"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2555031&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@6de6fca6a320c33ce0f9033b527138526d02127b:
| {
| "workerId": 0,
| "clientTimestamp": "07:18:28.101763",
| "ops": [
| "BEGIN",
| "ALTER VIEW public.view58 RENAME TO public.view59"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"public.view58\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:18:28.107071",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema47.table48 ALTER COLUMN \"col48_49\" DROP STORED"
| ],
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col48_49\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:18:28.148444",
| "ops": [
| "BEGIN",
| "CREATE VIEW schema57.view61 AS SELECT \"IrrelevantColumnName\", schema47.table48.col48_52, schema47.table48.col48_49, schema47.table48.col48_50, schema47.table48.col48_49, schema47.table48.col48_52 FROM public.table60, schema47.table48, schema47.table48"
| ],
| "expectedExecErrors": "42701,42712,42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"public.table60\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:18:28.190462",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema47.table48 RENAME TO schema47.table48"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2558313&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@6de6fca6a320c33ce0f9033b527138526d02127b:
| "ALTER TABLE public.table4 ALTER COLUMN \"col4_27\" DROP STORED"
| ],
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col4_27\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:39:02.35155",
| "ops": [
| "BEGIN",
| "CREATE TYPE public.enum32 AS ENUM ('sdsaa', 'sadds')",
| "CREATE SEQUENCE IF NOT EXISTS public.seq33",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:39:02.381875",
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "ALTER TABLE schema34.table35 ALTER COLUMN IrrelevantColumnName SET NOT NULL"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema34.table35\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:39:02.388254",
| "ops": [
| "BEGIN",
| "DROP TABLE IF EXISTS public.table36 RESTRICT",
| "INSERT INTO public.table4 (col4_5,col4_6,col4_7,col4_27,col4_9) VALUES (false,'6f7b:bf20:b5f3:ec32:65f4:9c03:cd23:8d20/36':::INET,0:::INT8,e'=\\x10V\\x0b@L\\x0e':::STRING,1361656280:::OID),(NULL,'bf76:c9dd:fb46:bfd7:2ad8:177:4ce:1657/10':::INET,(-26299):::INT8,e'sl~0$4\\x14':::STRING,1622773689:::OID)",
| "ALTER SEQUENCE public.seq33 RENAME TO public.seq37"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2558315&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@cee475331ca3629b503cd2e7c7919b72c98a5ca5:
| "ALTER TABLE public.table473 RENAME TO public.table493",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:18:13.36807",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table493 ALTER COLUMN \"col473_476\" DROP STORED"
| ],
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col473_476\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:18:13.405467",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table493 ALTER COLUMN col473_476 SET DEFAULT '#':::STRING",
| "ALTER TABLE public.table493 DROP COLUMN \"col473_477\""
| ],
| "expectedExecErrors": "42P10",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col473_477\" is referenced by the primary key (SQLSTATE 42P10)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:18:13.492127",
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "CREATE SCHEMA schema494 AUTHORIZATION root",
| "INSERT INTO public.table493 (col473_474,col473_475,col473_476,col473_477) VALUES (B'0110101111100110000000001101101110101','2004-10-14 01:21:53.000681':::TIMESTAMP,e'\\x0f':::STRING,'2010-01-27 09:01:02.000023+00:00':::TIMESTAMPTZ),(B'0101111011000101000101001001110010010','2002-10-29 09:03:32.000754':::TIMESTAMP,'-':::STRING,'2024-07-21 02:19:05.000095+00:00':::TIMESTAMPTZ)",
| "ALTER TABLE public.table493 RENAME COLUMN \"col473_474\" TO \"col493_495\""
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2561357&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@cee475331ca3629b503cd2e7c7919b72c98a5ca5:
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:00:39.343686",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table110 ADD CONSTRAINT table110_col110_111_table110_col110_111_fk FOREIGN KEY (col110_111) REFERENCES public.table110 (col110_111) ON DELETE CASCADE ON UPDATE CASCADE"
| ],
| "expectedExecErrors": "42710",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: duplicate constraint name: \"table110_col110_111_table110_col110_111_fk\" (SQLSTATE 42710)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| 5.0s 0 12.0 16.2 3.3 7.9 24.1 24.1 opOk
| 5.0s 0 1.0 0.8 226.5 226.5 226.5 226.5 txnCmtErr
| 5.0s 0 3.0 4.0 65.0 234.9 234.9 234.9 txnOk
| 5.0s 0 4.0 10.6 0.9 1.0 1.0 1.0 txnRbk
| {
| "workerId": 0,
| "clientTimestamp": "08:00:39.436565",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table110 ADD CONSTRAINT table110_col110_114_unique UNIQUE (col110_114)",
| "ALTER TABLE public.table110 ALTER COLUMN \"col110_113\" DROP NOT NULL",
| "ALTER TABLE public.table110 ADD COLUMN col110_111 DATE NULL"
| ],
| "expectedExecErrors": "42701",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col110_111\" of relation \"table110\" already exists (SQLSTATE 42701)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:00:39.68471",
| "ops": [
| "BEGIN",
| "DROP TABLE public.table110 RESTRICT"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2561359&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@15765c0fa9118885dda0bd2ad1384b8801c412c3:
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "ALTER TABLE public.table183 ALTER COLUMN \"col183_236\" DROP STORED"
| ],
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col183_236\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:16:48.552337",
| "ops": [
| "BEGIN",
| "CREATE TYPE public.enum2 AS ENUM ('ddsa', 'adaasf', 'fdasas')"
| ],
| "expectedExecErrors": "42710",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: type \"public.enum2\" already exists (SQLSTATE 42710)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:16:48.561863",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table183 RENAME COLUMN \"col183_191\" TO \"col183_242\"",
| "ALTER TABLE public.table183 ALTER COLUMN \"col183_242\" DROP NOT NULL"
| ],
| "expectedExecErrors": "42P16",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col183_242\" is in a primary index (SQLSTATE 42P16)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:16:48.638245",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table183 ADD CONSTRAINT table183_col183_236_table183_col183_236_fk FOREIGN KEY (col183_236) REFERENCES public.table183 (col183_236) ON DELETE CASCADE ON UPDATE CASCADE",
| "ALTER TABLE public.table183 DROP CONSTRAINT \"table183_col183_236_table183_col183_236_fk\""
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "***UNEXPECTED ERROR; Received an unexpected execution error: ERROR: unimplemented: constraint \"table183_col183_236_table183_col183_236_fk\" in the middle of being added, try again later (SQLSTATE 0A000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2564044&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@339275585b7d30b9ee2d49b0c696b9ddb8d51ad4:
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table92 RENAME TO public.table115",
| "CREATE TYPE schema105.enum116 AS ENUM ('sdds', 'dd', 'ssd', 'aad', 'fds')",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:19:35.778734",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema87.table117 RENAME COLUMN \"IrrelevantColumnName\" TO \"OtherIrrelevantName\""
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema87.table117\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:19:35.781959",
| "ops": [
| "BEGIN",
| "CREATE VIEW schema87.view118 AS SELECT public.table30.col3_5, public.table30.col3_15, public.table72.col72_74, public.table72.col72_77 FROM public.table30, public.table72",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:19:35.858858",
| "ops": [
| "BEGIN",
| "DROP TABLE IF EXISTS public.table20 RESTRICT"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2566785&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) Related: - #58584 roachtest: scbench/randomload/nodes=3/ops=2000/conc=1 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@339275585b7d30b9ee2d49b0c696b9ddb8d51ad4:
| "ops": [
| "BEGIN",
| "DROP SCHEMA \"public\" CASCADE"
| ],
| "expectedExecErrors": "3F000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: cannot drop schema \"public\" (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:57:39.900455",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table27 ALTER COLUMN \"col27_42\" DROP DEFAULT",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:57:39.973026",
| "ops": [
| "BEGIN",
| "CREATE TABLE IF NOT EXISTS public.table58 (col58_59 REGPROCEDURE NOT NULL, col58_60 VARCHAR NOT NULL, col58_61 REGNAMESPACE NOT NULL, col58_62 TIMESTAMPTZ NULL, col58_63 STRING NOT NULL, col58_64 UUID NOT NULL, col58_65 FLOAT8 NOT NULL, col58_66 INT8 NOT NULL, col58_67 NAME NOT NULL, col58_68 BIT(4), col58_69 NAME NULL, col58_70 INET NOT NULL, col58_71 INT8 NOT NULL, PRIMARY KEY (col58_60 DESC, col58_61, col58_64 DESC, col58_59 ASC, col58_63, col58_67 DESC), UNIQUE (col58_64, col58_69 ASC, col58_59 DESC, col58_60 DESC, col58_67 ASC, col58_63, col58_71 DESC, col58_68, col58_65), UNIQUE (col58_59 DESC) STORING (col58_66, col58_70, col58_71))",
| "CREATE SEQUENCE IF NOT EXISTS public.seq72 OWNED BY public.table58.col58_62",
| "CREATE TABLE public.table58 AS SELECT public.table27.col27_56, public.table27.col27_40 FROM public.table27"
| ],
| "expectedExecErrors": "42P07",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"table58\" already exists (SQLSTATE 42P07)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:57:40.081555",
| "ops": [
| "BEGIN",
| "DROP TABLE IF EXISTS public.table27"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2566787&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) Related: - #58584 roachtest: scbench/randomload/nodes=3/ops=2000/conc=1 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@dbc7245c5d8c9f009072353fec261419e573032c:
| "BEGIN",
| "CREATE TYPE schema29.enum32 AS ENUM ('afdsaa', 'dd')",
| "CREATE VIEW schema29.view33 AS SELECT public.table4.col4_5, public.table4.col4_12, public.table4.col4_7, public.table4.col4_6, public.table4.col4_12, public.table4.col4_5 FROM public.table4, public.table4, public.table4"
| ],
| "expectedExecErrors": "42701,42712",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: source name \"table4\" specified more than once (missing AS clause) (SQLSTATE 42712)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:17:52.236219",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table4 ADD CONSTRAINT table4_col4_5_table4_col4_5_fk FOREIGN KEY (col4_5) REFERENCES public.table4 (col4_5) ON DELETE CASCADE ON UPDATE CASCADE",
| "ALTER TABLE public.table4 ADD CONSTRAINT table4_col4_12_unique UNIQUE (col4_12)",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:17:52.400908",
| "ops": [
| "BEGIN",
| "INSERT INTO public.table4 (col4_5,col4_6,col4_7,col4_12) VALUES ('11:09:04.069077+13:37:00':::TIMETZ,true,1.4781407601243048:::FLOAT8,'21:25:38.49394+05:50:00':::TIMETZ),('17:59:55.563869-01:48:00':::TIMETZ,false,'+Inf':::FLOAT8,'21:19:57.062827-01:34:00':::TIMETZ),('04:46:51.882708+07:44:00':::TIMETZ,false,1.2611852944352968:::FLOAT8,'16:25:27.072466-13:38:00':::TIMETZ)",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:17:52.474451",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table4 RENAME TO public.table34"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2569737&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@dbc7245c5d8c9f009072353fec261419e573032c:
| "ALTER TABLE schema82.table114 ALTER COLUMN \"col61_79\" DROP STORED"
| ],
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col61_79\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:02:15.908806",
| "ops": [
| "BEGIN",
| "CREATE VIEW schema115.view116 AS SELECT public.table61.col61_63, public.table61.col61_67, public.table61.col61_71, public.table61.col61_66, public.table61.col61_69 FROM public.table61"
| ],
| "expectedExecErrors": "3F000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: cannot create \"schema115.view116\" because the target database or schema does not exist (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:02:15.939305",
| "ops": [
| "BEGIN",
| "DROP TABLE public.table61 CASCADE",
| "ALTER TABLE schema93.table118 ALTER COLUMN \"IrrelevantColumnName\" DROP DEFAULT"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema93.table118\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:02:16.069738",
| "ops": [
| "BEGIN",
| "CREATE SEQUENCE IF NOT EXISTS schema82.seq119 OWNED BY public.table61.col61_67",
| "DROP SCHEMA \"schema93\" CASCADE",
| "CREATE TABLE IF NOT EXISTS public.table120 (col120_121 TIMESTAMP, col120_122 UUID NOT NULL, col120_123 DECIMAL NOT NULL, col120_124 TIMETZ NOT NULL, col120_125 INET NOT NULL, col120_126 UUID NOT NULL, col120_127 STRING, col120_128 BOOL NOT NULL, col120_129 FLOAT4 NOT NULL, col120_130 REGTYPE NOT NULL, col120_131 TIMETZ NOT NULL, col120_132 REGTYPE, col120_133 BIT(32) NOT NULL, col120_134 INT8, col120_135 UUID NOT NULL, PRIMARY KEY (col120_125, col120_131, col120_126, col120_128 ASC, col120_124 DESC, col120_123 DESC, col120_129 DESC, col120_122 DESC, col120_135 ASC), UNIQUE (col120_135 DESC), UNIQUE (col120_126 ASC, col120_123 DESC, col120_131 DESC, col120_133 ASC, col120_122, col120_132 ASC, col120_127, col120_125, col120_134 ASC, col120_121 DESC, col120_135), UNIQUE (col120_125 DESC, col120_127, col120_135 ASC, col120_133 ASC, col120_131 ASC, col120_122 DESC, col120_124, col120_128 DESC, col120_126 ASC, col120_123, col120_132 ASC) STORING (col120_121, col120_134), UNIQUE (col120_123 ASC, col120_128 ASC, col120_132 DESC, col120_126, col120_131 DESC, col120_135 ASC, col120_127 DESC, col120_133 DESC, col120_124 DESC, col120_121 DESC, col120_130 DESC, col120_134 DESC, col120_125 ASC, col120_122 ASC), UNIQUE (col120_133 ASC, col120_135 ASC, col120_125 DESC, col120_124 DESC, col120_130 ASC, col120_126 DESC, col120_128 DESC, col120_132, col120_123 ASC, col120_131, col120_134 DESC), UNIQUE (col120_135 ASC, col120_133 DESC, col120_129 ASC, col120_134 ASC, col120_124 DESC) STORING (col120_121, col120_130), INDEX (col120_127 ASC, col120_131, col120_123 ASC, col120_130))",
| "ALTER TABLE public.table120 RENAME COLUMN \"col120_126\" TO \"col120_136\"",
| "ALTER TABLE public.table61 RENAME TO public.table137"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2569739&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@aa68427e69113a6b9d0aa1dac8469919c6f95e16:
| <... some data truncated by circular buffer; go to artifacts for details ...>
| k
| 7.0s 0 11.0 13.0 0.5 0.6 1.3 1.3 txnRbk
| {
| "workerId": 0,
| "clientTimestamp": "07:17:10.501895",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table181 ALTER COLUMN \"col181_182\" DROP DEFAULT",
| "ALTER TABLE schema131.table259 ALTER COLUMN \"col181_186\" DROP STORED"
| ],
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col181_186\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:17:10.571826",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema131.table259 RENAME TO schema131.table262",
| "ALTER TABLE public.table181 ADD CONSTRAINT table181_col181_182_table181_col181_182_fk FOREIGN KEY (col181_182) REFERENCES public.table181 (col181_182) ON DELETE CASCADE ON UPDATE CASCADE",
| "SELECT 'validating all objects'",
| "DROP SEQUENCE IF EXISTS schema131.seq249",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:17:10.716259",
| "ops": [
| "BEGIN",
| "CREATE TABLE schema131.table263 (col263_264 INTERVAL NOT NULL, col263_265 INT2 NOT NULL, col263_266 REGNAMESPACE NOT NULL, col263_267 BYTES NULL, col263_268 REGNAMESPACE NOT NULL, col263_269 TIMESTAMPTZ, col263_270 TIMESTAMPTZ, col263_271 NAME NULL, col263_272 DECIMAL, col263_273 DATE NOT NULL, col263_274 TIMESTAMPTZ NOT NULL, col263_275 TIMETZ NOT NULL, col263_276 INT4 NOT NULL, col263_277 INTERVAL NOT NULL, col263_278 CHAR NOT NULL, col263_279 OID NOT NULL, col263_280 STRING NOT NULL, col263_281 INT4 NOT NULL, col263_282 DATE NOT NULL, PRIMARY KEY (col263_277 ASC, col263_265 ASC, col263_266 DESC, col263_282 DESC, col263_273, col263_264 DESC, col263_280 ASC, col263_279 ASC, col263_276 DESC, col263_268, col263_281 ASC, col263_278 ASC))",
| "ALTER TABLE public.table181 ADD COLUMN col181_283 STRING NOT NULL",
| "CREATE TABLE IF NOT EXISTS schema131.table284 (col284_285 BOX2D[] NULL, col284_286 DECIMAL NOT NULL, col284_287 STRING NULL, col284_288 DATE NOT NULL, col284_289 OID NOT NULL, col284_290 REGPROCEDURE NOT NULL, col284_291 REGTYPE NOT NULL, col284_292 VARCHAR NOT NULL, col284_293 FLOAT8 NOT NULL, col284_294 CHAR NOT NULL, col284_295 VARCHAR NOT NULL, col284_296 REGTYPE NOT NULL, col284_297 TIMESTAMPTZ NOT NULL, col284_298 STRING NOT NULL, col284_299 STRING NOT NULL, col284_300 REGCLASS NOT NULL, col284_301 INT8, PRIMARY KEY (col284_297 DESC, col284_293 ASC, col284_299 DESC, col284_289, col284_286 DESC, col284_296 DESC, col284_290, col284_294, col284_291 ASC, col284_300 ASC, col284_295 DESC, col284_298, col284_292), UNIQUE (col284_298 DESC, col284_291, col284_296 ASC, col284_292 ASC, col284_290 ASC, col284_289, col284_294 ASC, col284_293 DESC) STORING (col284_285, col284_288, col284_301), UNIQUE (col284_287 ASC, col284_289 ASC, col284_298 DESC, col284_290, col284_293 DESC, col284_296 ASC, col284_300 DESC, col284_295 ASC) STORING (col284_285), UNIQUE (col284_291 ASC, col284_296 DESC, col284_292, col284_299, col284_295 ASC, col284_300 ASC, col284_294 ASC, col284_289 ASC, col284_287, col284_293 ASC, col284_286 DESC, col284_297, col284_298 DESC, col284_301 ASC) STORING (col284_285), FAMILY (col284_297), FAMILY (col284_295, col284_299), FAMILY (col284_301, col284_293), FAMILY (col284_290), FAMILY (col284_285), FAMILY (col284_300, col284_288), FAMILY (col284_291, col284_286, col284_296), FAMILY (col284_298), FAMILY (col284_292, col284_294, col284_287), FAMILY (col284_289))",
| "INSERT INTO public.table181 (col181_182,col181_254,col181_186) VALUES (1654318474:::INT8,(-0.5054243803024292):::FLOAT8,3930994040:::OID)",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "***UNEXPECTED COMMIT ERROR; Received an unexpected commit error: ERROR: transaction committed but schema change aborted with error: (23502): null value in column \"col181_283\" violates not-null constraint (SQLSTATE XXA00)",
| "txStatus": "TxStatusCommitFailure"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2571218&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@aa68427e69113a6b9d0aa1dac8469919c6f95e16:
| {
| "workerId": 0,
| "clientTimestamp": "11:47:44.851905",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table66 ALTER COLUMN \"col6_8\" DROP STORED"
| ],
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col6_8\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:47:44.958179",
| "ops": [
| "BEGIN",
| "CREATE VIEW schema123.view124 AS SELECT public.table66.col6_19, public.table66.col6_16, public.table66.col28_31, public.table66.col28_58, public.table66.col6_20, public.table66.col6_21, public.table66.col6_18, public.table66.col6_11, public.table66.col66_75, public.table66.col6_15, public.table66.col6_13, public.table66.col6_12 FROM public.table66"
| ],
| "expectedExecErrors": "3F000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: cannot create \"schema123.view124\" because the target database or schema does not exist (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:47:44.986004",
| "ops": [
| "BEGIN",
| "DROP SCHEMA \"public\" CASCADE"
| ],
| "expectedExecErrors": "3F000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: cannot drop schema \"public\" (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:47:45.045201",
| "ops": [
| "BEGIN",
| "DROP TABLE IF EXISTS public.table66 RESTRICT"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2571220&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@63fba7f1ab321088619d04aa9a44e61d018016f6:
| "CREATE TABLE IF NOT EXISTS schema86.table91 (col91_92 INT8 NULL, col91_93 INET NULL, col91_94 REGPROC NULL, col91_95 DECIMAL NULL, col91_96 TIMESTAMPTZ[] NOT NULL, INDEX (col91_92) STORING (col91_95, col91_96), INDEX (col91_92 ASC) STORING (col91_94, col91_95, col91_96), INDEX (col91_92 ASC, col91_93 DESC, col91_94 DESC, col91_95 DESC), INDEX (col91_95 ASC) STORING (col91_94, col91_96), INDEX (col91_95) STORING (col91_92), UNIQUE (col91_95 DESC) STORING (col91_92, col91_93, col91_94, col91_96), UNIQUE (col91_95 ASC, col91_92 ASC) STORING (col91_94))",
| "DROP SCHEMA \"schema87\" CASCADE",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:19:21.063042",
| "ops": [
| "BEGIN",
| "CREATE TYPE public.enum19 AS ENUM ('adsda', 'fad', 'ddff', 'd', 'dsfd', 'dd')"
| ],
| "expectedExecErrors": "42710",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: type \"public.enum19\" already exists (SQLSTATE 42710)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:19:21.075671",
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "CREATE TABLE public.table97 AS SELECT schema86.table91.col91_92, schema86.table91.col91_94, schema86.table91.col91_96, schema86.table91.col91_92, schema86.table91.col91_95, schema86.table91.col91_93, schema86.table91.col91_93, schema86.table91.col91_96, schema86.table91.col91_94 FROM schema86.table91, schema86.table91, schema86.table91"
| ],
| "expectedExecErrors": "42701,42712",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: source name \"table91\" specified more than once (missing AS clause) (SQLSTATE 42712)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:19:21.142021",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema86.table91 DROP COLUMN \"col91_96\"",
| "INSERT INTO schema86.table91 (col91_92,col91_93,col91_94,col91_95) VALUES ((-9220207411733775026):::INT8,'6972:f417:aaf8:5e81:5a5e:bf62:7a28:511f/34':::INET,1989039692:::OID,1.330728377783632906E+27:::DECIMAL)",
| "CREATE VIEW public.view98 AS SELECT public.table80.col80_81, schema86.table91.col91_94 FROM public.table80, schema86.table91"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2574819&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@63fba7f1ab321088619d04aa9a44e61d018016f6:
| "ops": [
| "BEGIN",
| "DROP SCHEMA \"public\" CASCADE"
| ],
| "expectedExecErrors": "3F000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: cannot drop schema \"public\" (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:28:54.04721",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema44.table85 DROP COLUMN \"col85_95\""
| ],
| "expectedExecErrors": "42P10",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col85_95\" is referenced by the primary key (SQLSTATE 42P10)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:28:54.119683",
| "ops": [
| "BEGIN",
| "DROP TABLE schema44.table104 RESTRICT"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema44.table104\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:28:54.126491",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema44.table85 RENAME TO schema44.table85",
| "CREATE TABLE IF NOT EXISTS public.table105 (col105_106 TIMETZ, col105_107 INT2 NULL, col105_108 TIME, col105_109 DECIMAL NOT NULL, col105_110 REGTYPE NOT NULL, col105_111 NAME, PRIMARY KEY (col105_110 DESC), UNIQUE (col105_107 DESC, col105_111 DESC, col105_106 ASC, col105_110 ASC, col105_108 ASC), INDEX (col105_111 ASC, col105_108 ASC, col105_107 DESC), INDEX (col105_108 ASC, col105_110 ASC, col105_111, col105_107 DESC, col105_109, col105_106 ASC), INDEX (col105_111, col105_110 ASC, col105_106 ASC, col105_109, col105_108 DESC), UNIQUE (col105_111 DESC, col105_110))",
| "INSERT INTO schema44.table85 (col85_86,col85_87,col85_88,col85_89,col85_90,col85_91,col85_92,col85_93,col85_94,col85_95,col85_96,col85_97,col85_98,col85_99,col85_100,col85_101,col85_102) VALUES ((-1.2231956720352173):::FLOAT8,(-1.0032666316431644):::FLOAT8,ARRAY[49806962:::INT8,(-1):::INT8],624998149:::OID,B'011111111111111111111111111111111111111111','-59 years -1 mons -419 days -06:18:04.197847':::INTERVAL,B'1010011110110101111110100010101111110110','2021-05-18 14:32:20.000256+00:00':::TIMESTAMPTZ,'@':::STRING,'b1f4:35fa:3ee9:fd78:b055:45b0:7aa7:d1a2/48':::INET,false,'2026-10-01 12:11:22.000023':::TIMESTAMP,'00:00:00+15:59:00':::TIMETZ,1.0141853094100952:::FLOAT8,NULL,'2018-07-31 12:47:59.000715+00:00':::TIMESTAMPTZ,'cb8b:fcb7:8622:208a:b679:33f:cd9c:5010/55':::INET)",
| "ALTER TABLE schema44.table85 ADD COLUMN col85_112 TIMESTAMP NULL"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2574821&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) Related: - #58819 roachtest: scbench/randomload/nodes=3/ops=2000/conc=1 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@03797b17417ae34451537f8f76d66ac69dba2d07:
| "ALTER TABLE public.table35 ALTER COLUMN \"col35_45\" DROP NOT NULL",
| "DROP INDEX public.table35@\"index35_46\" CASCADE",
| "ALTER TABLE public.table35 ALTER COLUMN col35_45 SET DEFAULT 671737162:::OID",
| "ALTER TABLE public.table74 ADD CONSTRAINT IrrelevantConstraintName UNIQUE (IrrelevantColumnName)"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"public.table74\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:21:50.329436",
| "ops": [
| "BEGIN",
| "INSERT INTO public.table35 (col35_36,col35_45) VALUES (919690929:::OID,3772678089:::OID),(1205762809:::OID,2545890771:::OID),(146698060:::OID,3428228664:::OID)",
| "CREATE TABLE public.table75 AS SELECT public.table35.col35_36 FROM public.table35"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: unimplemented: the first schema change statement in a transaction must precede any writes (SQLSTATE 0A000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:21:50.406705",
| "ops": [
| "BEGIN",
| "CREATE TYPE public.enum76 AS ENUM ('dffs', 'saf')",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:21:50.421355",
| "ops": [
| "BEGIN",
| "DROP TABLE public.table35"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2578432&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) Related: - #58819 roachtest: scbench/randomload/nodes=3/ops=2000/conc=1 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@03797b17417ae34451537f8f76d66ac69dba2d07:
| "CREATE TABLE public.table35 (col35_36 REGCLASS NULL, col35_37 VARCHAR NOT NULL, col35_38 INT2 NOT NULL, col35_39 INT8 NULL, col35_40 TIME NOT NULL, col35_41 REGCLASS NOT NULL, col35_42 UUID NOT NULL, col35_43 STRING, col35_44 FLOAT4 NOT NULL, col35_45 BOX2D NOT NULL, col35_46 INT2 NOT NULL, col35_47 FLOAT8 NOT NULL, col35_48 DECIMAL NOT NULL, col35_49 INT2 NOT NULL, col35_50 TIMESTAMP NOT NULL, PRIMARY KEY (col35_40 ASC, col35_44 DESC, col35_38 ASC, col35_46 ASC, col35_50, col35_37 ASC, col35_48, col35_41 ASC, col35_49, col35_42), INDEX (col35_36 DESC, col35_38 DESC, col35_43 DESC, col35_37, col35_49 DESC) STORING (col35_39, col35_47), UNIQUE (col35_47 ASC) STORING (col35_36, col35_39, col35_43), INDEX (col35_50 DESC, col35_36 ASC, col35_44, col35_42 ASC, col35_37, col35_47 ASC, col35_38, col35_49 ASC, col35_40, col35_46) STORING (col35_43, col35_45), UNIQUE (col35_45 ASC, col35_44 ASC, col35_49, col35_37 DESC, col35_40 ASC, col35_39 DESC, col35_42 ASC) STORING (col35_43), INDEX (col35_48 DESC, col35_38 ASC, col35_49, col35_41 ASC, col35_44 ASC, col35_50 DESC, col35_39, col35_46, col35_37, col35_45, col35_42, col35_47 DESC, col35_36 DESC) STORING (col35_43), INDEX (col35_49, col35_45 DESC, col35_43, col35_41 DESC, col35_50 ASC, col35_38, col35_37 ASC, col35_40 ASC, col35_46), UNIQUE (col35_37 ASC), INDEX (col35_37 ASC, col35_48 DESC, col35_45 DESC, col35_40), INDEX (col35_49, col35_47), FAMILY (col35_45), FAMILY (col35_46, col35_41, col35_47, col35_36), FAMILY (col35_40), FAMILY (col35_49), FAMILY (col35_44, col35_43, col35_38), FAMILY (col35_37, col35_42, col35_48), FAMILY (col35_50, col35_39))",
| "DROP TABLE IF EXISTS public.table35 RESTRICT",
| "DROP INDEX public.table1@\"index1_31\" CASCADE",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:54:10.584342",
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:54:10.586604",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table1 ALTER COLUMN col1_7 SET DEFAULT 2447920323:::OID",
| "CREATE INDEX \"IrrelevantName\" ON public.table51 (\"IrrelevantColumn\" ASC)"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"public.table51\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:54:10.634995",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table1 RENAME TO public.table52"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2578434&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) Related: - #58819 roachtest: scbench/randomload/nodes=3/ops=2000/conc=1 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@f9b44f59d0451dc9efbb771baac3e88540485629:
| "ALTER TABLE public.table82 RENAME COLUMN \"col76_80\" TO \"col82_91\"",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:20:59.479757",
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "ALTER TABLE public.table88 ALTER COLUMN \"col88_92\" SET NOT NULL"
| ],
| "expectedExecErrors": "42703",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col88_92\" does not exist (SQLSTATE 42703)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:20:59.496585",
| "ops": [
| "BEGIN",
| "CREATE TABLE IF NOT EXISTS public.table93 (col93_94 BIT(34) NOT NULL, col93_95 INT8 NULL, col93_96 UUID NULL, col93_97 NAME NULL, col93_98 REGNAMESPACE NOT NULL, col93_99 DECIMAL NOT NULL, col93_100 STRING NULL, col93_101 BIT NOT NULL, col93_102 INET NOT NULL, col93_103 CHAR NOT NULL, col93_104 REGNAMESPACE, col93_105 INT8, PRIMARY KEY (col93_99, col93_98 ASC, col93_94, col93_102 DESC, col93_101 ASC, col93_103 DESC), INDEX (col93_99, col93_96 ASC) STORING (col93_105), UNIQUE (col93_102 ASC, col93_99, col93_94 ASC, col93_100, col93_104, col93_95, col93_96 ASC, col93_103 ASC, col93_105 DESC, col93_97 DESC, col93_101, col93_98 DESC))",
| "ALTER VIEW schema90.view106 RENAME TO schema90.view107"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema90.view106\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:20:59.5097",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table82 ALTER COLUMN \"col82_91\" DROP NOT NULL",
| "INSERT INTO public.table88 (col76_77,col76_78,col76_79,col76_80,col76_81) VALUES (ARRAY['290 years':::INTERVAL,'80 years 2 mons 289 days 11:42:18.122483':::INTERVAL],8.199670041205876969E+37:::DECIMAL,0.0:::FLOAT8,'2017-01-31 15:56:05.000672+00:00':::TIMESTAMPTZ,'1986-05-23':::DATE),(ARRAY['00:00:00':::INTERVAL,'24 years 481 days 21:30:49.532771':::INTERVAL,'-25 years -9 mons -495 days -13:06:54.023928':::INTERVAL],(-8.294374158298514168):::DECIMAL,(-0.09650824380077722):::FLOAT8,'2010-10-18 23:31:44.000063+00:00':::TIMESTAMPTZ,'1979-01-13':::DATE)",
| "CREATE VIEW public.view108 AS SELECT public.table88.col76_77, public.table88.col76_81 FROM public.table88"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2582292&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) Related: - #58819 roachtest: scbench/randomload/nodes=3/ops=2000/conc=1 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@f9b44f59d0451dc9efbb771baac3e88540485629:
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: index \"index66_102\" already contains column \"col51_58\" (SQLSTATE 42701)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:58:45.162402",
| "ops": [
| "BEGIN",
| "CREATE TABLE schema97.table103 AS SELECT public.table66.col51_58, public.table66.col51_55, public.table66.col51_56, public.table66.col51_65, public.table66.col51_57, public.table66.col51_60, public.table66.col51_63, public.table66.col51_62, public.table66.col51_64, public.table66.col51_65, public.table66.col51_54, public.table66.col51_59, public.table66.col51_52, public.table66.col51_60, public.table66.col51_56, public.table66.col51_55 FROM public.table66, public.table66"
| ],
| "expectedExecErrors": "42701,42712",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: source name \"table66\" specified more than once (missing AS clause) (SQLSTATE 42712)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:58:45.228416",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table66 DROP CONSTRAINT \"primary\"",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "0A000",
| "message": "COMMIT; Successfully got expected commit error",
| "txStatus": "TxStatusCommitFailure"
| }
| 5.0s 0 11.0 14.2 3.7 4.7 5.2 5.2 opOk
| 5.0s 0 2.0 0.8 31.5 318.8 318.8 318.8 txnCmtErr
| 5.0s 0 2.0 3.2 71.3 184.5 184.5 184.5 txnOk
| 5.0s 0 6.0 8.0 0.7 0.9 0.9 0.9 txnRbk
| {
| "workerId": 0,
| "clientTimestamp": "07:58:45.260876",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table3 DROP COLUMN \"col3_49\"",
| "SELECT 'validating all objects'",
| "INSERT INTO schema32.table47 (col35_36) VALUES ((-1123577065):::INT8),((-1142639914):::INT8)",
| "ALTER TABLE public.table39 ALTER COLUMN \"col35_36\" DROP NOT NULL"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2582294&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) Related: - #58819 roachtest: scbench/randomload/nodes=3/ops=2000/conc=1 failed [C-test-failure](https://api.github.com/repos/cockroachdb/cockroach/labels/C-test-failure) [O-roachtest](https://api.github.com/repos/cockroachdb/cockroach/labels/O-roachtest) [O-robot](https://api.github.com/repos/cockroachdb/cockroach/labels/O-robot) [branch-release-20.1](https://api.github.com/repos/cockroachdb/cockroach/labels/branch-release-20.1) [release-blocker](https://api.github.com/repos/cockroachdb/cockroach/labels/release-blocker) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@a786c51627fe66e47b4a4445c67b2a9077ae2a93:
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:25:22.160408",
| "ops": [
| "BEGIN",
| "DROP SCHEMA \"schema95\" CASCADE",
| "SELECT 'validating all objects'",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:25:22.198927",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema260.table278 ALTER COLUMN IrrelevantColumnName SET DEFAULT \"IrrelevantValue\""
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema260.table278\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| 6.0s 0 37.0 28.7 2.2 3.4 11.0 11.0 opOk
| 6.0s 0 0.0 0.3 0.0 0.0 0.0 0.0 txnCmtErr
| _elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms)
| 6.0s 0 11.0 6.7 56.6 104.9 109.1 109.1 txnOk
| 6.0s 0 9.0 13.8 0.5 2.4 2.4 2.4 txnRbk
| {
| "workerId": 0,
| "clientTimestamp": "07:25:22.211071",
| "ops": [
| "BEGIN",
| "ALTER SEQUENCE schema260.seq264 RENAME TO schema260.seq279",
| "CREATE TABLE public.table280 (col280_281 DECIMAL NOT NULL, col280_282 REGNAMESPACE NULL, col280_283 FLOAT4 NOT NULL, col280_284 VARCHAR NOT NULL, col280_285 REGPROC NULL, col280_286 TIME NOT NULL, col280_287 DATE NOT NULL, col280_288 TIMESTAMP NOT NULL, col280_289 REGPROCEDURE NULL, col280_290 INTERVAL, col280_291 INTERVAL NOT NULL, col280_292 VARCHAR NOT NULL, col280_293 CHAR NOT NULL, col280_294 FLOAT4, col280_295 VARCHAR NOT NULL, col280_296 FLOAT8, PRIMARY KEY (col280_284 ASC, col280_281 DESC, col280_291 DESC, col280_295, col280_283 DESC, col280_287 DESC, col280_286 ASC), UNIQUE (col280_290), FAMILY (col280_289), FAMILY (col280_296), FAMILY (col280_288), FAMILY (col280_285, col280_293, col280_291, col280_292), FAMILY (col280_286, col280_282), FAMILY (col280_281), FAMILY (col280_283), FAMILY (col280_294, col280_295, col280_287), FAMILY (col280_290, col280_284))",
| "INSERT INTO public.table280 (col280_281,col280_282,col280_283,col280_284,col280_285,col280_286,col280_287,col280_288,col280_289,col280_290,col280_291,col280_292,col280_293,col280_294,col280_295,col280_296) VALUES ((-8.34184705099737786E+36):::DECIMAL,NULL,(-0.5813290476799011):::FLOAT8,e'\\x05':::STRING,162557245:::OID,'24:00:00':::TIME,'1975-01-19':::DATE,'294276-12-31 23:59:59.999999':::TIMESTAMP,265662451:::OID,'-19 years -8 mons -568 days -17:54:28.507405':::INTERVAL,'48 years 5 mons 42 days 20:42:12.87927':::INTERVAL,e'K\\x0bd':::STRING,e'\\x00':::STRING,(-0.04323996230959892):::FLOAT8,e'\\x1e\\x0e\\x1dj':::STRING,1.7976931348623157e+308:::FLOAT8),((-0.3867440543086459332):::DECIMAL,3910525573:::OID,0.8361453413963318:::FLOAT8,e'F\\x13\\t,\\x0b4\\x1d':::STRING,1951270921:::OID,'22:56:45.065588':::TIME,'1979-01-09':::DATE,'2021-06-30 19:31:49.000132':::TIMESTAMP,1425794380:::OID,'74 years 9 mons 745 days 16:44:53.31175':::INTERVAL,'-12 years -6 mons -745 days -05:45:40.864745':::INTERVAL,'hT':::STRING,'t':::STRING,(-0.26621365547180176):::FLOAT8,')p4':::STRING,0.5700131633319111:::FLOAT8)",
| "DROP TABLE public.table280 CASCADE"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2586229&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@a786c51627fe66e47b4a4445c67b2a9077ae2a93:
| "BEGIN",
| "CREATE TYPE public.enum38 AS ENUM ('affd', 'dds', 'asa', 's', 'dssf', 'aasfs')",
| "CREATE TABLE IF NOT EXISTS schema39.table40 (col40_41 INTERVAL NOT NULL, col40_42 REGCLASS NOT NULL, col40_43 TIMETZ NOT NULL, col40_44 DATE NOT NULL, col40_45 OID NOT NULL, col40_46 CHAR NOT NULL, col40_47 FLOAT8 NOT NULL, col40_48 INTERVAL NOT NULL, col40_49 STRING NOT NULL, col40_50 BYTES NOT NULL, col40_51 CHAR NOT NULL, col40_52 BIT(49) NOT NULL, col40_53 BYTES NOT NULL, col40_54 FLOAT4 NOT NULL, col40_55 DECIMAL NOT NULL, col40_56 UUID NOT NULL, col40_57 \"char\" NOT NULL, PRIMARY KEY (col40_53 DESC, col40_46, col40_55 ASC, col40_51 DESC, col40_42 DESC, col40_41 ASC, col40_43, col40_44 DESC, col40_54 DESC, col40_52, col40_50, col40_48 ASC, col40_47 DESC, col40_57 ASC, col40_56, col40_45 ASC), UNIQUE (col40_43, col40_49, col40_51 ASC, col40_53, col40_56 ASC, col40_48 ASC, col40_41 DESC, col40_52 DESC, col40_42 DESC), UNIQUE (col40_43 DESC, col40_50 ASC, col40_46 DESC, col40_48 ASC, col40_51 DESC, col40_42 DESC, col40_53 DESC, col40_57), UNIQUE (col40_43, col40_57, col40_48 ASC, col40_53 ASC, col40_50, col40_46, col40_44 DESC, col40_47 ASC, col40_55, col40_45, col40_49), INDEX (col40_52 DESC, col40_54 ASC, col40_51 ASC, col40_46), INDEX (col40_44 ASC, col40_51 ASC), UNIQUE (col40_46 DESC, col40_54, col40_42 DESC, col40_56, col40_53 ASC, col40_55 ASC, col40_41 ASC, col40_48 DESC, col40_49 DESC, col40_57 DESC, col40_52 ASC, col40_50 ASC, col40_47 ASC, col40_44 ASC, col40_45, col40_43), UNIQUE (col40_53, col40_46 DESC, col40_47, col40_41 ASC, col40_45, col40_42, col40_56 ASC, col40_44, col40_57 DESC, col40_49 DESC, col40_51, col40_52 DESC, col40_55 DESC, col40_54 DESC), UNIQUE (col40_45 DESC, col40_46, col40_42 ASC, col40_56 DESC, col40_48, col40_50, col40_44, col40_57 DESC, col40_43 DESC))"
| ],
| "expectedExecErrors": "3F000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: cannot create \"schema39.table40\" because the target database or schema does not exist (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:58:56.800659",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table31 RENAME TO public.table31",
| "ALTER TABLE public.table31 ADD CONSTRAINT table31_col25_28_table31_col25_28_fk FOREIGN KEY (col25_28) REFERENCES public.table31 (col25_28) ON DELETE CASCADE ON UPDATE CASCADE",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:58:57.055419",
| "ops": [
| "BEGIN",
| "INSERT INTO public.table31 (col25_26,col25_27,col25_28,col25_29,col25_30,col31_37) VALUES (e'v\\x7ffB\\x7f\\t RP':::STRING,0:::INT8,'\u003c\u003cX':::STRING,(-8169.432882319658048):::DECIMAL,'fe03:7c2c:f7ee:d07a:79ac:5e7d:c8ce:f2cf/69':::INET,ARRAY['191.75.164.28/24':::INET,'39.19.38.33/25':::INET,'c5b3:54b4:934:55bd:6635:4938:255c:bafb/57':::INET]),('t':::STRING,0:::INT8,e'\\x1b:\\x01HU)@\\t\u003c':::STRING,(-3.168993406302586164E+34):::DECIMAL,'13.111.59.123/0':::INET,ARRAY['56.123.168.175/22':::INET])",
| "DROP SEQUENCE IF EXISTS public.seq36"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: unimplemented: the first schema change statement in a transaction must precede any writes (SQLSTATE 0A000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:58:57.135537",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table31 RENAME TO public.table58"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2586231&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@422560bfa1d125b50ca820c82b313c340cd51bec:
|
| stdout:
| <... some data truncated by circular buffer; go to artifacts for details ...>
| ,
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:29:52.364013",
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "CREATE TABLE IF NOT EXISTS schema17.table63 (col63_64 \"char\" NOT NULL, col63_65 DECIMAL NOT NULL, col63_66 VARCHAR, col63_67 BIT(5) NOT NULL, col63_68 INT4 NULL, col63_69 BOX2D NOT NULL, col63_70 INT2 NOT NULL, col63_71 INT4 NOT NULL, col63_72 FLOAT8 NOT NULL, col63_73 OID NOT NULL, col63_74 REGNAMESPACE NOT NULL, col63_75 TIMESTAMPTZ NOT NULL, col63_76 STRING NOT NULL, col63_77 INT4 NOT NULL, col63_78 REGPROC NOT NULL, col63_79 BIT(13) NOT NULL, PRIMARY KEY (col63_79 DESC, col63_77 DESC, col63_75 ASC, col63_72, col63_69 DESC, col63_76 DESC, col63_70, col63_74 DESC, col63_67 ASC, col63_64, col63_73 DESC, col63_65 ASC, col63_78), INDEX (col63_76 ASC, col63_73 ASC), INDEX (col63_74 DESC, col63_71 DESC, col63_77, col63_72 ASC, col63_66 ASC, col63_67 ASC, col63_73 ASC, col63_79 DESC, col63_65, col63_78, col63_69 DESC, col63_75 ASC, col63_70 DESC, col63_76 DESC), UNIQUE (col63_77 DESC, col63_79, col63_68, col63_67 ASC, col63_74 ASC, col63_76 DESC, col63_75, col63_71 DESC, col63_72, col63_73, col63_64 ASC, col63_70 ASC, col63_66, col63_65, col63_69 ASC), UNIQUE (col63_66 ASC, col63_73 DESC, col63_78, col63_67, col63_77 DESC, col63_72, col63_64 DESC, col63_75, col63_65 DESC, col63_70 ASC, col63_68, col63_76 ASC, col63_79 ASC, col63_74, col63_71), INDEX (col63_73, col63_64 ASC, col63_79 ASC, col63_66 DESC, col63_71 ASC), INDEX (col63_72 ASC, col63_70 DESC, col63_79 ASC, col63_64, col63_78 ASC, col63_73, col63_75 ASC, col63_77 DESC, col63_76 DESC, col63_71 ASC, col63_65, col63_67 ASC, col63_74 ASC, col63_69 DESC), UNIQUE (col63_71, col63_68 DESC, col63_79 ASC, col63_72 DESC, col63_78 ASC, col63_64, col63_69, col63_77), INDEX (col63_74, col63_72 DESC, col63_66, col63_65 DESC, col63_71, col63_77 DESC, col63_76), UNIQUE (col63_73 DESC, col63_72), FAMILY (col63_73, col63_78), FAMILY (col63_70, col63_65), FAMILY (col63_71), FAMILY (col63_64, col63_66), FAMILY (col63_74), FAMILY (col63_77, col63_79, col63_69, col63_76), FAMILY (col63_68), FAMILY (col63_67, col63_72, col63_75))",
| "ALTER TABLE schema17.table63 ADD CONSTRAINT table63_col63_67_unique UNIQUE (col63_67)",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:29:52.431956",
| "ops": [
| "BEGIN",
| "CREATE TABLE schema17.table80 AS SELECT schema17.table63.col63_78, schema17.table63.col63_74, schema17.table63.col63_67, schema17.table63.col63_66, schema17.table63.col63_77, schema17.table63.col63_72, schema17.table63.col63_65, schema17.table63.col63_66, schema17.table63.col63_64, schema17.table63.col63_68, schema17.table63.col63_76, schema17.table63.col63_78, schema17.table63.col63_71, schema17.table63.col63_67 FROM schema17.table63, schema17.table63"
| ],
| "expectedExecErrors": "42701,42712",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: source name \"table63\" specified more than once (missing AS clause) (SQLSTATE 42712)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:29:52.476896",
| "ops": [
| "BEGIN",
| "CREATE SEQUENCE IF NOT EXISTS schema17.seq81",
| "INSERT INTO schema17.table63 (col63_64,col63_65,col63_66,col63_67,col63_68,col63_69,col63_70,col63_71,col63_72,col63_73,col63_74,col63_75,col63_76,col63_77,col63_78,col63_79) VALUES ('-':::STRING,(-8.984006418640366166):::DECIMAL,e'\\x11N\\nn':::STRING,B'11100',1034708499:::INT8,'BOX(-10 -10,10 10)':::BOX2D,20933:::INT8,1165729122:::INT8,(-1.1607278097142033):::FLOAT8,3159870691:::OID,458969532:::OID,'2022-07-15 02:21:33.000756+00:00':::TIMESTAMPTZ,'X':::STRING,(-1855994769):::INT8,1546314409:::OID,B'0011001001001')",
| "DROP SEQUENCE IF EXISTS schema17.seq81"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2589060&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@7b0ccdda99b81613e70f421c9374483c3feddff3:
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema1.table48\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:21:28.256448",
| "ops": [
| "BEGIN",
| "CREATE SEQUENCE IF NOT EXISTS public.seq49",
| "ALTER TABLE schema1.table4 ADD COLUMN col4_50 DECIMAL",
| "ALTER TABLE schema1.table4 ALTER COLUMN \"col4_18\" DROP DEFAULT",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:21:28.383491",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema1.table4 ADD CONSTRAINT table4_col4_7_unique UNIQUE (col4_7)",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:21:28.497711",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema1.table4 ADD CONSTRAINT table4_col4_7_table4_col4_7_fk FOREIGN KEY (col4_7) REFERENCES schema1.table4 (col4_7) ON DELETE CASCADE ON UPDATE CASCADE",
| "ALTER TABLE schema1.table4 ALTER COLUMN \"col4_12\" SET NOT NULL",
| "INSERT INTO schema1.table4 (col4_5,col4_6,col4_7,col4_8,col4_9,col4_10,col4_11,col4_12,col4_13,col4_14,col4_15,col4_16,col4_17,col4_18,col4_19,col4_20,col4_21,col4_22,col4_23,col4_50) VALUES (false,B'0000000000000000000000000000000000000000000000000',27985:::INT8,B'100101101110000001111011100100101',(-12133):::INT8,0.33201781651992535:::FLOAT8,'2014-06-16 22:34:15.000053':::TIMESTAMP,(-3893):::INT8,(-6197):::INT8,1771469149:::INT8,'\\x2256cec7':::BYTES,e'F\\x06S\u0026,L':::STRING,e'\\x1e':::STRING,1694281945:::OID,'':::STRING,B'00000000000000000000000','00:00:00':::INTERVAL,6137314733258771499:::INT8,'06:02:01.769865-08:38:00':::TIMETZ,NULL),(true,B'1000000110001000001001110000011110101011011110111',19042:::INT8,B'100111100101010011001101110110001',26639:::INT8,0.08129317997034313:::FLOAT8,'2013-01-27 22:16:49.000234':::TIMESTAMP,(-12097):::INT8,16097:::INT8,(-1755300759):::INT8,'\\x230a32857d':::BYTES,'zh7i@':::STRING,e'\\x16':::STRING,2177056027:::OID,'X':::STRING,B'11100011010110100101000','65 years 4 mons 362 days 03:22:52.525761':::INTERVAL,(-2476326327838347291):::INT8,'15:05:39.550752+12:51:00':::TIMETZ,(-1.234E+401):::DECIMAL),(true,B'0000101000110101111100100101001110010110111111110',(-13067):::INT8,B'110111001011111100101110110011110',(-1):::INT8,1.0732245691541962:::FLOAT8,'1998-04-30 17:53:07.000182':::TIMESTAMP,(-10013):::INT8,14347:::INT8,(-225816387):::INT8,'\\xc2f15f':::BYTES,'':::STRING,e'\\x00':::STRING,3103970232:::OID,e'B\\x16$n\\x05l\\x7f*':::STRING,B'00000110011110101100010','-15 years -3 mons -531 days -07:12:26.901387':::INTERVAL,3113939921849591312:::INT8,'02:42:23.786313-08:29:00':::TIMETZ,0.6179519923492559286:::DECIMAL)",
| "CREATE SCHEMA IF NOT EXISTS schema52 AUTHORIZATION root"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2590483&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@7b0ccdda99b81613e70f421c9374483c3feddff3:
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:01:19.775804",
| "ops": [
| "BEGIN",
| "ALTER VIEW schema17.view56 RENAME TO schema17.view57"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema17.view56\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:01:19.785238",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema17.table47 RENAME COLUMN \"col47_50\" TO \"col47_58\"",
| "ALTER TABLE schema17.table47 ADD COLUMN col47_59 TIME",
| "ALTER TABLE schema17.table47 ALTER COLUMN \"col47_51\" SET NOT NULL",
| "SELECT 'validating all objects'",
| "ALTER TABLE schema17.table47 RENAME TO schema17.table60",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:01:20.016864",
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "ALTER SEQUENCE public.seq54 RENAME TO public.seq61",
| "INSERT INTO schema17.table60 (col47_48,col47_58,col47_51,col47_52,col47_59) VALUES (false,'1989-01-21 21:26:58.000356+00:00':::TIMESTAMPTZ,B'10011011011001100000011100111','\\x06c7daabfcfc3c':::BYTES,'22:44:42.202316':::TIME)",
| "CREATE VIEW schema17.view62 AS SELECT schema17.table60.col47_51, schema17.table60.col47_59 FROM schema17.table60"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2590485&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@a51f2e212a71ee356a01f14510238baac65e76e7:
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema68.table69\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:22:31.234682",
| "ops": [
| "BEGIN",
| "CREATE TABLE public.table70 (col70_71 STRING, col70_72 TIMETZ, col70_73 NAME NULL, col70_74 FLOAT4 NOT NULL, col70_75 INT2 NOT NULL, col70_76 TIMESTAMPTZ NOT NULL, col70_77 TIMETZ NOT NULL, col70_78 STRING, col70_79 INT8 NOT NULL, col70_80 OID NOT NULL, col70_81 BYTES, col70_82 BOX2D NULL, col70_83 REGCLASS NOT NULL, col70_84 \"char\" NULL, col70_85 UUID, PRIMARY KEY (col70_77, col70_75 ASC), INDEX (col70_82 ASC, col70_77 DESC, col70_80, col70_73 DESC, col70_74 ASC, col70_83, col70_84 ASC, col70_76 DESC), FAMILY (col70_78), FAMILY (col70_84), FAMILY (col70_82), FAMILY (col70_74), FAMILY (col70_71, col70_79, col70_73, col70_75), FAMILY (col70_72), FAMILY (col70_80), FAMILY (col70_83), FAMILY (col70_81), FAMILY (col70_76, col70_77, col70_85))",
| "ALTER TABLE public.table70 ADD COLUMN col70_86 REGNAMESPACE",
| "CREATE SEQUENCE IF NOT EXISTS public.seq87",
| "CREATE SCHEMA IF NOT EXISTS schema88 AUTHORIZATION root",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:22:31.304197",
| "ops": [
| "BEGIN",
| "ALTER SEQUENCE public.seq87 RENAME TO public.seq89",
| "ALTER INDEX public.table70@\"index70_90\" RENAME TO \"index70_91\""
| ],
| "expectedExecErrors": "42704",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: index \"index70_90\" does not exist (SQLSTATE 42704)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:22:31.32156",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table70 ADD CONSTRAINT table70_col70_77_unique UNIQUE (col70_77)",
| "ALTER TABLE public.table70 ADD COLUMN col70_92 FLOAT4 NOT NULL",
| "ALTER TABLE public.table70 ADD CONSTRAINT table70_col70_77_table70_col70_72_fk FOREIGN KEY (col70_72) REFERENCES public.table70 (col70_77) ON DELETE CASCADE ON UPDATE CASCADE"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "***UNEXPECTED ERROR; Received an unexpected execution error: ERROR: there is no unique constraint matching given keys for referenced table table70 (SQLSTATE 23503)",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2591874&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@19addd018c462875515f94c5d77a3848f2995443:
| "ALTER TABLE public.table31 ALTER COLUMN \"col4_10\" DROP STORED"
| ],
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col4_10\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:18:39.679137",
| "ops": [
| "BEGIN",
| "DROP SCHEMA \"schema85\" CASCADE"
| ],
| "expectedExecErrors": "3F000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: unknown schema \"schema85\" (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:18:39.680487",
| "ops": [
| "BEGIN",
| "DROP INDEX public.table20@\"index20_84\" CASCADE",
| "ALTER TABLE schema86.table87 ALTER COLUMN \"IrrelevantColumnName\" DROP DEFAULT"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema86.table87\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:18:39.733441",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table20 ALTER COLUMN \"col4_8\" DROP NOT NULL",
| "ALTER INDEX public.table20@\"index20_84\" RENAME TO \"index20_88\"",
| "ALTER TABLE public.table31 RENAME COLUMN \"col4_10\" TO \"col31_89\"",
| "INSERT INTO public.table31 (col4_5,col4_6,col4_7,col4_8,col4_9,col31_89,col4_11,col4_12,col4_21,col4_14,col4_15,col4_16,col4_17,col4_18,col4_19,col31_82) VALUES (true,(-0.2539618505153627):::FLOAT8,true,e'2\\x1d':::STRING:::NAME,3165485574:::OID,3430459869:::OID,e'q%\\x14':::STRING:::NAME,e'!\\x1f\\x12\\bspZ1\\x1f':::STRING,'=pa[Lu(':::STRING:::NAME,'12:25:34.465317':::TIME,20781:::INT8,'A':::STRING,(-256073950.3715722080):::DECIMAL,'76 years 4 mons 597 days 02:51:38.080921':::INTERVAL,(-8482714420545576981):::INT8,'ss':::schema68.enum72),(false,0.8516985384307786:::FLOAT8,false,'g':::STRING:::NAME,1154704068:::OID,991589911:::OID,'u/_3':::STRING:::NAME,'':::STRING,e'@\\x19.\"$w':::STRING:::NAME,'02:11:26.459001':::TIME,(-27047):::INT8,'U':::STRING,9134.467333459085994:::DECIMAL,'-31 years -11 mons -251 days -19:02:14.559125':::INTERVAL,(-8303959553457941224):::INT8,'ad':::schema68.enum72),(true,0.0618453089297491:::FLOAT8,false,'\"':::STRING,2979276146:::OID,0:::OID,e'\\x1aHh\\x19H:G\\x04':::STRING:::NAME,'X':::STRING,e'\\fw':::STRING:::NAME,'11:06:20.732668':::TIME,(-13759):::INT8,'Z':::STRING,1:::DECIMAL,'-17 years -6 mons -777 days -23:33:08.22288':::INTERVAL,7073157895017394174:::INT8,'s':::schema68.enum72)",
| "CREATE TABLE public.table90 (col90_91 INET NOT NULL, col90_92 INTERVAL, col90_93 FLOAT8 NULL, col90_94 INTERVAL, col90_95 TIMETZ, col90_96 INT4 NULL, col90_97 TIMESTAMP[], col90_98 BOOL NOT NULL, PRIMARY KEY (col90_98 ASC, col90_91), UNIQUE (col90_95) STORING (col90_94, col90_96), INDEX (col90_94, col90_95 DESC, col90_92 ASC) STORING (col90_96, col90_97), UNIQUE (col90_96 DESC, col90_93 DESC, col90_94 ASC, col90_98, col90_91 DESC, col90_92 ASC) STORING (col90_97), INDEX (col90_91 ASC, col90_95 DESC, col90_93 ASC, col90_98, col90_96, col90_92 DESC, col90_94 DESC), FAMILY (col90_97), FAMILY (col90_94), FAMILY (col90_96, col90_92, col90_98), FAMILY (col90_91), FAMILY (col90_93, col90_95))"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2593842&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@3d01fda046c609ee5947e2f41c099dae35b206c1:
| "DROP INDEX schema122.table124@\"IrrelevantIndexName\""
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema122.table124\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:02:50.454338",
| "ops": [
| "BEGIN",
| "CREATE TABLE schema122.table125 AS SELECT public.table56.col56_59, public.table56.col56_62, public.table56.col56_60, public.table56.col56_97 FROM public.table56",
| "DROP TABLE IF EXISTS public.table56 CASCADE",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:02:50.540968",
| "ops": [
| "BEGIN",
| "INSERT INTO schema122.table125 (col56_59,col56_62,col56_60,col56_97) VALUES (B'101001011101000001110',(-1.838723215841097733E+26):::DECIMAL,27450:::INT8,B'10')",
| "ALTER TABLE schema122.table125 RENAME TO schema122.table126"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: unimplemented: the first schema change statement in a transaction must precede any writes (SQLSTATE 0A000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:02:50.631379",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema122.table125 ADD COLUMN col125_127 UUID",
| "INSERT INTO schema122.table125 (col56_59,col56_62,col56_60,col56_97) VALUES (B'110011011110010110111',NULL,(-4376):::INT8,B'00')",
| "ALTER TABLE schema122.table125 ALTER COLUMN \"col56_59\" SET NOT NULL"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2597706&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@3d01fda046c609ee5947e2f41c099dae35b206c1:
| Error: ***FAIL; Failed to receive an execution error when errors were expected
| Error: COMMAND_PROBLEM: exit status 1
| (1) COMMAND_PROBLEM
| Wraps: (2) Node 1. Command with error:
| | ```
| | ./workload run schemachange --verbose=1 --tolerate-errors=false --histograms=perf/stats.json --max-ops 2000 --concurrency 1 --txn-log /mnt/data1/cockroach/transactions.json
| | ```
| Wraps: (3) exit status 1
| Error types: (1) errors.Cmd (2) *hintdetail.withDetail (3) *exec.ExitError
|
| stdout:
| <... some data truncated by circular buffer; go to artifacts for details ...>
| COLUMN \"col127_128\" DROP NOT NULL",
| "CREATE TABLE public.table186 AS SELECT public.table127.col127_145, public.table127.col127_140, public.table127.col127_139, public.table127.col127_136, public.table127.col127_129, public.table127.col127_134, public.table127.col127_143, public.table127.col127_141, public.table127.col127_128, public.table127.col127_144, public.table127.col127_135, public.table127.col127_130, public.table127.col127_142, public.table127.col127_133, public.table127.col127_131, public.table127.col127_137, public.table127.col127_138, public.table127.col127_132, public.table127.col127_128, public.table127.col127_131, public.table127.col127_139, public.table127.col127_129, public.table127.col127_145, public.table127.col127_142, public.table127.col127_134, public.table127.col127_144, public.table127.col127_135, public.table127.col127_141, public.table127.col127_137, public.table127.col127_142, public.table127.col127_144, public.table127.col127_128, public.table127.col127_136, public.table127.col127_143, public.table127.col127_133 FROM public.table127, public.table127, public.table127"
| ],
| "expectedExecErrors": "42701,42712",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: source name \"table127\" specified more than once (missing AS clause) (SQLSTATE 42712)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "12:21:18.066386",
| "ops": [
| "BEGIN",
| "DROP SEQUENCE schema161.seq184",
| "ALTER TABLE schema161.table187 ADD CONSTRAINT IrrelevantConstraintName UNIQUE (IrrelevantColumnName)"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema161.table187\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "12:21:18.122024",
| "ops": [
| "BEGIN",
| "ALTER SEQUENCE schema161.seq184 RENAME TO schema161.seq188",
| "INSERT INTO public.table127 (col127_128,col127_129,col127_130,col127_131,col127_132,col127_133,col127_134,col127_135,col127_136,col127_137,col127_138,col127_139,col127_140,col127_141,col127_142,col127_143,col127_144,col127_145) VALUES (e'\\x13\\x1cu\\x111\\x15y\\x0f\\x11':::STRING,'*%=':::STRING,'2033-02-25 00:15:27.000465':::TIMESTAMP,'12:23:58.738681':::TIME,'':::STRING:::NAME,false,B'100110001001001001100101101111101',676757113:::OID,true,'00:00:00':::INTERVAL,'90455a18-4444-4914-abac-cbef742954c2':::UUID,'-4713-11-24 00:00:00':::TIMESTAMP,e'+O\u003e\\x10':::STRING:::NAME,'*':::STRING,':':::STRING,B'10110110011001010010010010000010000',2757879869:::OID,'BOX(-0.7488971017573082 0.12367217407624503,-0.5014173300616445 0.996179504258845)':::BOX2D),('!V=q~:':::STRING,e'7\\x0e\\x04\"\\x02G':::STRING,'2013-10-10 16:46:27.000744':::TIMESTAMP,'23:42:40.154335':::TIME,e'\\x11\\x0b|w\\x03\\x138':::STRING:::NAME,true,B'100001010000111000100000010110011',2929872780:::OID,true,'69 years 10 mons 822 days 05:05:32.463409':::INTERVAL,'1d14382f-04d9-412b-9f00-7a7d2c316151':::UUID,'2031-06-24 16:21:49.000074':::TIMESTAMP,e'\\x0fgow\\x03[V#\\x0e':::STRING:::NAME,'k':::STRING,'U':::STRING,B'11100010001000110010101010110111000',2065472420:::OID,'BOX(-1.169375199848806 -1.8633291135156536,0.49550446730860465 -1.1972867690030284)':::BOX2D),(e'P\\rH ,u_\\x1e':::STRING,'':::STRING,'1990-07-04 07:23:39.000993':::TIMESTAMP,'05:52:20.20657':::TIME,e'\\'':::STRING,false,B'011110010110111010010000011110101',2138044181:::OID,true,'78 years 1 mon 553 days 24:59:46.250146':::INTERVAL,NULL,'2018-02-03 02:39:38.00065':::TIMESTAMP,'':::STRING:::NAME,'i':::STRING,'D':::STRING,B'10001100010101100010111001010101010',180666535:::OID,'BOX(0.3702701886045249 -1.7662182470643533,0.442250473078425 -0.03438298192998035)':::BOX2D)",
| "SELECT 'validating all objects'",
| "DROP SEQUENCE IF EXISTS schema161.seq188"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2597708&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@fbf596c3e17fbb9ec0935b732f4b84469a5399e8:
| "BEGIN",
| "ALTER TABLE public.table84 RENAME COLUMN \"col84_92\" TO \"col84_94\"",
| "ALTER SEQUENCE schema5.seq83 RENAME TO schema5.seq95",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:37:49.088236",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table84 DROP COLUMN \"col84_96\""
| ],
| "expectedExecErrors": "42703",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col84_96\" does not exist (SQLSTATE 42703)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:37:49.116637",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table84 ALTER COLUMN \"col84_88\" DROP STORED"
| ],
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col84_88\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:37:49.16553",
| "ops": [
| "BEGIN",
| "CREATE SCHEMA IF NOT EXISTS schema97 AUTHORIZATION root",
| "INSERT INTO public.table84 (col84_85,col84_86,col84_87,col84_88,col84_89,col84_90,col84_91,col84_94,col84_93) VALUES ('d8886472-9298-4f2d-86d5-f1b2cfdba4ef':::UUID,'a20fcff1-4676-4bc0-af45-fe8e9a82704d':::UUID,NULL,'BOX(0.24665925038654687 -1.438835874865993,0.43793472476453943 0.07112840826297759)':::BOX2D,335291221:::INT8,'4 mons 670 days 15:42:57.219424':::INTERVAL,B'00000000000000000000000000000',378737898:::OID,'02:58:27.731874':::TIME),(NULL,'24ed528e-f2da-4cf2-95a3-6f2fefb7a663':::UUID,'*DO':::STRING,'BOX(-10 -10,10 10)':::BOX2D,2147483647:::INT8,'64 years 974 days 03:37:32.408326':::INTERVAL,B'00001000000001101101110101111',1320247981:::OID,'15:01:38.392922':::TIME)",
| "ALTER TABLE public.table84 RENAME TO public.table98"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2601069&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@fbf596c3e17fbb9ec0935b732f4b84469a5399e8:
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "12:09:14.384377",
| "ops": [
| "BEGIN",
| "CREATE VIEW schema119.view191 AS SELECT public.table179.col179_182, public.table179.col179_180, public.table179.col179_182, public.table179.col179_181, public.table179.col179_180, public.table179.col179_181, public.table179.col179_182, public.table179.col179_180 FROM public.table179, public.table179, public.table179"
| ],
| "expectedExecErrors": "42701,42712",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: source name \"table179\" specified more than once (missing AS clause) (SQLSTATE 42712)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "12:09:14.47414",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table179 ALTER COLUMN \"col179_182\" SET NOT NULL",
| "ALTER TABLE public.table179 ALTER COLUMN \"col179_182\" DROP DEFAULT",
| "ALTER VIEW schema92.view192 RENAME TO schema92.view193"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema92.view192\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| 6.0s 0 14.0 15.0 2.8 24.1 29.4 29.4 opOk
| 6.0s 0 0.0 0.2 0.0 0.0 0.0 0.0 txnCmtErr
| _elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms)
| 6.0s 0 3.0 3.7 151.0 218.1 218.1 218.1 txnOk
| 6.0s 0 8.0 7.3 0.6 0.7 0.7 0.7 txnRbk
| {
| "workerId": 0,
| "clientTimestamp": "12:09:14.58996",
| "ops": [
| "BEGIN",
| "DROP VIEW IF EXISTS schema76.view194",
| "ALTER TABLE public.table179 DROP COLUMN \"col179_180\"",
| "INSERT INTO public.table179 (col179_181,col179_182) VALUES (1438858031347794919:::INT8,'05:29:05.591182':::TIME),((-6507083614042369420):::INT8,'08:39:00.929385':::TIME)",
| "ALTER TABLE public.table179 ADD CONSTRAINT table179_col179_181_table179_col179_181_fk FOREIGN KEY (col179_181) REFERENCES public.table179 (col179_181) ON DELETE CASCADE ON UPDATE CASCADE"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2601071&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@baf34b241c9ee27530f0a3a988149bfd7cca3f6d:
| "clientTimestamp": "07:44:42.009803",
| "ops": [
| "BEGIN",
| "CREATE UNIQUE INDEX IF NOT EXISTS index94_126 ON schema19.table94 (col94_97 DESC) STORING (col94_124)",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:44:42.08995",
| "ops": [
| "BEGIN",
| "CREATE TABLE schema127.table128 AS SELECT schema19.table94.col94_97, schema19.table94.col94_124, schema19.table94.col94_97, schema19.table94.col94_98, schema19.table94.col94_96 FROM schema19.table94, schema19.table94"
| ],
| "expectedExecErrors": "3F000,42701,42712",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: cannot create \"schema127.table128\" because the target database or schema does not exist (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:44:42.14171",
| "ops": [
| "BEGIN",
| "INSERT INTO schema19.table94 (col94_95,col94_96,col94_97,col94_98,col94_124) VALUES (NULL,'68ecbc78-df5d-4c6f-b914-efe9e6a5c5da':::UUID,3481116480:::OID,ARRAY[1318455513:::INT8],81595153:::OID)",
| "DROP SEQUENCE schema19.seq123"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: unimplemented: the first schema change statement in a transaction must precede any writes (SQLSTATE 0A000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:44:42.204581",
| "ops": [
| "BEGIN",
| "DROP TABLE IF EXISTS schema19.table94"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2604748&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@baf34b241c9ee27530f0a3a988149bfd7cca3f6d:
| "SELECT 'validating all objects'",
| "SELECT 'validating all objects'",
| "ALTER TABLE public.table127 ALTER COLUMN \"col62_66\" DROP STORED"
| ],
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col62_66\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:20:02.452059",
| "ops": [
| "BEGIN",
| "CREATE TYPE schema217.enum218 AS ENUM ('fssf', 'aafs', 'daads', 'dfda', 'df', 'a')"
| ],
| "expectedExecErrors": "3F000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: cannot create \"schema217.enum218\" because the target database or schema does not exist (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:20:02.457644",
| "ops": [
| "BEGIN",
| "CREATE VIEW public.view219 AS SELECT schema61.table62.col62_72, schema61.table62.col62_77, schema61.table62.col62_65, schema61.table62.col62_71, schema61.table62.col62_76, schema61.table62.col62_79, schema61.table62.col62_78, schema61.table62.col62_63, schema61.table62.col62_70, schema61.table62.col62_73 FROM schema61.table62",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:20:02.522407",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema61.table62 ADD COLUMN col62_220 BIT(30)",
| "CREATE SEQUENCE IF NOT EXISTS public.seq221 OWNED BY schema61.table62.col62_72",
| "ALTER TABLE public.table127 RENAME TO public.table222"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2604750&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@7a5d3d0f9465c4d6a6f204ac6a672a027cf585a6:
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:56:16.28652",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table327 ALTER COLUMN \"col327_353\" DROP NOT NULL",
| "CREATE SEQUENCE IF NOT EXISTS public.seq371",
| "CREATE INDEX IF NOT EXISTS index327_372 ON public.table327 (col327_353, col310_312 ASC, col310_319 DESC)",
| "CREATE SCHEMA IF NOT EXISTS schema373 AUTHORIZATION root",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:56:16.447536",
| "ops": [
| "BEGIN",
| "DROP INDEX public.table327@\"index327_372\" CASCADE",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:56:16.562895",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table327 RENAME TO public.table375"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2607607&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@7a5d3d0f9465c4d6a6f204ac6a672a027cf585a6:
| "ALTER TABLE public.table137 RENAME COLUMN \"col137_144\" TO \"col97_100\""
| ],
| "expectedExecErrors": "42701",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col97_100\" of relation \"table137\" already exists (SQLSTATE 42701)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "12:11:30.441426",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table137 ALTER COLUMN \"col97_98\" DROP DEFAULT",
| "DROP SCHEMA \"schema194\" CASCADE"
| ],
| "expectedExecErrors": "3F000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: unknown schema \"schema194\" (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "12:11:30.489374",
| "ops": [
| "BEGIN",
| "CREATE TYPE schema27.enum195 AS ENUM ('f', 'saddas', 'fffa', 'fda', 'daaad')",
| "ALTER TABLE public.table137 RENAME TO public.table196",
| "SELECT 'validating all objects'",
| "ALTER INDEX schema27.table197@\"IrrelevantConstraintName\" RENAME TO \"OtherConstraintName\""
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema27.table197\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "12:11:30.539147",
| "ops": [
| "BEGIN",
| "CREATE SCHEMA IF NOT EXISTS schema198 AUTHORIZATION root",
| "DROP TABLE IF EXISTS schema27.table31"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2607609&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@0455055fafcef7c028b4af8e4efe242b89e7f8a3:
| "ALTER SEQUENCE schema63.seq186 RENAME TO schema63.seq225",
| "CREATE TABLE public.table212 AS SELECT public.table212.col212_214, public.table212.col212_220, public.table212.col212_217, public.table212.col212_217, public.table212.col212_218, public.table212.col212_219, public.table212.col212_220, public.table212.col212_214, public.table212.col212_221, public.table212.col212_213, public.table212.col212_216, public.table212.col212_215, public.table212.col212_218, public.table212.col212_213, public.table212.col212_215, public.table212.col212_219, public.table212.col212_221, public.table212.col212_217, public.table212.col212_220 FROM public.table212, public.table212, public.table212"
| ],
| "expectedExecErrors": "42701,42712,42P07",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: source name \"table212\" specified more than once (missing AS clause) (SQLSTATE 42712)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:34:45.84192",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table212 RENAME COLUMN \"col212_216\" TO \"col212_215\""
| ],
| "expectedExecErrors": "42701",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col212_215\" of relation \"table212\" already exists (SQLSTATE 42701)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:34:45.903745",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table212 ALTER COLUMN \"col212_214\" DROP DEFAULT",
| "CREATE TYPE schema63.enum226 AS ENUM ('fadas', 'da', 'sass', 'd', 'aadfd')",
| "ALTER TABLE public.table212 DROP COLUMN \"col212_216\"",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:34:46.044619",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table212 ADD CONSTRAINT table212_col212_213_table212_col212_213_fk FOREIGN KEY (col212_213) REFERENCES public.table212 (col212_213) ON DELETE CASCADE ON UPDATE CASCADE",
| "ALTER TABLE public.table212 DROP CONSTRAINT \"table212_col212_213_table212_col212_213_fk\""
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "***UNEXPECTED ERROR; Received an unexpected execution error: ERROR: unimplemented: constraint \"table212_col212_213_table212_col212_213_fk\" in the middle of being added, try again later (SQLSTATE 0A000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2609824&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@0455055fafcef7c028b4af8e4efe242b89e7f8a3:
| "BEGIN",
| "CREATE VIEW schema170.view171 AS SELECT public.table134.col134_136, public.table134.col134_145, public.table134.col134_142, public.table134.col134_135, public.table134.col134_139, public.table134.col134_145, public.table134.col134_138, public.table134.col134_144, public.table134.col134_137, public.table134.col134_142, public.table134.col134_135, public.table134.col134_143, public.table134.col134_141, public.table134.col134_139, public.table134.col134_138, public.table134.col134_140, public.table134.col134_137, public.table134.col134_143, public.table134.col134_145, public.table134.col134_139, public.table134.col134_141, public.table134.col134_135, public.table134.col134_136, public.table134.col134_144, public.table134.col134_142 FROM public.table134, public.table134, public.table134"
| ],
| "expectedExecErrors": "3F000,42701,42712",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: cannot create \"schema170.view171\" because the target database or schema does not exist (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:25:22.326478",
| "ops": [
| "BEGIN",
| "DROP VIEW public.view168",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:25:22.375931",
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "CREATE TABLE public.table134 AS SELECT public.table134.col134_144, public.table134.col134_143, public.table134.col134_138, public.table134.col134_137, public.table134.col134_139, public.table134.col134_136, public.table134.col134_142, public.table134.col134_140, public.table134.col134_135, public.table134.col134_145, public.table134.col134_141, \"IrrelevantColumnName\" FROM public.table134, schema146.table172"
| ],
| "expectedExecErrors": "42P01,42P07",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema146.table172\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:25:22.427011",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table134 ALTER COLUMN \"col134_144\" DROP DEFAULT",
| "INSERT INTO public.table134 (col134_135,col134_136,col134_137,col134_138,col134_139,col134_140,col134_141,col134_142,col134_143,col134_144,col134_145) VALUES (true,true,'F':::STRING,'109a9c77-ec7f-4a15-b1de-c84239dddc58':::UUID,'NaN':::FLOAT8,'1989-10-15':::DATE,27460:::INT8,'-82 years -2 mons -257 days -07:05:36.29577':::INTERVAL,4059926011:::OID,2059766980:::OID,544466784262311.1551:::DECIMAL),(false,false,'S':::STRING,'ad4b6d21-c819-49b1-ae65-01b950cafe3e':::UUID,(-0.020599253475666046):::FLOAT8,'1978-11-29':::DATE,5639:::INT8,'-45 years -1 mons -176 days -15:58:38.429692':::INTERVAL,2446891417:::OID,941716080:::OID,(-1.885462354382470686E+29):::DECIMAL)",
| "ALTER TABLE public.table134 ADD CONSTRAINT table134_col134_145_unique UNIQUE (col134_145)"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2609826&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@48fbbe7313fc70f889fa66c5749914f57ddd5a91:
| "SELECT 'validating all objects'",
| "ALTER TABLE public.table28 ADD CONSTRAINT table28_col28_303_unique UNIQUE (col28_303)"
| ],
| "expectedExecErrors": "42703",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col28_303\" does not exist (SQLSTATE 42703)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| 12.0s 0 16.0 20.1 2.2 5.8 5.8 5.8 opOk
| 12.0s 0 0.0 0.2 0.0 0.0 0.0 0.0 txnCmtErr
| 12.0s 0 3.0 5.5 83.9 184.5 184.5 184.5 txnOk
| 12.0s 0 11.0 9.6 0.7 0.9 1.7 1.7 txnRbk
| {
| "workerId": 0,
| "clientTimestamp": "07:38:20.394181",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table28 ALTER COLUMN \"col1_3\" DROP STORED"
| ],
| "expectedExecErrors": "42611",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col1_3\" is not a computed column (SQLSTATE 42611)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:38:20.434181",
| "ops": [
| "BEGIN",
| "CREATE INDEX index28_304 ON public.table28 (col28_139 DESC) STORING (col1_2)"
| ],
| "expectedExecErrors": "42701",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: index \"index28_304\" already contains column \"col1_2\" (SQLSTATE 42701)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:38:20.461854",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table28 RENAME TO public.table28"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2611752&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@48fbbe7313fc70f889fa66c5749914f57ddd5a91:
| "ops": [
| "BEGIN",
| "DROP VIEW public.view64"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"public.view64\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:14:11.36961",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table65 DROP COLUMN \"IrrelevantColumnName\""
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"public.table65\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:14:11.377421",
| "ops": [
| "BEGIN",
| "CREATE TYPE public.enum10 AS ENUM ('sfd', 'dddaas', 'adaa')"
| ],
| "expectedExecErrors": "42710",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: type \"public.enum10\" already exists (SQLSTATE 42710)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "08:14:11.396597",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table37 ALTER COLUMN \"col37_41\" DROP NOT NULL",
| "CREATE TABLE IF NOT EXISTS public.table66 (col66_67 INTERVAL NOT NULL, col66_68 NAME NOT NULL, col66_69 BOOL NOT NULL, col66_70 BIT(31) NOT NULL, col66_71 INTERVAL NOT NULL, col66_72 INTERVAL NOT NULL, col66_73 BIT(12) NOT NULL, col66_74 VARCHAR NOT NULL, col66_75 INT2 NOT NULL, col66_76 UUID NOT NULL, col66_77 REGPROC NOT NULL, col66_78 TIMESTAMPTZ, col66_79 NAME NOT NULL, col66_80 TIMESTAMP NOT NULL, col66_81 INT4 NOT NULL, PRIMARY KEY (col66_75 DESC, col66_69, col66_77 ASC, col66_79 DESC, col66_68 DESC, col66_72, col66_80, col66_71, col66_81 DESC), INDEX (col66_78 DESC, col66_75, col66_79 DESC, col66_71 ASC) STORING (col66_70, col66_73, col66_76), INDEX (col66_71 ASC, col66_76 DESC, col66_79 DESC, col66_70, col66_69 ASC, col66_75, col66_74 ASC, col66_68 ASC, col66_81 ASC, col66_67 ASC, col66_73 DESC, col66_72, col66_80, col66_77 DESC, col66_78), INDEX (col66_81 ASC, col66_68 ASC, col66_79 DESC, col66_75 DESC, col66_77 DESC, col66_72, col66_80 DESC, col66_76 ASC, col66_71 ASC), FAMILY (col66_78), FAMILY (col66_73, col66_76, col66_75), FAMILY (col66_81), FAMILY (col66_72, col66_70, col66_68), FAMILY (col66_71, col66_67, col66_77), FAMILY (col66_74, col66_80), FAMILY (col66_69, col66_79))",
| "INSERT INTO public.table66 (col66_67,col66_68,col66_69,col66_70,col66_71,col66_72,col66_73,col66_74,col66_75,col66_76,col66_77,col66_78,col66_79,col66_80,col66_81) VALUES ('2 years 8 mons 43 days 16:21:31.306978':::INTERVAL,e'!a$\\x1dHB\\x115':::STRING:::NAME,true,B'1000011110100100101001011010110','25 years 3 mons 71 days 08:07:28.197824':::INTERVAL,'-42 years -46 days -22:07:42.791382':::INTERVAL,B'011111111111','(k*A0V':::STRING,(-28410):::INT8,'ffffffff-ffff-ffff-ffff-ffffffffffff':::UUID,2064926191:::OID,'1989-07-23 00:54:12.000895+00:00':::TIMESTAMPTZ,e'v\\x1du=\"7^y':::STRING:::NAME,'1974-12-04 15:40:38.000742':::TIMESTAMP,940728976:::INT8),('-13 years -3 mons -942 days -00:46:49.878684':::INTERVAL,'aQog~7':::STRING:::NAME,true,B'0001010001111101011110000001010','25 years 9 mons 282 days 08:13:50.584779':::INTERVAL,'42 years 1 mon 708 days 15:06:32.206188':::INTERVAL,B'101011000010',e'~X\\\\V':::STRING,(-22192):::INT8,'9139b887-5dbf-4ab3-94a4-9cbfe2204a29':::UUID,1535897550:::OID,'1971-07-15 04:39:21.000011+00:00':::TIMESTAMPTZ,e'\\x03j@}\\x18p':::STRING:::NAME,'1977-03-30 03:10:29.000079':::TIMESTAMP,(-1781159423):::INT8)",
| "CREATE SEQUENCE IF NOT EXISTS public.seq82"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2611754&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@d86781c07065421f4a4d8bf5d988900ab07fdce5:
| "BEGIN",
| "ALTER TABLE public.table311 DROP CONSTRAINT \"primary\"",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "0A000",
| "message": "COMMIT; Successfully got expected commit error",
| "txStatus": "TxStatusCommitFailure"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:13:03.56582",
| "ops": [
| "BEGIN",
| "CREATE SEQUENCE IF NOT EXISTS public.seq286",
| "CREATE TYPE public.enum354 AS ENUM ('a', 'd', 'sffss', 'sfff')",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:13:03.577815",
| "ops": [
| "BEGIN",
| "INSERT INTO public.table311 (col311_312,col311_313,col311_314,col311_321,col311_316,col311_335) VALUES ((-5.60097951665501525E+35):::DECIMAL,'1989-07-03':::DATE,2377825943:::OID,'LCSYg|':::STRING:::NAME,'\\x':::BYTES,'\\x2918bd96ab':::BYTES),((-5.53122167498511945E+20):::DECIMAL,'1981-02-19':::DATE,3642668397:::OID,'f`':::STRING:::NAME,'\\x58':::BYTES,'\\xe081898c':::BYTES)",
| "ALTER TABLE public.table311 ALTER COLUMN \"col311_312\" SET NOT NULL"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: unimplemented: the first schema change statement in a transaction must precede any writes (SQLSTATE 0A000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:13:03.685514",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema242.table336 RENAME TO schema242.table355"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2615393&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@d86781c07065421f4a4d8bf5d988900ab07fdce5:
| "txStatus": "TxStatusCommitSuccess"
| }
| _elapsed___errors__ops/sec(inst)___ops/sec(cum)__p50(ms)__p95(ms)__p99(ms)_pMax(ms)
| 1.0s 0 14.9 16.0 2.5 6.0 8.1 8.1 opOk
| 1.0s 0 3.7 4.0 130.0 167.8 167.8 167.8 txnOk
| 1.0s 0 10.3 11.0 0.6 0.7 1.3 1.3 txnRbk
| {
| "workerId": 0,
| "clientTimestamp": "11:32:28.152443",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table26 ADD CONSTRAINT table26_col10_13_table26_col10_13_fk FOREIGN KEY (col10_13) REFERENCES public.table26 (col10_13) ON DELETE CASCADE ON UPDATE CASCADE",
| "ALTER TABLE public.table25 RENAME TO public.table27",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:32:28.343902",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table27 RENAME COLUMN \"col10_16\" TO \"col27_28\"",
| "ALTER TABLE public.table27 ALTER COLUMN col27_29 SET DEFAULT \"IrrelevantValue\""
| ],
| "expectedExecErrors": "42703",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: column \"col27_29\" does not exist (SQLSTATE 42703)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:32:28.435603",
| "ops": [
| "BEGIN",
| "CREATE TYPE public.enum30 AS ENUM ('dda', 'sffsa', 'dsfsd')",
| "SELECT 'validating all objects'",
| "ALTER TABLE public.table26 ADD COLUMN col26_31 TIMETZ",
| "DROP TABLE IF EXISTS public.table26"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2615395&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@f7c5898f3d552f7ab0751cdd9ffa95cdfd6b8a76:
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema96.table97\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:20:04.815092",
| "ops": [
| "BEGIN",
| "ALTER VIEW schema40.view98 RENAME TO schema40.view99"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema40.view98\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:20:04.825522",
| "ops": [
| "BEGIN",
| "CREATE SCHEMA schema100 AUTHORIZATION root",
| "CREATE TYPE schema4.enum101 AS ENUM ('df', 'afssf', 'ffdfdf', 's')",
| "CREATE SCHEMA IF NOT EXISTS schema102 AUTHORIZATION root",
| "CREATE TYPE public.enum3 AS ENUM ('ada', 'dsfs', 'aadaa', 'fds', 'sfsdsf', 'sdds')"
| ],
| "expectedExecErrors": "42710",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: type \"public.enum3\" already exists (SQLSTATE 42710)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:20:04.9044",
| "ops": [
| "BEGIN",
| "CREATE TABLE schema4.table103 (col103_104 STRING NULL, col103_105 FLOAT4 NULL, col103_106 REGCLASS NOT NULL, col103_107 BOOL NOT NULL, col103_108 REGNAMESPACE NOT NULL, PRIMARY KEY (col103_106 ASC, col103_107, col103_108 DESC), INDEX (col103_105 ASC, col103_106 ASC, col103_104, col103_108), UNIQUE (col103_108 DESC, col103_104, col103_106 ASC, col103_107), INDEX (col103_104 ASC, col103_108, col103_106 DESC) STORING (col103_105), UNIQUE (col103_107 DESC, col103_104 DESC, col103_105 ASC), INDEX (col103_107 DESC, col103_104, col103_105 DESC, col103_108, col103_106 DESC), UNIQUE (col103_108), INDEX (col103_107) STORING (col103_104), INDEX (col103_107, col103_104 DESC, col103_106 ASC, col103_105 ASC, col103_108), INDEX (col103_107, col103_105 DESC, col103_106, col103_108, col103_104 ASC), FAMILY (col103_104), FAMILY (col103_108, col103_105), FAMILY (col103_107), FAMILY (col103_106))",
| "SELECT 'validating all objects'",
| "INSERT INTO schema4.table103 (col103_104,col103_105,col103_106,col103_107,col103_108) VALUES (e'cwc\\x1e':::STRING,(-1.7675833702087402):::FLOAT8,2514030598:::OID,true,1174981273:::OID),('\"':::STRING,0.41553187370300293:::FLOAT8,416696178:::OID,true,199106723:::OID),(e'H\\nl':::STRING,(-1.1439710855484009):::FLOAT8,2888074337:::OID,true,0:::OID)",
| "SELECT 'validating all objects'",
| "ALTER TABLE schema4.table103 RENAME TO schema4.table109"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2618880&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@f7c5898f3d552f7ab0751cdd9ffa95cdfd6b8a76:
| "BEGIN",
| "ALTER TABLE public.table2 ADD COLUMN col2_51 public.enum1",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:38:54.753633",
| "ops": [
| "BEGIN",
| "DROP TABLE schema43.table52 CASCADE"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema43.table52\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:38:54.761441",
| "ops": [
| "BEGIN",
| "DROP VIEW IF EXISTS public.view53 RESTRICT",
| "ALTER TABLE public.table42 ADD CONSTRAINT table42_col26_31_unique UNIQUE (col26_31)",
| "SELECT 'validating all objects'",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:38:54.903086",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table42 RENAME TO public.table54"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2618882&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@1a459a81dba35b6a091f0a2954aa33d50f1e5d24:
| "INSERT INTO public.table406 (col406_407,col406_408,col406_409,col406_410,col406_411,col406_412,col406_413,col406_414,col406_415,col406_416,col406_417,col406_418) VALUES ('':::STRING,'\\xecb893':::BYTES,'34 years 6 mons 276 days 22:33:15.21178':::INTERVAL,'\\x7c50':::BYTES,435910511:::OID,(-802268093):::INT8,'BOX(0.7653526515100488 -0.9520876199823123,1.7867254464588584 -0.8752715296811434)':::BOX2D,B'0100011010000010001011110001100101011',0.5721693214145437:::FLOAT8,B'000111000110111011111000011101110010',e'/Is\\x061cg1Q':::STRING,1891952752:::OID),(e'6(\\x14)\\x1b\\x18':::STRING,'\\x21724639eb3749e04f':::BYTES,'-47 years -6 mons -987 days -18:03:27.319515':::INTERVAL,'\\x867c23e8':::BYTES,670369411:::OID,(-1):::INT8,'BOX(-0.27441425189308444 1.0012135822990276,0.16269348393615213 1.113301363622874)':::BOX2D,B'0011100000001010010100101001111000011',(-0.02764280515964454):::FLOAT8,B'100100111010111001001111101011100110',e'\\\\[\\x135Rei\\x01F':::STRING,3357438444:::OID)",
| "CREATE TYPE public.enum7 AS ENUM ('dfdaa')"
| ],
| "expectedExecErrors": "0A000,42710",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: unimplemented: the first schema change statement in a transaction must precede any writes (SQLSTATE 0A000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:15:11.289905",
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "ALTER TABLE public.table248 ALTER COLUMN col248_301 SET DEFAULT 'afsd':::schema269.enum295",
| "ALTER TABLE public.table248 ALTER COLUMN \"col248_251\" DROP DEFAULT",
| "DROP TABLE schema303.table425 RESTRICT"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema303.table425\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:15:11.385938",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table406 ADD COLUMN col406_426 NAME NULL",
| "ALTER TABLE schema303.table427 ADD CONSTRAINT IrrelevantConstraintName UNIQUE (IrrelevantColumnName)"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema303.table427\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:15:11.430817",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table248 RENAME TO public.table428"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2622644&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@1a459a81dba35b6a091f0a2954aa33d50f1e5d24:
| "ALTER TABLE public.table123 ALTER COLUMN col123_130 SET DEFAULT (-1.568833351135254):::FLOAT8",
| "ALTER TABLE public.table123 ALTER COLUMN \"col123_129\" DROP NOT NULL",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:27:16.770579",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table123 RENAME COLUMN \"col123_132\" TO \"col123_187\"",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:27:16.869099",
| "ops": [
| "BEGIN",
| "CREATE VIEW public.view188 AS SELECT public.table123.col123_131, public.table123.col123_138, public.table123.col123_128, public.table123.col123_140, public.table123.col123_142, public.table123.col123_141, public.table123.col123_139, public.table123.col123_125, public.table123.col123_134, public.table123.col123_136, public.table123.col123_133, public.table123.col123_129, public.table123.col123_126, public.table123.col123_141, public.table123.col123_187, public.table123.col123_130, public.table123.col123_133, public.table123.col123_129, public.table123.col123_124, public.table123.col123_137, public.table123.col123_134, public.table123.col123_140, public.table123.col123_139, public.table123.col123_128, public.table123.col123_126, public.table123.col123_131, public.table123.col123_135, public.table123.col123_127, public.table123.col123_142, public.table123.col123_138, public.table123.col123_125, public.table123.col123_136 FROM public.table123, public.table123"
| ],
| "expectedExecErrors": "42701,42712",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: source name \"table123\" specified more than once (missing AS clause) (SQLSTATE 42712)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:27:16.940333",
| "ops": [
| "BEGIN",
| "CREATE TYPE public.enum189 AS ENUM ('s', 'ddfsda', 'daada', 'ada')",
| "INSERT INTO public.table123 (col123_124,col123_125,col123_126,col123_127,col123_128,col123_129,col123_130,col123_131,col123_187,col123_133,col123_134,col123_135,col123_136,col123_137,col123_138,col123_139,col123_140,col123_141,col123_142) VALUES (0:::OID,'M':::STRING,'1984-02-09 08:44:37.000068':::TIMESTAMP,NULL,'1982-02-04':::DATE,0.9854245781898499:::FLOAT8,(-0.11342562735080719):::FLOAT8,3019278164:::OID,(-369911513):::INT8,'\\xdfcc':::BYTES,e'\\x13\\\\* \\f':::STRING:::NAME,1.7976931348623157e+308:::FLOAT8,'22:37:35.646698+11:40:00':::TIMETZ,ARRAY[2639708557:::OID,3338467417:::OID],(-0.6958219408988953):::FLOAT8,e'\\x1f':::STRING,B'11011100000011000100110111010011110111010','29a86d5e-0cf3-410f-bf1f-78e197dce26c':::UUID,1106795011:::OID)",
| "ALTER TABLE public.table123 ADD COLUMN col123_190 TIME NULL"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2622646&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@86c619f768a4d6f4cc80efb5c9479e5fc0fd72c1:
| "INSERT INTO schema167.table178 (IrrelevantColumnName) VALUES (\"IrrelevantValue\")"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema167.table178\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:16:21.09787",
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:16:21.102086",
| "ops": [
| "BEGIN",
| "CREATE SCHEMA schema179 AUTHORIZATION root",
| "SELECT 'validating all objects'",
| "ALTER TABLE schema180.table181 ADD CONSTRAINT IrrelevantConstraintName UNIQUE (IrrelevantColumnName)"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema180.table181\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:16:21.126932",
| "ops": [
| "BEGIN",
| "CREATE TABLE public.table182 (col182_183 FLOAT4, col182_184 UUID NOT NULL, col182_185 TIMESTAMPTZ NULL, col182_186 BYTES, col182_187 FLOAT4 NOT NULL, col182_188 FLOAT4, col182_189 VARCHAR NULL, col182_190 UUID, col182_191 DECIMAL NOT NULL, PRIMARY KEY (col182_187 DESC), UNIQUE (col182_183, col182_186 DESC, col182_189), UNIQUE (col182_183 ASC, col182_185 DESC, col182_191 DESC, col182_186, col182_184, col182_187 DESC, col182_190 ASC, col182_189, col182_188 DESC), INDEX (col182_185, col182_189 ASC, col182_184 DESC, col182_191 DESC, col182_187, col182_186), FAMILY (col182_185, col182_188), FAMILY (col182_190, col182_186, col182_191, col182_187, col182_189), FAMILY (col182_184), FAMILY (col182_183))",
| "INSERT INTO public.table182 (col182_183,col182_184,col182_185,col182_186,col182_187,col182_188,col182_189,col182_190,col182_191) VALUES ((-0.24881727993488312):::FLOAT8,'4adf5079-d27d-46c0-973d-8f0e0dd688ae':::UUID,'2005-10-22 09:56:35.000999+00:00':::TIMESTAMPTZ,'\\xf8b9265e':::BYTES,(-0.042733389884233475):::FLOAT8,NULL,'':::STRING,'8e697cd6-c618-4aee-9451-c95a480471db':::UUID,(-4069602347754249438):::DECIMAL),(0.2520253658294678:::FLOAT8,'345bf36a-8eaf-4125-a1bc-b10a82ea45a8':::UUID,'2011-08-29 04:18:19.000673+00:00':::TIMESTAMPTZ,'\\x':::BYTES,0.07060473412275314:::FLOAT8,0.04866860434412956:::FLOAT8,e'\\x1f55\\x10':::STRING,NULL,8.013942848931333788E+29:::DECIMAL)",
| "ALTER TABLE public.table182 ALTER COLUMN \"col182_183\" DROP NOT NULL"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2626244&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@86c619f768a4d6f4cc80efb5c9479e5fc0fd72c1:
| "DROP TABLE IF EXISTS schema14.table37 CASCADE",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:55:10.038006",
| "ops": [
| "BEGIN",
| "SELECT 'validating all objects'",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:55:10.040408",
| "ops": [
| "BEGIN",
| "CREATE TYPE schema57.enum67 AS ENUM ('adfsds', 'sf', 'ad', 'dfa', 'ddsdff', 'fdas')",
| "ALTER TABLE public.table68 RENAME TO public.table69"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"public.table68\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:55:10.102303",
| "ops": [
| "BEGIN",
| "CREATE TABLE IF NOT EXISTS public.table70 (col70_71 UUID NOT NULL, col70_72 FLOAT8, col70_73 TIME NOT NULL, col70_74 FLOAT4 NULL, col70_75 REGPROCEDURE NOT NULL, col70_76 REGCLASS, col70_77 VARCHAR NOT NULL, col70_78 OID NOT NULL, col70_79 BOX2D NOT NULL, col70_80 NAME, col70_81 INET NULL, PRIMARY KEY (col70_73 ASC, col70_75 DESC, col70_79 ASC, col70_78), INDEX (col70_73 ASC, col70_74, col70_79 ASC, col70_81 DESC, col70_76 DESC, col70_72, col70_78, col70_71 DESC, col70_77, col70_80 ASC, col70_75 ASC), UNIQUE (col70_79 ASC, col70_81 DESC, col70_76) STORING (col70_71, col70_72, col70_74, col70_77, col70_80), UNIQUE (col70_81, col70_74 ASC, col70_75 ASC, col70_71 DESC, col70_76, col70_72 ASC, col70_80, col70_73 DESC), UNIQUE (col70_81 ASC, col70_79), INDEX (col70_75 DESC, col70_76 DESC, col70_77, col70_73, col70_74, col70_78 DESC, col70_71 ASC), INDEX (col70_71 DESC) STORING (col70_76, col70_80), FAMILY (col70_74, col70_73), FAMILY (col70_79, col70_76), FAMILY (col70_72), FAMILY (col70_75, col70_71, col70_78), FAMILY (col70_77), FAMILY (col70_81, col70_80))",
| "INSERT INTO public.table70 (col70_71,col70_72,col70_73,col70_74,col70_75,col70_76,col70_77,col70_78,col70_79,col70_80,col70_81) VALUES ('50a6dc46-6e18-4d56-8145-04c1e0181a14':::UUID,(-1.144584065133854):::FLOAT8,'18:48:29.72802':::TIME,(-0.29775717854499817):::FLOAT8,0:::OID,2318946285:::OID,'':::STRING,3243804112:::OID,'BOX(-0.46697363799372554 -0.43100889581793544,-0.4341129198464419 -0.11660901320802741)':::BOX2D,'':::STRING,'c579:a65d:5b39:9f88:c873:5f64:3e4f:1525/18':::INET),('7d7ac5e8-72aa-4d6e-afed-3b0089a90199':::UUID,(-0.28753319418516055):::FLOAT8,'11:14:50.133424':::TIME,1.8752964735031128:::FLOAT8,3179619722:::OID,2181661853:::OID,'C':::STRING,1823764971:::OID,'BOX(-1.2396279460333304 0.7133547213538745,0.5509086092482133 0.7783529993086293)':::BOX2D,'=T':::STRING:::NAME,'0.0.0.0/0':::INET)",
| "CREATE TABLE schema57.table82 (col82_83 INT4 NOT NULL, col82_84 TIMESTAMPTZ NOT NULL, col82_85 VARCHAR NOT NULL, col82_86 BIT(18) NULL, col82_87 FLOAT4 NOT NULL, col82_88 REGCLASS NOT NULL, col82_89 TIMETZ[] NOT NULL, col82_90 REGTYPE NOT NULL, PRIMARY KEY (col82_90 ASC, col82_88 ASC, col82_84, col82_83 ASC, col82_85 DESC, col82_87), INDEX (col82_88, col82_84, col82_85, col82_90), INDEX (col82_90, col82_85 DESC), FAMILY (col82_85), FAMILY (col82_83), FAMILY (col82_87), FAMILY (col82_90, col82_88, col82_84, col82_86, col82_89))"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2626246&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@171cc86d6d84c110197485b5d886d77cddc12399:
| "CREATE SEQUENCE IF NOT EXISTS schema37.seq38"
| ],
| "expectedExecErrors": "3F000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: cannot create \"schema37.seq38\" because the target database or schema does not exist (SQLSTATE 3F000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:17:27.764218",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema14.table15 DROP COLUMN \"col15_28\"",
| "CREATE UNIQUE INDEX index15_39 ON schema14.table15 (col15_27 DESC, col15_17 DESC, col15_29, col15_26 ASC, col15_22 DESC, col15_21 ASC, col15_19 ASC, col15_30, col15_32 ASC, col15_23 DESC, col15_31 DESC, col15_33) STORING (col15_16, col15_24, col15_18, col15_20)"
| ],
| "expectedExecErrors": "0A000,42701",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: unimplemented: column col15_27 is of type name[] and thus is not indexable (SQLSTATE 0A000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:17:27.860744",
| "ops": [
| "BEGIN",
| "CREATE SCHEMA schema40 AUTHORIZATION root",
| "SELECT 'validating all objects'",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:17:27.891994",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema14.table15 ALTER COLUMN \"col15_21\" SET NOT NULL",
| "INSERT INTO schema14.table15 (col15_16,col15_17,col15_18,col15_19,col15_20,col15_21,col15_22,col15_23,col15_24,col15_25,col15_26,col15_27,col15_28,col15_29,col15_30,col15_31,col15_32,col15_33) VALUES ('-2000-01-01 00:00:00':::TIMESTAMP,false,NULL,2956125832:::OID,645904172:::OID,1.2322055395898257:::FLOAT8,8121362808211687559:::INT8,'{':::STRING,'1983-02-16 04:48:03.000088':::TIMESTAMP,(-8093):::INT8,1.5297937525234269:::FLOAT8,ARRAY[e'=F;}\\x01\\x07{p':::STRING:::NAME,'k':::STRING:::NAME,e'9Tk\\x06Qds':::STRING:::NAME,'(n':::STRING:::NAME],NULL,'1991-11-06':::DATE,3838249789:::OID,'m_UjrD!':::STRING,'2014-06-17 13:39:24.000592+00:00':::TIMESTAMPTZ,'X':::STRING),('2025-04-23 15:20:30.00027':::TIMESTAMP,true,B'0010110011100000010101001100',2382718889:::OID,1243712150:::OID,0.5053227144572838:::FLOAT8,9223372036854775807:::INT8,e'\\'/':::STRING,'2015-01-31 09:26:10.000689':::TIMESTAMP,(-6253):::INT8,2.123354021953337:::FLOAT8,ARRAY['^':::STRING:::NAME,'OSmIx':::STRING:::NAME,'?y':::STRING:::NAME],0.0003850497574641176:::FLOAT8,'1992-04-19':::DATE,0:::OID,'CmB':::STRING,'2008-02-07 17:36:38.000167+00:00':::TIMESTAMPTZ,e'\\x7fgZFj':::STRING:::NAME),('1979-11-24 03:58:17.000277':::TIMESTAMP,false,B'0111111111111111111111111111',684017837:::OID,3395412850:::OID,0.14324980566276668:::FLOAT8,(-8602618253425838455):::INT8,'':::STRING,'2025-05-24 11:13:18.000845':::TIMESTAMP,NULL,(-1.1660202406148665):::FLOAT8,ARRAY[e'D\\x16U\\x05\u003e':::STRING:::NAME],0.27121259243770124:::FLOAT8,'-infinity':::DATE,1966448472:::OID,'9{':::STRING,'1982-07-26 07:47:55.000632+00:00':::TIMESTAMPTZ,e'}=V\\r+\\x1f':::STRING:::NAME)",
| "ALTER TABLE schema14.table15 ADD CONSTRAINT table15_col15_23_unique UNIQUE (col15_23)"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2629398&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@171cc86d6d84c110197485b5d886d77cddc12399:
| "ops": [
| "BEGIN",
| "CREATE INDEX IF NOT EXISTS index21_42 ON public.table21 (col21_29 ASC, col21_26 ASC, col21_28 DESC, col21_27 DESC, col21_34)"
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: unimplemented: the following columns are not indexable due to their type: col21_28 (type bool[]), col21_34 (type inet[]) (SQLSTATE 0A000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:24:45.304127",
| "ops": [
| "BEGIN",
| "INSERT INTO public.table21 (col21_22,col21_23,col21_32,col21_25,col21_26,col21_27,col21_28,col21_29,col21_30,col21_34) VALUES (ARRAY['56.148.166.189/14':::INET,'65.102.11.96/27':::INET,'1865:80ec:fbcb:a21e:8379:7d80:8b4f:2016/6':::INET],'2007-05-16 14:46:31.000801+00:00':::TIMESTAMPTZ,'\\x6f18bf':::BYTES,'1986-04-22':::DATE,B'10101101010',e'P\\x1e\\x04\"':::STRING:::NAME,ARRAY[true,true,false,false,false,false],854002326:::INT8,'11:47:07.132266+14:51:00':::TIMETZ,ARRAY['58.219.224.103/11':::INET,'1f50:316f:e7de:b3d8:bd09:8032:89cc:d276/62':::INET])",
| "CREATE TABLE public.table21 AS SELECT public.table21.col21_34, public.table21.col21_27, public.table21.col21_30, public.table21.col21_28, public.table21.col21_25, public.table21.col21_23, public.table21.col21_28, public.table21.col21_25, public.table21.col21_27, public.table21.col21_22, public.table21.col21_29, public.table21.col21_30, public.table21.col21_26 FROM public.table21, public.table21"
| ],
| "expectedExecErrors": "0A000,42701,42712,42P07",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: source name \"table21\" specified more than once (missing AS clause) (SQLSTATE 42712)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:24:45.497142",
| "ops": [
| "BEGIN",
| "ALTER TABLE public.table21 ADD COLUMN col21_44 INT2",
| "CREATE TYPE schema33.enum45 AS ENUM ('afaaaa', 'saf', 'fda', 'saaaas')",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "11:24:45.692101",
| "ops": [
| "BEGIN",
| "DROP TABLE public.table21 RESTRICT"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2629400&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@e4ac407b14ed315662050f09670707cdf8ad9bfe:
| "ALTER TABLE schema19.table52 RENAME TO schema19.table53"
| ],
| "expectedExecErrors": "42P01",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: relation \"schema19.table52\" does not exist (SQLSTATE 42P01)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:13:52.55022",
| "ops": [
| "BEGIN",
| "DROP SCHEMA \"schema19\" CASCADE",
| "CREATE INDEX index30_54 ON public.table30 (col30_31 DESC) STORING (col30_33)"
| ],
| "expectedExecErrors": "42701",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: index \"index30_54\" already contains column \"col30_33\" (SQLSTATE 42701)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:13:52.624247",
| "ops": [
| "BEGIN",
| "CREATE SCHEMA IF NOT EXISTS schema55 AUTHORIZATION root",
| "ALTER TABLE schema19.table41 DROP CONSTRAINT \"table41_col41_49_col41_44_col41_46_col41_48_key\""
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "ROLLBACK; Successfully got expected execution error: ERROR: unimplemented: cannot drop UNIQUE constraint \"table41_col41_49_col41_44_col41_46_col41_48_key\" using ALTER TABLE DROP CONSTRAINT, use DROP INDEX CASCADE instead (SQLSTATE 0A000)",
| "txStatus": "TxStatusRollbackSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:13:52.653746",
| "ops": [
| "BEGIN",
| "CREATE VIEW schema19.view56 AS SELECT public.table30.col30_33, public.table30.col30_31, public.table30.col30_32 FROM public.table30",
| "ALTER TABLE public.table30 ALTER COLUMN \"col30_33\" SET NOT NULL",
| "INSERT INTO public.table30 (col30_31,col30_32,col30_33,col30_34) VALUES ('BOX(0.2949555029983222 1.1357520189298917,0.5132104885105124 2.0076853511128046)':::BOX2D,'1988-06-10 01:33:00.000298':::TIMESTAMP,'20:36:14.126223':::TIME,589855041:::OID),('BOX(-0.5247667245419744 -2.3323224383729313,2.7329112187636704 -0.22281475504929968)':::BOX2D,'-4713-11-24 00:00:00':::TIMESTAMP,'00:33:31.261702':::TIME,242231181:::OID)",
| "ALTER TABLE schema19.table41 RENAME COLUMN \"col41_45\" TO \"col41_57\""
| ],
| "expectedExecErrors": "0A000",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2631438&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@e4ac407b14ed315662050f09670707cdf8ad9bfe:
| }
| 9.0s 0 15.0 19.3 2.8 6.0 6.3 6.3 opOk
| 9.0s 0 0.0 0.1 0.0 0.0 0.0 0.0 txnCmtErr
| 9.0s 0 5.0 5.7 176.2 209.7 209.7 209.7 txnOk
| 9.0s 0 6.0 6.6 0.6 0.7 0.7 0.7 txnRbk
| {
| "workerId": 0,
| "clientTimestamp": "07:53:10.762591",
| "ops": [
| "BEGIN",
| "ALTER TABLE schema257.table267 RENAME COLUMN \"col261_263\" TO \"col267_269\"",
| "ALTER TABLE schema257.table267 DROP CONSTRAINT \"col261_263_auto_not_null\"",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:53:10.983039",
| "ops": [
| "BEGIN",
| "CREATE SCHEMA IF NOT EXISTS schema270 AUTHORIZATION root",
| "CREATE UNIQUE INDEX IF NOT EXISTS index261_271 ON public.table261 (col261_262 ASC)",
| "ALTER TABLE schema257.table267 ALTER COLUMN col267_269 SET DEFAULT false",
| "CREATE TABLE IF NOT EXISTS schema209.table272 (col272_273 TIMESTAMPTZ NOT NULL, col272_274 CHAR NOT NULL, col272_275 CHAR NOT NULL, col272_276 VARCHAR, PRIMARY KEY (col272_275, col272_273), INDEX (col272_276, col272_275, col272_273, col272_274 ASC), UNIQUE (col272_274 ASC, col272_276), INDEX (col272_274 ASC, col272_273 ASC))",
| "COMMIT"
| ],
| "expectedExecErrors": "",
| "expectedCommitErrors": "",
| "message": "",
| "txStatus": "TxStatusCommitSuccess"
| }
| {
| "workerId": 0,
| "clientTimestamp": "07:53:11.183495",
| "ops": [
| "BEGIN",
| "CREATE SEQUENCE IF NOT EXISTS schema257.seq277",
| "ALTER TABLE public.table261 RENAME TO public.table278"
| ],
| "expectedExecErrors": "2BP01",
| "expectedCommitErrors": "",
| "message": "***FAIL; Failed to receive an execution error when errors were expected",
| "txStatus": "TxStatusRollbackSuccess"
| }
Wraps: (4) exit status 20
Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *main.withCommandDetails (4) *exec.ExitError
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2631440&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
(jayshrivastava) this timeout is a duplicate of https://github.com/cockroachdb/cockroach/issues/56425
(roachtest).scbench/randomload/nodes=3/ops=2000/conc=1 failed on master@70fb9a54d6c4d7b3c1d8ad93bb399eefef8f5d04:
More
Artifacts: [/scbench/randomload/nodes=3/ops=2000/conc=1](https://teamcity.cockroachdb.com/viewLog.html?buildId=2400468&tab=artifacts#/scbench/randomload/nodes=3/ops=2000/conc=1) [See this test on roachdash](https://roachdash.crdb.dev/?filter=status%3Aopen+t%3A.%2Ascbench%2Frandomload%2Fnodes%3D3%2Fops%3D2000%2Fconc%3D1.%2A&sort=title&restgroup=false&display=lastcommented+project) powered by [pkg/cmd/internal/issues](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues)
Jira issue: CRDB-3582