This website requires JavaScript.
Explore
Help
Register
Sign In
db
/
pgbackrest
Watch
1
Star
0
Fork
0
You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced
2024-12-14 10:13:05 +02:00
Code
Issues
Releases
Activity
1fff60ad2a
pgbackrest
/
test
/
.gitignore
7 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Updated vagrant to new version and image.
2017-03-15 04:05:17 +02:00
.vagrant
nytprof*
Allow I/O read interface to explicitly request blocking reads. TlsClient introduced a non-blocking read which is required to read protocol messages that are linefeed-terminated rather than a known size. However, in many cases the expected number of bytes is known in advance so in that case it is more efficient to have tlsClientRead() block until all the bytes are read. Add block parameter to all read functions and use it when a blocking read is required. For most read functions this is a noop, i.e. if the read function never blocks then it can ignore the parameter. In passing, set the log level of storageNew*() functions to debug to expose more high-level I/O operations.
2018-11-23 19:01:36 +02:00
scratch*
Updated vagrant to new version and image.
2017-03-15 04:05:17 +02:00
coverage*
Update primary test environment (Vagrant and Docker) to Ubuntu 18.04.
2018-06-06 21:52:28 +02:00
ubuntu-bionic-18.04-cloudimg-console.log
Test harness improvements. * Allow more than one test to provide coverage for the same module. * Add option to disable valgrind. * Add option to disabled coverage. * Add option to disable debug build. * Add option to disable compiler optimization. * Add --dev-test mode.
2018-05-18 12:45:14 +02:00
profile
Reference in New Issue
Copy Permalink