You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-06-25 00:16:54 +02:00
Remove per-stanza repo cache clear during testing.
This was not being used and is not supported by the equivalent C code.
This commit is contained in:
@ -52,7 +52,7 @@ sub initTest
|
||||
my $self = shift;
|
||||
|
||||
# Clear cache from the previous test
|
||||
storageRepoCacheClear($self->stanza());
|
||||
storageRepoCacheClear();
|
||||
|
||||
# Load options
|
||||
$self->configTestClear();
|
||||
|
Reference in New Issue
Block a user