[arvados] updated: 2.7.0-6356-g3832c78014
git repository hosting
git at public.arvados.org
Sat Apr 6 01:21:03 UTC 2024
Summary of changes:
sdk/python/tests/test_arvfile.py | 1 +
1 file changed, 1 insertion(+)
via 3832c780144d8491403582d9d1142c150fde6d1f (commit)
from 1f54a6762575e1ff8da9861277dd8e44a7e87caf (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 3832c780144d8491403582d9d1142c150fde6d1f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Fri Apr 5 21:15:51 2024 -0400
21639: Fix tests
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/python/tests/test_arvfile.py b/sdk/python/tests/test_arvfile.py
index cf6dec1a55..3517d78e17 100644
--- a/sdk/python/tests/test_arvfile.py
+++ b/sdk/python/tests/test_arvfile.py
@@ -631,6 +631,7 @@ class ArvadosFileReaderTestCase(StreamFileReaderTestCase):
self.blocks = blocks
self.nocache = nocache
self._keep = ArvadosFileWriterTestCase.MockKeep({})
+ self.prefetch_lookahead = 0
def block_prefetch(self, loc):
pass
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list