1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test/code-count/file-type.yaml
David Steele bc7462d86d v2.05: Environment Variable Options and Exclude Temporary/Unlogged Relations
Bug Fixes:

* Fix issue where relative links in $PGDATA could be stored in the backup with the wrong path. This issue did not affect absolute links and relative tablespace links were caught by other checks. (Reported by Cynthia Shang.)
* Remove incompletely implemented online option from the check command. Offline operation runs counter to the purpose of this command, which is to check if archiving and backups are working correctly. (Reported by Jason O'Donnell.)
* Fix issue where errors raised in C were not logged when called from Perl. pgBackRest properly terminated with the correct error code but lacked an error message to aid in debugging. (Reported by Douglas J Hunley.)
* Fix issue when a boolean option (e.g. delta) was specified more than once. (Reported by Yogesh Sharma.)

Features:

* Allow any option to be set in an environment variable. This includes options that previously could only be specified on the command line, e.g. stanza, and secret options that could not be specified on the command-line, e.g. repo1-s3-key-secret.
* Exclude temporary and unlogged relation (table/index) files from backup. Implemented using the same logic as the patches adding this feature to PostgreSQL, 8694cc96 and 920a5e50. Temporary relation exclusion is enabled in PostgreSQL ≥ 9.0. Unlogged relation exclusion is enabled in PostgreSQL ≥ 9.1, where the feature was introduced. (Contributed by Cynthia Shang.)
* Allow arbitrary directories and/or files to be excluded from a backup. Misuse of this feature can lead to inconsistent backups so read the --exclude documentation carefully before using. (Reviewed by Cynthia Shang.)
* Add log-subprocess option to allow file logging for local and remote subprocesses.
* PostgreSQL 11 Beta 3 support.

Improvements:

* Allow zero-size files in backup manifest to reference a prior manifest regardless of timestamp delta. (Contributed by Cynthia Shang.)
* Improve asynchronous archive-get/archive-push performance by directly checking status files. (Contributed by Stephen Frost.)
* Improve error message when a command is missing the stanza option. (Suggested by Sarah Conway.)
2018-08-31 13:19:43 -04:00

1593 lines
25 KiB
YAML

# File types for source files in the project
build/error.yaml:
class: build
type: yaml
build/lib/pgBackRestBuild/Build.pm:
class: build
type: perl
build/lib/pgBackRestBuild/Build/Common.pm:
class: build
type: perl
build/lib/pgBackRestBuild/Config/Build.pm:
class: build
type: perl
build/lib/pgBackRestBuild/Config/BuildDefine.pm:
class: build
type: perl
build/lib/pgBackRestBuild/Config/BuildParse.pm:
class: build
type: perl
build/lib/pgBackRestBuild/Config/Data.pm:
class: build
type: perl
build/lib/pgBackRestBuild/Embed/Build.pm:
class: build
type: perl
build/lib/pgBackRestBuild/Error/Build.pm:
class: build
type: perl
build/lib/pgBackRestBuild/Error/Data.pm:
class: build
type: perl
doc/doc.pl:
class: doc/core
type: perl
doc/lib/BackRestDoc/Common/Doc.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Common/DocConfig.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Common/DocExecute.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Common/DocManifest.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Common/DocRender.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Custom/DocCustomRelease.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Html/DocHtmlBuilder.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Html/DocHtmlElement.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Html/DocHtmlPage.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Html/DocHtmlSite.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Latex/DocLatex.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Latex/DocLatexSection.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Markdown/DocMarkdown.pm:
class: doc/core
type: perl
doc/lib/BackRestDoc/Markdown/DocMarkdownRender.pm:
class: doc/core
type: perl
doc/manifest.xml:
class: doc/source
type: xml
doc/release.pl:
class: doc/core
type: perl
doc/resource/html/default.css:
class: doc/core
type: css
doc/resource/latex/preamble.tex:
class: doc/core
type: latex
doc/xml/coding.xml:
class: doc/source
type: xml
doc/xml/dtd/doc.dtd:
class: doc/source
type: dtd
doc/xml/dtd/manifest.dtd:
class: doc/source
type: dtd
doc/xml/index.xml:
class: doc/source
type: xml
doc/xml/reference.xml:
class: doc/source
type: xml
doc/xml/release.xml:
class: doc/source
type: xml
doc/xml/test.xml:
class: doc/source
type: xml
doc/xml/user-guide.xml:
class: doc/source
type: xml
lib/pgBackRest/Archive/Base.pm:
class: core
type: perl
lib/pgBackRest/Archive/Common.pm:
class: core
type: perl
lib/pgBackRest/Archive/Get/Async.pm:
class: core
type: perl
lib/pgBackRest/Archive/Get/File.pm:
class: core
type: perl
lib/pgBackRest/Archive/Get/Get.pm:
class: core
type: perl
lib/pgBackRest/Archive/Info.pm:
class: core
type: perl
lib/pgBackRest/Archive/Push/Async.pm:
class: core
type: perl
lib/pgBackRest/Archive/Push/File.pm:
class: core
type: perl
lib/pgBackRest/Archive/Push/Push.pm:
class: core
type: perl
lib/pgBackRest/Backup/Backup.pm:
class: core
type: perl
lib/pgBackRest/Backup/Common.pm:
class: core
type: perl
lib/pgBackRest/Backup/File.pm:
class: core
type: perl
lib/pgBackRest/Backup/Filter/PageChecksum.pm:
class: core
type: perl
lib/pgBackRest/Backup/Info.pm:
class: core
type: perl
lib/pgBackRest/Check/Check.pm:
class: core
type: perl
lib/pgBackRest/Common/Cipher.pm:
class: core
type: perl
lib/pgBackRest/Common/Exception.pm:
class: core
type: perl
lib/pgBackRest/Common/ExceptionAuto.pm:
class: core/auto
type: perl
lib/pgBackRest/Common/Http/Client.pm:
class: core
type: perl
lib/pgBackRest/Common/Http/Common.pm:
class: core
type: perl
lib/pgBackRest/Common/Ini.pm:
class: core
type: perl
lib/pgBackRest/Common/Io/Base.pm:
class: core
type: perl
lib/pgBackRest/Common/Io/Buffered.pm:
class: core
type: perl
lib/pgBackRest/Common/Io/Filter.pm:
class: core
type: perl
lib/pgBackRest/Common/Io/Handle.pm:
class: core
type: perl
lib/pgBackRest/Common/Io/Process.pm:
class: core
type: perl
lib/pgBackRest/Common/Lock.pm:
class: core
type: perl
lib/pgBackRest/Common/Log.pm:
class: core
type: perl
lib/pgBackRest/Common/String.pm:
class: core
type: perl
lib/pgBackRest/Common/Wait.pm:
class: core
type: perl
lib/pgBackRest/Common/Xml.pm:
class: core
type: perl
lib/pgBackRest/Config/Config.pm:
class: core
type: perl
lib/pgBackRest/Db.pm:
class: core
type: perl
lib/pgBackRest/DbVersion.pm:
class: core
type: perl
lib/pgBackRest/Expire.pm:
class: core
type: perl
lib/pgBackRest/Info.pm:
class: core
type: perl
lib/pgBackRest/InfoCommon.pm:
class: core
type: perl
lib/pgBackRest/LibC.pm:
class: core
type: perl
lib/pgBackRest/LibCAuto.pm:
class: core/auto
type: perl
lib/pgBackRest/Main.pm:
class: core
type: perl
lib/pgBackRest/Manifest.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Base/Master.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Base/Minion.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Command/Master.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Command/Minion.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Helper.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Local/Master.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Local/Minion.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Local/Process.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Remote/Master.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Remote/Minion.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Storage/File.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Storage/Helper.pm:
class: core
type: perl
lib/pgBackRest/Protocol/Storage/Remote.pm:
class: core
type: perl
lib/pgBackRest/Restore.pm:
class: core
type: perl
lib/pgBackRest/RestoreFile.pm:
class: core
type: perl
lib/pgBackRest/Stanza.pm:
class: core
type: perl
lib/pgBackRest/Storage/Base.pm:
class: core
type: perl
lib/pgBackRest/Storage/Cifs/Driver.pm:
class: core
type: perl
lib/pgBackRest/Storage/Filter/CipherBlock.pm:
class: core
type: perl
lib/pgBackRest/Storage/Filter/Gzip.pm:
class: core
type: perl
lib/pgBackRest/Storage/Filter/Sha.pm:
class: core
type: perl
lib/pgBackRest/Storage/Helper.pm:
class: core
type: perl
lib/pgBackRest/Storage/Local.pm:
class: core
type: perl
lib/pgBackRest/Storage/Posix/Driver.pm:
class: core
type: perl
lib/pgBackRest/Storage/Posix/FileRead.pm:
class: core
type: perl
lib/pgBackRest/Storage/Posix/FileWrite.pm:
class: core
type: perl
lib/pgBackRest/Storage/S3/Auth.pm:
class: core
type: perl
lib/pgBackRest/Storage/S3/Driver.pm:
class: core
type: perl
lib/pgBackRest/Storage/S3/FileRead.pm:
class: core
type: perl
lib/pgBackRest/Storage/S3/FileWrite.pm:
class: core
type: perl
lib/pgBackRest/Storage/S3/Info.pm:
class: core
type: perl
lib/pgBackRest/Storage/S3/Request.pm:
class: core
type: perl
lib/pgBackRest/Version.pm:
class: core
type: perl
libc/LibC.h:
class: core
type: c/h
libc/LibC.xs:
class: core
type: xs
libc/Makefile.PL:
class: build
type: perl
libc/build/lib/pgBackRestLibC/Build.pm:
class: build
type: perl
libc/xs/common/encode.xs:
class: core
type: xs
libc/xs/common/encode.xsh:
class: core
type: c/h
libc/xs/common/lock.xs:
class: core
type: xs
libc/xs/config/config.xs:
class: core
type: xs
libc/xs/config/configTest.xs:
class: core
type: xs
libc/xs/config/define.xs:
class: core
type: xs
libc/xs/crypto/cipherBlock.xs:
class: core
type: xs
libc/xs/crypto/cipherBlock.xsh:
class: core
type: c/h
libc/xs/crypto/hash.xs:
class: core
type: xs
libc/xs/crypto/hash.xsh:
class: core
type: c/h
libc/xs/crypto/random.xs:
class: core
type: xs
libc/xs/postgres/pageChecksum.xs:
class: core
type: xs
libc/xs/storage/storage.xs:
class: core
type: xs
src/Makefile:
class: build
type: make
src/command/archive/common.c:
class: core
type: c
src/command/archive/common.h:
class: core
type: c/h
src/command/archive/get/get.c:
class: core
type: c
src/command/archive/get/get.h:
class: core
type: c/h
src/command/archive/push/push.c:
class: core
type: c
src/command/archive/push/push.h:
class: core
type: c/h
src/command/command.c:
class: core
type: c
src/command/command.h:
class: core
type: c/h
src/command/help/help.c:
class: core
type: c
src/command/help/help.h:
class: core
type: c/h
src/common/assert.h:
class: core
type: c/h
src/common/debug.c:
class: core
type: c
src/common/debug.h:
class: core
type: c/h
src/common/encode.c:
class: core
type: c
src/common/encode.h:
class: core
type: c/h
src/common/encode/base64.c:
class: core
type: c
src/common/encode/base64.h:
class: core
type: c/h
src/common/error.auto.c:
class: core/auto
type: c
src/common/error.auto.h:
class: core/auto
type: c/h
src/common/error.c:
class: core
type: c
src/common/error.h:
class: core
type: c/h
src/common/exit.c:
class: core
type: c
src/common/exit.h:
class: core
type: c/h
src/common/fork.c:
class: core
type: c
src/common/fork.h:
class: core
type: c/h
src/common/ini.c:
class: core
type: c
src/common/ini.h:
class: core
type: c/h
src/common/io/bufferRead.c:
class: core
type: c
src/common/io/bufferRead.h:
class: core
type: c/h
src/common/io/bufferWrite.c:
class: core
type: c
src/common/io/bufferWrite.h:
class: core
type: c/h
src/common/io/filter/buffer.c:
class: core
type: c
src/common/io/filter/buffer.h:
class: core
type: c/h
src/common/io/filter/filter.c:
class: core
type: c
src/common/io/filter/filter.h:
class: core
type: c/h
src/common/io/filter/group.c:
class: core
type: c
src/common/io/filter/group.h:
class: core
type: c/h
src/common/io/filter/size.c:
class: core
type: c
src/common/io/filter/size.h:
class: core
type: c/h
src/common/io/handle.c:
class: core
type: c
src/common/io/handle.h:
class: core
type: c/h
src/common/io/io.c:
class: core
type: c
src/common/io/io.h:
class: core
type: c/h
src/common/io/read.c:
class: core
type: c
src/common/io/read.h:
class: core
type: c/h
src/common/io/write.c:
class: core
type: c
src/common/io/write.h:
class: core
type: c/h
src/common/lock.c:
class: core
type: c
src/common/lock.h:
class: core
type: c/h
src/common/log.c:
class: core
type: c
src/common/log.h:
class: core
type: c/h
src/common/logLevel.h:
class: core
type: c/h
src/common/memContext.c:
class: core
type: c
src/common/memContext.h:
class: core
type: c/h
src/common/regExp.c:
class: core
type: c
src/common/regExp.h:
class: core
type: c/h
src/common/stackTrace.c:
class: core
type: c
src/common/stackTrace.h:
class: core
type: c/h
src/common/time.c:
class: core
type: c
src/common/time.h:
class: core
type: c/h
src/common/type/buffer.c:
class: core
type: c
src/common/type/buffer.h:
class: core
type: c/h
src/common/type/convert.c:
class: core
type: c
src/common/type/convert.h:
class: core
type: c/h
src/common/type/json.c:
class: core
type: c
src/common/type/json.h:
class: core
type: c/h
src/common/type/keyValue.c:
class: core
type: c
src/common/type/keyValue.h:
class: core
type: c/h
src/common/type/list.c:
class: core
type: c
src/common/type/list.h:
class: core
type: c/h
src/common/type/string.c:
class: core
type: c
src/common/type/string.h:
class: core
type: c/h
src/common/type/stringList.c:
class: core
type: c
src/common/type/stringList.h:
class: core
type: c/h
src/common/type/variant.c:
class: core
type: c
src/common/type/variant.h:
class: core
type: c/h
src/common/type/variantList.c:
class: core
type: c
src/common/type/variantList.h:
class: core
type: c/h
src/common/wait.c:
class: core
type: c
src/common/wait.h:
class: core
type: c/h
src/compress/gzip.c:
class: core
type: c
src/compress/gzip.h:
class: core
type: c/h
src/compress/gzipCompress.c:
class: core
type: c
src/compress/gzipCompress.h:
class: core
type: c/h
src/compress/gzipDecompress.c:
class: core
type: c
src/compress/gzipDecompress.h:
class: core
type: c/h
src/config/config.auto.c:
class: core/auto
type: c
src/config/config.auto.h:
class: core/auto
type: c/h
src/config/config.c:
class: core
type: c
src/config/config.h:
class: core
type: c/h
src/config/define.auto.c:
class: core/auto
type: c
src/config/define.auto.h:
class: core/auto
type: c/h
src/config/define.c:
class: core
type: c
src/config/define.h:
class: core
type: c/h
src/config/load.c:
class: core
type: c
src/config/load.h:
class: core
type: c/h
src/config/parse.auto.c:
class: core/auto
type: c
src/config/parse.c:
class: core
type: c
src/config/parse.h:
class: core
type: c/h
src/crypto/cipher.h:
class: core
type: c/h
src/crypto/cipherBlock.c:
class: core
type: c
src/crypto/cipherBlock.h:
class: core
type: c/h
src/crypto/crypto.c:
class: core
type: c
src/crypto/crypto.h:
class: core
type: c/h
src/crypto/hash.c:
class: core
type: c
src/crypto/hash.h:
class: core
type: c/h
src/crypto/random.c:
class: core
type: c
src/crypto/random.h:
class: core
type: c/h
src/info/info.c:
class: core
type: c
src/info/info.h:
class: core
type: c/h
src/info/infoArchive.c:
class: core
type: c
src/info/infoArchive.h:
class: core
type: c/h
src/info/infoPg.c:
class: core
type: c
src/info/infoPg.h:
class: core
type: c/h
src/main.c:
class: core
type: c
src/perl/config.c:
class: core
type: c
src/perl/config.h:
class: core
type: c/h
src/perl/embed.auto.c:
class: core/auto
type: c
src/perl/exec.c:
class: core
type: c
src/perl/exec.h:
class: core
type: c/h
src/perl/libc.auto.c:
class: core/auto
type: c
src/postgres/info.c:
class: core
type: c
src/postgres/info.h:
class: core
type: c/h
src/postgres/pageChecksum.c:
class: core
type: c
src/postgres/pageChecksum.h:
class: core
type: c/h
src/postgres/type.h:
class: core
type: c/h
src/postgres/version.h:
class: core
type: c/h
src/storage/driver/posix/driver.c:
class: core
type: c
src/storage/driver/posix/driver.h:
class: core
type: c/h
src/storage/driver/posix/driverFile.c:
class: core
type: c
src/storage/driver/posix/driverFile.h:
class: core
type: c/h
src/storage/driver/posix/driverRead.c:
class: core
type: c
src/storage/driver/posix/driverRead.h:
class: core
type: c/h
src/storage/driver/posix/driverWrite.c:
class: core
type: c
src/storage/driver/posix/driverWrite.h:
class: core
type: c/h
src/storage/fileRead.c:
class: core
type: c
src/storage/fileRead.h:
class: core
type: c/h
src/storage/fileWrite.c:
class: core
type: c
src/storage/fileWrite.h:
class: core
type: c/h
src/storage/helper.c:
class: core
type: c
src/storage/helper.h:
class: core
type: c/h
src/storage/info.h:
class: core
type: c/h
src/storage/storage.c:
class: core
type: c
src/storage/storage.h:
class: core
type: c/h
src/version.h:
class: core
type: c/h
test/container.yaml:
class: test/harness
type: yaml
test/define.yaml:
class: test/harness
type: yaml
test/lib/pgBackRestTest/Common/BuildTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/CiTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/CodeCountTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/ContainerTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/DefineTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/ExecuteTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/FileTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/HostGroupTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/HostTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/JobTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/ListTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/LogTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/RunTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Common/VmTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Env/ConfigEnvTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Env/ExpireEnvTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Env/Host/HostBackupTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Env/Host/HostBaseTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Env/Host/HostDbCommonTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Env/Host/HostDbSyntheticTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Env/Host/HostDbTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Env/Host/HostS3Test.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Env/HostEnvTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Env/S3EnvTest.pm:
class: test/harness
type: perl
test/lib/pgBackRestTest/Module/Archive/ArchiveCommonPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Archive/ArchiveGetPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Archive/ArchiveInfoUnitPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Archive/ArchivePushPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Backup/BackupInfoUnitPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Backup/BackupUnitPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Common/CommonEncodePerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Common/CommonHttpClientPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Common/CommonIniPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Common/CommonIoBufferedPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Common/CommonIoHandlePerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Common/CommonIoProcessPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Common/CommonLogPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Info/InfoUnitPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Manifest/ManifestAllPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Mock/MockAllTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Mock/MockArchiveStopTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Mock/MockArchiveTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Mock/MockExpireTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Mock/MockStanzaTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Performance/PerformanceArchiveTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Performance/PerformanceIoTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Protocol/ProtocolCommonMinionPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Protocol/ProtocolHelperPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Real/RealAllTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Stanza/StanzaAllPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Storage/StorageFilterCipherBlockPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Storage/StorageFilterGzipPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Storage/StorageFilterShaPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Storage/StorageHelperPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Storage/StorageLocalPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Storage/StoragePosixPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Storage/StorageS3AuthPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Storage/StorageS3CertPerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Storage/StorageS3PerlTest.pm:
class: test/module
type: perl
test/lib/pgBackRestTest/Module/Storage/StorageS3RequestPerlTest.pm:
class: test/module
type: perl
test/src/common/harnessConfig.c:
class: test/harness
type: c
test/src/common/harnessConfig.h:
class: test/harness
type: c/h
test/src/common/harnessDebug.h:
class: test/harness
type: c/h
test/src/common/harnessFork.h:
class: test/harness
type: c/h
test/src/common/harnessLog.c:
class: test/harness
type: c
test/src/common/harnessLog.h:
class: test/harness
type: c/h
test/src/common/harnessTest.c:
class: test/harness
type: c
test/src/common/harnessTest.h:
class: test/harness
type: c/h
test/src/module/archive/commonTest.c:
class: test/module
type: c
test/src/module/archive/getTest.c:
class: test/module
type: c
test/src/module/archive/pushTest.c:
class: test/module
type: c
test/src/module/command/commandTest.c:
class: test/module
type: c
test/src/module/common/assertOffTest.c:
class: test/module
type: c
test/src/module/common/assertOnTest.c:
class: test/module
type: c
test/src/module/common/debugOffTest.c:
class: test/module
type: c
test/src/module/common/debugOnTest.c:
class: test/module
type: c
test/src/module/common/encodeTest.c:
class: test/module
type: c
test/src/module/common/errorTest.c:
class: test/module
type: c
test/src/module/common/exitTest.c:
class: test/module
type: c
test/src/module/common/forkTest.c:
class: test/module
type: c
test/src/module/common/iniTest.c:
class: test/module
type: c
test/src/module/common/ioTest.c:
class: test/module
type: c
test/src/module/common/lockTest.c:
class: test/module
type: c
test/src/module/common/logTest.c:
class: test/module
type: c
test/src/module/common/memContextTest.c:
class: test/module
type: c
test/src/module/common/regExpTest.c:
class: test/module
type: c
test/src/module/common/stackTraceTest.c:
class: test/module
type: c
test/src/module/common/timeTest.c:
class: test/module
type: c
test/src/module/common/typeBufferTest.c:
class: test/module
type: c
test/src/module/common/typeConvertTest.c:
class: test/module
type: c
test/src/module/common/typeJsonTest.c:
class: test/module
type: c
test/src/module/common/typeKeyValueTest.c:
class: test/module
type: c
test/src/module/common/typeListTest.c:
class: test/module
type: c
test/src/module/common/typeStringListTest.c:
class: test/module
type: c
test/src/module/common/typeStringTest.c:
class: test/module
type: c
test/src/module/common/typeVariantListTest.c:
class: test/module
type: c
test/src/module/common/typeVariantTest.c:
class: test/module
type: c
test/src/module/common/typecTest.c:
class: test/module
type: c
test/src/module/common/waitTest.c:
class: test/module
type: c
test/src/module/compress/gzipTest.c:
class: test/module
type: c
test/src/module/config/configTest.c:
class: test/module
type: c
test/src/module/config/defineTest.c:
class: test/module
type: c
test/src/module/config/loadTest.c:
class: test/module
type: c
test/src/module/config/parseTest.c:
class: test/module
type: c
test/src/module/crypto/cipherBlockTest.c:
class: test/module
type: c
test/src/module/crypto/cryptoTest.c:
class: test/module
type: c
test/src/module/crypto/hashTest.c:
class: test/module
type: c
test/src/module/crypto/randomTest.c:
class: test/module
type: c
test/src/module/help/helpTest.c:
class: test/module
type: c
test/src/module/info/infoArchiveTest.c:
class: test/module
type: c
test/src/module/info/infoPgTest.c:
class: test/module
type: c
test/src/module/info/infoTest.c:
class: test/module
type: c
test/src/module/perl/configTest.c:
class: test/module
type: c
test/src/module/perl/execTest.c:
class: test/module
type: c
test/src/module/postgres/infoTest.c:
class: test/module
type: c
test/src/module/postgres/pageChecksumTest.c:
class: test/module
type: c
test/src/module/storage/fileTest.c:
class: test/module
type: c
test/src/module/storage/helperTest.c:
class: test/module
type: c
test/src/module/storage/storageTest.c:
class: test/module
type: c
test/src/test.c:
class: test/harness
type: c
test/test.pl:
class: test/harness
type: perl
test/travis.pl:
class: test/harness
type: perl