Change error message style in isolation tests to align with PG

talhatest/bump_versions
Sait Talha Nisanci 2021-08-20 15:45:56 +03:00
parent 784beb2149
commit a15300e8d6
61 changed files with 2161 additions and 2162 deletions

View File

@ -234,7 +234,7 @@ step s1-commit:
COMMIT; COMMIT;
step s2-remove-node-1: <... completed> step s2-remove-node-1: <... completed>
error in steps s1-commit s2-remove-node-1: ERROR: node at "localhost:xxxxx" does not exist ERROR: node at "localhost:xxxxx" does not exist
step s1-show-nodes: step s1-show-nodes:
SELECT nodename, nodeport, isactive FROM pg_dist_node ORDER BY nodename, nodeport; SELECT nodename, nodeport, isactive FROM pg_dist_node ORDER BY nodename, nodeport;

View File

@ -497,7 +497,7 @@ step s1-drop: DROP TABLE append_copy;
step s2-copy: COPY append_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY append_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: relation "append_copy" does not exist ERROR: relation "append_copy" does not exist
step s1-select-count: SELECT COUNT(*) FROM append_copy; step s1-select-count: SELECT COUNT(*) FROM append_copy;
ERROR: relation "append_copy" does not exist ERROR: relation "append_copy" does not exist
@ -552,7 +552,7 @@ step s1-ddl-add-column: ALTER TABLE append_copy ADD new_column int DEFAULT 0;
step s2-copy: COPY append_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY append_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: missing data for column "new_column" ERROR: missing data for column "new_column"
step s1-select-count: SELECT COUNT(*) FROM append_copy; step s1-select-count: SELECT COUNT(*) FROM append_copy;
count count

View File

@ -87,4 +87,4 @@ step s2-commit:
COMMIT; COMMIT;
step s1-drop-table: <... completed> step s1-drop-table: <... completed>
error in steps s2-commit s1-drop-table: ERROR: tuple concurrently deleted ERROR: tuple concurrently deleted

View File

@ -26,7 +26,7 @@ step s2-commit:
COMMIT; COMMIT;
step s1-repair-placement: <... completed> step s1-repair-placement: <... completed>
error in steps s2-commit s1-repair-placement: ERROR: target placement must be in inactive state ERROR: target placement must be in inactive state
starting permutation: s2-set-placement-inactive s2-begin s2-repair-placement s1-repair-placement s2-commit starting permutation: s2-set-placement-inactive s2-begin s2-repair-placement s1-repair-placement s2-commit
step s2-set-placement-inactive: step s2-set-placement-inactive:
@ -48,4 +48,4 @@ step s2-commit:
COMMIT; COMMIT;
step s1-repair-placement: <... completed> step s1-repair-placement: <... completed>
error in steps s2-commit s1-repair-placement: ERROR: target placement must be in inactive state ERROR: target placement must be in inactive state

View File

@ -10,7 +10,7 @@ citus_add_local_table_to_metadata
step s2-create-citus-local-table-1: SELECT citus_add_local_table_to_metadata('citus_local_table_1'); <waiting ...> step s2-create-citus-local-table-1: SELECT citus_add_local_table_to_metadata('citus_local_table_1'); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-create-citus-local-table-1: <... completed> step s2-create-citus-local-table-1: <... completed>
error in steps s1-commit s2-create-citus-local-table-1: ERROR: relation "citus_local_table_1_xxxxxxx" is a shard relation ERROR: relation "citus_local_table_1_xxxxxxx" is a shard relation
step s2-commit: COMMIT; step s2-commit: COMMIT;
master_remove_node master_remove_node
@ -26,7 +26,7 @@ citus_add_local_table_to_metadata
step s2-create-citus-local-table-3: SELECT citus_add_local_table_to_metadata('another_schema.citus_local_table_3'); <waiting ...> step s2-create-citus-local-table-3: SELECT citus_add_local_table_to_metadata('another_schema.citus_local_table_3'); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-create-citus-local-table-3: <... completed> step s2-create-citus-local-table-3: <... completed>
error in steps s1-commit s2-create-citus-local-table-3: ERROR: relation "citus_local_table_3_xxxxxxx" is a shard relation ERROR: relation "citus_local_table_3_xxxxxxx" is a shard relation
step s2-commit: COMMIT; step s2-commit: COMMIT;
master_remove_node master_remove_node
@ -126,7 +126,7 @@ citus_add_local_table_to_metadata
step s2-remove-coordinator: SELECT master_remove_node('localhost', 57636); <waiting ...> step s2-remove-coordinator: SELECT master_remove_node('localhost', 57636); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-remove-coordinator: <... completed> step s2-remove-coordinator: <... completed>
error in steps s1-commit s2-remove-coordinator: ERROR: cannot remove the primary node of a node group which has shard placements ERROR: cannot remove the primary node of a node group which has shard placements
step s2-commit: COMMIT; step s2-commit: COMMIT;
master_remove_node master_remove_node
@ -139,7 +139,7 @@ step s1-drop-table: DROP TABLE citus_local_table_1;
step s2-create-citus-local-table-1: SELECT citus_add_local_table_to_metadata('citus_local_table_1'); <waiting ...> step s2-create-citus-local-table-1: SELECT citus_add_local_table_to_metadata('citus_local_table_1'); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-create-citus-local-table-1: <... completed> step s2-create-citus-local-table-1: <... completed>
error in steps s1-commit s2-create-citus-local-table-1: ERROR: cannot add local table to metadata, relation does not exist ERROR: cannot add local table to metadata, relation does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
master_remove_node master_remove_node
@ -187,7 +187,7 @@ master_remove_node
step s2-create-citus-local-table-1: SELECT citus_add_local_table_to_metadata('citus_local_table_1'); <waiting ...> step s2-create-citus-local-table-1: SELECT citus_add_local_table_to_metadata('citus_local_table_1'); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-create-citus-local-table-1: <... completed> step s2-create-citus-local-table-1: <... completed>
error in steps s1-commit s2-create-citus-local-table-1: ERROR: could not find the coordinator node in metadata as it is not added as a worker ERROR: could not find the coordinator node in metadata as it is not added as a worker
step s2-commit: COMMIT; step s2-commit: COMMIT;
master_remove_node master_remove_node

