]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
correct for non-deterministic gc artifacts
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Feb 2022 15:53:07 +0000 (10:53 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Feb 2022 20:09:12 +0000 (15:09 -0500)
commitbcd4e36ab466e8e300bd704dd3b7e6e8470a2972
tree3245842e0350c59ca0cf79fd780114586c526ed5
parent619abb52b6f1ee023db0f85fd96ba9f88c8efa7b
correct for non-deterministic gc artifacts

Observed the tests here have different profiling
counts when run individually vs. as a group, and
this seems to be due to whether or not results of
each query are garbage collected or not.  for
all but one test, ensuring results stay between
query runs seems to meet the current profiling
counts.

Change-Id: I5aca5db08936757ad2a6055c5fc077cc58979bdd
test/aaa_profiling/test_orm.py
test/profiles.txt