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

gevent / gevent / 3131
85%
master: 78%

Build:
Build:
LAST BUILD BRANCH: python-updates
DEFAULT BRANCH: master
Ran 14 Nov 2018 03:37PM UTC
Jobs 3
Files 210
Run time 19min
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
3131

Pull #1316

travis-ci

web-flow
Minor cleanup of test__os

We saw a Windows crash (https://ci.appveyor.com/project/denik/gevent/builds/20295148/job/ldltku6gletkdfgl):

| C:\Python37-x64\python.exe -u -mgevent.tests.test__os
461  .
462  ----------------------------------------------------------------------
463  Ran 1 test in 1.656s
464
465  OK
466  Windows fatal exception: access violation
467
468  Thread 0x000003dc (most recent call first):
469
470  Current thread 0x000005c8 (most recent call first):
471    File "C:\Python37-x64\lib\site-packages\gevent\threadpool.py", line 261 in _worker
472
473  Thread 0x00000af8 (most recent call first):
474    File "C:\Python37-x64\lib\site-packages\gevent\_threading.py", line 84 in wait
475    File "C:\Python37-x64\lib\site-packages\gevent\_threading.py", line 166 in get
476    File "C:\Python37-x64\lib\site-packages\gevent\threadpool.py", line 270 in _worker
477
478  Thread 0x00000424 (most recent call first):
479    File "C:\Python37-x64\lib\site-packages\gevent\_threading.py", line 84 in wait
480    File "C:\Python37-x64\lib\site-packages\gevent\_threading.py", line 166 in get
481    File "C:\Python37-x64\lib\site-packages\gevent\threadpool.py", line 270 in _worker
482
483  Thread 0x000003dc (most recent call first):
484    File "C:\Python37-x64\lib\weakref.py", line 356 in remove
485
486! C:\Python37-x64\python.exe -u -mgevent.tests.test__os [code 3221225477] [took 1.7s]

I confirmed that the one test we run there doesn't create an
IdentRegistry. Instead, the WeakKeyDictionary that's being created
comes from either zope.interface (tracking dependents) or
concurrent.futures (tracking spawned threads).
Pull Request #1316: Python 2: Correct errors from async closed sockets.

105 of 105 new or added lines in 10 files covered. (100.0%)

19143 of 22827 relevant lines covered (83.86%)

2.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3131.1 (TASK=test-py37) 14 Nov 2018 03:48PM UTC 0
83.23
Travis Job 3131.1
2 3131.2 (TASK=test-py27) 14 Nov 2018 03:37PM UTC 0
82.63
Travis Job 3131.2
7 3131.7 (TASK=test-py35) 14 Nov 2018 03:43PM UTC 0
77.34
Travis Job 3131.7
Source Files on build 3131
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3131
  • Pull Request #1316
  • PR Base - master (#3127)
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