Tests streaming state transfer for both pull and push mode of channel
operations. Size of the transfer is configurable. Test runner should
specify "pull" and "size" parameter as JVM parameters when running this
test. If not specified default values are to use push mode and transfer
size of 100 MB.
To specify pull mode and size transfer of 500 MB test runner should pass
JVM parameters:
-Dpull=true -Dsize=500
author: Vladimir Blagojevic version: $Id$ |