[
https://issues.redhat.com/browse/WFLY-13884?page=com.atlassian.jira.plugi...
]
Yeray Borges Santana commented on WFLY-13884:
---------------------------------------------
[~brian.stansberry] The problem is in the regular expression used to get the sos_strings
entries. In the case of using the alt feature pack the directory name is wildfly_ee
instead of wildfly_full. That's the same failure hit on your ee-9 branch.
We can fix the regular expression, however, the dependency between the directory name and
the distribution does not sound useful at all, maybe it would be better to generate the
entries always as sos_strings/wildfly/... and avoid the recurrent modification of the
regular expression. We could add the distribution name, version or whatever in a file
inside of the report.
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.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)