Bug 8163: Use MT DTCL executor in AbstractConcurrentDataBrokerTest 22/60022/5
authorTom Pantelis <tompantelis@gmail.com>
Thu, 6 Jul 2017 12:30:28 +0000 (08:30 -0400)
committerTom Pantelis <tompantelis@gmail.com>
Wed, 12 Jul 2017 13:42:36 +0000 (13:42 +0000)
Using a direct executor can cause deadlocks so the DTCL executor was
made configurable to use a threadpool as an opt-in. Direct executor
is still the default as many existing tests would break.

Change-Id: I41e14f1e6d3b77a44e61dfc75abff29d11a777dc
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>

No differences found