Changes between Initial Version and Version 1 of Ticket #2023, comment 10
- Timestamp:
- 2014-09-10T00:43:40Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2023, comment 10
initial v1 3 3 The cluster of failures I'm getting includes: 4 4 5 * `close failed in file object destructor: IO Error: [Errno 9] Bad file 6 descriptor`.This appears to be happening in `node.Node._setup_tub >5 * `close failed in file object destructor: IO Error: [Errno 9] Bad file descriptor`. 6 This appears to be happening in `node.Node._setup_tub > 7 7 fileutil.write_atomically`, just after calling 8 8 `iputil.get_local_addresses_async()`, as it tries to write the … … 12 12 path. In another case, this didn't actually flunk the test. 13 13 14 * `twisted.internet.error.CannotListenError: Couldn't listen on 15 any:64198: [Errno 48] Address already in use`, in 16 `SystemTestMixin.bounce_client` as it tries to start up a new Client 14 * `twisted.internet.error.CannotListenError: Couldn't listen on any:64198: [Errno 48] Address already in use`, 15 in `SystemTestMixin.bounce_client` as it tries to start up a new Client 17 16 service, just after shutting down the old one (and waiting for the 18 17 `disownServiceParent` deferred to fire, then waiting an extra 1.0