]
Brian Stansberry edited comment on WFLY-13884 at 9/21/20 9:19 PM:
------------------------------------------------------------------
It's failing in a number of other jobs as well, so perhaps the test is expecting
certain environmental conditions that don't always exist?
Another possibility is there are issues with JDR in these environments and the increased
checking you added to this test has revealed that.
was (Author: brian.stansberry):
It's failing in a number of other jobs as well, so perhaps the test is expecting
certain environmental conditions that don't always exist?
JdrReportManagmentTestCase.generateStandaloneJdrReport fails on my
ee9 branch
-----------------------------------------------------------------------------
Key: WFLY-13884
URL:
https://issues.redhat.com/browse/WFLY-13884
Project: WildFly
Issue Type: Bug
Components: JDR
Reporter: Brian Stansberry
Assignee: Yeray Borges Santana
Priority: Major
On my ee9 branch JdrReportManagmentTestCase.generateStandaloneJdrReport fails when
-Dts.ee9 us used. I'll disable it but we need to figure out why.
As part of whatever the fix is I'd like the sos_logs/skips.log to get special
handling. Check it before checking the other files, and instead of just failing if not
empty, capture the file contents and put them in the failure message. If there are future
failures that will provide better info, even if the file is empty and the check passes,
which would rule out a category of problems.