Test against minio
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 305
- Avg merge
- 22h 37m
- Merged PRs (30d)
- 4
Description
Currently we run tests against moto in a separate process.
Maybe we should also test against minio, which is a fully-functioning S3 implementation with some of its own quirks (lacks versioning?). I would propose this as a separate CI run.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing tests that run against moto in a separate process and the CI configuration that invokes them. Read the linked MinIO Docker quickstart, then define a separate CI run against MinIO; done means the relevant tests execute successfully against that implementation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- ci-cd, devops, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100