azexcy commented on PR #28912: URL: https://github.com/apache/shardingsphere/pull/28912#issuecomment-1788588849
When `InventoryIncrementalJobItemProgress.getInventory` is empty, the `allMatch` always return true, but at this inventory tasks have not yet been initialized, so it's should return false. <img width="1311" alt="image" src="https://github.com/apache/shardingsphere/assets/101622833/12fa20b7-b524-4d98-815f-3da171d37e84"> The test results are as follows <img width="589" alt="image" src="https://github.com/apache/shardingsphere/assets/101622833/be6f774f-cc8a-464a-85d3-3c25ac1a0197"> -- 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]
