[ARVADOS] updated: 2.1.0-180-gc4f5d2f5e
Git user
git at public.arvados.org
Wed Dec 2 14:33:29 UTC 2020
Summary of changes:
services/keep-web/s3_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c4f5d2f5e3f69258773dd3335137bb8b9edaa24c (commit)
from d115ba8b035bbc3c099c5aa8890a8dd2b61b164e (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 c4f5d2f5e3f69258773dd3335137bb8b9edaa24c
Author: Tom Clegg <tom at tomclegg.ca>
Date: Wed Dec 2 09:30:55 2020 -0500
Update error regexp in test case.
refs #17009
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>
diff --git a/services/keep-web/s3_test.go b/services/keep-web/s3_test.go
index b9a6d85ec..562d5296b 100644
--- a/services/keep-web/s3_test.go
+++ b/services/keep-web/s3_test.go
@@ -303,7 +303,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`)
_, 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