1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test
David Steele 51785739f4
Store config values as a union instead of a variant.
The variants were needed to easily serialize configurations for the Perl code.

Unions are more efficient and will allow us to add new types that are not supported by variants, e.g. StringId.
2021-10-22 18:02:20 -04:00
..
certificate Add TLS Server. 2021-10-18 14:32:41 -04:00
code-count Migrate command-line help generation to C. 2021-09-08 18:16:06 -04:00
data
expect Add TLS Server. 2021-10-18 14:32:41 -04:00
lib/pgBackRestTest Add -Werror -Wfatal-errors -g flags to configure --enable-test. 2021-10-19 12:45:20 -04:00
src Store config values as a union instead of a variant. 2021-10-22 18:02:20 -04:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
ci.pl Add arm64 testing on Cirrus CI. 2021-10-02 17:27:33 -04:00
container.yaml Update 32-bit test container to Debian 9. 2021-10-16 12:33:31 -04:00
define.yaml Add TLS Server. 2021-10-18 14:32:41 -04:00
Dockerfile Add libc6-dbg required by updated valgrind to Vagrantfile/Dockerfile. 2021-10-13 09:37:03 -04:00
test.pl Add -Werror -Wfatal-errors -g flags to configure --enable-test. 2021-10-19 12:45:20 -04:00
Vagrantfile Update Vagrantfile to Ubuntu 20.04. 2021-10-13 13:21:04 -04:00