Opened 11 years ago
Closed 11 years ago
#235 closed defect (fixed)
test failures with Twisted-15.2.0
| Reported by: | Brian Warner | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.9.0 |
| Component: | logging | Version: | 0.7.0 |
| Keywords: | Cc: |
Description
Starting with the (recent) Twisted-15.2.0 release, foolscap.test.test_logging has been triggering errors:
Traceback (most recent call last):
File "/Users/warner/stuff/python/foolscap/foolscap/test/test_logging.py", line 2185, in _check
self.failUnlessEqual(fl_out[0]["message"], "one")
exceptions.KeyError: 'message'
foolscap.test.test_logging.Bridge.test_no_loops
(among others).
Looks like something in the Twisted logging internals has changed.
Change History (3)
comment:1 Changed 11 years ago by
comment:3 Changed 11 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Oh, nevermind, pypy was failing because of a timeout.
Note: See
TracTickets for help on using
tickets.

[d09495f36] ought to fix this