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 drakeol, gennad, nessita, python-dev, r.david.murray, vinay.sajip, vstinner
Date 2011-03-31.01:23:32
SpamBayes Score 4.45578e-06
Marked as misclassified No
Message-id <1301534612.73.0.872047459481.issue11557@psf.upfronthosting.co.za>
In-reply-to
Content
test_logging.test_no_kwargs fails on AMD64 Snow Leopard 2 3.x, x86 Ubuntu Shared 3.x, sparc solaris10 gcc 3.x, AMD64 Leopard 3.x, x86 XP-4 3.x, x86 Windows7 3.x, x86 Tiger 3.x, PPC Tiger 3.x, ... I disabled the test because it became difficult to see new regressions because of this issue.

I'm trying to figure out if my new faulthandler works on not on 3.x buildbots.

---

Re-running test 'test_logging' in verbose mode
test_flat (test.test_logging.BuiltinLevelsTest) ... ok
(...)

test_compute_rollover_H (test.test_logging.TimedRotatingFileHandlerTest) ... ok
test_compute_rollover_M (test.test_logging.TimedRotatingFileHandlerTest) ... ok
test_compute_rollover_MIDNIGHT (test.test_logging.TimedRotatingFileHandlerTest) ... ok
test_compute_rollover_S (test.test_logging.TimedRotatingFileHandlerTest) ... ok
test_compute_rollover_W0 (test.test_logging.TimedRotatingFileHandlerTest) ... Warning -- logging._handlerList was modified by test_logging
test test_logging failed -- Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.parc-snowleopard-1/build/Lib/test/test_logging.py", line 2427, in test_no_kwargs
    self.assertEqual(logging.root.level, logging.WARNING)
AssertionError: 20 != 30
History
Date User Action Args
2011-03-31 01:23:32vstinnersetrecipients: + vstinner, vinay.sajip, r.david.murray, nessita, drakeol, python-dev, gennad
2011-03-31 01:23:32vstinnersetmessageid: <1301534612.73.0.872047459481.issue11557@psf.upfronthosting.co.za>
2011-03-31 01:23:32vstinnerlinkissue11557 messages
2011-03-31 01:23:32vstinnercreate