mirror of https://github.com/citusdata/citus.git
15 lines
511 B
Plaintext
15 lines
511 B
Plaintext
# Split Shard tests.
|
|
# Include tests from 'minimal_schedule' for setup.
|
|
test: multi_test_helpers multi_test_helpers_superuser columnar_test_helpers
|
|
test: multi_cluster_management
|
|
test: multi_test_catalog_views
|
|
test: tablespace
|
|
# Helpers for foreign key catalogs.
|
|
test: foreign_key_to_reference_table
|
|
# Split tests go here.
|
|
test: worker_split_copy_test
|
|
test: worker_split_binary_copy_test
|
|
test: worker_split_text_copy_test
|
|
test: citus_split_shard_by_split_points_negative
|
|
test: citus_split_shard_by_split_points
|