This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ned.deily, ronaldoussoren, vstinner
Date 2018-06-19.08:50:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529398225.31.0.56676864532.issue33901@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/#/builders/145/builds/81

x86-64 High Sierra 3.x:

======================================================================
FAIL: test_reorganize (test.test_dbm_gnu.TestGdbm)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/test_dbm_gnu.py", line 77, in test_reorganize
    self.assertTrue(size0 < size1)
AssertionError: False is not true


The only change of this build is the commit cb970730e3ca2522e9b1700dcaf0a06b7e898db6: bpo-33630. But I hardly believe that it's related.
History
Date User Action Args
2018-06-19 08:50:25vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily
2018-06-19 08:50:25vstinnersetmessageid: <1529398225.31.0.56676864532.issue33901@psf.upfronthosting.co.za>
2018-06-19 08:50:25vstinnerlinkissue33901 messages
2018-06-19 08:50:25vstinnercreate