View File

@ -20,7 +20,7 @@ step s1-commit:
COMMIT; COMMIT;
step s2-create_distributed_table: <... completed> step s2-create_distributed_table: <... completed>
error in steps s1-commit s2-create_distributed_table: ERROR: table "table_to_distribute" is already distributed ERROR: table "table_to_distribute" is already distributed
step s2-commit: step s2-commit:
COMMIT; COMMIT;
@ -96,7 +96,7 @@ step s1-commit:
COMMIT; COMMIT;
step s2-create_distributed_table: <... completed> step s2-create_distributed_table: <... completed>
error in steps s1-commit s2-create_distributed_table: ERROR: table "table_to_distribute" is already distributed ERROR: table "table_to_distribute" is already distributed
step s2-commit: step s2-commit:
COMMIT; COMMIT;

View File

@ -299,7 +299,7 @@ step s2-commit:
COMMIT; COMMIT;
step s1-remove-node-2: <... completed> step s1-remove-node-2: <... completed>
error in steps s2-commit s1-remove-node-2: ERROR: cannot remove the primary node of a node group which has shard placements ERROR: cannot remove the primary node of a node group which has shard placements
step s1-show-placements: step s1-show-placements:
SELECT SELECT
nodename, nodeport nodename, nodeport
@ -355,7 +355,7 @@ step s1-commit:
COMMIT; COMMIT;
step s2-create-table-2: <... completed> step s2-create-table-2: <... completed>
error in steps s1-commit s2-create-table-2: ERROR: replication_factor (2) exceeds number of worker nodes (1) ERROR: replication_factor (2) exceeds number of worker nodes (1)
step s2-select: step s2-select:
SELECT * FROM dist_table; SELECT * FROM dist_table;
@ -393,7 +393,7 @@ step s2-commit:
COMMIT; COMMIT;
step s1-remove-node-2: <... completed> step s1-remove-node-2: <... completed>
error in steps s2-commit s1-remove-node-2: ERROR: cannot remove the primary node of a node group which has shard placements ERROR: cannot remove the primary node of a node group which has shard placements
step s2-select: step s2-select:
SELECT * FROM dist_table; SELECT * FROM dist_table;
@ -480,7 +480,7 @@ step s2-commit:
COMMIT; COMMIT;
step s1-remove-node-2: <... completed> step s1-remove-node-2: <... completed>
error in steps s2-commit s1-remove-node-2: ERROR: cannot remove the primary node of a node group which has shard placements ERROR: cannot remove the primary node of a node group which has shard placements
step s2-select: step s2-select:
SELECT * FROM dist_table; SELECT * FROM dist_table;

View File

@ -11,7 +11,7 @@ step s1-ddl-create-index: CREATE INDEX ddl_hash_index ON ddl_hash(id);
step s2-ddl-create-index: CREATE INDEX ddl_hash_index ON ddl_hash(id); <waiting ...> step s2-ddl-create-index: CREATE INDEX ddl_hash_index ON ddl_hash(id); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-ddl-create-index: <... completed> step s2-ddl-create-index: <... completed>
error in steps s1-commit s2-ddl-create-index: ERROR: duplicate key value violates unique constraint "pg_class_relname_nsp_index" ERROR: duplicate key value violates unique constraint "pg_class_relname_nsp_index"
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-show-indexes: SELECT run_command_on_workers('SELECT COUNT(*) FROM pg_indexes WHERE tablename LIKE ''ddl_hash%'''); step s1-show-indexes: SELECT run_command_on_workers('SELECT COUNT(*) FROM pg_indexes WHERE tablename LIKE ''ddl_hash%''');
run_command_on_workers run_command_on_workers
@ -32,7 +32,7 @@ step s1-ddl-create-index: CREATE INDEX ddl_hash_index ON ddl_hash(id);
step s2-ddl-create-index-concurrently: CREATE INDEX CONCURRENTLY ddl_hash_index ON ddl_hash(id); <waiting ...> step s2-ddl-create-index-concurrently: CREATE INDEX CONCURRENTLY ddl_hash_index ON ddl_hash(id); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-ddl-create-index-concurrently: <... completed> step s2-ddl-create-index-concurrently: <... completed>
error in steps s1-commit s2-ddl-create-index-concurrently: ERROR: relation "ddl_hash_index" already exists ERROR: relation "ddl_hash_index" already exists
step s1-show-indexes: SELECT run_command_on_workers('SELECT COUNT(*) FROM pg_indexes WHERE tablename LIKE ''ddl_hash%'''); step s1-show-indexes: SELECT run_command_on_workers('SELECT COUNT(*) FROM pg_indexes WHERE tablename LIKE ''ddl_hash%''');
run_command_on_workers run_command_on_workers
@ -268,7 +268,7 @@ step s1-ddl-rename-column: ALTER TABLE ddl_hash RENAME data TO new_column;
step s2-ddl-rename-column: ALTER TABLE ddl_hash RENAME data TO new_column; <waiting ...> step s2-ddl-rename-column: ALTER TABLE ddl_hash RENAME data TO new_column; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-ddl-rename-column: <... completed> step s2-ddl-rename-column: <... completed>
error in steps s1-commit s2-ddl-rename-column: ERROR: column "data" does not exist ERROR: column "data" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-show-columns: SELECT run_command_on_workers('SELECT column_name FROM information_schema.columns WHERE table_name LIKE ''ddl_hash%'' AND column_name = ''new_column'' ORDER BY 1 LIMIT 1'); step s1-show-columns: SELECT run_command_on_workers('SELECT column_name FROM information_schema.columns WHERE table_name LIKE ''ddl_hash%'' AND column_name = ''new_column'' ORDER BY 1 LIMIT 1');
run_command_on_workers run_command_on_workers

