[ARVADOS] updated: 1.3.0-1806-g916ec66d0

Git user git at public.curoverse.com
Mon Oct 28 19:49:18 UTC 2019


Summary of changes:
 build/run-tests.sh | 4 ++++
 1 file changed, 4 insertions(+)

       via  916ec66d0caeeb37983043810bea22e0bc41751f (commit)
      from  5d6531e7ed927ce8059caa61515efc3d4d539cfe (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 916ec66d0caeeb37983043810bea22e0bc41751f
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Mon Oct 28 15:47:39 2019 -0400

    Show initial fuse mount info when starting tests.
    
    refs #15757
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 766ff1b82..0014547ce 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() {

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list