TeslaCN opened a new issue #12964: URL: https://github.com/apache/shardingsphere/issues/12964
## Bug Report ### Which version of ShardingSphere did you use? master 6a70d74de389b16dd2b1a30c62c15f9f49954d52 ### Expected behavior Pass PostgreSQL Proxy integration test ### Actual behavior Integration tests failed. ### Reason analyze (If you can) Proxy returned duplicated ReadyForQuery when error occurred, which messed up the frontend connection. [pg_proxy_it_failed.pcapng.zip](https://github.com/apache/shardingsphere/files/7315345/pg_proxy_it_failed.pcapng.zip) ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ``` ./mvnw -B clean install -am -pl shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite -DskipTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true -Drat.skip=true -Djacoco.skip=true -T1C -Ddockerfile.useProxy=false -f pom.xml -Dit.env.docker ./mvnw -B install -Dit.adapters=proxy -Dit.databases=PostgreSQL -Dit.scenarios=db -Dit.env.type=DOCKER -f shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/pom.xml ``` -- 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]
