[ARVADOS] updated: fe60a64c939c2089385e5697daa5868812555346
Git user
git at public.curoverse.com
Wed Aug 31 11:50:01 EDT 2016
Summary of changes:
services/fuse/tests/test_mount.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via fe60a64c939c2089385e5697daa5868812555346 (commit)
from 98a4cd47053cc970e004169175b531afb22f8387 (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 fe60a64c939c2089385e5697daa5868812555346
Author: Tom Clegg <tom at curoverse.com>
Date: Wed Aug 31 11:32:05 2016 -0400
Make flaky test fail less often.
No issue #
diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py
index e534e32..39f1109 100644
--- a/services/fuse/tests/test_mount.py
+++ b/services/fuse/tests/test_mount.py
@@ -1155,7 +1155,7 @@ class TokenExpiryTest(MountTestBase):
re.search(r'\+A[0-9a-f]+@([0-9a-f]+)', got_loc).group(1),
16)
self.assertGreaterEqual(
- got_exp, want_exp-1,
+ got_exp, want_exp-2,
msg='now+2w = {:x}, but fuse fetched locator {} (old_exp {:x})'.format(
want_exp, got_loc, old_exp))
self.assertLessEqual(
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list