Skip to content

testThreadTaskWaitWhenNotStarted failure #110

@thiell

Description

@thiell

Investigate and fix the following test. It's working but Python interpreter is hanging at the end (thread not joined?).

    def testThreadTaskWaitWhenNotStarted(self):
        """test task_wait() when workers not started"""

        for i in range(1, 5):
            task = Task()
            task.shell("sleep %d" % i)

        task_wait()
        task.resume()

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions