[arvados] updated: 2.1.0-2564-gbad877eb1
git repository hosting
git at public.arvados.org
Tue May 31 15:00:01 UTC 2022
Summary of changes:
lib/controller/integration_test.go | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
via bad877eb1d1a84d25c1fab3592e4218774816179 (commit)
from 4ac7c5a26e9d5ba203edeaed242627be2bf9dbf8 (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 bad877eb1d1a84d25c1fab3592e4218774816179
Author: Tom Clegg <tom at curii.com>
Date: Tue May 31 10:59:31 2022 -0400
15370: Fix up debug logs.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/lib/controller/integration_test.go b/lib/controller/integration_test.go
index 7bf739f90..67d60197e 100644
--- a/lib/controller/integration_test.go
+++ b/lib/controller/integration_test.go
@@ -1148,15 +1148,14 @@ func (s *IntegrationSuite) runContainer(c *check.C, clusterID string, ctrSpec ma
c.Log("[docker load]")
out, err := exec.Command("docker", "load", "--input", arvadostest.BusyboxDockerImage(c)).CombinedOutput()
- c.Logf("[docker load done] %s", out)
+ c.Logf("[docker load output] %s", out)
c.Check(err, check.IsNil)
c.Log("[arv-keepdocker]")
akd := exec.Command("arv-keepdocker", "--no-resume", "busybox:uclibc")
akd.Env = append(os.Environ(), "ARVADOS_API_HOST="+ac.APIHost, "ARVADOS_API_HOST_INSECURE=1", "ARVADOS_API_TOKEN="+ac.AuthToken)
- c.Logf("[arv-keepdocker env] %q", akd.Env)
out, err = akd.CombinedOutput()
- c.Logf("[arv-keepdocker done] %s", out)
+ c.Logf("[arv-keepdocker output]\n%s", out)
c.Check(err, check.IsNil)
var cr arvados.ContainerRequest
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list