]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
test fixes from non-gerrit builds
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Apr 2021 12:28:34 +0000 (08:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 15 Apr 2021 12:28:34 +0000 (08:28 -0400)
commit60e625212fe55869d2915bbf41a369eedae8b846
tree2682bcebf417531f53026d31ac37bbd2d849343e
parentea225c63f98dc3c250cee1b243762970b8e0932a
test fixes from non-gerrit builds

- Fix savepoint test in test_memusage which hasn't been
running, jenkins now has this enabled for more backends

- fix SQL Server failure in test_assorted_eager

- don't mention "from_self()" in the error message for
Query

Fixes: #6277
Change-Id: I0b351032604bd19604143f86f5f055eefd4d0c23
lib/sqlalchemy/orm/query.py
test/aaa_profiling/test_memusage.py
test/orm/test_assorted_eager.py