| Tests whether secondary access can cause a self-deadlock when reading via a
secondary because the collections API secondary implementation in DB 4.2
opens two cursors. Part of the problem in [#10516] was because the
secondary get() was not done in a txn. This problem should not occur in DB
4.3 and JE -- an ordinary deadlock occurs instead and is detected.
author: Mark Hayes |