Shoothzj opened a new pull request #12398:
URL: https://github.com/apache/pulsar/pull/12398


   ### Motivation
   Make unit test path compatible to windows, make these tests can run on 
windows
   
   ### Modifications
   
   Same to #12329 , change `"file://" + tokenFile` to `"file:///" + 
tokenFile.toString().replace('\\', '/')`
   
   Run in windows can't recognize format like `file://C\xxx\yyy\zzz`
   
   It should be `file:///C` and the `\` should be `/`
   
   ### Documentation
     
   - [ ] no-need-doc 
     
   unit test optimization
   
   
   


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