[ARVADOS] updated: 3e5e8972f4216a90b5bd17dff4a1c5f22106f820
git at public.curoverse.com
git at public.curoverse.com
Mon Nov 3 17:27:57 EST 2014
Summary of changes:
sdk/python/tests/test_collections.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via 3e5e8972f4216a90b5bd17dff4a1c5f22106f820 (commit)
from a70e6990cd6903cd30b1c54b7454fffc1848e63c (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 3e5e8972f4216a90b5bd17dff4a1c5f22106f820
Author: Tom Clegg <tom at curoverse.com>
Date: Mon Nov 3 17:27:54 2014 -0500
3706: Oops, the test was broken, the feature works fine.
diff --git a/sdk/python/tests/test_collections.py b/sdk/python/tests/test_collections.py
index 2f7871f..c4c7ca2 100644
--- a/sdk/python/tests/test_collections.py
+++ b/sdk/python/tests/test_collections.py
@@ -555,14 +555,13 @@ class ArvadosCollectionsTest(run_test_server.TestCaseWithServers,
""". bd19836ddb62c11c55ab251ccaca5645+2 0:2:f1
./d1 50170217e5b04312024aa5cd42934494+13 0:8:d2/f3 8:5:f2\n""")
- @unittest.skip("max_manifest_depth=0 is broken, see #4402")
def test_write_directory_tree_with_zero_recursion(self):
cwriter = arvados.CollectionWriter(self.api_client)
content = 'd1/d2/f3d1/f2f1'
blockhash = hashlib.md5(content).hexdigest() + '+' + str(len(content))
cwriter.write_directory_tree(
self.build_directory_tree(['f1', 'd1/f2', 'd1/d2/f3']),
- max_manifest_depth=1)
+ max_manifest_depth=0)
self.assertEqual(
cwriter.manifest_text(),
". {} 0:8:d1/d2/f3 8:5:d1/f2 13:2:f1\n".format(blockhash))
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list