Markos Fountoulakis 59d868bdf1 Run sanitizer tests on PG12
Change sanitizer test to run on PG12 and make it use the same
infrastructure as the other linux regression tests.

Co-authored-by: Sven Klemm <sven@timescale.com>
2021-06-22 11:42:48 +03:00
..
2021-03-26 10:03:44 +01:00
2019-02-13 18:12:43 -05:00
2021-06-22 11:42:48 +03:00
2021-06-22 11:42:48 +03:00

Suppressions for Clang Sanitizers

This folder contains supression files for running timescale using Clang's AddressSanitizer and UndefinedBehaviorSanitizer, which we use as part of timescale's regission suite. There are a few places OSs have UB and where postgres has benign memory leaks, in order to run these sanitizers, we suppress these warning.

For ease of use, we provide a script in [/scripts/test_sanitizers.sh] to run our regression tests with sanitizers enabled.