Message190220
| Author |
r.david.murray |
| Recipients |
r.david.murray, vinay.sajip |
| Date |
2013年05月28日.15:25:26 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1369754727.16.0.996234462502.issue18081@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
The following failure is showing up frequently in the buildbots. I haven't checked closely enough to be sure if it is a heisenberg, but I suspect it is, since it doesn't seem to be related to any of the recent changesets that would have been included in the builds that just failed and that show the failure:
======================================================================
FAIL: test_warnings (test.test_logging.WarningsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/home/db3l/buildarea/3.3.bolen-freebsd/build/Lib/test/test_logging.py", line 1796, in test_warnings
"dummy.py:42: UserWarning: Explicit\n Dummy line\n")
AssertionError: '\nWarning (from warnings module):\n File "dummy.py", line 42\n Dummy line\n [truncated]... != 'dummy.py:42: UserWarning: Explicit\n Dummy line\n'
+ dummy.py:42: UserWarning: Explicit
-
- Warning (from warnings module):
- File "dummy.py", line 42
- Dummy line
? --
+ Dummy line
- UserWarning: Explicit
- >>> |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2013年05月28日 15:25:27 | r.david.murray | set | recipients:
+ r.david.murray, vinay.sajip |
| 2013年05月28日 15:25:27 | r.david.murray | set | messageid: <1369754727.16.0.996234462502.issue18081@psf.upfronthosting.co.za> |
| 2013年05月28日 15:25:27 | r.david.murray | link | issue18081 messages |
| 2013年05月28日 15:25:26 | r.david.murray | create |
|