Skip to content
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-2876]: Runtime-failure-causes-rollback does not seem to have effect when configured in model #2487

Merged
merged 1 commit into from Jun 14, 2017

Conversation

ehsavoie
Copy link
Contributor

The runtime-failure-causes-rollback wasn't properly propagated to the boot scanner.
If runtime-failure-causes-rollback is set to 'false' then failed deployments added at boot shouldn't be undeployed.

Jira: https://issues.jboss.org/browse/WFCORE-2876

@@ -274,7 +274,7 @@ public void run() {
assert scheduledExecutor != null;
assert deploymentDir != null;

this.resourceAddress = resourceAddress.toModelNode();
this.resourceAddress = resourceAddress.toModelNode();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests are failing so you'll need to update this branch to fix that, so might as well correct this whitespace. :)

…effect when configured in model

The runtime-failure-causes-rollback wasn't properly propagated to the boot scanner.
If runtime-failure-causes-rollback is set to 'false' then failed deployments added at boot shouldn't be undeployed.
@wildfly-ci
Copy link

Core - Full Integration Build 5169 outcome was FAILURE using a merge of 0066f92
Summary: Tests passed: 3879, ignored: 130; exit code 137 (new) Build time: 00:52:25

@ehsavoie
Copy link
Contributor Author

retest this please

1 similar comment
@ehsavoie
Copy link
Contributor Author

retest this please

@wildfly-ci
Copy link

Core - Full Integration Build 5222 outcome was FAILURE using a merge of 0066f92
Summary: Execution timeout (new); tests passed: 3802, ignored: 113 Build time: 01:25:18

@ehsavoie
Copy link
Contributor Author

retest this please

@bstansberry bstansberry added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Jun 13, 2017
@bstansberry bstansberry merged commit d587eda into wildfly:master Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
3 participants