You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
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).
Fore some reason (probably for viy) we have to new manually installed
xfsprogs on the Debian 8 boxes. Fixed it by xfsprogs and libs
re-install.
And udjusted work with `mdadm` utility in tests to work on old ( < 3.5)
Python.
Resolves#139
Fore some reason (probably for viy) we have to new manually installed
xfsprogs on the Debian 8 boxes. Fixed it by xfsprogs and libs
re-installation.
And adjusted work with `mdadm` utility in tests to work on old ( < 3.5)
Python.
No changes in the driver.
Resolves#139
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Mount of a snapshot device with XFS is failing time to time on Debian 8, kernel 3.16.0-11-amd64
dmesg:
Probably better to tackle with this issue after #63
The text was updated successfully, but these errors were encountered: