]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fix random test failure caused by degenerate list sample
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 11 Oct 2021 15:35:44 +0000 (17:35 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 11 Oct 2021 15:37:22 +0000 (17:37 +0200)
commit0317bb82f018b8d44c8a360d2d9a5067aae383d8
treeedf97867e1ecf1b4ef41960f5ff5c8bbfe287bc0
parentb79ebc37cb34836b45e086195b0e16c1b55a9f66
Fix random test failure caused by degenerate list sample

For example it would fail if a list containing an empty range would be
selected.

https://github.com/psycopg/psycopg/pull/102/checks?check_run_id=3859021392
tests/fix_faker.py