-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR1
-
None
WebCERTTestsSecurityDomainSetup doesn't reload a server after security related configuration tearDown making EAP instance unavailable to subsequent tests in test.integration.web module.
reproduce
remove the smoke module from smoke profile
Unable to find source-code formatter for language: diff. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
[pkremens@dhcp-10-40-5-78 jboss-eap7] (7.x *)$ git diff testsuite/integration/pom.xml diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml index 9ab2941..54827be 100644 --- a/testsuite/integration/pom.xml +++ b/testsuite/integration/pom.xml @@ -94,7 +94,6 @@ <activation><property><name>!ts.noSmoke</name></property></activation> <modules> <module>web</module> - <module>smoke</module> </modules> </profile>
The tests pass if run over servlet-dist (default jboss.dist for web module)
./integration-tests.sh -Djboss.dist=$(pwd)/servlet-dist/target/jboss-eap-servlet-7.1.0.Alpha1-redhat-SNAPSHOT Tests run: 80, Failures: 0, Errors: 0, Skipped: 4
However fails if run over full distribution
./integration-tests.sh -Djboss.dist=$(pwd)/dist/target/jboss-eap-7.1 Tests run: 57, Failures: 0, Errors: 28, Skipped: 4
We run the tests over server build delivered by productization during regular EAP testing cycles, that is how we run into this issue.
- is cloned by
-
WFLY-6873 WebCERTTestsSecurityDomainSetup prevents other TestCases to deploy arquillian service
- Closed