Java Doc for IterDeadlockTest.java in » JMX » je » com » sleepycat » collections » test » Java Source Code / Java DocumentationJava Source Code and Java Documentation
public class IterDeadlockTest extends TestCase (Code)
Tests the fix for [#10516], where the StoredIterator constructor was not
closing the cursor when an exception occurred. For example, a deadlock
exception might occur if the constructor was unable to move the cursor to
the first element.
author: Mark Hayes