From 1342aa73e18383ee9ba7be47839f7f2b8dea576d Mon Sep 17 00:00:00 2001 From: Jan Nidzwetzki Date: Wed, 7 Dec 2022 22:37:19 +0100 Subject: [PATCH] Ensure dist_hypertable is executed as solo test The `dist_hypertable` test needs a lot of memory, especially when the sanitizer is enabled. This patch runs this test as a `SOLO_TEST`. This ensures that PostgreSQL does not run into an out-of-memory situation. --- tsl/test/sql/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsl/test/sql/CMakeLists.txt b/tsl/test/sql/CMakeLists.txt index ed747041440..ff84328ff87 100644 --- a/tsl/test/sql/CMakeLists.txt +++ b/tsl/test/sql/CMakeLists.txt @@ -114,6 +114,8 @@ if((${PG_VERSION_MAJOR} GREATER_EQUAL "14")) endif() set(SOLO_TESTS + # dist_hypertable needs a lot of memory when the Sanitizer is active + dist_hypertable-${PG_VERSION_MAJOR} bgw_db_scheduler troubleshooting_job_errors bgw_db_scheduler_fixed