[
https://issues.redhat.com/browse/WFCORE-4791?page=com.atlassian.jira.plug...
]
Brian Stansberry commented on WFCORE-4791:
------------------------------------------
Just a guess. In @After:
cli.sendLine("reload --host=master");
That's the only use I see of reloading a host via CLI operation in testsuite/domain.
Doing a reload in testsuite/domain is tricky because you need to ensure that not only is
the HC reloaded but also that the entire domain is back to a stable state, e.g. slave HCs
have reconnected etc. A CLI 'reload' command does not do that.
Please reach out to [~yersan] if you need advice on how to handle a reload.
HttpManagementConstantHeadersTestCase causes tests failures
-----------------------------------------------------------
Key: WFCORE-4791
URL:
https://issues.redhat.com/browse/WFCORE-4791
Project: WildFly Core
Issue Type: Bug
Components: Test Suite
Reporter: Richard Opalka
Assignee: Tomas Terem
Priority: Major
Fix For: 11.0.0.Beta6
Attachments: testsuite.log
Commit 68928b0b in WildFly-Core introduced new regression.
High probably test doesn't do proper test environment clean up
and some tests following it are thus failing. The issue isn't visible
in our CI environment so it probably depends on actual tests ordering.
I am able to reproduce this issue on my laptop always.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)