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-4233] WARN if jboss-deployment-structure.xml excludes non-existent subsystem #3603

Merged
merged 1 commit into from Dec 6, 2018

Conversation

soul2zimate
Copy link
Contributor

https://issues.jboss.org/browse/WFCORE-4233
WARN if jboss-deployment-structure.xml excludes non-existent subsystem

@jmesnil jmesnil added ready-for-merge This PR is ready to be merged and fulfills all requirements rebase-this This PR must be rebased before it is merged and removed ready-for-merge This PR is ready to be merged and fulfills all requirements labels Dec 5, 2018
@jmesnil
Copy link
Member

jmesnil commented Dec 5, 2018

@soul2zimate this PR needs to be rebased as there is a conflict with a recent commit

@soul2zimate
Copy link
Contributor Author

OK, It's log message id, I have rebased it.

@wildfly-ci
Copy link

Core - Full Integration Build 8202 outcome was FAILURE using a merge of 6cff29e
Summary: Tests failed: 1 (1 new), passed: 4762, ignored: 133 Build time: 01:56:33

Failed tests

org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulFailoverTestCase.jmsConnectionFactoryFailover: java.lang.AssertionError: expected:<200> but was:<500>
	at org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulFailoverTestCase.queryCount(StatefulFailoverTestCase.java:315)
	at org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulFailoverTestCase.failover(StatefulFailoverTestCase.java:193)
	at org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulFailoverTestCase.jmsConnectionFactoryFailover(StatefulFailoverTestCase.java:166)
