]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add --notimingintensive; block from github jobs 5633/head
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Oct 2020 03:23:07 +0000 (23:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Oct 2020 03:31:36 +0000 (23:31 -0400)
commit166833e16ec342dfa10edb287d7aa495ddd1b59d
tree7ea458116462ae4dc18b4cdcda4daabdb1315722
parent402cca8f2ac42a08fba7a200c4e1e086e2081aad
add --notimingintensive; block from github jobs

this provides a front-end option to disable tests marked
as timing_intensive, all of which are in test_pool, which are more
fragile and aren't consistent on the
github runners.   also remove /reduce unnecessary time.sleep()
from two other pool tests that are not timing intensive.

note that this removes test_hanging_connect_within_overflow
from the github runs via the timing_intensive requirement.

I've also removed MockReconnectTest from exclusions as those are
really important tests and they use mocks so should not have
platform dependent issues.   Need to see what the
windows failures are.

Change-Id: Icb3d284a2a952e2495d80fa91e22e0b32a54340f
.github/workflows/create-wheels.yaml
.github/workflows/run-on-pr.yaml
.github/workflows/run-test.yaml
lib/sqlalchemy/testing/plugin/plugin_base.py
test/engine/test_pool.py