mirror of https://github.com/citusdata/citus.git
29 lines
802 B
Plaintext
29 lines
802 B
Plaintext
# ----------
|
|
# $Id$
|
|
#
|
|
# Regression tests that exercise worker node related distributed execution
|
|
# logic.
|
|
# ----------
|
|
|
|
# ----------
|
|
# All worker tests use the following table and its data
|
|
# ----------
|
|
test: worker_create_table
|
|
test: worker_copy
|
|
|
|
# ----------
|
|
# Range and hash re-partitioning related regression tests
|
|
# ----------
|
|
test: worker_range_partition worker_range_partition_complex
|
|
test: worker_hash_partition worker_hash_partition_complex
|
|
test: worker_merge_range_files worker_merge_hash_files
|
|
test: worker_binary_data_partition worker_null_data_partition
|
|
test: worker_check_invalid_arguments
|
|
|
|
# ----------
|
|
# All task tracker tests use the following tables
|
|
# ----------
|
|
test: task_tracker_create_table
|
|
test: task_tracker_assign_task task_tracker_partition_task
|
|
test: task_tracker_cleanup_job
|