]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add option for "sparse" backend tests and apply to memusage
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Jun 2019 21:18:59 +0000 (17:18 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Jun 2019 21:41:14 +0000 (17:41 -0400)
commit0ad64da3971bd4ac42699cf891fd689e7291cd2f
treeb1bf3b7b1e9ff70b77797cae9a79cc27654a330e
parent190e0139e834e4271268652e058c280787ae69eb
Add option for "sparse" backend tests and apply to memusage

The memusage tests are extremely time and memory intensive,
and when CI runs against MySQL or Postgresql there are many
database/driver combinations for which the "backend" tests
repeatedly run; as these tests are more oriented towards
basic dialect interaction, add a new "sparse" backend option
that will run the tests only once per base dialect.

Change-Id: I312aa0332d7ec1ff4e2faa15f6b189d6f0f68393
lib/sqlalchemy/testing/plugin/plugin_base.py
test/aaa_profiling/test_memusage.py