[ARVADOS] updated: 2.1.0-86-gecd2ef607
Git user
git at public.arvados.org
Thu Feb 18 19:04:22 UTC 2021
Summary of changes:
services/keep-web/s3_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ecd2ef6079673f2d2747979d711c33469417c376 (commit)
from f569458386b8e8c1b9d910762abae9bd9ca9506d (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 ecd2ef6079673f2d2747979d711c33469417c376
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 6a7eeef37..3435c8cbf 100644
--- a/services/keep-web/s3_test.go
+++ b/services/keep-web/s3_test.go
@@ -300,7 +300,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