[arvados] updated: 2.1.0-3161-g2c8bbcd43

git repository hosting git at public.arvados.org
Wed Dec 14 15:11:35 UTC 2022


Summary of changes:
 lib/lsf/dispatch_test.go | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

       via  2c8bbcd431eb3aee1b4fd650b8268979b8da556c (commit)
      from  42dd3d670f9e9030145ee73e97d3ed2ba040bca5 (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 2c8bbcd431eb3aee1b4fd650b8268979b8da556c
Author: Tom Clegg <tom at curii.com>
Date:   Wed Dec 14 10:09:52 2022 -0500

    19847: Update test for new API default disk cache behavior.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/lsf/dispatch_test.go b/lib/lsf/dispatch_test.go
index a381b25e9..cd41071d2 100644
--- a/lib/lsf/dispatch_test.go
+++ b/lib/lsf/dispatch_test.go
@@ -79,8 +79,9 @@ func (s *suite) SetUpTest(c *check.C) {
 	err = arvados.NewClientFromEnv().RequestAndDecode(&s.crPending, "POST", "arvados/v1/container_requests", nil, map[string]interface{}{
 		"container_request": map[string]interface{}{
 			"runtime_constraints": arvados.RuntimeConstraints{
-				RAM:   100000000,
-				VCPUs: 2,
+				RAM:           100000000,
+				VCPUs:         2,
+				KeepCacheDisk: 8 << 30,
 			},
 			"container_image":     arvadostest.DockerImage112PDH,
 			"command":             []string{"sleep", "1"},

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list