View File

@ -286,7 +286,7 @@ step s1-drop: DROP TABLE delete_hash;
step s2-delete: DELETE FROM delete_hash WHERE id = 4; <waiting ...> step s2-delete: DELETE FROM delete_hash WHERE id = 4; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-delete: <... completed> step s2-delete: <... completed>
error in steps s1-commit s2-delete: ERROR: relation "delete_hash" does not exist ERROR: relation "delete_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM delete_hash; step s1-select-count: SELECT COUNT(*) FROM delete_hash;
ERROR: relation "delete_hash" does not exist ERROR: relation "delete_hash" does not exist

View File

@ -32,8 +32,8 @@ check_distributed_deadlocks
t t
step s2-update-1: <... completed> step s2-update-1: <... completed>
ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-update-2: <... completed> step s1-update-2: <... completed>
error in steps deadlock-checker-call s2-update-1 s1-update-2: ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-commit: step s1-commit:
COMMIT; COMMIT;
@ -73,8 +73,8 @@ check_distributed_deadlocks
t t
step s2-update-1-rep-2: <... completed> step s2-update-1-rep-2: <... completed>
ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-update-2-rep-2: <... completed> step s1-update-2-rep-2: <... completed>
error in steps deadlock-checker-call s2-update-1-rep-2 s1-update-2-rep-2: ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-commit: step s1-commit:
COMMIT; COMMIT;
@ -120,8 +120,8 @@ check_distributed_deadlocks
t t
step s2-update-1: <... completed> step s2-update-1: <... completed>
ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-update-2: <... completed> step s1-update-2: <... completed>
error in steps deadlock-checker-call s2-update-1 s1-update-2: ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-commit: step s1-commit:
COMMIT; COMMIT;
@ -162,7 +162,7 @@ check_distributed_deadlocks
t t
step s1-update-2: <... completed> step s1-update-2: <... completed>
step s2-upsert-select-all: <... completed> step s2-upsert-select-all: <... completed>
error in steps deadlock-checker-call s1-update-2 s2-upsert-select-all: ERROR: canceling the transaction since it was involved in a distributed deadlock ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-commit: step s1-commit:
COMMIT; COMMIT;
@ -203,7 +203,7 @@ check_distributed_deadlocks
t t
step s1-update-2: <... completed> step s1-update-2: <... completed>
step s2-ddl: <... completed> step s2-ddl: <... completed>
error in steps deadlock-checker-call s1-update-2 s2-ddl: ERROR: canceling the transaction since it was involved in a distributed deadlock ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-commit: step s1-commit:
COMMIT; COMMIT;
@ -237,8 +237,8 @@ check_distributed_deadlocks
t t
step s2-insert-dist-10: <... completed> step s2-insert-dist-10: <... completed>
ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-insert-local-10: <... completed> step s1-insert-local-10: <... completed>
error in steps deadlock-checker-call s2-insert-dist-10 s1-insert-local-10: ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-commit: step s1-commit:
COMMIT; COMMIT;
@ -272,8 +272,8 @@ check_distributed_deadlocks
t t
step s1-insert-ref-10: <... completed> step s1-insert-ref-10: <... completed>
ERROR: canceling the transaction since it was involved in a distributed deadlock
step s2-insert-ref-11: <... completed> step s2-insert-ref-11: <... completed>
error in steps deadlock-checker-call s1-insert-ref-10 s2-insert-ref-11: ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-commit: step s1-commit:
COMMIT; COMMIT;
@ -314,7 +314,7 @@ check_distributed_deadlocks
t t
step s2-update-1: <... completed> step s2-update-1: <... completed>
step s1-insert-ref-10: <... completed> step s1-insert-ref-10: <... completed>
error in steps deadlock-checker-call s2-update-1 s1-insert-ref-10: ERROR: canceling the transaction since it was involved in a distributed deadlock ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-commit: step s1-commit:
COMMIT; COMMIT;
@ -364,7 +364,7 @@ check_distributed_deadlocks
t t
step s2-update-3: <... completed> step s2-update-3: <... completed>
step s3-update-1: <... completed> step s3-update-1: <... completed>
error in steps deadlock-checker-call s2-update-3 s3-update-1: ERROR: canceling the transaction since it was involved in a distributed deadlock ERROR: canceling the transaction since it was involved in a distributed deadlock
step s3-commit: step s3-commit:
COMMIT; COMMIT;
@ -417,8 +417,8 @@ check_distributed_deadlocks
t t
step s3-update-2: <... completed> step s3-update-2: <... completed>
ERROR: canceling the transaction since it was involved in a distributed deadlock
step s2-update-3: <... completed> step s2-update-3: <... completed>
error in steps deadlock-checker-call s3-update-2 s2-update-3: ERROR: canceling the transaction since it was involved in a distributed deadlock
step s3-commit: step s3-commit:
COMMIT; COMMIT;
@ -474,8 +474,8 @@ check_distributed_deadlocks
t t
step s3-update-2: <... completed> step s3-update-2: <... completed>
ERROR: canceling the transaction since it was involved in a distributed deadlock
step s2-update-3: <... completed> step s2-update-3: <... completed>
error in steps deadlock-checker-call s3-update-2 s2-update-3: ERROR: canceling the transaction since it was involved in a distributed deadlock
step s3-commit: step s3-commit:
COMMIT; COMMIT;
@ -534,7 +534,7 @@ check_distributed_deadlocks
t t
step s2-update-3: <... completed> step s2-update-3: <... completed>
step s3-update-2: <... completed> step s3-update-2: <... completed>
error in steps deadlock-checker-call s2-update-3 s3-update-2: ERROR: canceling the transaction since it was involved in a distributed deadlock ERROR: canceling the transaction since it was involved in a distributed deadlock
step s3-commit: step s3-commit:
COMMIT; COMMIT;
@ -590,8 +590,8 @@ check_distributed_deadlocks
t t
step s4-update-1: <... completed> step s4-update-1: <... completed>
ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-update-4: <... completed> step s1-update-4: <... completed>
error in steps deadlock-checker-call s4-update-1 s1-update-4: ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-commit: step s1-commit:
COMMIT; COMMIT;
@ -608,8 +608,8 @@ check_distributed_deadlocks
t t
step s3-update-2: <... completed> step s3-update-2: <... completed>
ERROR: canceling the transaction since it was involved in a distributed deadlock
step s2-update-3: <... completed> step s2-update-3: <... completed>
error in steps deadlock-checker-call s3-update-2 s2-update-3: ERROR: canceling the transaction since it was involved in a distributed deadlock
step s2-commit: step s2-commit:
COMMIT; COMMIT;
@ -680,7 +680,7 @@ check_distributed_deadlocks
t t
step s1-update-5: <... completed> step s1-update-5: <... completed>
step s5-update-1: <... completed> step s5-update-1: <... completed>
error in steps deadlock-checker-call s1-update-5 s5-update-1: ERROR: canceling the transaction since it was involved in a distributed deadlock ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-commit: step s1-commit:
COMMIT; COMMIT;
@ -765,7 +765,7 @@ check_distributed_deadlocks
t t
step s2-update-2: <... completed> step s2-update-2: <... completed>
step s3-update-3: <... completed> step s3-update-3: <... completed>
error in steps deadlock-checker-call s2-update-2 s3-update-3: ERROR: canceling the transaction since it was involved in a distributed deadlock ERROR: canceling the transaction since it was involved in a distributed deadlock
step s6-commit: step s6-commit:
COMMIT; COMMIT;
@ -851,7 +851,7 @@ check_distributed_deadlocks
t t
step s5-update-6: <... completed> step s5-update-6: <... completed>
step s6-update-5: <... completed> step s6-update-5: <... completed>
error in steps deadlock-checker-call s5-update-6 s6-update-5: ERROR: canceling the transaction since it was involved in a distributed deadlock ERROR: canceling the transaction since it was involved in a distributed deadlock
step s5-commit: step s5-commit:
COMMIT; COMMIT;
@ -928,7 +928,7 @@ check_distributed_deadlocks
t t
step s2-update-3: <... completed> step s2-update-3: <... completed>
error in steps deadlock-checker-call s2-update-3: ERROR: canceling the transaction since it was involved in a distributed deadlock ERROR: canceling the transaction since it was involved in a distributed deadlock
step deadlock-checker-call: step deadlock-checker-call:
SELECT check_distributed_deadlocks(); SELECT check_distributed_deadlocks();

