@@ -473,7 +473,10 @@ def test_merge_compressed_and_uncompressed_backups_2(self):
473
473
# @unittest.skip("skip")
474
474
def test_merge_tablespaces (self ):
475
475
"""
476
- Create tablespace with table
476
+ Create tablespace with table, take FULL backup,
477
+ create another tablespace with another table and drop previous
478
+ tablespace, take page backup, merge it and restore
479
+
477
480
"""
478
481
fname = self .id ().split ('.' )[3 ]
479
482
backup_dir = os .path .join (self .tmp_path , module_name , fname , 'backup' )
@@ -550,7 +553,10 @@ def test_merge_tablespaces(self):
550
553
# @unittest.skip("skip")
551
554
def test_merge_tablespaces_1 (self ):
552
555
"""
553
- Some test here
556
+ Create tablespace with table, take FULL backup,
557
+ create another tablespace with another table, take page backup,
558
+ drop first tablespace and take delta backup,
559
+ merge it and restore
554
560
"""
555
561
fname = self .id ().split ('.' )[3 ]
556
562
backup_dir = os .path .join (self .tmp_path , module_name , fname , 'backup' )
@@ -1202,3 +1208,4 @@ def test_continue_failed_merge_with_corrupted_delta_backup(self):
1202
1208
# FULL MERGING
1203
1209
1204
1210
# 3. Need new test with corrupted FULL backup
1211
+ # 4. different compression levels
0 commit comments