The next iteration of ZODB 3.3 doesn't implicitly begin a new
transaction when a commit() fails. One test here provoked a failing commit(), which caused a later test to fail. Repaired by simply abort()'ing the failed transaction.
Showing
Please register or sign in to comment