[ARVADOS] updated: 611244398282b805188d4c334f3323807ca394c5
Git user
git at public.curoverse.com
Tue Apr 19 17:16:51 EDT 2016
Summary of changes:
services/fuse/tests/test_mount.py | 1 -
1 file changed, 1 deletion(-)
via 611244398282b805188d4c334f3323807ca394c5 (commit)
from 6f1543559341624f0b9bdb880f7feb3fb8495811 (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 611244398282b805188d4c334f3323807ca394c5
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Apr 19 16:57:41 2016 -0400
6833: Fix excessive debug logging in TokenExpiryTest and subsequent tests.
Excessive logging was introduced (seemingly unintentionally) in d3313e65.
refs #6833
diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py
index fa48849..e534e32 100644
--- a/services/fuse/tests/test_mount.py
+++ b/services/fuse/tests/test_mount.py
@@ -1142,7 +1142,6 @@ class TokenExpiryTest(MountTestBase):
@mock.patch('arvados.keep.KeepClient.get')
def runTest(self, mocked_get):
- logging.getLogger('arvados.arvados_fuse').setLevel(logging.DEBUG)
self.api._rootDesc = {"blobSignatureTtl": 2}
mnt = self.make_mount(fuse.CollectionDirectory, collection_record='zzzzz-4zz18-op4e2lbej01tcvu')
mocked_get.return_value = 'fake data'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list