[ARVADOS] updated: 2.1.0-1891-g668e4f412

Git user git at public.arvados.org
Thu Feb 10 21:46:31 UTC 2022


Summary of changes:
 services/keep-web/s3_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  668e4f412e70817059fa093b4739c06c50705e79 (commit)
      from  3c3d72f3076f164c79a10e089b80a098ecec5ff8 (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 668e4f412e70817059fa093b4739c06c50705e79
Author: Tom Clegg <tom at curii.com>
Date:   Thu Feb 10 16:45:53 2022 -0500

    18600: Update error message in S3 test.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>

diff --git a/services/keep-web/s3_test.go b/services/keep-web/s3_test.go
index f411fde87..966f39c28 100644
--- a/services/keep-web/s3_test.go
+++ b/services/keep-web/s3_test.go
@@ -332,7 +332,7 @@ func (s *IntegrationSuite) TestS3ProjectPutObjectNotSupported(c *check.C) {
 		err = bucket.PutReader(trial.path, bytes.NewReader(buf), int64(len(buf)), trial.contentType, s3.Private, s3.Options{})
 		c.Check(err.(*s3.Error).StatusCode, check.Equals, 400)
 		c.Check(err.(*s3.Error).Code, check.Equals, `InvalidArgument`)
-		c.Check(err, check.ErrorMatches, `(mkdir "/by_id/zzzzz-j7d0g-[a-z0-9]{15}/newdir2?"|open "/zzzzz-j7d0g-[a-z0-9]{15}/newfile") failed: invalid argument`)
+		c.Check(err, check.ErrorMatches, `(mkdir "/by_id/zzzzz-j7d0g-[a-z0-9]{15}/newdir2?"|open "/zzzzz-j7d0g-[a-z0-9]{15}/newfile") failed: invalid (argument|operation)`)
 
 		_, err = bucket.GetReader(trial.path)
 		c.Check(err.(*s3.Error).StatusCode, check.Equals, 404)

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list