mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-02-03 14:01:57 +02:00
tests: rename external.ExternalTest.test_restore_external_dir_is_empty to external.ExternalTest.test_restore_external_dir_is_missing
This commit is contained in:
parent
982cf6ac63
commit
d489cc700e
@ -1473,10 +1473,10 @@ class ExternalTest(ProbackupTest, unittest.TestCase):
|
||||
# Clean after yourself
|
||||
self.del_test_dir(module_name, fname)
|
||||
|
||||
def test_restore_external_dir_is_empty(self):
|
||||
def test_restore_external_dir_is_missing(self):
|
||||
"""
|
||||
take FULL backup with not empty external directory
|
||||
drop external directory content
|
||||
drop external directory
|
||||
take DELTA backup
|
||||
restore page backup, check that restored
|
||||
external directory is empty
|
||||
|
Loading…
x
Reference in New Issue
Block a user