[MDBF-135] minio into containers for s3 test suite Created: 2020-09-04 Updated: 2022-02-11 |
|
| Status: | Open |
| Project: | MariaDB Foundation Development |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Daniel Black | Assignee: | Vlad Bogolin |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
Per I expect to be writing a few issues and getting some tests masked in addition to bugs like This will need the server minio (https://dl.min.io/server/minio/release/linux-amd64/ and relative links), and the client mc https://dl.min.io/client/mc/release/linux-amd64/. These are golang built static executables. These at least for me were painfully slow to download. How to run the tests is listed: https://jira.mariadb.org/browse/MDEV-23662?focusedCommentId=165200&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-165200 contains how to create the service on port 9000 internally for test. |
| Comments |
| Comment by Daniel Black [ 2020-12-15 ] |
|
note minio versions are mirrored here ftp://ftp.mariadb.org/public/minio/ because the upstream mirror is so slow. |
| Comment by Elena Stepanova [ 2020-12-15 ] |
|
... and also because for regression testing purposes it is better to have a fixed version of a 3rd-party tool. |
| Comment by Daniel Black [ 2022-02-11 ] |
|
Or run minio containers linked to the bb containers - https://docs.min.io/docs/minio-docker-quickstart-guide.html |