• Jeremy Hylton's avatar
    Another attempt to make testHoserStoppage work consistently. · b2a8a355
    Jeremy Hylton authored
    The order in which the tpc_finish() method of the jars is called is
    dependent on the order in which objects are returned from
    dict.values().  There is no way to write a test that works on all
    platforms that produces a consistent result in dict.values(), so stop
    trying.
    
    Instead, have the jars explicitly coordinate their tpc_finish()
    methods so that the first call always succeeds and the second call
    always fails.
    b2a8a355
testTransaction.py 16.6 KB