ci: replace MinIO with RustFS in S3 tests - #962
Merged
Merged
Conversation
Use RustFS 1.0.0 for Docker and native test fixtures, and initialize the S3 bucket with the AWS CLI. Generated-by: Codex
smaheshwar-pltr
marked this pull request as ready for review
September 24, 2026 19:50
Expose server logs, retry bucket initialization, verify native downloads, and disable the unused console. Generated-by: Codex
3 tasks
- Rename the CI step to "Start Object Store" - Enable shell tracing in start_object_store.sh - Print the native server log only when it was started natively - Replace MinIO-specific wording in S3 comments Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
kevinjqliu
approved these changes
Sep 25, 2026
kevinjqliu
left a comment
Contributor
There was a problem hiding this comment.
LGTM
I pushed a commit to remove a few more references of minio from the codebase
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace the MinIO S3 test fixture with RustFS 1.0.0, following apache/iceberg#18247 and apache/iceberg#18246. This removes the remaining MinIO server and client downloads from AWS test setup.
Use Docker on Linux and pinned native release binaries when Docker is unavailable on macOS ARM64 or Windows. The fixture waits for readiness and creates its test bucket with the AWS CLI already available on GitHub runners.
Validated shell syntax, ShellCheck, workflow syntax, and native release archive contents. The AWS integration jobs passed on Ubuntu with both bundled and system AWS SDKs, and on macOS ARM64.
AI disclosure: Assisted by Codex (GPT-6).