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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to