You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/06/30 08:24:25 UTC

[GitHub] [rocketmq] codersfarm commented on issue #3102: win10 rocketmq branch develop and master. MessageStoreTestBase.class line86 file.delete()==false

codersfarm commented on issue #3102:
URL: https://github.com/apache/rocketmq/issues/3102#issuecomment-871199573


   Use Files.delete(Path path) instead of file.delete().Beacause "file.delete()" if file delete fail return false, "Use Files.delete(Path path)" delete file fail throw exception.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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