View File

@ -11,7 +11,7 @@ step s1-drop: DROP TABLE drop_hash;
step s2-drop: DROP TABLE drop_hash; <waiting ...> step s2-drop: DROP TABLE drop_hash; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-drop: <... completed> step s2-drop: <... completed>
error in steps s1-commit s2-drop: ERROR: table "drop_hash" does not exist ERROR: table "drop_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM drop_hash; step s1-select-count: SELECT COUNT(*) FROM drop_hash;
ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
@ -30,7 +30,7 @@ step s1-drop: DROP TABLE drop_hash;
step s2-ddl-create-index: CREATE INDEX drop_hash_index ON drop_hash(id); <waiting ...> step s2-ddl-create-index: CREATE INDEX drop_hash_index ON drop_hash(id); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-ddl-create-index: <... completed> step s2-ddl-create-index: <... completed>
error in steps s1-commit s2-ddl-create-index: ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM drop_hash; step s1-select-count: SELECT COUNT(*) FROM drop_hash;
ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
@ -55,7 +55,7 @@ step s1-drop: DROP TABLE drop_hash;
step s2-ddl-drop-index: DROP INDEX drop_hash_index; <waiting ...> step s2-ddl-drop-index: DROP INDEX drop_hash_index; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-ddl-drop-index: <... completed> step s2-ddl-drop-index: <... completed>
error in steps s1-commit s2-ddl-drop-index: ERROR: index "drop_hash_index" does not exist ERROR: index "drop_hash_index" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM drop_hash; step s1-select-count: SELECT COUNT(*) FROM drop_hash;
ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
@ -78,7 +78,7 @@ step s1-drop: DROP TABLE drop_hash;
step s2-ddl-create-index-concurrently: CREATE INDEX CONCURRENTLY drop_hash_index ON drop_hash(id); <waiting ...> step s2-ddl-create-index-concurrently: CREATE INDEX CONCURRENTLY drop_hash_index ON drop_hash(id); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-ddl-create-index-concurrently: <... completed> step s2-ddl-create-index-concurrently: <... completed>
error in steps s1-commit s2-ddl-create-index-concurrently: ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
step s1-select-count: SELECT COUNT(*) FROM drop_hash; step s1-select-count: SELECT COUNT(*) FROM drop_hash;
ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
step s1-show-indexes: SELECT run_command_on_workers('SELECT COUNT(*) FROM pg_indexes WHERE tablename LIKE ''drop_hash%'''); step s1-show-indexes: SELECT run_command_on_workers('SELECT COUNT(*) FROM pg_indexes WHERE tablename LIKE ''drop_hash%''');
@ -101,7 +101,7 @@ step s1-drop: DROP TABLE drop_hash;
step s2-ddl-add-column: ALTER TABLE drop_hash ADD new_column int DEFAULT 0; <waiting ...> step s2-ddl-add-column: ALTER TABLE drop_hash ADD new_column int DEFAULT 0; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-ddl-add-column: <... completed> step s2-ddl-add-column: <... completed>
error in steps s1-commit s2-ddl-add-column: ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM drop_hash; step s1-select-count: SELECT COUNT(*) FROM drop_hash;
ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
@ -126,7 +126,7 @@ step s1-drop: DROP TABLE drop_hash;
step s2-ddl-drop-column: ALTER TABLE drop_hash DROP new_column; <waiting ...> step s2-ddl-drop-column: ALTER TABLE drop_hash DROP new_column; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-ddl-drop-column: <... completed> step s2-ddl-drop-column: <... completed>
error in steps s1-commit s2-ddl-drop-column: ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM drop_hash; step s1-select-count: SELECT COUNT(*) FROM drop_hash;
ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
@ -150,7 +150,7 @@ step s1-drop: DROP TABLE drop_hash;
step s2-ddl-rename-column: ALTER TABLE drop_hash RENAME data TO new_column; <waiting ...> step s2-ddl-rename-column: ALTER TABLE drop_hash RENAME data TO new_column; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-ddl-rename-column: <... completed> step s2-ddl-rename-column: <... completed>
error in steps s1-commit s2-ddl-rename-column: ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM drop_hash; step s1-select-count: SELECT COUNT(*) FROM drop_hash;
ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
@ -174,7 +174,7 @@ step s1-drop: DROP TABLE drop_hash;
step s2-table-size: SELECT citus_total_relation_size('drop_hash'); <waiting ...> step s2-table-size: SELECT citus_total_relation_size('drop_hash'); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-table-size: <... completed> step s2-table-size: <... completed>
error in steps s1-commit s2-table-size: ERROR: could not compute table size: relation does not exist ERROR: could not compute table size: relation does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM drop_hash; step s1-select-count: SELECT COUNT(*) FROM drop_hash;
ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist
@ -195,7 +195,7 @@ step s1-drop: DROP TABLE drop_hash;
step s2-distribute-table: SELECT create_distributed_table('drop_hash', 'id'); <waiting ...> step s2-distribute-table: SELECT create_distributed_table('drop_hash', 'id'); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-distribute-table: <... completed> step s2-distribute-table: <... completed>
error in steps s1-commit s2-distribute-table: ERROR: could not create distributed table: relation does not exist ERROR: could not create distributed table: relation does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM drop_hash; step s1-select-count: SELECT COUNT(*) FROM drop_hash;
ERROR: relation "drop_hash" does not exist ERROR: relation "drop_hash" does not exist

