-
Notifications
You must be signed in to change notification settings - Fork 464
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-7036] TransformationUtils.modelToResource() should not return… #6226
Conversation
… undefined if possible children are not defined
This comment was marked as resolved.
This comment was marked as resolved.
Core -> Full Integration Build 14003 outcome was UNKNOWN using a merge of 78a22e8 |
Core -> WildFly Preview Integration Build 14076 outcome was UNKNOWN using a merge of 78a22e8 |
This comment was marked as off-topic.
This comment was marked as off-topic.
@yersan the Preview Integration Failure is definitely unrelated |
// @Test | ||
// public void testChildRegEmptySubsystemIsDefined() throws Exception { | ||
// List<ModelNode> operations = new ArrayList<>(); | ||
// operations.add(Util.createAddOperation(SUBSYSTEM_ADDR)); | ||
// TransformationUtilsExtension.Builder builder = TransformationUtilsExtension.createBuilder(); | ||
// builder. | ||
// | ||
// ModelNode model = runAndReadSubsystemModel(, operations); | ||
// | ||
// Assert.assertTrue(model.isDefined()); | ||
// } |
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.
@kabir This is an unfinished test, can be removed or was it left pending to get it finished?
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.
@yersan I got rid of it
Core -> Full Integration Build 14006 outcome was FAILURE using a merge of 8744c68 Failed tests
|
Core -> WildFly Preview Integration Build 14079 outcome was FAILURE using a merge of 8744c68 Failed tests
|
Core -> Full Integration Build 14301 outcome was FAILURE using a merge of 8744c68 Failed tests
|
Core -> Full Integration Build 14009 outcome was FAILURE using a merge of 8744c68 Failed tests
|
Core -> WildFly Preview Integration Build 14082 outcome was FAILURE using a merge of 8744c68 Failed tests
|
Failures should be unrelated |
Thanks @kabir we plan to release it tomorrow |
… undefined if possible children are not defined
https://issues.redhat.com/browse/WFCORE-7036
wildfly/wildfly#18321 must be merged first for the full integration jobs can pass.
This is needed for the transformers tests in wildfly/wildfly#18320 to pass