]> git.openfabrics.org - ~ardavis/dapl.git/commit
dapltest assumes that events across multiple endpoints occur in a specific
authorSean Hefty <sean.hefty@intel.com>
Thu, 16 Apr 2009 17:21:45 +0000 (10:21 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Thu, 16 Apr 2009 17:21:45 +0000 (10:21 -0700)
commit3084310197c20aaa50abe82260fc835786f591f5
tree1794507ba64106d8eec42f6ffe1cdc6867ca9d5d
parentef87a0a462f4fa07ac252e28d3aeb44af73cc202
dapltest assumes that events across multiple endpoints occur in a specific
order.  Since this is a false assumption, avoid this by directing events to
per endpoint EVDs, rather than using shared EVDs.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
test/dapltest/include/dapl_proto.h
test/dapltest/include/dapl_transaction_test.h
test/dapltest/test/dapl_transaction_test.c
test/dapltest/test/dapl_transaction_util.c