mirror of https://github.com/citusdata/citus.git
Rename multi_stage_data to multi_load_data to unbreak check-multi-hll tests
parent
6c0fc0c970
commit
62eee46069
|
@ -51,7 +51,7 @@ check-multi: all tempinstall-main
|
||||||
|
|
||||||
check-multi-hll: all tempinstall-main
|
check-multi-hll: all tempinstall-main
|
||||||
$(pg_regress_multi_check) --load-extension=citus --load-extension=hll -- \
|
$(pg_regress_multi_check) --load-extension=citus --load-extension=hll -- \
|
||||||
$(MULTI_REGRESS_OPTS) $(EXTRA_TESTS) multi_create_table multi_master_protocol multi_stage_data multi_agg_approximate_distinct
|
$(MULTI_REGRESS_OPTS) $(EXTRA_TESTS) multi_create_table multi_master_protocol multi_load_data multi_agg_approximate_distinct
|
||||||
|
|
||||||
check-multi-task-tracker-extra: all tempinstall-main
|
check-multi-task-tracker-extra: all tempinstall-main
|
||||||
$(pg_regress_multi_check) --load-extension=citus \
|
$(pg_regress_multi_check) --load-extension=citus \
|
||||||
|
|
Loading…
Reference in New Issue