------- Stdout: -------
 [0m05:01:02,663 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /store/work/tc-work/37b47ae8b9c60325/full/testsuite/integration/clustering/target/wildfly-1/standalone/data/content/d1/d8c285ffc211898470a83df91620bd4b4d323e/content
 [0m [0m05:01:02,667 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "StatefulFailoverTestCase.war" (runtime-name: "StatefulFailoverTestCase.war")
 [0m [0m05:01:02,748 INFO  [org.jboss.as.jpa] (MSC service thread 1-6) WFLYJPA0002: Read persistence.xml for test
 [0m [0m05:01:02,774 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 5) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'StatefulFailoverTestCase.war#test'
 [0m [0m05:01:02,774 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 5) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
 [0m [0m05:01:02,795 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment StatefulFailoverTestCase.war
 [0m [0m05:01:02,813 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'TimeoutIncrementorBean' in deployment unit 'deployment "StatefulFailoverTestCase.war"' are as follows:

	java:global/StatefulFailoverTestCase/TimeoutIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:app/StatefulFailoverTestCase/TimeoutIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:module/TimeoutIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	ejb:StatefulFailoverTestCase/TimeoutIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor?stateful
	java:global/StatefulFailoverTestCase/TimeoutIncrementorBean
	java:app/StatefulFailoverTestCase/TimeoutIncrementorBean
	java:module/TimeoutIncrementorBean

 [0m [0m05:01:02,813 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'SimpleIncrementorBean' in deployment unit 'deployment "StatefulFailoverTestCase.war"' are as follows:

	java:global/StatefulFailoverTestCase/SimpleIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:app/StatefulFailoverTestCase/SimpleIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:module/SimpleIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	ejb:StatefulFailoverTestCase/SimpleIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor?stateful
	java:global/StatefulFailoverTestCase/SimpleIncrementorBean
	java:app/StatefulFailoverTestCase/SimpleIncrementorBean
	java:module/SimpleIncrementorBean

 [0m [0m05:01:02,813 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'JDBCResourceManagerConnectionFactoryIncrementorBean' in deployment unit 'deployment "StatefulFailoverTestCase.war"' are as follows:

	java:global/StatefulFailoverTestCase/JDBCResourceManagerConnectionFactoryIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:app/StatefulFailoverTestCase/JDBCResourceManagerConnectionFactoryIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:module/JDBCResourceManagerConnectionFactoryIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	ejb:StatefulFailoverTestCase/JDBCResourceManagerConnectionFactoryIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor?stateful
	java:global/StatefulFailoverTestCase/JDBCResourceManagerConnectionFactoryIncrementorBean
	java:app/StatefulFailoverTestCase/JDBCResourceManagerConnectionFactoryIncrementorBean
	java:module/JDBCResourceManagerConnectionFactoryIncrementorBean

 [0m [0m05:01:02,813 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'TimerIncrementorBean' in deployment unit 'deployment "StatefulFailoverTestCase.war"' are as follows:

	java:global/StatefulFailoverTestCase/TimerIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:app/StatefulFailoverTestCase/TimerIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:module/TimerIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	ejb:StatefulFailoverTestCase/TimerIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor?stateful
	java:global/StatefulFailoverTestCase/TimerIncrementorBean
	java:app/StatefulFailoverTestCase/TimerIncrementorBean


@wildfly-ci
Copy link

Core - Full Integration Build 8205 outcome was FAILURE using a merge of 6cff29e
Summary: Tests failed: 1 (1 new), passed: 4762, ignored: 133 Build time: 02:03:03

Failed tests

org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulFailoverTestCase.noFailover: java.lang.AssertionError: expected:<200> but was:<500>
	at org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulFailoverTestCase.queryCount(StatefulFailoverTestCase.java:315)
	at org.jboss.as.test.clustering.cluster.ejb.stateful.StatefulFailoverTestCase.noFailover(StatefulFailoverTestCase.java:117)
------- Stdout: -------
 [0m10:20:15,954 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /store/work/tc-work/37b47ae8b9c60325/full/testsuite/integration/clustering/target/wildfly-1/standalone/data/content/a3/a15ad0d4a4726a01a5f8c174c82ba3f8230248/content
 [0m [0m10:20:15,959 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "StatefulFailoverTestCase.war" (runtime-name: "StatefulFailoverTestCase.war")
 [0m [0m10:20:16,068 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) WFLYJPA0002: Read persistence.xml for test
 [0m [0m10:20:16,082 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 40) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'StatefulFailoverTestCase.war#test'
 [0m [0m10:20:16,082 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 40) HHH000204: Processing PersistenceUnitInfo [
	name: test
	...]
 [0m [0m10:20:16,098 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment StatefulFailoverTestCase.war
 [0m [0m10:20:16,117 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'TimeoutIncrementorBean' in deployment unit 'deployment "StatefulFailoverTestCase.war"' are as follows:

	java:global/StatefulFailoverTestCase/TimeoutIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:app/StatefulFailoverTestCase/TimeoutIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:module/TimeoutIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	ejb:StatefulFailoverTestCase/TimeoutIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor?stateful
	java:global/StatefulFailoverTestCase/TimeoutIncrementorBean
	java:app/StatefulFailoverTestCase/TimeoutIncrementorBean
	java:module/TimeoutIncrementorBean

 [0m [0m10:20:16,117 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'SimpleIncrementorBean' in deployment unit 'deployment "StatefulFailoverTestCase.war"' are as follows:

	java:global/StatefulFailoverTestCase/SimpleIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:app/StatefulFailoverTestCase/SimpleIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:module/SimpleIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	ejb:StatefulFailoverTestCase/SimpleIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor?stateful
	java:global/StatefulFailoverTestCase/SimpleIncrementorBean
	java:app/StatefulFailoverTestCase/SimpleIncrementorBean
	java:module/SimpleIncrementorBean

 [0m [0m10:20:16,117 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'JDBCResourceManagerConnectionFactoryIncrementorBean' in deployment unit 'deployment "StatefulFailoverTestCase.war"' are as follows:

	java:global/StatefulFailoverTestCase/JDBCResourceManagerConnectionFactoryIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:app/StatefulFailoverTestCase/JDBCResourceManagerConnectionFactoryIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:module/JDBCResourceManagerConnectionFactoryIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	ejb:StatefulFailoverTestCase/JDBCResourceManagerConnectionFactoryIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor?stateful
	java:global/StatefulFailoverTestCase/JDBCResourceManagerConnectionFactoryIncrementorBean
	java:app/StatefulFailoverTestCase/JDBCResourceManagerConnectionFactoryIncrementorBean
	java:module/JDBCResourceManagerConnectionFactoryIncrementorBean

 [0m [0m10:20:16,117 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'TimerIncrementorBean' in deployment unit 'deployment "StatefulFailoverTestCase.war"' are as follows:

	java:global/StatefulFailoverTestCase/TimerIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:app/StatefulFailoverTestCase/TimerIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	java:module/TimerIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor
	ejb:StatefulFailoverTestCase/TimerIncrementorBean!org.jboss.as.test.clustering.cluster.ejb.stateful.bean.Incrementor?stateful
	java:global/StatefulFailoverTestCase/TimerIncrementorBean
	java:app/StatefulFailoverTestCase/TimerIncrementorBean
	java:module/TimerIncrementorBean


@jmesnil jmesnil added ready-for-merge This PR is ready to be merged and fulfills all requirements and removed rebase-this This PR must be rebased before it is merged labels Dec 6, 2018
@jmesnil jmesnil merged commit 1b1a871 into wildfly:master Dec 6, 2018
@soul2zimate soul2zimate deleted the WFCORE-4233 branch December 6, 2018 13:17
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