[
https://issues.jboss.org/browse/WFLY-6873?page=com.atlassian.jira.plugin....
]
Petr Kremensky updated WFLY-6873:
---------------------------------
Description:
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
{code:diff}
[pkremens@dhcp-10-40-5-78 wildfly] (master *)$ git diff testsuite/integration/pom.xml
diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml
index dec5530..55fcb8c 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>
{code}
The tests pass if run over servlet-dist (default jboss.dist for web module)
{noformat}
./integration-tests.sh
-Djboss.dist=$(pwd)/servlet-dist/target/wildfly-servlet-10.1.0.Final-SNAPSHOT
Tests run: 80, Failures: 0, Errors: 0, Skipped: 4
{noformat}
However fails if run over full distribution
{noformat}
./integration-tests.sh -Djboss.dist=$(pwd)/dist/target/wildfly-10.1.0.Final-SNAPSHOT
Tests run: 57, Failures: 0, Errors: 28, Skipped: 4
{noformat}
We run the tests over server build delivered by productization during regular EAP testing
cycles, that is how we run into this issue.
was:WebCERTTestsSecurityDomainSetup doesn't reload a server after security related
configuration tearDown making EAP instance unavailable to subsequent tests in
test.integration.web module.
WebCERTTestsSecurityDomainSetup prevents other TestCases to deploy
arquillian service
-------------------------------------------------------------------------------------
Key: WFLY-6873
URL:
https://issues.jboss.org/browse/WFLY-6873
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Petr Kremensky
Assignee: Petr Kremensky
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
{code:diff}
[pkremens@dhcp-10-40-5-78 wildfly] (master *)$ git diff testsuite/integration/pom.xml
diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml
index dec5530..55fcb8c 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>
{code}
The tests pass if run over servlet-dist (default jboss.dist for web module)
{noformat}
./integration-tests.sh
-Djboss.dist=$(pwd)/servlet-dist/target/wildfly-servlet-10.1.0.Final-SNAPSHOT
Tests run: 80, Failures: 0, Errors: 0, Skipped: 4
{noformat}
However fails if run over full distribution
{noformat}
./integration-tests.sh -Djboss.dist=$(pwd)/dist/target/wildfly-10.1.0.Final-SNAPSHOT
Tests run: 57, Failures: 0, Errors: 28, Skipped: 4
{noformat}
We run the tests over server build delivered by productization during regular EAP testing
cycles, that is how we run into this issue.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)