[ARVADOS] updated: 1.3.0-125-gc6b8556df
Git user
git at public.curoverse.com
Thu Dec 20 10:03:35 EST 2018
Summary of changes:
lib/dispatchcloud/scheduler/run_queue_test.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via c6b8556dfb4f71c5ccc6041b48061fdb1c00c3b2 (commit)
from ee1161113168d709f0cb0513f192631c1f35b3ab (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 c6b8556dfb4f71c5ccc6041b48061fdb1c00c3b2
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Thu Dec 20 10:03:19 2018 -0500
14360: Fix test case.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/lib/dispatchcloud/scheduler/run_queue_test.go b/lib/dispatchcloud/scheduler/run_queue_test.go
index aff0e227a..5050d884a 100644
--- a/lib/dispatchcloud/scheduler/run_queue_test.go
+++ b/lib/dispatchcloud/scheduler/run_queue_test.go
@@ -216,8 +216,8 @@ func (*SchedulerSuite) TestShutdownAtQuota(c *check.C) {
func (*SchedulerSuite) TestStartWhileCreating(c *check.C) {
pool := stubPool{
unalloc: map[arvados.InstanceType]int{
- test.InstanceType(1): 1,
- test.InstanceType(2): 1,
+ test.InstanceType(1): 2,
+ test.InstanceType(2): 2,
},
idle: map[arvados.InstanceType]int{
test.InstanceType(1): 1,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list