• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tornadoweb / tornado / 1316 / 3
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 07 Nov 2014 01:29AM UTC
Files 72
Run time 39s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Nov 2014 01:26AM UTC coverage: 86.873%. First build
DEPS=true

Pull #1245

travis-ci

heewa
Subprocess' ioloop can be replaced if its closed.

Since Subprocess holds on to a singleton ioloop, and that ioloop can be
closed, if someone tries to re-initialize Subprocess (like during a call
to set_exit_callback), clear out the now-defunct ioloop to make way for
one that can run callbacks.

As part of this, IOLoop implementations now have a property they need to
define, closed, which Subprocess uses to know if its loop is closed. For
minimal impact, it's a property that by default throws a
NotImplementedError, and Subprocess falls back to old behavior.
Pull Request #1245: Subprocess' ioloop can be replaced if it's closed.

12422 of 14299 relevant lines covered (86.87%)

0.87 hits per line

Source Files on job 1316.3 (DEPS=true)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1316
  • Travis Job 1316.3
  • 37caf447 on github
  • Prev Job for DEPS=true on master (#1314.11)
  • Next Job for DEPS=true on master (#1317.11)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc