Re: [PATCH v4 00/11] kunit: create a centralized executor to dispatch all KUnit tests

2020-06-26 Thread Brendan Higgins
On Wed, Jun 24, 2020 at 6:47 PM David Gow wrote: > > Glad this is back out there: a couple of minor nitpicks below: > > On Thu, Jun 25, 2020 at 4:58 AM Brendan Higgins > wrote: > > > > ## TL;DR > > > > This patchset adds a centralized executor to dispatch tests rather than > > relying on

Re: [PATCH v4 00/11] kunit: create a centralized executor to dispatch all KUnit tests

2020-06-24 Thread David Gow
Glad this is back out there: a couple of minor nitpicks below: On Thu, Jun 25, 2020 at 4:58 AM Brendan Higgins wrote: > > ## TL;DR > > This patchset adds a centralized executor to dispatch tests rather than > relying on late_initcall to schedule each test suite separately along > with a couple

[PATCH v4 00/11] kunit: create a centralized executor to dispatch all KUnit tests

2020-06-24 Thread Brendan Higgins
## TL;DR This patchset adds a centralized executor to dispatch tests rather than relying on late_initcall to schedule each test suite separately along with a couple of new features that depend on it. Also, sorry for the extreme delay in getting this out. Part of the delay came from finding that