Files
sqlalchemy/test/base
Mike Bayer ef04a40110 loosen up hash_limit test
hash_limit_string works by doing a modulus of a hash value so that
the range of possible numbers is 0-N.  however, there's a chance
we might not populate every 0-N value in unusual cases on CI,
even after iterating 500 times apparently.  Loosen the change by making
sure we got at least N/2 unique hash messages but not greater
than N.

Change-Id: I5cd2845697ec0a718ddca1c95fbc4867b06eabee
2024-06-11 09:16:26 -04:00
..
2023-12-20 22:54:28 +01:00
2024-06-11 09:16:26 -04:00