mirror of https://github.com/citusdata/citus.git
Add base isolation schedule (#3784)
We should do some setup steps in check-isolation-base target. This PR adds base_isolation_schedule which will set up the cluster.pull/3795/head
parent
b8dd8f50d1
commit
07cbd84631
|
@ -134,7 +134,7 @@ check-isolation: all $(isolation_test_files)
|
|||
|
||||
check-isolation-base: all $(isolation_test_files)
|
||||
$(pg_regress_multi_check) --load-extension=citus --isolationtester \
|
||||
-- $(MULTI_REGRESS_OPTS) --inputdir=$(citus_abs_srcdir)/build $(EXTRA_TESTS)
|
||||
-- $(MULTI_REGRESS_OPTS) --inputdir=$(citus_abs_srcdir)/build --schedule=$(citus_abs_srcdir)/base_isolation_schedule $(EXTRA_TESTS)
|
||||
|
||||
check-vanilla: all
|
||||
# it is possible that sometimes vanilla tests will fail, which is related to postgres.
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# ----------
|
||||
# isolation setup steps
|
||||
# ----------
|
||||
test: isolation_cluster_management
|
Loading…
Reference in New Issue