Whamcloud - gitweb
tests: test various features of the new e2undo format
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 5 May 2015 14:42:23 +0000 (10:42 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 5 May 2015 14:42:34 +0000 (10:42 -0400)
commit08b7417b63e3ddcaf625d7c9bba70f67dc7091f3
tree24aa9c27e8e16c76a536f8aceed828e913d17429
parent3af683709500519db6308511759e19a57ac3e670
tests: test various features of the new e2undo format

Verify that the header, checksum, and wrong-order rollback detection
features of the new e2undo actually work.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
16 files changed:
tests/u_compound_bad_rollback/script [new file with mode: 0644]
tests/u_corrupt_blk_csum/script [new file with mode: 0644]
tests/u_corrupt_blk_csum_force/script [new file with mode: 0644]
tests/u_corrupt_hdr_csum/script [new file with mode: 0644]
tests/u_corrupt_key_csum/script [new file with mode: 0644]
tests/u_dryrun/script [new file with mode: 0644]
tests/u_errorout/script [new file with mode: 0644]
tests/u_force/script [new file with mode: 0644]
tests/u_force_dryrun/script [new file with mode: 0644]
tests/u_incomplete/script [new file with mode: 0644]
tests/u_not_undo/script [new file with mode: 0644]
tests/u_onefile_bad/script [new file with mode: 0644]
tests/u_revert_64bitmcsum_onefile/script [new file with mode: 0644]
tests/u_revert_all_onefile/script [new file with mode: 0644]
tests/u_undo_undo/script [new file with mode: 0644]
tests/u_wrong_fs/script [new file with mode: 0644]