[arvados] updated: 2.1.0-2614-gc2ac4e7b6
git repository hosting
git at public.arvados.org
Wed Jun 22 17:42:09 UTC 2022
Summary of changes:
build/run-tests.sh | 2 +-
lib/controller/integration_test.go | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
via c2ac4e7b6cd0e0ab4d8ae5dfe0d426a35d5ff875 (commit)
from b44ac131b7385af241acdcbf3835f743ea590b6a (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 c2ac4e7b6cd0e0ab4d8ae5dfe0d426a35d5ff875
Author: Tom Clegg <tom at curii.com>
Date: Wed Jun 22 13:41:56 2022 -0400
19166: verbose tests.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index ee52c4b9d..6a30b580e 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -779,7 +779,7 @@ do_test_once() {
else
# The above form gets verbose even when testargs is
# empty, so use this form in such cases:
- go test ${short:+-short} ${testflags[@]} ${coverflags[@]} "git.arvados.org/arvados.git/$1"
+ go test ${short:+-short} ${testflags[@]} ${coverflags[@]} -check.vv "git.arvados.org/arvados.git/$1"
fi
result=${result:-$?}
if [[ -f "$WORKSPACE/tmp/.$covername.tmp" ]]
diff --git a/lib/controller/integration_test.go b/lib/controller/integration_test.go
index 65d34315a..e5bdbc754 100644
--- a/lib/controller/integration_test.go
+++ b/lib/controller/integration_test.go
@@ -1190,7 +1190,7 @@ func (s *IntegrationSuite) runContainer(c *check.C, clusterID string, ctrSpec ma
wait:
for ; ; lastState = ctr.State {
if time.Now().After(deadline) {
- c.Errorf("timed out, container request state is %q", cr.State)
+ c.Errorf("timed out, container request state is %q, container state is %q", cr.State, ctr.State)
showlogs(ctr.Log)
c.FailNow()
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list