[ARVADOS] updated: 1.1.2-15-g7bc8466

Git user git at public.curoverse.com
Fri Jan 5 15:14:39 EST 2018


Summary of changes:
 services/fuse/tests/test_inodes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  7bc8466abceb800872bb6f687111f9ebe526e141 (commit)
      from  eae6972da6ffbf73d31fd47138cb49c13fed77de (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 7bc8466abceb800872bb6f687111f9ebe526e141
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri Jan 5 20:13:25 2018 +0000

    12870: Fix test
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/fuse/tests/test_inodes.py b/services/fuse/tests/test_inodes.py
index cd3b3bb..07e6036 100644
--- a/services/fuse/tests/test_inodes.py
+++ b/services/fuse/tests/test_inodes.py
@@ -112,7 +112,7 @@ class InodeTests(unittest.TestCase):
         cache.touch(ent3)
         self.assertFalse(ent1.clear.called)
         self.assertFalse(ent3.clear.called)
-        self.assertTrue(ent3.kernel_invalidate.called)
+        self.assertFalse(ent3.kernel_invalidate.called)
         self.assertEqual(1100, cache.total())
 
         # ent1 still in use, ent3 doesn't have ref,

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list