Re: Transaction Test failure example

2013-04-18 Thread Peter Firmstone
I wonder if a garbage collection might also cause some latency? On 18/04/2013 9:27 PM, Peter Firmstone wrote: This test appears to fail due to asynchronicity The abort task is submitted to the TaskManager before the test thread sleeps for 1 second, but the abort task attempts to execute afte

Transaction Test failure example

2013-04-18 Thread Peter Firmstone
This test appears to fail due to asynchronicity The abort task is submitted to the TaskManager before the test thread sleeps for 1 second, but the abort task attempts to execute after the test completes. Is it reasonable to expect that a transaction must abort before 1 second elapses? This