citus/src/test/regress
Burak Yucesoy 5be6eb9ef6 Increase coverage of isolation tests - Part 2
With this PR we add isolation tests for

COPY to reference table vs. other operations
COPY to partitioned table vs. other operations
Multi row INSERTs vs other operations
INSERT/SELECT vs. other operations
UPSERT vs. other operations
DELETE vs. other operations
TRUNCATE vs. other operations
DROP vs. other operations
DDL vs. other operations

other operations consist of basic SQL operations (like SELECT,
INSERT, DELETE, UPSERT, COPY TRUNCATE, CREATE INDEX) as well
as some Citus functionalities (like master_modify_multiple_shards,
master_apply_delete_command, citus_total_relation_size etc.)
2017-08-23 18:23:36 +03:00
..
data Remove uninstantiated qual logic, use attribute equivalences 2017-04-13 11:51:26 +03:00
expected Increase coverage of isolation tests - Part 2 2017-08-23 18:23:36 +03:00
input Consider dropped columns that precede the partition column in COPY 2017-08-22 13:02:35 +02:00
output Consider dropped columns that precede the partition column in COPY 2017-08-22 13:02:35 +02:00
specs Increase coverage of isolation tests - Part 2 2017-08-23 18:23:36 +03:00
sql Remove source node argument from dump_local_wait_edges 2017-08-23 13:14:00 +02:00
.gitignore Add missing regression test output files to .gitignore 2017-04-29 03:56:14 +02:00
Makefile Add regression tests for follower clusters 2017-08-12 12:05:56 +02:00
isolation_schedule Increase coverage of isolation tests - Part 2 2017-08-23 18:23:36 +03:00
multi_binary_schedule Support PostgreSQL 10 (#1379) 2017-06-26 02:35:46 -06:00
multi_follower_schedule Add regression tests for follower clusters 2017-08-12 12:05:56 +02:00
multi_mx_schedule Remove 9.5 references from comments in schedule files. 2017-06-26 18:04:32 -07:00
multi_schedule Add Savepoint Support (#1539) 2017-08-15 13:02:28 -04:00
multi_task_tracker_extra_schedule Remove 9.5 references from comments in schedule files. 2017-06-26 18:04:32 -07:00
pg_regress_multi.pl Add new isolation tests 2017-08-17 17:46:03 +03:00
worker_schedule Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00