View File

@ -590,7 +590,7 @@ step s1-drop: DROP TABLE hash_copy;
step s2-copy: COPY hash_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY hash_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: relation "hash_copy" does not exist ERROR: relation "hash_copy" does not exist
step s1-select-count: SELECT COUNT(*) FROM hash_copy; step s1-select-count: SELECT COUNT(*) FROM hash_copy;
ERROR: relation "hash_copy" does not exist ERROR: relation "hash_copy" does not exist
@ -645,7 +645,7 @@ step s1-ddl-add-column: ALTER TABLE hash_copy ADD new_column int DEFAULT 0;
step s2-copy: COPY hash_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY hash_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: missing data for column "new_column" ERROR: missing data for column "new_column"
step s1-select-count: SELECT COUNT(*) FROM hash_copy; step s1-select-count: SELECT COUNT(*) FROM hash_copy;
count count
@ -741,7 +741,7 @@ citus_drop_all_shards
step s2-copy: COPY hash_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY hash_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: could not find any shards into which to copy ERROR: could not find any shards into which to copy
step s1-select-count: SELECT COUNT(*) FROM hash_copy; step s1-select-count: SELECT COUNT(*) FROM hash_copy;
count count

View File

@ -731,7 +731,7 @@ step s1-drop-on-inserted: DROP TABLE insert_of_insert_select_hash;
step s2-insert-select: INSERT INTO insert_of_insert_select_hash SELECT * FROM select_of_insert_select_hash ORDER BY 1, 2 LIMIT 5; <waiting ...> step s2-insert-select: INSERT INTO insert_of_insert_select_hash SELECT * FROM select_of_insert_select_hash ORDER BY 1, 2 LIMIT 5; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-insert-select: <... completed> step s2-insert-select: <... completed>
error in steps s1-commit s2-insert-select: ERROR: relation "insert_of_insert_select_hash" does not exist ERROR: relation "insert_of_insert_select_hash" does not exist
step s1-select-count: SELECT COUNT(*) FROM select_of_insert_select_hash; step s1-select-count: SELECT COUNT(*) FROM select_of_insert_select_hash;
count count
@ -923,7 +923,7 @@ citus_drop_all_shards
step s2-insert-select: INSERT INTO insert_of_insert_select_hash SELECT * FROM select_of_insert_select_hash ORDER BY 1, 2 LIMIT 5; <waiting ...> step s2-insert-select: INSERT INTO insert_of_insert_select_hash SELECT * FROM select_of_insert_select_hash ORDER BY 1, 2 LIMIT 5; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-insert-select: <... completed> step s2-insert-select: <... completed>
error in steps s1-commit s2-insert-select: ERROR: could not find any shards into which to copy ERROR: could not find any shards into which to copy
step s1-select-count: SELECT COUNT(*) FROM select_of_insert_select_hash; step s1-select-count: SELECT COUNT(*) FROM select_of_insert_select_hash;
count count
@ -1027,7 +1027,7 @@ step s1-drop-on-selected: DROP TABLE select_of_insert_select_hash;
step s2-insert-select: INSERT INTO insert_of_insert_select_hash SELECT * FROM select_of_insert_select_hash ORDER BY 1, 2 LIMIT 5; <waiting ...> step s2-insert-select: INSERT INTO insert_of_insert_select_hash SELECT * FROM select_of_insert_select_hash ORDER BY 1, 2 LIMIT 5; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-insert-select: <... completed> step s2-insert-select: <... completed>
error in steps s1-commit s2-insert-select: ERROR: relation "select_of_insert_select_hash" does not exist ERROR: relation "select_of_insert_select_hash" does not exist
step s1-select-count: SELECT COUNT(*) FROM select_of_insert_select_hash; step s1-select-count: SELECT COUNT(*) FROM select_of_insert_select_hash;
ERROR: relation "select_of_insert_select_hash" does not exist ERROR: relation "select_of_insert_select_hash" does not exist
@ -1096,7 +1096,7 @@ step s1-ddl-add-column-on-selected: ALTER TABLE select_of_insert_select_hash ADD
step s2-insert-select: INSERT INTO insert_of_insert_select_hash SELECT * FROM select_of_insert_select_hash ORDER BY 1, 2 LIMIT 5; <waiting ...> step s2-insert-select: INSERT INTO insert_of_insert_select_hash SELECT * FROM select_of_insert_select_hash ORDER BY 1, 2 LIMIT 5; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-insert-select: <... completed> step s2-insert-select: <... completed>
error in steps s1-commit s2-insert-select: ERROR: INSERT has more expressions than target columns ERROR: INSERT has more expressions than target columns
step s1-select-count: SELECT COUNT(*) FROM select_of_insert_select_hash; step s1-select-count: SELECT COUNT(*) FROM select_of_insert_select_hash;
count count

