From 0d2cc046c219eb0fc0f68a18b779cb6f07caa80b Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Wed, 24 Jun 2020 20:17:49 +0200 Subject: [PATCH] Ignore continuous_aggs_insert and continuous_aggs_multi on PG11.0 The log output in the isolation tests when running on PG 11.0 seems to be suppressed and not be recorded leading to a diff in the test output. --- scripts/gh_matrix_builder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gh_matrix_builder.py b/scripts/gh_matrix_builder.py index c4e95c621..67c638cd5 100644 --- a/scripts/gh_matrix_builder.py +++ b/scripts/gh_matrix_builder.py @@ -109,6 +109,7 @@ if event_type != "pull_request": "llvm_config": "/usr/bin/llvm-config-8", "clang": "clang-8", "extra_packages": "llvm-8 llvm-8-dev llvm-8-tools", + "installcheck_args": "IGNORES='continuous_aggs_insert continuous_aggs_multi'" } m["include"].append(build_debug_config(pg11_debug_earliest))