> i think unit-test can running in windows platform is very necessary. it can 
> help developer who work on windows platform more easily to verify features.

yeah. I agree.  I have some ideas at this moment.

We are using travis ci, it has window platform support(Only Windows Server, 
version 1809 is currently supported), special os will lead more waiting time 
when running CI. we need a trade off.

For your question at this moment. @AlbumenJ  I have some suggestions:

+ Skip unit test when you build jar (add -DskipTests).
+ if you have time, could you try to find a better way to make this unit test 
works. we are happy to accept any PR which can help us make thing better. but I 
would like to know if there is other way instead of using `replace`. it may 
confuse people.
+ or ignore all failed tests in windows platform, and only run it in linux 
platform. I think junit5 provide related feature.

Also, I'm not sure if this is only unit test issue in windows platform or there 
are some function issue in windows platform too. I don't have a PC which 
running Windows so I can't confirm this






[ Full content available at: https://github.com/apache/dubbo/issues/5877 ]
This message was relayed via gitbox.apache.org for 
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to