View File

@ -366,7 +366,7 @@ step s1-drop: DROP TABLE insert_hash;
step s2-insert: INSERT INTO insert_hash VALUES(7, 'k'); <waiting ...> step s2-insert: INSERT INTO insert_hash VALUES(7, 'k'); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-insert: <... completed> step s2-insert: <... completed>
error in steps s1-commit s2-insert: ERROR: relation "insert_hash" does not exist ERROR: relation "insert_hash" does not exist
step s1-select-count: SELECT COUNT(*) FROM insert_hash; step s1-select-count: SELECT COUNT(*) FROM insert_hash;
ERROR: relation "insert_hash" does not exist ERROR: relation "insert_hash" does not exist
@ -833,7 +833,7 @@ step s1-drop: DROP TABLE insert_hash;
step s2-insert-multi-row: INSERT INTO insert_hash VALUES(7, 'k'), (8, 'l'), (9, 'm'); <waiting ...> step s2-insert-multi-row: INSERT INTO insert_hash VALUES(7, 'k'), (8, 'l'), (9, 'm'); <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-insert-multi-row: <... completed> step s2-insert-multi-row: <... completed>
error in steps s1-commit s2-insert-multi-row: ERROR: relation "insert_hash" does not exist ERROR: relation "insert_hash" does not exist
step s1-select-count: SELECT COUNT(*) FROM insert_hash; step s1-select-count: SELECT COUNT(*) FROM insert_hash;
ERROR: relation "insert_hash" does not exist ERROR: relation "insert_hash" does not exist

View File

@ -45,7 +45,6 @@ master_update_node
step s2-abort: ABORT; step s2-abort: ABORT;
step s1-abort: ABORT; step s1-abort: ABORT;
WARNING: this step had a leftover error message
FATAL: terminating connection due to administrator command FATAL: terminating connection due to administrator command
server closed the connection unexpectedly server closed the connection unexpectedly
This probably means the server terminated abnormally This probably means the server terminated abnormally

View File

@ -64,11 +64,11 @@ step s2-update-1-on-worker:
step s1-update-2: step s1-update-2:
UPDATE deadlock_detection_test SET some_val = 1 WHERE user_id = 2; UPDATE deadlock_detection_test SET some_val = 1 WHERE user_id = 2;
ERROR: canceling the transaction since it was involved in a distributed deadlock
step s2-update-1-on-worker: <... completed> step s2-update-1-on-worker: <... completed>
run_commands_on_session_level_connection_to_node run_commands_on_session_level_connection_to_node
error in steps s1-update-2 s2-update-1-on-worker: ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-commit: step s1-commit:
COMMIT; COMMIT;

View File

@ -433,7 +433,7 @@ step s1-drop: DROP TABLE partitioned_copy;
step s2-copy: COPY partitioned_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY partitioned_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: relation "partitioned_copy" does not exist ERROR: relation "partitioned_copy" does not exist
step s1-select-count: SELECT COUNT(*) FROM partitioned_copy; step s1-select-count: SELECT COUNT(*) FROM partitioned_copy;
ERROR: relation "partitioned_copy" does not exist ERROR: relation "partitioned_copy" does not exist
@ -447,7 +447,7 @@ step s1-ddl-add-column: ALTER TABLE partitioned_copy ADD new_column int DEFAULT
step s2-copy: COPY partitioned_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY partitioned_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: missing data for column "new_column" ERROR: missing data for column "new_column"
step s1-select-count: SELECT COUNT(*) FROM partitioned_copy; step s1-select-count: SELECT COUNT(*) FROM partitioned_copy;
count count
@ -543,7 +543,7 @@ citus_drop_all_shards
step s2-copy: COPY partitioned_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY partitioned_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: could not find any shards into which to copy ERROR: could not find any shards into which to copy
step s1-select-count: SELECT COUNT(*) FROM partitioned_copy; step s1-select-count: SELECT COUNT(*) FROM partitioned_copy;
count count

View File

@ -511,7 +511,7 @@ step s1-drop: DROP TABLE range_copy;
step s2-copy: COPY range_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY range_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: relation "range_copy" does not exist ERROR: relation "range_copy" does not exist
step s1-select-count: SELECT COUNT(*) FROM range_copy; step s1-select-count: SELECT COUNT(*) FROM range_copy;
ERROR: relation "range_copy" does not exist ERROR: relation "range_copy" does not exist
@ -566,7 +566,7 @@ step s1-ddl-add-column: ALTER TABLE range_copy ADD new_column int DEFAULT 0;
step s2-copy: COPY range_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY range_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: missing data for column "new_column" ERROR: missing data for column "new_column"
step s1-select-count: SELECT COUNT(*) FROM range_copy; step s1-select-count: SELECT COUNT(*) FROM range_copy;
count count
@ -699,7 +699,7 @@ create_distributed_table
step s2-copy: COPY range_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY range_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: could not find any shards into which to copy ERROR: could not find any shards into which to copy
step s1-select-count: SELECT COUNT(*) FROM range_copy; step s1-select-count: SELECT COUNT(*) FROM range_copy;
count count

