ci: isolate object storage integration tests - #452
Closed
gouhongshen wants to merge 1 commit into
Closed
gouhongshen wants to merge 1 commit into
gouhongshen wants to merge 1 commit into
Conversation
This was referenced Sep 15, 2026
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.
Summary
MO_RUN_EXTERNAL_OBJECT_STORAGE_TESTS=1and only that provider's test specificationWhy
UT coverage currently exports ambient provider credentials into
go test -short. That lets a cross-cloud TCP failure fail unrelated PR coverage. The replacement keeps required coverage hermetic and moves real provider contracts to an explicit, provider-isolated tier.Security and Scope
The reusable workflow receives only the two provider specifications. Its MatrixOne caller is responsible for the
pull_request_targettrust gate before exact PR code executes with a provider credential. No production MatrixOne code changes are included.Rollout
This PR must merge before the paired MatrixOne caller PR. After the caller lands, the existing MatrixOne fileservice isolation PR can rerun its exact head through this workflow before merging.
Related: matrixorigin/matrixone#26541, matrixorigin/matrixone#28291
Validation
go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.7 .github/workflows/coverage-ut.yaml .github/workflows/object-storage-integration.yamlgit diff --check