zjcnb opened a new issue #16060:
URL: https://github.com/apache/shardingsphere/issues/16060
```
[INFO] Running
org.apache.shardingsphere.proxy.backend.communication.jdbc.connection.JDBCBackendConnectionTest
Exception in thread "Thread-2" Exception in thread "Thread-1"
java.lang.ClassCastException:
org.apache.shardingsphere.sql.parser.sql.common.constant.TransactionIsolationLevel
cannot be cast to java.lang.Boolean
at
org.apache.shardingsphere.proxy.backend.session.ConnectionSession.isReadOnly(ConnectionSession.java:150)
at
org.apache.shardingsphere.proxy.backend.communication.jdbc.connection.JDBCBackendConnection.replayTransactionOption(JDBCBackendConnection.java:123)
at
org.apache.shardingsphere.proxy.backend.communication.jdbc.connection.JDBCBackendConnection.createNewConnections(JDBCBackendConnection.java:103)
at
org.apache.shardingsphere.proxy.backend.communication.jdbc.connection.JDBCBackendConnection.getConnections(JDBCBackendConnection.java:76)
at
org.apache.shardingsphere.proxy.backend.communication.jdbc.connection.JDBCBackendConnectionTest.assertOneThreadResult(JDBCBackendConnectionTest.java:219)
at java.lang.Thread.run(Thread.java:748)
java.lang.ClassCastException:
org.apache.shardingsphere.sql.parser.sql.common.constant.TransactionIsolationLevel
cannot be cast to java.lang.Boolean
at
org.apache.shardingsphere.proxy.backend.session.ConnectionSession.isReadOnly(ConnectionSession.java:150)
at
org.apache.shardingsphere.proxy.backend.communication.jdbc.connection.JDBCBackendConnection.replayTransactionOption(JDBCBackendConnection.java:123)
at
org.apache.shardingsphere.proxy.backend.communication.jdbc.connection.JDBCBackendConnection.createNewConnections(JDBCBackendConnection.java:103)
at
org.apache.shardingsphere.proxy.backend.communication.jdbc.connection.JDBCBackendConnection.getConnections(JDBCBackendConnection.java:76)
at
org.apache.shardingsphere.proxy.backend.communication.jdbc.connection.JDBCBackendConnectionTest.assertOneThreadResult(JDBCBackendConnectionTest.java:219)
at java.lang.Thread.run(Thread.java:748)
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.481 s - in
org.apache.shardingsphere.proxy.backend.communication.jdbc.connection.JDBCBackendConnectionTest
[INFO] Running
org.apache.shardingsphere.proxy.backend.communication.jdbc.statement.impl.PostgreSQLStatementMemoryStrictlyFetchSizeSetterTest
```
--
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]