[ARVADOS] updated: 722fbc81b200416304b08c9c11a8447131ef765d
Git user
git at public.curoverse.com
Thu Mar 17 14:45:54 EDT 2016
Summary of changes:
sdk/python/tests/test_keep_client.py | 1 +
1 file changed, 1 insertion(+)
via 722fbc81b200416304b08c9c11a8447131ef765d (commit)
from 5768e5a7559c22f86d89be65245b0d269f06cc6c (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 722fbc81b200416304b08c9c11a8447131ef765d
Author: Brett Smith <brett at curoverse.com>
Date: Thu Mar 17 14:42:00 2016 -0400
8752: Skip unreliable Python SDK Keep test.
Refs #8752. See there for more discussion about the circumstances of
failure.
diff --git a/sdk/python/tests/test_keep_client.py b/sdk/python/tests/test_keep_client.py
index 9a0fe80..5cba8cc 100644
--- a/sdk/python/tests/test_keep_client.py
+++ b/sdk/python/tests/test_keep_client.py
@@ -69,6 +69,7 @@ class KeepTestCase(run_test_server.TestCaseWithServers):
blob_str,
'wrong content from Keep.get(md5(<binarydata>))')
+ @unittest.skip("unreliable test - please fix and close #8752")
def test_KeepSingleCopyRWTest(self):
blob_str = '\xff\xfe\xfd\xfc\x00\x01\x02\x03'
blob_locator = self.keep_client.put(blob_str, copies=1)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list