[ARVADOS] updated: b2ca3a093f36370719d4a6e89ba46a45111f4f63

git at public.curoverse.com git at public.curoverse.com
Wed Nov 18 10:23:35 EST 2015


Summary of changes:
 services/nodemanager/tests/test_daemon.py | 4 ----
 1 file changed, 4 deletions(-)

       via  b2ca3a093f36370719d4a6e89ba46a45111f4f63 (commit)
      from  55e78d1096d8a76b77911bcb1561412cda7ffb8a (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 b2ca3a093f36370719d4a6e89ba46a45111f4f63
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Wed Nov 18 10:18:03 2015 -0500

    5353: Remove extra assertion because busywait does it for us.

diff --git a/services/nodemanager/tests/test_daemon.py b/services/nodemanager/tests/test_daemon.py
index e0f0517..200919b 100644
--- a/services/nodemanager/tests/test_daemon.py
+++ b/services/nodemanager/tests/test_daemon.py
@@ -703,10 +703,6 @@ class NodeManagerDaemonActorTestCase(testutil.ActorTestMixin,
         booting = self.daemon.booting.get()
         self.stop_proxy(self.daemon)
 
-        # technically something could happen between finishing the busywait and
-        # stopping the daemon so check again
-        self.assertEqual(3, self.node_setup.start.call_count)
-
         sizecounts = {a[0].id: 0 for a in avail_sizes}
         for b in booting.itervalues():
             sizecounts[b.cloud_size.get().id] += 1

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list