-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WFCORE-6679]: ManagementReadXmlTestCase inputs are too fragile. #5851
Conversation
...ite/domain/src/test/java/org/jboss/as/test/integration/domain/ManagementReadXmlTestCase.java
Outdated
Show resolved
Hide resolved
Hi @ehsavoie , sadly this got a conflict because |
@yersan done |
This comment was marked as off-topic.
This comment was marked as off-topic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments, but in any case, it seems current failures are relevant to this PR
...ain/src/test/java/org/jboss/as/test/integration/domain/suites/ManagementReadXmlTestCase.java
Show resolved
Hide resolved
...ain/src/test/java/org/jboss/as/test/integration/domain/suites/ManagementReadXmlTestCase.java
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,71 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this could be removed and used as a base for the domain-configs/domain-standard.xml which is indeed the base configuration used to start the domain for DomainTestSupport
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test is about checking the runtime configuration of a managed server thus this base XML file is here to help produce the expected runtime configuration of those managed servers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ehsavoie Sorry for the delay providing feedback about this. My comment here does not make sense, as you stated before, although this is a domain mode test, we are interested in getting the managed server configuration and I pointed you out to our domain standard config
960beb6
to
38cf0f4
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@ehsavoie ManagementReadXmlTestCase has failed repeatedly in Windows, could you take a look? |
38cf0f4
to
d0be376
Compare
* Generating the servers configuration through scripts to make them less fragile. Jira: https://issues.redhat.com/browse/WFCORE-6679 Signed-off-by: Emmanuel Hugonnet <[email protected]>
d0be376
to
2f5d7e9
Compare
Core -> Full Integration Build 13526 outcome was UNKNOWN using a merge of 2f5d7e9 |
This comment was marked as outdated.
This comment was marked as outdated.
Signed-off-by: Emmanuel Hugonnet <[email protected]>
Signed-off-by: Emmanuel Hugonnet <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
Thanks @ehsavoie |
Jira: https://issues.redhat.com/browse/WFCORE-6679