1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/test
David Steele 7fdbd94e39
Implement IoClient/IoSession interfaces for SocketClient/SocketSession.
Following up on 111d33c, implement the new interfaces for socket client/session. Now HTTP objects can be used over TLS or plain sockets.

This required adding ioSessionFd() and ioSessionRole() to provide the functionality of sckSessionFd() and sckSessionType(). sckClientHost() and sckClientPort don't make sense in a generic interface so they were replaced with ioSessionName().
2020-08-10 16:03:38 -04:00
..
certificate
code-count Add IoClient and IoSession interfaces. 2020-08-08 10:39:39 -04:00
data
expect Remove real/all integration tests now covered by unit tests. 2020-07-16 13:57:14 -04:00
lib/pgBackRestTest Improve memory usage of unlogged relation detection in manifest build. 2020-08-04 10:16:51 -04:00
src Implement IoClient/IoSession interfaces for SocketClient/SocketSession. 2020-08-10 16:03:38 -04:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
container.yaml Add zstd to CentOS/RHEL 6 test container. 2020-07-28 08:09:10 -04:00
define.yaml Simplify S3 configuration tests and add security token tests. 2020-08-08 15:52:33 -04:00
test.pl Add --no-coverage-report to test.pl to disable report generation. 2020-06-17 15:07:30 -04:00
travis.pl Add --no-coverage-report to test.pl to disable report generation. 2020-06-17 15:07:30 -04:00
Vagrantfile Add jq to tools installed by Vagrantfile. 2020-05-14 18:45:23 -04:00