blob: cb0c59c997e0a96af4c2b4283fe6b7ce0cc52ab4 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<test-driver version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../testDefinition.xsd">
<data name="timedInterval">10</data>
<data name="cacheType">CLIENT</data>
<data name="distinctKeys">
<list>
<item>100000</item>
</list>
</data>
<data name="distinctKeysForDestroyTask">
<list>
<item>100000</item>
</list>
</data>
<data name="valueSizes">
<list>
<item>1000</item>
</list>
</data>
<data name="numThreads">
<list>
<item>1</item>
</list>
</data>
<data name="ThinClientRegion">
<snippet>
<region name="TestTCR1">
<region-attributes caching-enabled="false" client-notification="true">
<cache-listener library="perftests" function="createPerfTestCacheListener"/>
</region-attributes>
</region>
</snippet>
</data>
<data name="regionSpec">ThinClientRegion</data>
<client-set name="JCS1" hostGroup="CS"/>
<client-set name="JCS2" hostGroup="CS"/>
<client-set count="1024" name="ThinClient"/>
<test name="ClientScalabilityTestWith2server" description="ThinClientRegion client scalability tests with 2 server">
<task name="SetupCacheServer" action="doRunProcess" container="utils" waitTime="5m">
<data name="program">setupJavaServers</data>
<data name="arguments">-c 2 Native/csAckMirror.xml</data>
<client-set name="JavaCacheServer"/>
</task>
<task name="StartCacheServer 1" action="doRunProcess" container="utils" waitTime="5m" parallel="true">
<data name="program">startJavaServers</data>
<data name="arguments">1</data>
<client-set name="JCS1"/>
</task>
<task name="StartCacheServer 2" action="doRunProcess" container="utils" waitTime="5m" parallel="true">
<data name="program">startJavaServers</data>
<data name="arguments">2</data>
<client-set name="JCS2"/>
</task>
<task name="CreateRegion" action="doCreateRegion" container="perftests" waitTime="5m">
<client-set begin="1" count="2" name="ThinClient"/>
</task>
<task name="Register All Keys" action="doRegisterAllKeys" container="perftests" waitTime="2m">
<client-set begin="1" count="2" name="ThinClient"/>
</task>
<task name="Destroys" action="doDestroys" container="perftests" waitTime="10m">
<client-set name="ThinClient"/>
</task>
<task name="CreateRegion" action="doCreateRegion" container="perftests" waitTime="5m">
<client-set begin="3" count="2" name="ThinClient"/>
</task>
<task name="Register All Keys" action="doRegisterAllKeys" container="perftests" waitTime="2m">
<client-set begin="3" count="2" name="ThinClient"/>
</task>
<task name="Destroys" action="doDestroys" container="perftests" waitTime="10m">
<client-set name="ThinClient"/>
</task>
<task name="CreateRegion" action="doCreateRegion" container="perftests" waitTime="5m">
<client-set begin="5" count="12" name="ThinClient"/>
</task>
<task name="Register All Keys" action="doRegisterAllKeys" container="perftests" waitTime="2m">
<client-set begin="5" count="12" name="ThinClient"/>
</task>
<task name="Destroys" action="doDestroys" container="perftests" waitTime="10m">
<client-set name="ThinClient"/>
</task>
<task name="CreateRegion" action="doCreateRegion" container="perftests" waitTime="5m">
<client-set begin="17" count="16" name="ThinClient"/>
</task>
<task name="Register All Keys" action="doRegisterAllKeys" container="perftests" waitTime="2m">
<client-set begin="17" count="16" name="ThinClient"/>
</task>
<task name="Destroys" action="doDestroys" container="perftests" waitTime="10m">
<client-set name="ThinClient"/>
</task>
<task name="CreateRegion" action="doCreateRegion" container="perftests" waitTime="5m">
<client-set begin="33" count="32" name="ThinClient"/>
</task>
<task name="Register All Keys" action="doRegisterAllKeys" container="perftests" waitTime="2m">
<client-set begin="33" count="32" name="ThinClient"/>
</task>
<task name="Destroys" action="doDestroys" container="perftests" waitTime="10m">
<client-set name="ThinClient"/>
</task>
<task name="CreateRegion" action="doCreateRegion" container="perftests" waitTime="5m">
<client-set begin="65" count="64" name="ThinClient"/>
</task>
<task name="Register All Keys" action="doRegisterAllKeys" container="perftests" waitTime="2m">
<client-set begin="65" count="64" name="ThinClient"/>
</task>
<task name="Destroys" action="doDestroys" container="perftests" waitTime="10m">
<client-set name="ThinClient"/>
</task>
<task name="CreateRegion" action="doCreateRegion" container="perftests" waitTime="5m">
<client-set begin="129" count="128" name="ThinClient"/>
</task>
<task name="Register All Keys" action="doRegisterAllKeys" container="perftests" waitTime="2m">
<client-set begin="129" count="128" name="ThinClient"/>
</task>
<task name="Destroys" action="doDestroys" container="perftests" waitTime="10m">
<client-set name="ThinClient"/>
</task>
<task name="CreateRegion" action="doCreateRegion" container="perftests" waitTime="5m">
<client-set begin="257" count="256" name="ThinClient"/>
</task>
<task name="Register All Keys" action="doRegisterAllKeys" container="perftests" waitTime="2m">
<client-set begin="257" count="256" name="ThinClient"/>
</task>
<task name="Destroys" action="doDestroys" container="perftests" waitTime="10m">
<client-set name="ThinClient"/>
</task>
<task name="CreateRegion" action="doCreateRegion" container="perftests" waitTime="5m">
<client-set begin="513" count="512" name="ThinClient"/>
</task>
<task name="Register All Keys" action="doRegisterAllKeys" container="perftests" waitTime="2m">
<client-set begin="513" count="512" name="ThinClient"/>
</task>
<task name="Destroys" action="doDestroys" container="perftests" waitTime="10m">
<client-set name="ThinClient"/>
</task>
<task name="Close Cache" action="doCloseCache" container="perftests" waitTime="2m"/>
<task name="StopCacheServer 1" action="doRunProcess" container="utils" waitTime="5m" parallel="true">
<data name="program">stopJavaServers</data>
<data name="arguments">1</data>
<client-set name="JCS1"/>
</task>
<task name="StopCacheServer 2" action="doRunProcess" container="utils" waitTime="5m" parallel="true">
<data name="program">stopJavaServers</data>
<data name="arguments">2</data>
<client-set name="JCS2"/>
</task>
</test>
</test-driver>