From: Tom Clegg Date: Mon, 28 Oct 2019 19:47:39 +0000 (-0400) Subject: Show initial fuse mount info when starting tests. X-Git-Tag: 2.0.0~149 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/916ec66d0caeeb37983043810bea22e0bc41751f Show initial fuse mount info when starting tests. refs #15757 Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- diff --git a/build/run-tests.sh b/build/run-tests.sh index 766ff1b824..0014547ce5 100755 --- a/build/run-tests.sh +++ b/build/run-tests.sh @@ -283,6 +283,10 @@ sanity_checks() { # needed for pkgdown, builds R SDK doc pages which pandoc || fatal "No pandoc. Try: apt-get install pandoc" fi + echo 'procs with /dev/fuse open:' + find /proc/*/fd -lname /dev/fuse 2>/dev/null | cut -d/ -f3 | xargs --no-run-if-empty ps -lywww + echo 'grep fuse /proc/self/mountinfo:' + grep fuse /proc/self/mountinfo } rotate_logfile() {