You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-15 01:04:37 +02:00
Reset additional options in real/all integration test.
Currently indexes above 1 do not have dependencies checked, so this doesn't error. In a future commit we will enable those checks and this will error if it is not fixed.
This commit is contained in:
@ -97,7 +97,8 @@ sub run
|
||||
|
||||
# Some commands will fail because of the bogus host created when a standby is present. These options reset the bogus host
|
||||
# so it won't interfere with commands that won't tolerate a connection failure.
|
||||
my $strBogusReset = $oHostBackup->bogusHost() ? ' --reset-pg2-host --reset-pg2-path' : '';
|
||||
my $strBogusReset = $oHostBackup->bogusHost() ?
|
||||
' --reset-pg2-host --reset-pg2-host-cmd --reset-pg2-host-config --reset-pg2-host-user --reset-pg2-path' : '';
|
||||
|
||||
# If S3 set process max to 2. This seems like the best place for parallel testing since it will help speed S3 processing
|
||||
# without slowing down the other tests too much.
|
||||
|
Reference in New Issue
Block a user