retry vanilla tests if they fail once more (#3611)

pull/3559/head
SaitTalhaNisanci 2020-03-12 12:50:06 +03:00 committed by GitHub
parent c7aa6eddf3
commit 77f96a1f87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,11 @@ check-isolation-base: all $(isolation_test_files)
-- $(MULTI_REGRESS_OPTS) $(EXTRA_TESTS)
check-vanilla: all
# it is possible that sometimes vanilla tests will fail, which is related to postgres.
# So we try it once more if it fails to prevent some failures in our CI.
${MAKE} check-vanilla-internal || ${MAKE} check-vanilla-internal
check-vanilla-internal:
$(pg_regress_multi_check) --load-extension=citus --vanillatest
check-multi-mx: all