Re: [PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests

From: Frank Rowand
Date: Tue Feb 04 2020 - 18:35:39 EST


On 2/4/20 1:35 PM, Brendan Higgins wrote:
> On Mon, Feb 3, 2020 at 11:19 PM Stephen Boyd <sboyd@xxxxxxxxxx> wrote:
>>
>> Quoting Brendan Higgins (2020-01-30 15:08:05)
>>> ## 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.
>>
>> Is there any diff from v1 to v2? I don't know what changed, but I see
>> that my Reviewed-by tag has been put on everything, so I guess
>> everything I said was addressed or discussed in the previous round.
>
> Oh yes, sorry about that. I have gotten a bit lazy in regard to
> changing logs. I noticed that a lot of people don't seem to care. I'll
> make a note that you do.

Please ignore those who don't care. Just always include a change log.

You may encounter bike shedding about where the log belongs (in patch 0,
in the modified patches, in both locations). The color of my bike shed
is simply that they exist somewhere, but my most favorite color is both
places.

>
> Changes since last revision:
> - On patch 6/7, I flipped the include order and removed braces from the if
> statements.
> - On patch 7/7, I removed the periods from the short descriptions.
>