Re: [PATCH v2] kunit: Warn if tests are slow

2023-10-26 Thread Maxime Ripard
Hi, On Thu, Oct 26, 2023 at 03:06:39PM +0800, David Gow wrote: > On Wed, 20 Sept 2023 at 16:49, Maxime Ripard wrote: > > > > Kunit recently gained support to setup attributes, the first one being > > the speed of a given test, then allowing to filter out slow tests. > > > > A slow test is defined

Re: [PATCH v2] kunit: Warn if tests are slow

2023-10-26 Thread David Gow
On Wed, 20 Sept 2023 at 16:49, Maxime Ripard wrote: > > Kunit recently gained support to setup attributes, the first one being > the speed of a given test, then allowing to filter out slow tests. > > A slow test is defined in the documentation as taking more than one > second. There's an another s

Re: [PATCH v2] kunit: Warn if tests are slow

2023-10-25 Thread Maxime Ripard
Hi Rae, On Tue, Oct 24, 2023 at 03:41:33PM -0400, Rae Moar wrote: > On Wed, Sep 20, 2023 at 4:49 AM Maxime Ripard wrote: > > > > Kunit recently gained support to setup attributes, the first one being > > the speed of a given test, then allowing to filter out slow tests. > > > > A slow test is def

Re: [PATCH v2] kunit: Warn if tests are slow

2023-10-24 Thread Rae Moar
On Wed, Sep 20, 2023 at 4:49 AM Maxime Ripard wrote: > > Kunit recently gained support to setup attributes, the first one being > the speed of a given test, then allowing to filter out slow tests. > > A slow test is defined in the documentation as taking more than one > second. There's an another

Re: [PATCH v2] kunit: Warn if tests are slow

2023-10-24 Thread Maxime Ripard
On Wed, Sep 20, 2023 at 10:49:03AM +0200, Maxime Ripard wrote: > Kunit recently gained support to setup attributes, the first one being > the speed of a given test, then allowing to filter out slow tests. > > A slow test is defined in the documentation as taking more than one > second. There's an

[PATCH v2] kunit: Warn if tests are slow

2023-09-20 Thread Maxime Ripard
Kunit recently gained support to setup attributes, the first one being the speed of a given test, then allowing to filter out slow tests. A slow test is defined in the documentation as taking more than one second. There's an another speed attribute called "super slow" but whose definition is less