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
SaitTalhaNisanci 2020-04-24 12:38:37 +03:00 committed by GitHub
parent b8dd8f50d1
commit 07cbd84631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -0,0 +1,4 @@
# ----------
# isolation setup steps
# ----------
test: isolation_cluster_management