Bug 989543
| Summary: | ASYNC-TCP cluster tests actually have config SYNC | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Aleksandar Kostadinov <akostadi> |
| Component: | Testsuite | Assignee: | Emmanuel Hugonnet (ehsavoie) <ehugonne> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Aleksandar Kostadinov <akostadi> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.1 | CC: | cdewolf, ehugonne, istudens, pjelinek |
| Target Milestone: | ER5 | ||
| Target Release: | EAP 6.1.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-16 20:22:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
https://github.com/wildfly/wildfly/pull/4855 for upstream. Radoslav Husar <rhusar> made a comment on jira WFLY-1782 Merged, resolving. PS: Thanks, typos happen! :-) Fixed in EAP 6.1.1 ER5. |
testsuite/integration/clust/pom.xml <cacheMode>SYNC</cacheMode> is used for SYNC-tcp tests instead of <cacheMode>ASYNC</cacheMode> > <!-- TCP-ASYNC --> > <execution> > <id>ts.surefire.clust.multinode-manual-tcp-async</id> > <phase>test</phase> > <goals><goal>test</goal></goals> > <configuration> > <includes> > <include>org/jboss/as/test/clustering/cluster/**/*TestCase.java</include> > </includes> > <systemPropertyVariables> > <arquillian.launch>clustering-all</arquillian.launch> ><jboss.server.config.file.name>standalone-ha.xml</jboss.server.config.file.name> > <cacheMode>SYNC</cacheMode> > <stack>tcp</stack> > </systemPropertyVariables> > <reportNameSuffix>ASYNC-tcp</reportNameSuffix> > </configuration> > </execution>