- this test keeps throwing a TNS error on Oracle on the buildbot only, runs locally,
seems to be related to some scaling/memory type of issue on the bot
except Exception, e:
# Py3K
#raise exc.DBAPIError.instance(None, None,
- # dialect.dbapi.Error, e) from e
+ # e, dialect.dbapi.Error) from e
# Py2K
import sys
raise exc.DBAPIError.instance(
tlengine.close()
+ @testing.crashes('oracle', 'TNS error of unknown origin occurs on the buildbot.')
def test_rollback_no_trans(self):
tlengine = create_engine(testing.db.url, strategy="threadlocal")