mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-07 13:40:17 +02:00
[Issue #320] minor cleanup in "incr_restore" module
This commit is contained in:
parent
7ecb56e743
commit
def4cb4ae2
@ -10,7 +10,6 @@ import hashlib
|
|||||||
import shutil
|
import shutil
|
||||||
import json
|
import json
|
||||||
from testgres import QueryException
|
from testgres import QueryException
|
||||||
from distutils.dir_util import copy_tree
|
|
||||||
|
|
||||||
|
|
||||||
module_name = 'incr_restore'
|
module_name = 'incr_restore'
|
||||||
@ -2452,4 +2451,3 @@ class IncrRestoreTest(ProbackupTest, unittest.TestCase):
|
|||||||
self.del_test_dir(module_name, fname)
|
self.del_test_dir(module_name, fname)
|
||||||
|
|
||||||
# check that MinRecPoint and BackupStartLsn are correctly used in case of --incrementa-lsn
|
# check that MinRecPoint and BackupStartLsn are correctly used in case of --incrementa-lsn
|
||||||
# incremental restore + partial restore.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user