linghengqian commented on issue #21211: URL: https://github.com/apache/shardingsphere/issues/21211#issuecomment-1932123528
- @caol64 I verified it at https://github.com/linghengqian/sharding-test/commit/37731ed5cb419eb0de8146fb13b065f60032f8da . Although this issue exists in ShardingSphere 5.4.1, the current master branch of ShardingSphere 5.4.2-SNAPSHOT has fixed this issue. You can verify it by following the steps below. ```bash sdk install java 21.0.2-graalce sdk use java 21.0.2-graalce git clone [email protected]:apache/shardingsphere.git cd ./shardingsphere/ git reset --hard 4870f418997d07c61fbcc4f1a49ef812be084f47 ./mvnw clean install -Prelease -T1C -DskipTests -Djacoco.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Dmaven.javadoc.skip=true cd ../ git clone [email protected]:linghengqian/sharding-test.git cd ./sharding-test/ ./gradlew clean test ``` - Since there is no PR associated with this issue, I can only label this issue as fixed. If anyone finds a new problem in the master branch, they can open a new issue with unit tests. ```shell $ ./gradlew clean test BUILD SUCCESSFUL in 3s 3 actionable tasks: 3 executed ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
