]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- these tests don't test anything in SQLAlchemy - from our perpsective,
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Sep 2014 16:39:34 +0000 (12:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Sep 2014 16:41:07 +0000 (12:41 -0400)
commitf458ef84569c63ca1f98bfda3aef6f41119940e0
treecdf6acfa7c73e5036adfd9a1a943a7667ce9dabb
parentb36cdefba273b8df0bc0ddf3ad072ba6031712ab
- these tests don't test anything in SQLAlchemy - from our perpsective,
we need to be in transactions (tested elsewhere) and we need to
emit the correct FOR UPDATE strings (tested elsewhere).  There's nothing
in SQLA to be tested as far as validating that for update causes exceptions
or not, and these tests frequently fail as they are timing sensitive.
test/engine/test_transaction.py