mirror of https://github.com/citusdata/citus.git
36 lines
870 B
Plaintext
36 lines
870 B
Plaintext
# ----------
|
|
# $Id$
|
|
#
|
|
# Regression tests that test binary mode data transfer between workers.
|
|
# No new tests are expected here unless they are specifically testing for changes
|
|
# in binary mode data transfer
|
|
#
|
|
# ----------
|
|
|
|
# ---
|
|
# Tests around schema changes, these are run first, so there's no preexisting objects.
|
|
# ---
|
|
test: multi_extension
|
|
test: multi_cluster_management
|
|
test: multi_test_helpers
|
|
test: multi_table_ddl
|
|
|
|
# ----------
|
|
# The following distributed tests depend on creating a partitioned table and
|
|
# uploading data to it.
|
|
# ----------
|
|
test: multi_create_table
|
|
test: multi_load_data
|
|
|
|
test: multi_basic_queries multi_complex_expressions
|
|
test: multi_single_relation_subquery
|
|
test: multi_binary_master_copy_format
|
|
|
|
test: multi_simple_queries
|
|
|
|
# ---------
|
|
# multi_copy creates hash and range-partitioned tables and performs COPY
|
|
# ---------
|
|
test: multi_copy
|
|
|