@@ -473,7 +473,10 @@ def test_merge_compressed_and_uncompressed_backups_2(self):
473473 # @unittest.skip("skip")
474474 def test_merge_tablespaces (self ):
475475 """
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+
477480 """
478481 fname = self .id ().split ('.' )[3 ]
479482 backup_dir = os .path .join (self .tmp_path , module_name , fname , 'backup' )
@@ -550,7 +553,10 @@ def test_merge_tablespaces(self):
550553 # @unittest.skip("skip")
551554 def test_merge_tablespaces_1 (self ):
552555 """
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
554560 """
555561 fname = self .id ().split ('.' )[3 ]
556562 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):
12021208# FULL MERGING
12031209
12041210# 3. Need new test with corrupted FULL backup
1211+ # 4. different compression levels
0 commit comments