Opened at 2019-04-01T13:55:08Z
Closed at 2019-04-05T19:37:53Z
#3021 closed defect (fixed)
Sometimes the test suite hangs
Reported by: | exarkun | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | 1.12.1 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
With seemingly increasing frequency, the test suite hangs a couple tests into allmydata.test.test_runner.RunNode?
It seems suspicious that the hang happens on the 2nd test that does a deferToThread(subprocess.Popen, ...)
The subprocess module on Python 2.7 is basically not thread-safe.
Change History (1)
comment:1 Changed at 2019-04-05T19:37:53Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 7bda21a/trunk: