citus/src/test/regress/worker_schedule

28 lines
832 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 that no tests leaked intermediate results. This should always be last
# ---------
# there will be open some leak because we removed task tracker remove files
# this shouldn't be a problem in this schedule
# test: ensure_no_intermediate_data_leak