linghengqian commented on issue #32765: URL: https://github.com/apache/shardingsphere/issues/32765#issuecomment-2374568442
- Fixes by https://github.com/alibaba/druid/pull/6143 . Unit tests are at https://github.com/linghengqian/shardingsphere-test/commit/f4422240c163c91a2ffe8bd0b04bea9330d95473 . ```shell sdk install java 8.0.422-tem sdk install java 22.0.2-graalce git clone [email protected]:linghengqian/druid.git -b re-mysql cd ./shardingsphere/ sdk use java 22.0.2-graalce ./mvnw clean install -T1C -DskipTests cd ../ git clone [email protected]:linghengqian/shardingsphere-test.git -b fail-test cd ./shardingsphere-test/ sdk use java 8.0.422-tem ./mvnw -T 1C clean test ``` - Have fun with `closeConnOnFatalError` and don't let the 7-year wait be a waste of time. ```shell [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.44 s -- in com.hulalaga.ShardingSphereTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 18.278 s (Wall Clock) [INFO] Finished at: 2024-09-26T00:20:09+08:00 [INFO] ------------------------------------------------------------------------ ``` -- 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]
