]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Avoid error in multirange arrays random testing
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 28 Oct 2021 22:49:57 +0000 (00:49 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 28 Oct 2021 22:49:57 +0000 (00:49 +0200)
commitb748bb163d6baa8ea1e7db1c5b31f1d45b996063
treef1d4955a560f1fbb15cf8a4d34e7b440c04d949f
parent6e79b7e502db873a39cdffecec5b0f9a8bb5e44d
Avoid error in multirange arrays random testing

Don't create arrays with first element empty if dumping in binary. It is
known to not work (see xfail in multirange tests).
tests/fix_faker.py