Fix failing nativeTest on Windows Server 2025#37775
Merged
RaigorJiang merged 1 commit intoapache:masterfrom Jan 20, 2026
Merged
Fix failing nativeTest on Windows Server 2025#37775RaigorJiang merged 1 commit intoapache:masterfrom
RaigorJiang merged 1 commit intoapache:masterfrom
Conversation
bcd4409 to
1476172
Compare
1476172 to
c184d6f
Compare
There was a problem hiding this comment.
Pull request overview
This PR implements a temporary workaround to fix failing native tests on Windows Server 2025 by setting the Docker API version to 1.44. This addresses compatibility issues between testcontainers 2.0.3 (which requires Docker Engine v29+) and the current version of Rancher Desktop (which bundles Docker Engine v28). The fix will be superseded once a new Rancher Desktop release incorporating rancher-sandbox/rancher-desktop/pull/9724 becomes available.
Changes:
- Added
DOCKER_API_VERSION=1.44environment variable setting to CI scripts and documentation - Updated both English and Chinese documentation files with the workaround instructions
Reviewed changes
Copilot reviewed 5 out of 5 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/config-rdctl.ps1 | Added Docker API version environment variable setting to the CI configuration script for Windows Server |
| docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.en.md | Updated English documentation with Docker API version workaround for Windows users |
| docs/document/content/user-manual/shardingsphere-proxy/startup/graalvm-native-image.cn.md | Updated Chinese documentation with Docker API version workaround for Windows users |
| docs/document/content/user-manual/shardingsphere-jdbc/graalvm-native-image/development/_index.en.md | Updated English development documentation with Docker API version workaround for both Windows 11 and Windows Server 2025 scenarios |
| docs/document/content/user-manual/shardingsphere-jdbc/graalvm-native-image/development/_index.cn.md | Updated Chinese development documentation with Docker API version workaround for both Windows 11 and Windows Server 2025 scenarios |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Jan 20, 2026
RaigorJiang
approved these changes
Jan 20, 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.
Fixes #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.