1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test/lib/pgBackRestTest/Module
David Steele b5f749b21c Add CIFS driver to storage helper for read-only repositories.
For read-only repositories the Posix and CIFS drivers behave exactly the same.  Since that's all we support in C right now it's valid to treat them as the same thing.  An assertion has been added to remind us to add the CIFS driver before allowing the repository to be writable.

Mostly we want to make sure that the C code does not blow up when the repository type is CIFS.
2018-09-16 18:41:30 -04:00
..
Archive Update Archive::Info->archiveIdList() to return a valid error code instead of unknown. 2018-08-24 12:13:10 -04:00
Backup Divide tests into three types (unit, integration, performance). 2018-04-24 09:12:25 -04:00
Common Improve the HTTP client to set content-length to 0 when not specified by the server. 2018-06-26 17:27:22 -04:00
Info Improve info command to display the stanza cipher type. 2018-09-10 13:09:45 -04:00
Manifest Ignore all files in a linked tablespace directory except the subdirectory for the current version of PostgreSQL. 2018-08-31 16:06:40 -04:00
Mock Add CIFS driver to storage helper for read-only repositories. 2018-09-16 18:41:30 -04:00
Performance Rename db-* options to pg-* and backup-* options to repo-* to improve consistency. 2018-02-03 18:27:38 -05:00
Protocol Improve log file names for remote processes started by locals. 2018-08-31 11:31:13 -04:00
Real Require PostgreSQL catalog version when instantiating a Manifest object (and not loading it from disk). 2018-07-16 17:25:15 -04:00
Stanza Remove incompletely implemented online option from the check command. 2018-08-12 19:24:21 -04:00
Storage Improve support for special characters in filenames. 2018-09-10 10:54:34 -04:00