[ARVADOS] updated: 2.1.0-416-gd106841c5

Git user git at public.arvados.org
Wed Feb 3 21:35:45 UTC 2021


Summary of changes:
 cmd/arvados-client/container_gateway_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  d106841c5b3e10f40c903923ea3f6121985d5502 (commit)
      from  60a72f91316ab1d878420adceb98e585c0e3b72f (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 d106841c5b3e10f40c903923ea3f6121985d5502
Author: Tom Clegg <tom at curii.com>
Date:   Wed Feb 3 16:35:31 2021 -0500

    17170: Update test.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/cmd/arvados-client/container_gateway_test.go b/cmd/arvados-client/container_gateway_test.go
index 39d6e910b..97a615e4b 100644
--- a/cmd/arvados-client/container_gateway_test.go
+++ b/cmd/arvados-client/container_gateway_test.go
@@ -30,7 +30,7 @@ func (s *ClientSuite) TestShellGatewayNotAvailable(c *check.C) {
 	cmd.Stderr = &stderr
 	c.Check(cmd.Run(), check.NotNil)
 	c.Log(stderr.String())
-	c.Check(stderr.String(), check.Matches, `(?ms).*gateway is not available, container is queued.*`)
+	c.Check(stderr.String(), check.Matches, `(?ms).*container is not running yet \(state is "Queued"\).*`)
 }
 
 func (s *ClientSuite) TestShellGateway(c *check.C) {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list