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

[2.x] [WCFORE-1845] During boot skip validating/verifying runtime resources #1880

Merged
merged 5 commits into from Oct 26, 2016

Conversation

jamezp
Copy link
Member

@jamezp jamezp commented Oct 26, 2016

During boot runtime resources should be ignored for validation. This also expands the resource to allow for a shallow copy of the resource. This is useful when child values may not be important, but the child key is important.

Master PR #1870

@jamezp jamezp added the 2.x label Oct 26, 2016
@wildfly-ci
Copy link

Core - Full Integration Build 71 outcome was FAILURE using a merge of 9562930
Summary: Tests failed: 1 (1 new), passed: 3399, ignored: 193 Build time: 01:05:47

Failed tests

org.jboss.as.test.xts.annotation.compensationScoped.CompensationScopedTestCase.shouldSeeDifferentValuesInDifferentTransactions: com.arjuna.mw.wsas.exceptions.WrongStateException: ARJUNA041018: Cannot enlist child activity with parent as parent's status is: Status.Completed
    at com.arjuna.mwlabs.wsas.activity.ActivityImple.addChild(ActivityImple.java:583)
    at com.arjuna.mwlabs.wsas.activity.ActivityImple.start(ActivityImple.java:160)
    at com.arjuna.mwlabs.wsas.UserActivityImple.start(UserActivityImple.java:136)
    at com.arjuna.mwlabs.wsas.UserActivityImple.start(UserActivityImple.java:99)
    at com.arjuna.mwlabs.wscf.model.sagas.arjunacore.CoordinatorServiceImple.begin(CoordinatorServiceImple.java:108)
    at org.jboss.narayana.compensations.impl.local.LocalBAController.beginBusinessActivity(LocalBAController.java:28)
    at org.jboss.as.test.xts.annotation.compensationScoped.CompensationScopedTestCase.shouldSeeDifferentValuesInDifferentTransactions(CompensationScopedTestCase.java:76)
------- Stdout: -------
 [0m14:08:22,668 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 88) WFLYUT0022: Unregistered web context: /transactional-test
 [0m [0m14:08:22,672 INFO  [org.jboss.as.webservices] (MSC service thread 1-3) WFLYWS0004: Stopping service jboss.ws.endpoint."transactional-test.war".TransactionalServiceImpl
 [0m [0m14:08:22,687 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment transactional-test.war (runtime-name: transactional-test.war) in 19ms
 [0m [0m14:08:22,692 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 84) WFLYCLINF0003: Stopped client-mappings cache from ejb container
 [0m [0m14:08:22,702 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /opt/buildAgent/work/93ecd9ad966b2aa5/full/testsuite/integration/xts/target/jbossas/standalone/data/content/4d/20bddd42195e873e76bba10cccedcc7214dafc/content
 [0m [0m14:08:22,702 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "transactional-test.war" (runtime-name: "transactional-test.war")
 [0m [0m14:08:23,622 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /opt/buildAgent/work/93ecd9ad966b2aa5/full/testsuite/integration/xts/target/jbossas/standalone/data/content/30/710e64b4572840c3207a079b39671a5f9e0d51/content
 [0m [0m14:08:23,628 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "test.war" (runtime-name: "test.war")
 [0m [0m14:08:23,846 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment test.war
 [0m [0m14:08:24,092 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 92) WFLYUT0021: Registered web context: /test
 [0m [0m14:08:24,100 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test.war" (runtime-name : "test.war")
 [0m


@jamezp jamezp merged commit 49fe1bc into wildfly:2.x Oct 26, 2016
@jamezp jamezp deleted the WFCORE-1845-2.x branch May 8, 2017 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants