[ARVADOS] updated: 2.1.0-217-g06ebdde98

Git user git at public.arvados.org
Mon Dec 14 20:49:04 UTC 2020


Summary of changes:
 lib/controller/integration_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  06ebdde986c499a69b6b8faeb9b8f4ee01d19b04 (commit)
      from  2f8da8b76071a44b0ce28638cf5322b24e15c73d (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 06ebdde986c499a69b6b8faeb9b8f4ee01d19b04
Author: Tom Clegg <tom at curii.com>
Date:   Mon Dec 14 15:41:33 2020 -0500

    17208: Update test for s3cmd's new console output.
    
    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 3418c1f81..0388f21be 100644
--- a/lib/controller/integration_test.go
+++ b/lib/controller/integration_test.go
@@ -353,7 +353,7 @@ func (s *IntegrationSuite) TestS3WithFederatedToken(c *check.C) {
 		buf, _ = exec.Command("s3cmd", append(s3args, "get", "s3://"+coll.UUID+"/test.txt", c.MkDir()+"/tmpfile")...).CombinedOutput()
 		// Command fails because we don't return Etag header.
 		flen := strconv.Itoa(len(testText))
-		c.Check(string(buf), check.Matches, `(?ms).*`+flen+` of `+flen+`.*`)
+		c.Check(string(buf), check.Matches, `(?ms).*`+flen+` (bytes in|of `+flen+`).*`)
 	}
 }
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list