]> git.openfabrics.org - ~ardavis/dapl.git/commit
dapltest: transaction test moves to cleanup stage before rdma_read processing is...
authorArlin Davis <arlin.r.davis@intel.com>
Mon, 27 Oct 2008 16:48:39 +0000 (08:48 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Mon, 27 Oct 2008 16:48:39 +0000 (08:48 -0800)
commit713aa2c4d3240e209dba3fc69ed14a9752e9d903
treed63a2d56db4abb2708cdd6ce7bf652b15a68738f
parent3ac47bf78c594a581b2dd85ee69cb579c1a8d47b
dapltest: transaction test moves to cleanup stage before rdma_read processing is complete

With multiple treads, the transaction server tread can move to cleanup
stage and unregister memory before the remote client process has
completed the rdma read. In lieu of a rewrite to add sync messages
at the end of transaction test phase, just add a delay before cleanup.

Signed-off-by: Arlin Davis <ardavis@ichips.intel.com>
test/dapltest/test/dapl_transaction_test.c