View File

@ -411,7 +411,7 @@ step s2-commit:
COMMIT; COMMIT;
step s1-insert-table-2: <... completed> step s1-insert-table-2: <... completed>
error in steps s2-commit s1-insert-table-2: ERROR: insert or update on table "ref_table_2_xxxxxxx" violates foreign key constraint "ref_table_2_value_fkey_xxxxxxx" ERROR: insert or update on table "ref_table_2_xxxxxxx" violates foreign key constraint "ref_table_2_value_fkey_xxxxxxx"
step s1-commit: step s1-commit:
COMMIT; COMMIT;
@ -498,7 +498,7 @@ step s2-commit:
COMMIT; COMMIT;
step s1-insert-table-3: <... completed> step s1-insert-table-3: <... completed>
error in steps s2-commit s1-insert-table-3: ERROR: insert or update on table "ref_table_3_xxxxxxx" violates foreign key constraint "ref_table_3_value_fkey_xxxxxxx" ERROR: insert or update on table "ref_table_3_xxxxxxx" violates foreign key constraint "ref_table_3_value_fkey_xxxxxxx"
step s1-commit: step s1-commit:
COMMIT; COMMIT;

View File

@ -481,7 +481,7 @@ step s1-drop: DROP TABLE reference_copy;
step s2-copy: COPY reference_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY reference_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: relation "reference_copy" does not exist ERROR: relation "reference_copy" does not exist
step s1-select-count: SELECT COUNT(*) FROM reference_copy; step s1-select-count: SELECT COUNT(*) FROM reference_copy;
ERROR: relation "reference_copy" does not exist ERROR: relation "reference_copy" does not exist
@ -536,7 +536,7 @@ step s1-ddl-add-column: ALTER TABLE reference_copy ADD new_column int DEFAULT 0;
step s2-copy: COPY reference_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...> step s2-copy: COPY reference_copy FROM PROGRAM 'echo 5, f, 5 && echo 6, g, 6 && echo 7, h, 7 && echo 8, i, 8 && echo 9, j, 9' WITH CSV; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-copy: <... completed> step s2-copy: <... completed>
error in steps s1-commit s2-copy: ERROR: missing data for column "new_column" ERROR: missing data for column "new_column"
step s1-select-count: SELECT COUNT(*) FROM reference_copy; step s1-select-count: SELECT COUNT(*) FROM reference_copy;
count count

View File

@ -16,7 +16,7 @@ step s1-commit:
COMMIT; COMMIT;
step s2-insert: <... completed> step s2-insert: <... completed>
error in steps s1-commit s2-insert: ERROR: duplicate key value violates unique constraint "test_locking_a_key_1400001" ERROR: duplicate key value violates unique constraint "test_locking_a_key_1400001"
step s2-commit: step s2-commit:
COMMIT; COMMIT;

View File

@ -42,7 +42,7 @@ check_distributed_deadlocks
t t
step s1-lock-ref-table-placement-on-coordinator: <... completed> step s1-lock-ref-table-placement-on-coordinator: <... completed>
step s2-update-dist-table: <... completed> step s2-update-dist-table: <... completed>
error in steps deadlock-checker-call s1-lock-ref-table-placement-on-coordinator s2-update-dist-table: ERROR: canceling the transaction since it was involved in a distributed deadlock ERROR: canceling the transaction since it was involved in a distributed deadlock
step s1-end: step s1-end:
END; END;

View File

@ -767,7 +767,7 @@ step s1-drop: DROP TABLE select_append;
step s2-router-select: SELECT * FROM select_append WHERE id = 1; <waiting ...> step s2-router-select: SELECT * FROM select_append WHERE id = 1; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-router-select: <... completed> step s2-router-select: <... completed>
error in steps s1-commit s2-router-select: ERROR: relation "select_append" does not exist ERROR: relation "select_append" does not exist
step s1-select-count: SELECT COUNT(*) FROM select_append; step s1-select-count: SELECT COUNT(*) FROM select_append;
ERROR: relation "select_append" does not exist ERROR: relation "select_append" does not exist
restore_isolation_tester_func restore_isolation_tester_func
@ -1533,7 +1533,7 @@ step s1-drop: DROP TABLE select_append;
step s2-real-time-select: SELECT * FROM select_append ORDER BY 1, 2; <waiting ...> step s2-real-time-select: SELECT * FROM select_append ORDER BY 1, 2; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-real-time-select: <... completed> step s2-real-time-select: <... completed>
error in steps s1-commit s2-real-time-select: ERROR: relation "select_append" does not exist ERROR: relation "select_append" does not exist
step s1-select-count: SELECT COUNT(*) FROM select_append; step s1-select-count: SELECT COUNT(*) FROM select_append;
ERROR: relation "select_append" does not exist ERROR: relation "select_append" does not exist
restore_isolation_tester_func restore_isolation_tester_func
@ -2352,7 +2352,7 @@ step s2-adaptive-select:
<waiting ...> <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-adaptive-select: <... completed> step s2-adaptive-select: <... completed>
error in steps s1-commit s2-adaptive-select: ERROR: relation "select_append" does not exist ERROR: relation "select_append" does not exist
step s1-select-count: SELECT COUNT(*) FROM select_append; step s1-select-count: SELECT COUNT(*) FROM select_append;
ERROR: relation "select_append" does not exist ERROR: relation "select_append" does not exist
restore_isolation_tester_func restore_isolation_tester_func

View File

@ -159,7 +159,7 @@ step s2-commit:
COMMIT; COMMIT;
step s1-noshards: <... completed> step s1-noshards: <... completed>
error in steps s2-commit s1-noshards: ERROR: node at "localhost:xxxxx" does not exist ERROR: node at "localhost:xxxxx" does not exist
step s1-commit: step s1-commit:
COMMIT; COMMIT;

View File

