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 pablogsal
Recipients pablogsal
Date 2018-10-16.13:09:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539695375.29.0.788709270274.issue34997@psf.upfronthosting.co.za>
In-reply-to
Content
When running the test_logging with the huntleaks option (-R), test_out_of_order fails:

======================================================================
FAIL: test_out_of_order (test.test_logging.ConfigDictTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.refleak/build/Lib/test/test_logging.py", line 3278, in test_out_of_order
    self.assertRaises(ValueError, self.apply_config, self.out_of_order)
AssertionError: ValueError not raised by apply_config
----------------------------------------------------------------------

https://buildbot.python.org/all/#/builders/1/builds/377/steps/4/logs/stdio
History
Date User Action Args
2018-10-16 13:09:35pablogsalsetrecipients: + pablogsal
2018-10-16 13:09:35pablogsalsetmessageid: <1539695375.29.0.788709270274.issue34997@psf.upfronthosting.co.za>
2018-10-16 13:09:35pablogsallinkissue34997 messages
2018-10-16 13:09:34pablogsalcreate