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

facebook / tornado / 854
66%

Build:
DEFAULT BRANCH: master
Ran 18 Jan 2014 06:16PM UTC
Jobs 8
Files 231
Run time –
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

pending completion
854

push

travis-ci

bdarnell
Allow and encourage the use of file objects instead of integer fds in IOLoop.

This fixes a problem in tests in which a closing IOLoop would os.close()
all of its file descriptors while socket objects for those fds still
existed.  When those socket objects were garbage collected, they would
close the fd a second time (by which time it may have been reassigned
to a new socket).

Due to subtleties of garbage collection this has only been observed
with the asyncio event loop in tests of curl_httpclient.

37353 of 52620 relevant lines covered (70.99%)

1.2 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
/home/travis/virtualenv/pypy/site-packages/tornado-3.3.dev1-py2.7.egg/tornado/test/ioloop_test.py
1
100.0
/home/travis/virtualenv/python3.2/lib/python3.2/site-packages/tornado-3.3.dev1-py3.2-linux-x86_64.egg/tornado/test/ioloop_test.py
7
100.0
/home/travis/virtualenv/python2.7/lib/python2.7/site-packages/tornado-3.3.dev1-py2.7-linux-x86_64.egg/tornado/iostream.py
7
100.0
/home/travis/virtualenv/pypy/site-packages/tornado-3.3.dev1-py2.7.egg/tornado/iostream.py
7
100.0
/home/travis/virtualenv/python3.2/lib/python3.2/site-packages/tornado-3.3.dev1-py3.2-linux-x86_64.egg/tornado/iostream.py
21
100.0
/home/travis/virtualenv/python2.7/lib/python2.7/site-packages/tornado-3.3.dev1-py2.7-linux-x86_64.egg/tornado/test/ioloop_test.py
43
100.0
/home/travis/virtualenv/pypy/site-packages/tornado-3.3.dev1-py2.7.egg/tornado/ioloop.py
43
100.0
/home/travis/virtualenv/python3.2/lib/python3.2/site-packages/tornado-3.3.dev1-py3.2-linux-x86_64.egg/tornado/ioloop.py
44
100.0
/home/travis/virtualenv/python2.7/lib/python2.7/site-packages/tornado-3.3.dev1-py2.7-linux-x86_64.egg/tornado/ioloop.py
Jobs
ID Job ID Ran Files Coverage
1 854.1 (DEPS=true) 18 Jan 2014 06:19PM UTC 0
Travis Job 854.1
2 854.2 (DEPS=false) 18 Jan 2014 06:16PM UTC 0
Travis Job 854.2
3 854.3 (DEPS=true) 18 Jan 2014 06:22PM UTC 0
Travis Job 854.3
4 854.4 (DEPS=false) 18 Jan 2014 06:16PM UTC 0
79.36
Travis Job 854.4
5 854.5 (DEPS=true) 18 Jan 2014 06:27PM UTC 0
60.8
Travis Job 854.5
6 854.6 (DEPS=false) 18 Jan 2014 06:24PM UTC 0
61.05
Travis Job 854.6
7 854.7 (DEPS=true) 18 Jan 2014 06:17PM UTC 0
80.1
Travis Job 854.7
8 854.8 (DEPS=false) 18 Jan 2014 06:16PM UTC 0
80.13
Travis Job 854.8
Source Files on build 854
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #854
  • 7552caed on github
  • Prev Build on master (#853)
  • Next Build on master (#855)
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