JiekerTime opened a new issue #11611: URL: https://github.com/apache/shardingsphere/issues/11611
The problem occurred with integration testing, which could not be resolved due to limited capabilities. ### Which version of ShardingSphere did you use? 5.0.0-RC1-SNAPSHOT ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-JDBC ### behavior  ### Reason analyze (If you can) Dialect differences between PGSQL and MySQL result in Atomikos connections not being recycled. Or there may also likely the result of concurrency issues. But it works normally in MySQL scenarios.  ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. Just create the data source concurrently by the following way:  You may wish to refer to the [integration testing framework](https://github.com/apache/shardingsphere/blob/master/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-fixture/src/test/java/org/apache/shardingsphere/test/integration/junit/container/adapter/impl/ShardingSphereJDBCContainer.java) -- 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]
