Test reader thread hardening 75/16275/5
authorjuraj.linkes <juraj.linkes@pantheon.tech>
Thu, 29 Nov 2018 08:56:35 +0000 (09:56 +0100)
committerOle Trøan <otroan@employees.org>
Fri, 7 Dec 2018 10:45:09 +0000 (10:45 +0000)
commite6b58cf86affdf434a15f8833e959cded6c15784
tree5f129d8e8b77b4dbcb89cc1028d8b5e98309c1dc
parentf3b7a5e47af2dbb6a49b53fef56bc73e41cbf431
Test reader thread hardening

The test reader thread could get stuck in case an unexpected Exception
was raised during test runs in parent thread. Catch the Exception, close
the thread and raise the Exception to avoid this.

Change-Id: I3a9298d593c334d96d04b6207d604b684572a2ac
Signed-off-by: juraj.linkes <juraj.linkes@pantheon.tech>
test/run_tests.py