bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
[python-delta-tar] / testing / test_recover.py
2020-04-24 Philipp Gesangallow checking PDTCRYPT archives for IV integrity with...
2020-04-24 Philipp Gesangenable strict IV checking by default during decryption
2018-04-02 Philipp Gesangadd tests for truncated files
2018-04-02 Philipp Gesangdescribe corruption mechanisms and their function in...
2018-04-02 Philipp Gesangskip some unittests on older python versions
2018-04-02 Philipp Gesangtest multivol index reconstruct with hole and header...
2018-04-02 Philipp Gesangextend index reconstruct tests for multivol backups
2018-04-02 Philipp Gesanglift block alignment requirement for tar archive rescue
2018-04-02 Philipp Gesangimplement volume handling for rescue mode
2018-04-02 Philipp Gesangimplement leading garbage test
2018-04-02 Philipp Gesangadd unit test for borked ciphertext size
2018-04-02 Philipp Gesangadjust post-conditions for GZ[,AES]/rescue unit test
2018-04-02 Philipp Gesanguse real new volume handler during rescue
2018-04-02 Philipp Gesangadd test skeleton for corrupt index reconstruction
2018-04-02 Philipp Gesangderive test skeleton for disaster rescue mode
2018-04-02 Philipp Gesangtest corruption by tearing a hole in a volume
2018-04-02 Philipp Gesangadd test corrupting an entire volume
2018-04-02 Philipp Gesangallow for numbers of missing and failed files to differ...
2018-04-02 Philipp Gesangadjust the expectations about checksum mismatches with...
2018-04-02 Philipp Gesanguse index iterator to accomodate multivol extraction
2018-04-02 Philipp Gesanguse random data in multivol tests
2018-04-02 Philipp Gesanggive each recovery test a multivol companion
2018-04-02 Philipp Gesangtest recovery behavior with traling data
2018-04-02 Philipp Gesangtrack successful recover of corrupted payload in tests
2018-04-02 Philipp Gesangadd recover tests for completely damaged headers
2018-04-02 Philipp Gesangsync tarfile stream diligently when writing new objects
2018-04-02 Philipp Gesangadd header corruption tests
2018-04-02 Philipp Gesangadd test for corruption of encrypted files
2018-04-02 Philipp Gesangtrack irrecoverable files in test_recover
2018-04-02 Philipp Gesangprefer index iterator for recovery
2018-04-02 Philipp Gesangproperly damage gzip files for recover test
2018-04-02 Philipp Gesangadd bit flip helper for recover tests
2018-04-02 Philipp Gesanglay out skeleton for disaster recovery tests