Dne 26. 01. 24 v 10:37 Yu Kuai napsal(a):
Hi,
在 2024/01/26 17:17, Yu Kuai 写道:
Hi,
在 2024/01/23 10:31, Benjamin Marzinski 写道:
On Mon, Jan 22, 2024 at 05:34:54PM +0100, Mikulas Patocka wrote:
This test always hangs for me as well. You can try this for a reproducer
Create a F39 Cloud image VM on a host machine (tweaking the root-ssh-key
if necessary):
Just borrow this thread for a question, it takes a long time to run the
whole test suite, can I just run the tests related to dm-raid?
For example:
ls test/shell | grep raid
This is not enough, like integrity-caching.sh doesn't include 'raid' in
the name. How about following script, total 99 tests are found:
for t in `ls test/shell`; do
if cat test/shell/$t | grep raid &> /dev/null; then
make check T=$t $t
fi
done
this should hang. From the host machine, run
make check_local T=raid
will do the same thing. With S= you could even select list of tests you
want to skip.
Regards
Zdenek