[ARVADOS] updated: 85f5272570db52619b99f11c879c475743f36aee

Git user git at public.curoverse.com
Mon Jun 12 09:35:24 EDT 2017


Summary of changes:
 services/nodemanager/tests/integration_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  85f5272570db52619b99f11c879c475743f36aee (commit)
      from  d4461f9c637e915d66aad807997e9909300f2f20 (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 85f5272570db52619b99f11c879c475743f36aee
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Jun 12 09:35:20 2017 -0400

    Fix integration test again, refs #10312

diff --git a/services/nodemanager/tests/integration_test.py b/services/nodemanager/tests/integration_test.py
index f28d33d..94ac817 100755
--- a/services/nodemanager/tests/integration_test.py
+++ b/services/nodemanager/tests/integration_test.py
@@ -213,7 +213,7 @@ def run_test(name, actions, checks, driver_class, jobs):
     if code == 0:
         logger.info("%s passed", name)
     else:
-        if isinstance(detail_content, StringIO):
+        if isinstance(detail_content, StringIO.StringIO):
             sys.stderr.write(detail_content.getvalue())
         logger.info("%s failed", name)
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list