You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Run tests in tmpfs.
This will likely improve performance, but it also makes the filesystem consistent between platforms. A number of tests were failing on shiftfs, which was the default for arm64 on Travis.
This commit is contained in:
@@ -129,6 +129,12 @@ eval
|
||||
{bSuppressStdErr => true});
|
||||
processEnd();
|
||||
|
||||
processBegin('mount tmpfs');
|
||||
processExec('mkdir -p -m 770 test');
|
||||
processExec('sudo mount -t tmpfs -o size=2560m tmpfs test');
|
||||
processExec('df -h test', {bShowOutputAsync => true});
|
||||
processEnd();
|
||||
|
||||
################################################################################################################################
|
||||
# Build documentation
|
||||
################################################################################################################################
|
||||
|
||||
Reference in New Issue
Block a user