[ARVADOS] updated: 2.1.0-805-g443cfe50d

Git user git at public.arvados.org
Wed May 19 18:13:37 UTC 2021


Summary of changes:
 lib/crunchrun/crunchrun_test.go | 1 +
 lib/crunchrun/executor_test.go  | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

       via  443cfe50d76ea0a2632dd7f0b8212c5bc7ed85e4 (commit)
       via  06dd9be25c08c7724e209118b95f8325dca63a96 (commit)
       via  e6a8aa972a9d8cf6c7e57876d32e2577011bd5ed (commit)
      from  5a902f04bc1efdd30398195cb50df85ebab75d84 (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 443cfe50d76ea0a2632dd7f0b8212c5bc7ed85e4
Author: Tom Clegg <tom at curii.com>
Date:   Wed May 19 14:11:27 2021 -0400

    17296: Fix docker tests running twice.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/crunchrun/executor_test.go b/lib/crunchrun/executor_test.go
index 2156ea2d2..4b6a4b1b2 100644
--- a/lib/crunchrun/executor_test.go
+++ b/lib/crunchrun/executor_test.go
@@ -17,8 +17,6 @@ import (
 	. "gopkg.in/check.v1"
 )
 
-var _ = Suite(&dockerSuite{})
-
 func busyboxDockerImage(c *C) string {
 	fnm := "busybox_uclibc.tar"
 	cachedir := c.MkDir()

commit 06dd9be25c08c7724e209118b95f8325dca63a96
Author: Tom Clegg <tom at curii.com>
Date:   Wed May 19 14:06:11 2021 -0400

    17296: Use https cache.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/crunchrun/executor_test.go b/lib/crunchrun/executor_test.go
index aeccb2fe2..2156ea2d2 100644
--- a/lib/crunchrun/executor_test.go
+++ b/lib/crunchrun/executor_test.go
@@ -32,7 +32,7 @@ func busyboxDockerImage(c *C) string {
 	defer f.Close()
 	defer os.Remove(f.Name())
 
-	resp, err := http.Get("http://cache.arvados.org/" + fnm)
+	resp, err := http.Get("https://cache.arvados.org/" + fnm)
 	c.Assert(err, IsNil)
 	defer resp.Body.Close()
 	_, err = io.Copy(f, resp.Body)

commit e6a8aa972a9d8cf6c7e57876d32e2577011bd5ed
Author: Tom Clegg <tom at curii.com>
Date:   Wed May 19 14:05:47 2021 -0400

    17296: Enable memory limit for test.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/lib/crunchrun/crunchrun_test.go b/lib/crunchrun/crunchrun_test.go
index 249d7f1bd..5f7e71d95 100644
--- a/lib/crunchrun/crunchrun_test.go
+++ b/lib/crunchrun/crunchrun_test.go
@@ -694,6 +694,7 @@ func (s *TestSuite) fullRunHelper(c *C, record string, extraMounts []string, exi
 }
 
 func (s *TestSuite) TestFullRunHello(c *C) {
+	s.runner.enableMemoryLimit = true
 	s.runner.networkMode = "default"
 	s.fullRunHelper(c, `{
     "command": ["echo", "hello world"],

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list