This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
forked from datto/dattobd
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify tests to cover ext2/3/4, XFS filesystems (#137)
This modification for the tests was done long time ago in scope of draft for #63 It allows to run `tests/elio-test.sh` with the file system specified as an argument. Now tests can be executed like this ```bash # Run tests, as usually, on the loop device and ext4 filesystem sudo ./elio-test.sh # Run tests on the loop device and ext3 filesystem sudo ./elio-test.sh -f ext3 # Run tests on the /dev/vdb1 device and XFS filesystem sudo ./elio-test.sh -d /dev/vdb1 -f xfs ``` The test `test_track_writes` is disabled for XFS due to #63. And all the tests for XFS were disabled on Debian 8 due to the mount issue (created new bug #139) and on Ubuntu 22.04 due to the issue with destroy of unverified snapshot and incremental (see new bug #138).
- Loading branch information
Eugene Kovalenko
authored
Jun 15, 2022
1 parent
8f5253f
commit f61bdc5
Showing
5 changed files
with
76 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters