Actions
Bug #12134
closed[arv-mount] Fix test deadlock by using new llfuse in test suite
Story points:
-
Description
Peter's patch for the thread-cancel bug has been merged upstream, but there is no new release yet.
Instead of waiting for a new release, we can update run-tests.sh to build its own version ("1.2.1arvados1"?) from source and install it into $VENVDIR during the dependencies/setup phase. Then "python setup.py install" in services/fuse should use that custom version instead of going to pypi, and we should see no more test suite deadlocks.
This is the relevant fix:
https://bitbucket.org/nikratio/python-llfuse/commits/8aab6579089bb0b07423a41bca84c4654b2f9b81
Related issues
Actions