[arvados] updated: 2.7.0-4999-g614e675e67
git repository hosting
git at public.arvados.org
Mon Oct 16 19:32:33 UTC 2023
Summary of changes:
lib/dispatchcloud/scheduler/run_queue_test.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 614e675e6706505bab6d15aaf916d6c2e4ec1de0 (commit)
from c29c2feb691b5abbffaf8f177222d2973ad1b19f (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 614e675e6706505bab6d15aaf916d6c2e4ec1de0
Author: Tom Clegg <tom at curii.com>
Date: Mon Oct 16 15:32:24 2023 -0400
20984: Update comment.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/lib/dispatchcloud/scheduler/run_queue_test.go b/lib/dispatchcloud/scheduler/run_queue_test.go
index 76eecead5e..da6955029a 100644
--- a/lib/dispatchcloud/scheduler/run_queue_test.go
+++ b/lib/dispatchcloud/scheduler/run_queue_test.go
@@ -362,8 +362,8 @@ func (*SchedulerSuite) TestInstanceCapacity(c *check.C) {
// Start container4, but then pool reports AtCapacity for
// type4, so we skip trying to create an instance for
- // container3, but do try to create a type2 instance for
- // container2.
+ // container3, skip locking container2, but do try to create a
+ // type1 instance for container1.
c.Check(pool.starts, check.DeepEquals, []string{test.ContainerUUID(4), test.ContainerUUID(1)})
c.Check(pool.shutdowns, check.Equals, 0)
c.Check(pool.creates, check.DeepEquals, []arvados.InstanceType{test.InstanceType(1)})
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list