Paul Vinciguerra 48bdbcd8f9 tests: fix worker thread initialization
from threading.thread __init__:

    This constructor should always be called with keyword arguments.

    If a subclass overrides the constructor, it must make sure to invoke
    the base class constructor (Thread.__init__()) before doing anything
    else to the thread.

Type: test
Change-Id: Ifa89202e97053a4baf19e9a0ca0913430d5087a3
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
2020-01-14 19:33:23 +00:00
..
2019-11-05 21:08:59 +00:00
2019-11-05 21:08:59 +00:00
2019-12-03 14:53:47 +00:00
2019-12-03 14:53:47 +00:00
2019-12-03 14:53:47 +00:00
2019-12-19 15:17:40 +00:00
2020-01-04 04:50:47 +00:00
2019-12-11 15:23:55 +00:00
2020-01-02 16:29:19 +00:00
2019-12-11 09:39:42 +00:00
2019-11-26 09:15:11 +00:00
2019-12-04 22:45:11 +00:00
2019-07-31 16:17:36 +00:00