You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/09/07 00:22:35 UTC

[GitHub] [shardingsphere] sandynz commented on pull request #20836: Optimize unLock of LockPersistService in cluster mode

sandynz commented on PR #20836:
URL: https://github.com/apache/shardingsphere/pull/20836#issuecomment-1238773853

   There's error in JDK 18 CI:
   ```
   Error:    DMLShardingConditionsShardingAuditAlgorithmTest.assertAllBroadcastTablesCheck:73 ClassCast
   Error:    DMLShardingConditionsShardingAuditAlgorithmTest.assertEmptyShardingConditionsCheck:89 ClassCast
   Error:    DMLShardingConditionsShardingAuditAlgorithmTest.assertNotAllShardingTablesCheck:81 ClassCast
   
   Error:  assertEmptyShardingConditionsCheck(org.apache.shardingsphere.sharding.algorithm.audit.DMLShardingConditionsShardingAuditAlgorithmTest)  Time elapsed: 0.001 s  <<< ERROR!
   java.lang.ClassCastException: class org.apache.shardingsphere.infra.rule.ShardingSphereRule$MockitoMock$va6l5Unp cannot be cast to class org.apache.shardingsphere.sharding.rule.ShardingRule (org.apache.shardingsphere.infra.rule.ShardingSphereRule$MockitoMock$va6l5Unp and org.apache.shardingsphere.sharding.rule.ShardingRule are in unnamed module of loader 'app')
   	at org.apache.shardingsphere.sharding.algorithm.audit.DMLShardingConditionsShardingAuditAlgorithmTest.assertEmptyShardingConditionsCheck(DMLShardingConditionsShardingAuditAlgorithmTest.java:89)
   ```
   
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org