Fix failing isolation test on PG11.0

Early version of PG11 produces slightly different output for isolation
tests. Thus the affected tests are ignored.
continuous_aggs_concurrent_refresh is one of them and this commit adds
it to the ignored test list.
This commit is contained in:
Ruslan Fomkin 2020-09-15 15:05:18 +02:00 committed by Ruslan Fomkin
parent 555e6458f8
commit 01fc0de040

View File

@ -111,7 +111,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'"
"installcheck_args": "IGNORES='continuous_aggs_insert continuous_aggs_multi continuous_aggs_concurrent_refresh'"
}
m["include"].append(build_debug_config(pg11_debug_earliest))