[ARVADOS] updated: 2.1.0-802-g5a902f04b

Git user git at public.arvados.org
Tue May 18 21:10:35 UTC 2021


Summary of changes:
 lib/crunchrun/executor_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  5a902f04bc1efdd30398195cb50df85ebab75d84 (commit)
      from  8fd331405028ebdbb97de58560057564aa530105 (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 5a902f04bc1efdd30398195cb50df85ebab75d84
Author: Tom Clegg <tom at curii.com>
Date:   Tue May 18 17:10:09 2021 -0400

    17296: Don't use /var/lib/arvados/tmp as a cache dir for tests.
    
    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 5728a9ccf..aeccb2fe2 100644
--- a/lib/crunchrun/executor_test.go
+++ b/lib/crunchrun/executor_test.go
@@ -21,7 +21,7 @@ var _ = Suite(&dockerSuite{})
 
 func busyboxDockerImage(c *C) string {
 	fnm := "busybox_uclibc.tar"
-	cachedir := "/var/lib/arvados/tmp"
+	cachedir := c.MkDir()
 	cachefile := cachedir + "/" + fnm
 	if _, err := os.Stat(cachefile); err == nil {
 		return cachefile

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list