Murat Tuncer
d26b312cad
Add failure test for coordinator pull/push for cte
2018-10-03 15:43:48 +03:00
Murat Tuncer
6c66033455
Add failure tests for multi-shard update/delete
...
Failure tests for update/delete on hash distributed tables
using 1PC and 2PC
2018-10-03 15:43:48 +03:00
velioglu
44fc9f46fc
Add create_distributed_table (without data) failure tests
2018-08-13 09:31:15 +03:00
mehmet furkan şahin
c1f7631f98
failure tests on create_distributed_table nonempty
2018-08-03 12:41:25 -07:00
velioglu
b21bd2d1a0
Add create_reference_table failure tests
2018-08-03 17:49:57 +03:00
velioglu
bc27651dd9
Add failure test for copy on hash distributed table
2018-08-03 17:11:09 +03:00
Brian Cloutier
82fa85fa5b
Add tests for 1PC COPY on append and hash-distributed tables
...
Add tests for 1PC COPY on append and hash-distributed tables
2018-07-31 15:17:59 -07:00
mehmet furkan şahin
dde86cb731
Copy to reference table failure tests are added
2018-07-30 11:48:12 +03:00
Murat Tuncer
a837dde1a0
Add failure tests for master add/remove/disable/active node
2018-07-13 18:06:24 +03:00
mehmet furkan şahin
f854420079
truncate failure tests are added
2018-07-13 13:20:50 +03:00
Murat Tuncer
2795494758
Added failure test for create index concurrently
2018-07-13 11:53:49 +03:00
Onder Kalaci
a446e71ee7
Add failure testing for DDL commands
...
This commit adds an extensive failure testing, which covers quite
a bit of things and their combinations:
- 1PC vs 2PC
- Replication factor 1 and Replication factor 2
- Network failures and query cancellations
- Sequential vs Parallel query execution mode
2018-07-12 13:05:29 +03:00
Brian Cloutier
a54f9a6d2c
network proxy-based failure testing
...
- Lots of detail is in src/test/regress/mitmscripts/README
- Create a new target, make check-failure, which runs tests
- Tells travis how to install everything and run the tests
2018-07-06 12:38:53 -07:00