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

rohanpm / more-executors / 219
100%

Build:
DEFAULT BRANCH: master
Ran 15 Apr 2018 12:44PM UTC
Jobs 1
Files 11
Run time 1s
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
219

push

travis-ci

bors[bot]
Merge #63

63: Fix flaky test_blocked_cancel autotest r=rohanpm a=rohanpm

This test assumed that when the submitted function is in progress,
future.running() must be true.  Actually this is not always the
case, since it can take some time for the running state to propagate
from inner to outer futures, due to code of the form:

  inner_future = delegate_executor.submit(fn)
  # fn could now be running,
  # but outer_future.running() is false until the next line
  outer_future.set_delegate(inner_future)

Fixes #62

Co-authored-by: Rohan McGovern <rohan@mcgovern.id.au>

677 of 677 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
3 219.3 (TOX_ENV=cov-travis) 15 Apr 2018 12:44PM UTC 0
100.0
Travis Job 219.3
Source Files on build 219
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #219
  • f74880ab on github
  • Prev Build on master (#215)
  • Next Build on master (#222)
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