diff --git a/doc/xml/release.xml b/doc/xml/release.xml index 3a3477f3f..fa0f26c09 100644 --- a/doc/xml/release.xml +++ b/doc/xml/release.xml @@ -80,6 +80,10 @@ Convert config and page checksum tests into C unit tests. + + + Add versions to Debian VMs for testing. + diff --git a/test/lib/pgBackRestTest/Common/VmTest.pm b/test/lib/pgBackRestTest/Common/VmTest.pm index 5f6f66acc..312a54f87 100644 --- a/test/lib/pgBackRestTest/Common/VmTest.pm +++ b/test/lib/pgBackRestTest/Common/VmTest.pm @@ -138,6 +138,11 @@ my $oyVm = &VM_IMAGE => 'debian:8', &VMDEF_PGSQL_BIN => '/usr/lib/postgresql/{[version]}/bin', &VMDEF_PERL_ARCH_PATH => '/usr/local/lib/x86_64-linux-gnu/perl/5.20.2', + + &VM_DB => + [ + PG_VERSION_95, + ], }, # Debian 9 @@ -149,6 +154,11 @@ my $oyVm = &VM_IMAGE => 'debian:9', &VMDEF_PGSQL_BIN => '/usr/lib/postgresql/{[version]}/bin', &VMDEF_PERL_ARCH_PATH => '/usr/local/lib/x86_64-linux-gnu/perl/5.24.1', + + &VM_DB => + [ + PG_VERSION_96, + ], }, # Ubuntu 12.04
Convert config and page checksum tests into C unit tests.
Add versions to Debian VMs for testing.