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 2022/08/17 09:25:45 UTC

[GitHub] [rocketmq] coder-zzzz opened a new issue, #4833: []Junit test failed when use windows system

coder-zzzz opened a new issue, #4833:
URL: https://github.com/apache/rocketmq/issues/4833

   some junit test is based on linux file system, but failed when use windows.
   
   If they need to be fixed? 
   
   ![image](https://user-images.githubusercontent.com/62043001/185084117-4f0f6655-713f-42a7-b6e0-0d5ab1bfe508.png)


-- 
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.apache.org

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


[GitHub] [rocketmq] lizhanhui commented on issue #4833: Some Junit test failed when use windows system

Posted by GitBox <gi...@apache.org>.
lizhanhui commented on issue #4833:
URL: https://github.com/apache/rocketmq/issues/4833#issuecomment-1217754720

   Resources should be loaded using ClassLoader, instead of concatenating paths manually. 


-- 
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


[GitHub] [rocketmq] github-actions[bot] commented on issue #4833: Some Junit test failed when use windows system

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4833:
URL: https://github.com/apache/rocketmq/issues/4833#issuecomment-1703968657

   This issue was closed because it has been inactive for 3 days since being marked as stale.


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

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


[GitHub] [rocketmq] coder-zzzz commented on issue #4833: Some Junit test failed when use windows system

Posted by GitBox <gi...@apache.org>.
coder-zzzz commented on issue #4833:
URL: https://github.com/apache/rocketmq/issues/4833#issuecomment-1229945722

   @vongosling ok


-- 
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


[GitHub] [rocketmq] lizhanhui commented on issue #4833: Some Junit test failed when use windows system

Posted by GitBox <gi...@apache.org>.
lizhanhui commented on issue #4833:
URL: https://github.com/apache/rocketmq/issues/4833#issuecomment-1229978957

   @coder-zzzz  We are also in the process of making existing test cases hermetic. If you want to fix these flaky tests on Windows, ensure the following guidelines are also followed: https://bazel.build/reference/test-encyclopedia#test-interaction-filesystem


-- 
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


[GitHub] [rocketmq] vongosling commented on issue #4833: Some Junit test failed when use windows system

Posted by GitBox <gi...@apache.org>.
vongosling commented on issue #4833:
URL: https://github.com/apache/rocketmq/issues/4833#issuecomment-1228168400

   Use the Path and Paths classes, or use the JUnit TemporaryFolder class to create a test fixture that is automatically set up and torn down. @coder-zzzz would you like to try pr for this improvement?


-- 
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


[GitHub] [rocketmq] github-actions[bot] commented on issue #4833: Some Junit test failed when use windows system

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on issue #4833:
URL: https://github.com/apache/rocketmq/issues/4833#issuecomment-1698301891

   This issue is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs.


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

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


[GitHub] [rocketmq] github-actions[bot] closed issue #4833: Some Junit test failed when use windows system

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] closed issue #4833: Some Junit test failed when use windows system
URL: https://github.com/apache/rocketmq/issues/4833


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

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