#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

In 7bda21a/trunk:

Merge pull request #593 from tahoe-lafs/3021.test-suite-hang

Fix one of the test suite hangs.

Fixes: ticket:3021

Note: See TracTickets for help on using tickets.