testConcurrentRead in ReadWriteTest is not a great test because it does not assert that the number of transmits <= num_xmits, but I looked at the logging to make sure that dn->getNumXmits() is never greater than num_xmits.
The test also depends on the first two reads finishing in <1min, because the other two readers will timeout otherwise. But it hasn't failed yet...
testConcurrentRead in ReadWriteTest is not a great test because it does not assert that the number of transmits <= num_xmits, but I looked at the logging to make sure that dn->getNumXmits() is never greater than num_xmits.
The test also depends on the first two reads finishing in <1min, because the other two readers will timeout otherwise. But it hasn't failed yet...
@pelmers @srdieffenbach