Skip to content

Commit

Permalink
Changed tcp-nio-nak.xml -> tcp-nio-new.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Nov 22, 2024
1 parent 5bb5833 commit 849a2c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
<antcall target="tcp"/>
<antcall target="tcp-new"/>
<antcall target="tcp-nio"/>
<antcall target="tcp-nio-nak"/>
<antcall target="tcp-nio-new"/>
<antcall target="stack-independent"/>
<antcall target="time-sensitive"/>
<antcall target="byteman"/>
Expand All @@ -543,7 +543,7 @@
<antcall target="tcp"/>
<antcall target="tcp-new"/>
<antcall target="tcp-nio"/>
<antcall target="tcp-nio-nak"/>
<antcall target="tcp-nio-new"/>
</sequential>
<sequential>
<antcall target="encrypt"/>
Expand Down Expand Up @@ -690,21 +690,21 @@
/>
</target>

<target name="tcp-nio-nak" depends="postcompile,define-testng-task" description="Runs TCP-NIO tests">
<target name="tcp-nio-new" depends="postcompile,define-testng-task" description="Runs TCP-NIO tests">
<!-- Needed to force reading of properties. Otherwise tcp-nio tests will fail -->
<property name="build.properties.file" value="build.properties"/>
<property file="${build.properties.file}"/>

<mkdir dir="${tmp.dir}/test-results/xml/tcp-nio-nak"/>
<runtest suitename="tcp-nio-nak"
<mkdir dir="${tmp.dir}/test-results/xml/tcp-nio-new"/>
<runtest suitename="tcp-nio-new"
groups="base,stack-dependent"
excludedgroups="stack-independent,broken"
parallel="${parallel.classes}"
threadcount="20"
initial.mcast.addr="${jgroups.udp.mcast_addr}"
initial.mcast.port="31000"
initial.tcp.port="32000"
jvmarg1="-Dchannel.conf=tcp-nio-nak.xml"
jvmarg1="-Dchannel.conf=tcp-nio-new.xml"
/>
</target>

Expand Down
4 changes: 1 addition & 3 deletions conf/tcp-nio-nak.xml → conf/tcp-nio-new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@
<VERIFY_SUSPECT2 timeout="1.5s" />
<BARRIER />
<NAKACK4 use_mcast_xmit="false" capacity="8192"/>
<UNICAST3 />
<UNICAST4 />
<pbcast.GMS print_local_addr="true" join_timeout="2s"/>
<UFC max_credits="2M"
min_threshold="0.4"/>
<FRAG2 frag_size="60K" />
<pbcast.STATE_TRANSFER/>
</config>

0 comments on commit 849a2c0

Please sign in to comment.