mirror of https://github.com/citusdata/citus.git
22 lines
621 B
Plaintext
22 lines
621 B
Plaintext
# import this file (from psql you can use \i) to use mitmproxy manually
|
|
test: failure_test_helpers
|
|
|
|
# this should only be run by pg_regress_multi, you don't need it
|
|
test: failure_setup
|
|
test: multi_test_helpers
|
|
|
|
test: failure_ddl
|
|
test: failure_truncate
|
|
test: failure_create_index_concurrently
|
|
test: failure_add_disable_node
|
|
test: failure_copy_to_reference
|
|
test: failure_copy_on_hash
|
|
test: failure_create_reference_table
|
|
test: failure_create_distributed_table_non_empty
|
|
test: failure_create_table
|
|
|
|
test: failure_1pc_copy_hash
|
|
test: failure_1pc_copy_append
|
|
test: failure_multi_shard_update_delete
|
|
test: failure_cte_subquery
|