1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test
David Steele f8509ab76c Don't allow sudo to disable core dumps in test containers.
Newer versions of sudo output this message to stderr when run in a container:

sudo: setrlimit(RLIMIT_CORE): Operation not permitted

See https://github.com/sudo-project/sudo/issues/42 for details.

A simple workaround is to prevent sudo from disabling core dumps. This seems safe enough because if sudo is segfaulting then core files are the least of our worries.
2020-05-07 07:38:28 -04:00
..
certificate New test containers with static test certificates. 2018-11-21 18:13:37 -05:00
code-count v2.26: Non-blocking TLS 2020-04-20 15:44:31 -04:00
data Automate generation of WAL and pg_control test files. 2017-11-18 20:02:54 -05:00
expect Add Zstandard compression support. 2020-05-04 15:25:27 -04:00
lib/pgBackRestTest Don't allow sudo to disable core dumps in test containers. 2020-05-07 07:38:28 -04:00
patch Add bzip2 compression support. 2020-05-05 16:49:01 -04:00
src Suppress Valgrind errors on a per-VM basis. 2020-05-06 18:24:48 -04:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
container.yaml Add bzip2 compression support. 2020-05-05 16:49:01 -04:00
define.yaml Add bzip2 compression support. 2020-05-05 16:49:01 -04:00
test.pl Update RHEL package location (again). 2020-04-21 10:51:38 -04:00
travis.pl Add bzip2 compression support. 2020-05-05 16:49:01 -04:00
Vagrantfile Add bzip2 compression support. 2020-05-05 16:49:01 -04:00