You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Minor for regression tests.
Improved CentOS 6 vagrant config.
This commit is contained in:
@@ -288,7 +288,7 @@ eval
|
|||||||
{
|
{
|
||||||
for (my $iVersionIdx = 1; $iVersionIdx < @stryTestVersion; $iVersionIdx++)
|
for (my $iVersionIdx = 1; $iVersionIdx < @stryTestVersion; $iVersionIdx++)
|
||||||
{
|
{
|
||||||
BackRestTestCommon_Setup($strTestPath, $stryTestVersion[$iVersionIdx],
|
BackRestTestCommon_Setup($strExe, $strTestPath, $stryTestVersion[$iVersionIdx],
|
||||||
$iModuleTestRun, $bDryRun, $bNoCleanup);
|
$iModuleTestRun, $bDryRun, $bNoCleanup);
|
||||||
&log(INFO, "TESTING psql-bin = $stryTestVersion[$iVersionIdx] for backup/full\n");
|
&log(INFO, "TESTING psql-bin = $stryTestVersion[$iVersionIdx] for backup/full\n");
|
||||||
BackRestTestBackup_Test('full', $iThreadMax);
|
BackRestTestBackup_Test('full', $iThreadMax);
|
||||||
|
|||||||
8
test/vm/Vagrantfile
vendored
8
test/vm/Vagrantfile
vendored
@@ -39,7 +39,15 @@ Vagrant.configure(2) do |config|
|
|||||||
# Provision the VM
|
# Provision the VM
|
||||||
co6.vm.provision "shell", inline: <<-SHELL
|
co6.vm.provision "shell", inline: <<-SHELL
|
||||||
# Install db
|
# Install db
|
||||||
|
sudo rpm -ivh http://yum.postgresql.org/9.0/redhat/rhel-6-x86_64/pgdg-centos90-9.0-5.noarch.rpm
|
||||||
|
sudo rpm -ivh http://yum.postgresql.org/9.1/redhat/rhel-6-x86_64/pgdg-centos91-9.1-4.noarch.rpm
|
||||||
|
sudo rpm -ivh http://yum.postgresql.org/9.2/redhat/rhel-6-x86_64/pgdg-centos92-9.2-6.noarch.rpm
|
||||||
|
sudo rpm -ivh http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-1.noarch.rpm
|
||||||
sudo rpm -ivh http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-1.noarch.rpm
|
sudo rpm -ivh http://yum.postgresql.org/9.4/redhat/rhel-6-x86_64/pgdg-centos94-9.4-1.noarch.rpm
|
||||||
|
yum -y install postgresql90-server
|
||||||
|
yum -y install postgresql91-server
|
||||||
|
yum -y install postgresql92-server
|
||||||
|
yum -y install postgresql93-server
|
||||||
yum -y install postgresql94-server
|
yum -y install postgresql94-server
|
||||||
|
|
||||||
# Install Perl
|
# Install Perl
|
||||||
|
|||||||
Reference in New Issue
Block a user