@ -352,7 +352,7 @@ step s1-drop: DROP TABLE truncate_append;
step s2-truncate: TRUNCATE truncate_append; <waiting ...> step s2-truncate: TRUNCATE truncate_append; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-truncate: <... completed> step s2-truncate: <... completed>
error in steps s1-commit s2-truncate: ERROR: relation "truncate_append" does not exist ERROR: relation "truncate_append" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM truncate_append; step s1-select-count: SELECT COUNT(*) FROM truncate_append;
ERROR: relation "truncate_append" does not exist ERROR: relation "truncate_append" does not exist

View File

@ -17,7 +17,7 @@ step s1-commit:
COMMIT; COMMIT;
step s2-undistribute: <... completed> step s2-undistribute: <... completed>
error in steps s1-commit s2-undistribute: ERROR: cannot complete operation because no such table exists ERROR: cannot complete operation because no such table exists
starting permutation: s1-begin s1-undistribute s2-select s1-commit starting permutation: s1-begin s1-undistribute s2-select s1-commit
step s1-begin: step s1-begin:

View File

@ -28,7 +28,7 @@ step s1-commit:
COMMIT; COMMIT;
step s2-insert: <... completed> step s2-insert: <... completed>
error in steps s1-commit s2-insert: ERROR: relation "public.update_node_102012" does not exist ERROR: relation "public.update_node_102012" does not exist
step s2-abort: step s2-abort:
ABORT; ABORT;

View File

@ -655,7 +655,7 @@ step s1-drop: DROP TABLE update_hash;
step s2-update: UPDATE update_hash SET data = 'l' WHERE id = 4; <waiting ...> step s2-update: UPDATE update_hash SET data = 'l' WHERE id = 4; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-update: <... completed> step s2-update: <... completed>
error in steps s1-commit s2-update: ERROR: relation "update_hash" does not exist ERROR: relation "update_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM update_hash; step s1-select-count: SELECT COUNT(*) FROM update_hash;
ERROR: relation "update_hash" does not exist ERROR: relation "update_hash" does not exist
@ -776,7 +776,7 @@ step s1-ddl-rename-column: ALTER TABLE update_hash RENAME data TO new_column;
step s2-update: UPDATE update_hash SET data = 'l' WHERE id = 4; <waiting ...> step s2-update: UPDATE update_hash SET data = 'l' WHERE id = 4; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-update: <... completed> step s2-update: <... completed>
error in steps s1-commit s2-update: ERROR: column "data" of relation "update_hash" does not exist ERROR: column "data" of relation "update_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM update_hash; step s1-select-count: SELECT COUNT(*) FROM update_hash;
count count
@ -913,7 +913,7 @@ step s1-drop: DROP TABLE update_hash;
step s2-update-cte: WITH cte AS (UPDATE update_hash SET data = 'l' WHERE id = 4 RETURNING *) SELECT * FROM cte WHERE id = 4; <waiting ...> step s2-update-cte: WITH cte AS (UPDATE update_hash SET data = 'l' WHERE id = 4 RETURNING *) SELECT * FROM cte WHERE id = 4; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-update-cte: <... completed> step s2-update-cte: <... completed>
error in steps s1-commit s2-update-cte: ERROR: relation "update_hash" does not exist ERROR: relation "update_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM update_hash; step s1-select-count: SELECT COUNT(*) FROM update_hash;
ERROR: relation "update_hash" does not exist ERROR: relation "update_hash" does not exist
@ -1046,7 +1046,7 @@ step s1-ddl-rename-column: ALTER TABLE update_hash RENAME data TO new_column;
step s2-update-cte: WITH cte AS (UPDATE update_hash SET data = 'l' WHERE id = 4 RETURNING *) SELECT * FROM cte WHERE id = 4; <waiting ...> step s2-update-cte: WITH cte AS (UPDATE update_hash SET data = 'l' WHERE id = 4 RETURNING *) SELECT * FROM cte WHERE id = 4; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-update-cte: <... completed> step s2-update-cte: <... completed>
error in steps s1-commit s2-update-cte: ERROR: column "data" of relation "update_hash" does not exist ERROR: column "data" of relation "update_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM update_hash; step s1-select-count: SELECT COUNT(*) FROM update_hash;
count count

View File

@ -386,7 +386,7 @@ step s1-drop: DROP TABLE upsert_hash;
step s2-upsert: INSERT INTO upsert_hash VALUES(4, 'k') ON CONFLICT(id) DO UPDATE SET data = 'k'; <waiting ...> step s2-upsert: INSERT INTO upsert_hash VALUES(4, 'k') ON CONFLICT(id) DO UPDATE SET data = 'k'; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-upsert: <... completed> step s2-upsert: <... completed>
error in steps s1-commit s2-upsert: ERROR: relation "upsert_hash" does not exist ERROR: relation "upsert_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM upsert_hash; step s1-select-count: SELECT COUNT(*) FROM upsert_hash;
ERROR: relation "upsert_hash" does not exist ERROR: relation "upsert_hash" does not exist
@ -507,7 +507,7 @@ step s1-ddl-rename-column: ALTER TABLE upsert_hash RENAME data TO new_column;
step s2-upsert: INSERT INTO upsert_hash VALUES(4, 'k') ON CONFLICT(id) DO UPDATE SET data = 'k'; <waiting ...> step s2-upsert: INSERT INTO upsert_hash VALUES(4, 'k') ON CONFLICT(id) DO UPDATE SET data = 'k'; <waiting ...>
step s1-commit: COMMIT; step s1-commit: COMMIT;
step s2-upsert: <... completed> step s2-upsert: <... completed>
error in steps s1-commit s2-upsert: ERROR: column "data" of relation "upsert_hash" does not exist ERROR: column "data" of relation "upsert_hash" does not exist
step s2-commit: COMMIT; step s2-commit: COMMIT;
step s1-select-count: SELECT COUNT(*) FROM upsert_hash; step s1-select-count: SELECT COUNT(*) FROM upsert_hash;
count count