]
Eduardo Martins moved JBEAP-18351 to WFLY-12893:
------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-12893 (was: JBEAP-18351)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Quickstarts
(was: Quickstarts)
Affects Version/s: 18.0.1.Final
(was: 7.3.0.GA.CR1)
Error when running Arquillian tests in managed-executor-service QS
------------------------------------------------------------------
Key: WFLY-12893
URL:
https://issues.redhat.com/browse/WFLY-12893
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Affects Versions: 18.0.1.Final
Reporter: Eduardo Martins
Assignee: Eduardo Martins
Priority: Blocker
There's an error when running the tests according to {{Run the Arquillian Tests}}
section of readme in managed-executor-service QS:
{code}
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT
Dec 13, 2019 4:20:01 PM org.jboss.threads.Version <clinit>
INFO: JBoss Threads version 2.3.3.Final-redhat-00001
Dec 13, 2019 4:20:01 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 5.0.16.Final-redhat-00001
Dec 13, 2019 4:20:01 PM org.xnio.Xnio <clinit>
INFO: XNIO version 3.7.7.Final-redhat-00001
Dec 13, 2019 4:20:01 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.7.7.Final-redhat-00001
Dec 13, 2019 4:20:01 PM org.wildfly.security.Version <clinit>
INFO: ELY00001: WildFly Elytron version 1.10.4.Final-redhat-00001
Dec 13, 2019 4:20:06 PM
org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT
testRestResources
INFO: creating a new product
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.473 s
<<< FAILURE! - in
org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT
[ERROR]
testRestResources(org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT)
Time elapsed: 0.206 s <<< ERROR!
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
at
org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT.testRestResources(ProductsRestClientIT.java:84)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory
at
org.jboss.as.quickstarts.managedexecutorservice.test.ProductsRestClientIT.testRestResources(ProductsRestClientIT.java:84)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Errors:
[ERROR] ProductsRestClientIT.testRestResources:84 » NoClassDefFound
org/apache/commons...
[INFO]
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ managed-executor-service ---
[ERROR] There are test failures.
{code}
Setting priority to blocker since instructions in QS Readme do not work and also it is a
regression against 7.2.0.GA.