]> 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:42:03 +0000 (12:42 -0400)
commit863dbfca15da7931328c704afd0bb23eed05f685
treea190d92894efc5dcfc22f90e8797e1575d3610f6
parent912ebaa8b02f05d6148e5a3c5194fa9d2b3dc36a
- 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