]
Jeff Mesnil resolved WFCORE-3560.
---------------------------------
Fix Version/s: 5.0.0.Alpha2
Resolution: Done
grep command doesn't close file
-------------------------------
Key: WFCORE-3560
URL:
https://issues.jboss.org/browse/WFCORE-3560
Project: WildFly Core
Issue Type: Bug
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
Fix For: 5.0.0.Alpha2
This can be observed on windows, highlighted by the test
org.jboss.as.test.integration.management.cli.GrepTestCase.testGrepWithInputFromFile
Outside tests, the file will be locked during the CLI lifetime.
The test
org.jboss.as.test.integration.management.cli.GrepTestCase.testGrepWithInputFromFile needs
to be un-ignored.