-
Notifications
You must be signed in to change notification settings - Fork 7
test minio in CircleCI #245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Compliance Guide 🔍Below is a summary of compliance checks for this PR:
Compliance status legend🟢 - Fully Compliant🟡 - Partial Compliant 🔴 - Not Compliant ⚪ - Requires Further Human Verification 🏷️ - Compliance label |
||||||||||||||||||||||||||
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||||||||||
PR Type
Tests, Enhancement
Description
Migrate MinIO tests from public server to local Docker instance
Remove MinIO tests from main file package, consolidate in dedicated module
Add CircleCI MinIO service container with environment configuration
Update test credentials to use environment variables with local defaults
Diagram Walkthrough
File Walkthrough
file_test.go
Remove MinIO tests from main file packagefile/file_test.go
TestGlob_Miniotest function and related helper functionsclient_test.go
Configure tests for local MinIO Docker instancefile/minio/client_test.go
lookups
play.minio.io:9000tolocalhost:9000Secureflag fromtruetofalsefor local HTTP instancefiles
glob_test.go
Add dedicated MinIO glob test modulefile/minio/glob_test.go
TestGlobwith environment variable configurationTestGlob_Miniopatternsconfig.yml
Add MinIO service container to CircleCI pipeline.circleci/config.yml
variables