1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/test
David Steele 9a6afe3fc1 Fix EOF behavior of ioReadSmall() to match ioRead().
If the buffer was not full at EOF then ioReadSmall() would get stuck in an infinite loop. Instead, return on EOF even if the buffer is not full.

This is not an issue in released versions since ioReadSmall() is not being used.

Also fix a comment typo.
2021-08-18 09:32:20 -04:00
..
certificate
code-count Remove generated config.auto.c file. 2021-07-29 14:40:30 -04:00
data
expect Log backup file total and restore size/file total. 2021-08-11 13:39:36 -04:00
lib/pgBackRestTest Fix typo. 2021-07-21 13:19:09 -04:00
src Fix EOF behavior of ioReadSmall() to match ioRead(). 2021-08-18 09:32:20 -04:00
.gitignore
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 Migrate error code generation to C. 2021-08-02 18:32:11 -04:00
Dockerfile Update test container OS versions. 2021-07-18 17:29:20 -04:00
test.pl Migrate error code generation to C. 2021-08-02 18:32:11 -04:00
Vagrantfile Update Vagrantfile box version. 2021-07-20 15:43:48 -04:00