[ARVADOS] updated: 2.1.0-1685-gbc3637c90
Git user
git at public.arvados.org
Tue Nov 30 15:38:52 UTC 2021
Summary of changes:
lib/controller/localdb/container_gateway_test.go | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via bc3637c90f8e4e3d1bdc61546c3d7fc53da135f6 (commit)
from d69ebd24d729ec50a20194a3c831babd0db0895e (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 bc3637c90f8e4e3d1bdc61546c3d7fc53da135f6
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Tue Nov 30 12:37:00 2021 -0300
18491: Removes an unnecessary check that made the test fail on module upgrade.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/lib/controller/localdb/container_gateway_test.go b/lib/controller/localdb/container_gateway_test.go
index 2a7735767..70037cc50 100644
--- a/lib/controller/localdb/container_gateway_test.go
+++ b/lib/controller/localdb/container_gateway_test.go
@@ -210,10 +210,9 @@ func (s *ContainerGatewaySuite) TestConnect(c *check.C) {
// Receive binary
_, err = io.ReadFull(sshconn.Conn, buf[:4])
c.Check(err, check.IsNil)
- c.Check(buf[:4], check.DeepEquals, []byte{0, 0, 1, 0xfc})
// If we can get this far into an SSH handshake...
- c.Log("success, tunnel is working")
+ c.Logf("was able to read %x -- success, tunnel is working", buf[:4])
}()
select {
case <-done:
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list