]> granicus.if.org Git - python/commit
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Jun 2018 16:45:39 +0000 (09:45 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jun 2018 16:45:39 +0000 (09:45 -0700)
commitfe8122d7b7c747fc344dde8467b09de6b5888d01
treeb405fbfbcd473c677cdbdf4abd100b3bf68fef0b
parent34cd4821ed97639896f85bdf0c0d5c75b23f8a76
bpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)

Fix test_dbm_gnu.test_reorganize() on macOS with gdbm 1.15: add a
larger value to make sure that the file size changes.
(cherry picked from commit 13c79c677f9ec9437c82eda72fa1c2d288d8fceb)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/test_dbm_gnu.py
Misc/NEWS.d/next/Tests/2018-06-19-14-04-21.bpo-33901.OFW1Sr.rst [new file with mode: 0644]