[ARVADOS] updated: 4ffb10314b3c3bc5883463c9bce14036cde374ff
Git user
git at public.curoverse.com
Mon Jun 12 10:03:12 EDT 2017
Summary of changes:
services/nodemanager/tests/integration_test.py | 2 --
1 file changed, 2 deletions(-)
via 4ffb10314b3c3bc5883463c9bce14036cde374ff (commit)
from 85f5272570db52619b99f11c879c475743f36aee (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 4ffb10314b3c3bc5883463c9bce14036cde374ff
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Jun 12 10:02:42 2017 -0400
Remove node manager integration test wait check for quota set (event ordering), refs #10312
diff --git a/services/nodemanager/tests/integration_test.py b/services/nodemanager/tests/integration_test.py
index 94ac817..c6f1827 100755
--- a/services/nodemanager/tests/integration_test.py
+++ b/services/nodemanager/tests/integration_test.py
@@ -265,7 +265,6 @@ def main():
"test_hit_quota": (
[
(r".*Daemon started", set_squeue),
- (r".*setting node quota to 3", noop),
(r".*Cloud node (\S+) is now paired with Arvados node (\S+) with hostname (\S+)", node_paired),
(r".*Cloud node (\S+) is now paired with Arvados node (\S+) with hostname (\S+)", node_paired),
(r".*ComputeNodeMonitorActor\..*\.([^[]*).*Not eligible for shut down because node state is \('busy', 'open', .*\)", node_busy),
@@ -287,7 +286,6 @@ def main():
"test_probe_quota": (
[
(r".*Daemon started", set_squeue),
- (r".*setting node quota to 3", noop),
(r".*Cloud node (\S+) is now paired with Arvados node (\S+) with hostname (\S+)", node_paired),
(r".*Cloud node (\S+) is now paired with Arvados node (\S+) with hostname (\S+)", node_paired),
(r".*ComputeNodeMonitorActor\..*\.([^[]*).*Not eligible for shut down because node state is \('busy', 'open', .*\)", node_busy),
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list