From: Thomas Jarosch Date: Mon, 27 Jan 2020 16:27:35 +0000 (+0100) Subject: Fix up docstring of test_create_backup_index_max_file_length() X-Git-Tag: v2.2~7^2~12 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=17b810c62b9cfb7dc4bd411b2ce38f26ca100e33;p=python-delta-tar Fix up docstring of test_create_backup_index_max_file_length() --- diff --git a/testing/test_deltatar.py b/testing/test_deltatar.py index 75e53c2..2350e7c 100644 --- a/testing/test_deltatar.py +++ b/testing/test_deltatar.py @@ -223,12 +223,11 @@ class DeltaTarTest(BaseTest): def test_create_backup_index_max_file_length (self): """ - Creates a full backup including one file that exceeds the (purposely - lowered) upper bound on GCM encrypted objects. This will yield two - encrypted objects for one plaintext file. + Creates a full backup with a too large index file for the upper bound + of the GCM encryption. Since the index file has a fixed IV file counter + of AES_GCM_IV_CNT_INDEX, we expect the crypto layer to abort. - Success is verified by splitting the archive at object boundaries and - counting the parts. + 60+ GB of (potentially compressed) index file should last for a while... """ if self.MODE_COMPRESSES is True: raise SkipTest ("GCM file length test not meaningful with compression.")