Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 989543

Summary: ASYNC-TCP cluster tests actually have config SYNC
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Aleksandar Kostadinov <akostadi>
Component: TestsuiteAssignee: Emmanuel Hugonnet (ehsavoie) <ehugonne>
Status: CLOSED CURRENTRELEASE QA Contact: Aleksandar Kostadinov <akostadi>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.1CC: 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:

Description Aleksandar Kostadinov 2013-07-29 13:43:06 UTC
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>

Comment 2 Emmanuel Hugonnet (ehsavoie) 2013-07-30 11:57:56 UTC
https://github.com/wildfly/wildfly/pull/4855 for upstream.

Comment 3 JBoss JIRA Server 2013-07-31 14:01:52 UTC
Radoslav Husar <rhusar> made a comment on jira WFLY-1782

Merged, resolving.

PS: Thanks, typos happen! :-)

Comment 4 Pavel Jelinek 2013-08-21 14:34:26 UTC
Fixed in EAP 6.1.1 ER5.