Project

General

Profile

Bug #10805

Updated by Tom Clegg about 7 years ago

Test suite deadlocks frequently if llfuse is upgraded past 0.41.1 (tested: 0.42, 0.42.1, 0.43, 1.1.1) 

 To reproduce, change llfuse version requirement in services/fuse/setup.py and repeat the fuse tests a few times in a row: 

 <pre> 
 export WORKSPACE=`pwd` 
 ./build/run-tests.sh --temp /tmp/buildtmp --only install 
 ./build/run-tests.sh --temp /tmp/buildtmp --skip-install --only services/fuse --repeat 32 
 </pre> 

 The deadlock seems to happen only while the mount is being shut down. It isn't clear whether the problem could affect real-life usage too, or is specific to the test suite (e.g., combining multiprocessing with threading). 

 https://pythonhosted.org/llfuse/changes.html 

Back