bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug found --transferfile --cleanup nonempty directory


From: Radost Waszkiewicz
Subject: Bug found --transferfile --cleanup nonempty directory
Date: Tue, 13 Apr 2021 11:02:48 +0200

When transfering a directory with transferfile cleanup gets confused and tries to delete it as a file not as a directory resulting in error messages.

To reproduce:
mkdir test
touch test/file
parallel --workdir ... --transferfile test --cleanup -S 2/Node02 "ls; echo"  ::: 0 1


Output:
test
0
rm: cannot remove './.parallel/tmp/node01-1800-1/test': Is a directory
test
1
rm: cannot remove './.parallel/tmp/node01-1800-2/test': Is a directory

Everything works as intended but throws error messages unnecessarily.

Best wishes,
Radost

reply via email to

[Prev in Thread] Current Thread [Next in Thread]