-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Some tests FileArgumentTestCase and FileWithPropertiesTestCase are making use of a private way to interact with a CLI process. We know that this inter-process communication is subject to timing issues. I suspect these intermittent failures to be caused by this private implementation.
A lot of effort has been put in the class CliProcessWrapper to stabilise this interaction. These 2 tests should use this class.
- clones
-
JBEAP-5740 FileArgumentTestCase from WF-core fails intermittently on IPv6
- Verified