New tests in 0.4 cause MSSQL to hang

Issue #730 resolved
paj created an issue

A number of new tests cause hangs on MSSQL.

orm/unitofwork.py: test_update, test_multi_update
orm/session.py: test_transaction, test_autoflush, test_autoflush_unbound
engine/transaction.py: testnestedsubtransactionrollback, testnestedsubtransactioncommit, testrollbacktosubtransaction

Since changeset 3267 these are disabled for MSSQL, so we can at least run the unit tests. Some follow-up work is needed to actually fix the issues, or declare the features unsupported on MSSQL.

Comments (2)

  1. Log in to comment