MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_no_overflow

Method test_no_overflow

test/engine/test_pool.py:1468–1469  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1466 @testing.requires.threading_with_mock
1467 @testing.requires.timing_intensive
1468 def test_no_overflow(self):
1469 self._test_overflow(40, 0)
1470
1471 @testing.requires.threading_with_mock
1472 @testing.requires.timing_intensive

Callers

nothing calls this directly

Calls 1

_test_overflowMethod · 0.95

Tested by

no test coverage detected