[ARVADOS] updated: 2.1.0-2457-gd8474e9fe
Git user
git at public.arvados.org
Fri May 13 20:45:25 UTC 2022
Summary of changes:
lib/crunchrun/executor_test.go | 2 ++
1 file changed, 2 insertions(+)
via d8474e9fe0047789b0ec772675762fc9f050ef35 (commit)
from 503860c347e620432ee501c1edc245fca94bf729 (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 d8474e9fe0047789b0ec772675762fc9f050ef35
Author: Tom Clegg <tom at curii.com>
Date: Fri May 13 16:45:15 2022 -0400
19099: More debug info.
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 dcb4265c6..3c13f2e75 100644
--- a/lib/crunchrun/executor_test.go
+++ b/lib/crunchrun/executor_test.go
@@ -193,6 +193,8 @@ func (s *executorSuite) TestIPAddress(c *C) {
if err == nil {
break
}
+ lsns, err := exec.Command("lsns").CombinedOutput()
+ c.Logf("lsns (err == %v):\n%s", err, lsns)
}
ip, err := s.executor.IPAddress()
if c.Check(err, IsNil) && c.Check(ip, Not(Equals), "") {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list