[ARVADOS] updated: 1.3.0-2364-g034494025

Git user git at public.arvados.org
Tue Mar 17 13:40:50 UTC 2020


Summary of changes:
 lib/install/deps_test.go | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

       via  0344940255604764cb37cf9ea248b538cce04ff4 (commit)
       via  7d79f1914845742c68d99da5dea9c17bf92b24b9 (commit)
      from  f75883d7826d92894638e4eff6d397196dd1123f (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 0344940255604764cb37cf9ea248b538cce04ff4
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Tue Mar 17 09:37:15 2020 -0400

    16053: Remove unneeded GOPATH mangling.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/lib/install/deps_test.go b/lib/install/deps_test.go
index c2344d878..a19bcb05f 100644
--- a/lib/install/deps_test.go
+++ b/lib/install/deps_test.go
@@ -29,7 +29,6 @@ func (*Suite) TestInstallDeps(c *check.C) {
 	tmp := c.MkDir()
 	script := `
 set -x
-export GOPATH=${GOPATH:-${HOME}/go}
 tmp="` + tmp + `"
 sourcepath="$(realpath ../..)"
 (cd ${sourcepath} && go build -o ${tmp} ./cmd/arvados-server)

commit 7d79f1914845742c68d99da5dea9c17bf92b24b9
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Tue Mar 17 09:28:15 2020 -0400

    16053: Note test timeout trap.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/lib/install/deps_test.go b/lib/install/deps_test.go
index d3e63986f..c2344d878 100644
--- a/lib/install/deps_test.go
+++ b/lib/install/deps_test.go
@@ -2,7 +2,10 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-// Skip this slow test unless invoked as "go test -tags docker":
+// Skip this slow test unless invoked as "go test -tags docker".
+// Depending on host/network speed, Go's default 10m test timeout
+// might be too short; recommend "go test -timeout 20m -tags docker".
+//
 // +build docker
 
 package install

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list