[ARVADOS] updated: 1.1.0-31-ga752814

Git user git at public.curoverse.com
Tue Oct 17 10:51:04 EDT 2017


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

       via  a7528146c436aae05e48711305e8dfcb3d55fdfa (commit)
      from  696434828d9beeb33852de15b3866be040c5b0fa (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 a7528146c436aae05e48711305e8dfcb3d55fdfa
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Tue Oct 17 10:50:23 2017 -0400

    12452: Fix test
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/nodemanager/tests/test_computenode_dispatch.py b/services/nodemanager/tests/test_computenode_dispatch.py
index c44305d..e4037d1 100644
--- a/services/nodemanager/tests/test_computenode_dispatch.py
+++ b/services/nodemanager/tests/test_computenode_dispatch.py
@@ -396,7 +396,7 @@ class ComputeNodeMonitorActorTestCase(testutil.ActorTestMixin,
     def test_shutdown_without_arvados_node(self):
         self.make_actor(start_time=0)
         self.shutdowns._set_state(True, 600)
-        self.assertEquals((True, "node state is ('unpaired', 'open', 'boot exceeded', 'idle exceeded')"),
+        self.assertEquals((True, "node state is ('down', 'open', 'boot exceeded', 'idle exceeded')"),
                           self.node_actor.shutdown_eligible().get(self.TIMEOUT))
 
     def test_shutdown_missing(self):

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list