TeslaCN commented on pull request #10701:
URL: https://github.com/apache/shardingsphere/pull/10701#issuecomment-855769076
```
[ERROR] Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
0.033 s <<< FAILURE! - in
org.apache.shardingsphere.proxy.backend.communication.jdbc.transaction.LocalTransactionManagerTest
[ERROR] unnecessary Mockito
stubbings(org.apache.shardingsphere.proxy.backend.communication.jdbc.transaction.LocalTransactionManagerTest)
Time elapsed: 0.022 s <<< ERROR!
org.mockito.exceptions.misusing.UnnecessaryStubbingException:
Unnecessary stubbings detected in test class: LocalTransactionManagerTest
Clean & maintainable test code requires zero unnecessary code.
Following stubbings are unnecessary (click to navigate to relevant line of
code):
1. -> at
org.apache.shardingsphere.proxy.backend.communication.jdbc.transaction.LocalTransactionManagerTest.setUp(LocalTransactionManagerTest.java:57)
Please remove unnecessary stubbings or use 'silent' option. More info:
javadoc for UnnecessaryStubbingException class.
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]