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

buildinspace / peru / 249
88%

Build:
DEFAULT BRANCH: master
Ran 17 Nov 2014 07:06PM UTC
Jobs 1
Files 18
Run time 326min
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
249

push

travis-ci

oconnor663
use ProactorEventLoop on Windows

Summary:
The default event loop on Windows doesn't support subprocesses, so we
need to set this. Unfortunately the event loop is a global, and there's
a bit of a race condition to set it before anything tries to read it.
(In particular, instantiating an asyncio Lock or Semaphore grabs a
reference to the global loop.) We set it here at import time, which
works fine for now, but it makes me worry that some future code
(probably in tests) isn't going to import our `async` module, and will
run into bugs as a result. I'd love to have a better place to put this.

Reviewers: sean

Reviewed By: sean

Differential Revision: https://phabricator.buildinspace.com/D109

451 of 488 relevant lines covered (92.42%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
2 249.2 18 Nov 2014 12:32AM UTC 0
92.42
Travis Job 249.2
Source Files on build 249
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #249
  • 688b322f on github
  • Prev Build on master (#248)
  • Next Build on master (#254)
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