1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Use minio for integration testing.

ScalityS3 has not received any maintenance in years and is slow to start which is bad for testing.  Replace it with minio which starts quickly and ships as a single executable or a tiny container.

Minio has stricter limits on allowable characters but should still provide enough coverage to show that our encoding is working correctly.

This commit also includes the upgrade to openssl 1.1.1 in the Ubuntu 18.04 container.
This commit is contained in:
David Steele
2019-07-02 22:20:35 -04:00
parent b9b21315ea
commit 1708f1d151
14 changed files with 136 additions and 251 deletions

View File

@@ -137,7 +137,6 @@ my $oyVm =
&VM_DB =>
[
PG_VERSION_90,
PG_VERSION_91,
PG_VERSION_92,
PG_VERSION_94,
@@ -148,8 +147,8 @@ my $oyVm =
&VM_DB_TEST =>
[
PG_VERSION_90,
PG_VERSION_91,
PG_VERSION_92,
PG_VERSION_94,
PG_VERSION_95,
],
@@ -266,7 +265,7 @@ my $oyVm =
[
PG_VERSION_83,
PG_VERSION_84,
PG_VERSION_92,
PG_VERSION_90,
PG_VERSION_93,
],
},