1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test
David Steele 0999de0279 Move noop from protocolClientNew() to local/remote initialization.
protocolServerNew() does not automatically process a noop so this made the handshake in the constructors asymmetric. This made testing a bit confusing since an extra noop was needed when cmdLocal()/cmdRemote() were not called (since they processed the noop sent by protocolClientNew()).

The extra noops also make complex protocol negotiation (coming in a future commit) more complicated and slower because of the additional round trips.
2021-07-23 08:32:30 -04:00
..
certificate
code-count v2.34: PostgreSQL 14 Support 2021-06-07 06:51:08 -04:00
data
expect Change level of backup/restore copied file logging to detail. 2021-07-09 13:50:35 -04:00
lib/pgBackRestTest Fix typo. 2021-07-21 13:19:09 -04:00
src Move noop from protocolClientNew() to local/remote initialization. 2021-07-23 08:32:30 -04:00
.gitignore Move coverage results to test/result. 2020-03-14 15:29:42 -04:00
ci.pl Partial migration of config code generation to C. 2021-07-18 19:02:01 -04:00
container.yaml Update test container OS versions. 2021-07-18 17:29:20 -04:00
define.yaml Partial migration of config code generation to C. 2021-07-18 19:02:01 -04:00
Dockerfile Update test container OS versions. 2021-07-18 17:29:20 -04:00
test.pl Remove test.pl --smart, --dev, and --dev-test options. 2021-07-20 12:01:10 -04:00
Vagrantfile Update Vagrantfile box version. 2021-07-20 15:43:48 -04:00