Document the process of running nativeTest via Docker Engine v29#37645
Merged
sandynz merged 1 commit intoapache:masterfrom Jan 5, 2026
Merged
Document the process of running nativeTest via Docker Engine v29#37645sandynz merged 1 commit intoapache:masterfrom
sandynz merged 1 commit intoapache:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR documents the process of running nativeTest via Docker Engine v29 by refactoring PowerShell scripts and updating installation documentation across multiple languages.
Key Changes:
- Refactored Rancher Desktop setup by extracting configuration logic into a dedicated
config-rdctl.ps1script - Updated Docker Engine installation instructions to use the new DEB822 repository format and configure daemon.json with
min-api-version: 1.24 - Added comprehensive Docker daemon configuration for Rancher Desktop on Windows including containerd-snapshotter feature
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
test/native/src/test/resources/test-native/ps1/wait-for-rancher-desktop-backend.ps1 |
Removed Rancher Desktop installation commands, keeping only the wait/polling logic |
test/native/src/test/resources/test-native/ps1/config-rdctl.ps1 |
New script that consolidates Rancher Desktop installation, configuration, and wait steps for GitHub Actions |
docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.en.md |
Updated Docker Engine installation to use DEB822 format, added daemon.json configuration, and expanded Rancher Desktop setup instructions |
docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.cn.md |
Chinese version of the above documentation changes |
docs/document/content/user-manual/shardingsphere-jdbc/graalvm-native-image/development/_index.en.md |
Applied same Docker Engine and Rancher Desktop documentation updates for JDBC module |
docs/document/content/user-manual/shardingsphere-jdbc/graalvm-native-image/development/_index.cn.md |
Chinese version of the JDBC documentation changes |
.github/workflows/nightly-ci.yml |
Updated to use the new config-rdctl.ps1 script instead of wait-for-rancher-desktop-backend.ps1 |
.github/workflows/graalvm.yml |
Updated to use the new config-rdctl.ps1 script instead of wait-for-rancher-desktop-backend.ps1 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
sandynz
approved these changes
Jan 5, 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.
For #37642 .
Changes proposed in this pull request:
Before committing this PR, I'm sure that I have checked the following options:
./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e.