diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-09 19:18:33 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-09 19:18:33 -0500 |
| commit | 311fa4f8766c7cdecc7ec08aba57692611060c95 (patch) | |
| tree | bf93b55c0103d8df80112e33b43211ead80caf29 /test/engine | |
| parent | 7e8f35109725ed3fd3caf96acf8b94a13c53fdfe (diff) | |
| download | sqlalchemy-311fa4f8766c7cdecc7ec08aba57692611060c95.tar.gz | |
- py3k fix regarding new exception system
- 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
Diffstat (limited to 'test/engine')
| -rw-r--r-- | test/engine/test_transaction.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/engine/test_transaction.py b/test/engine/test_transaction.py index 1c94d1f5f..c4aec7e37 100644 --- a/test/engine/test_transaction.py +++ b/test/engine/test_transaction.py @@ -542,6 +542,7 @@ class TLTransactionTest(TestBase): 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") |
