[LTP] [PATCH V3] lib: multiply the max_runtime if detect slow kconfigs
Li Wang
liwang@redhat.com
Thu Dec 19 14:14:55 CET 2024
On Thu, Dec 19, 2024 at 9:10 PM Cyril Hrubis <chrubis@suse.cz> wrote:
> Hi!
> > We have plenty of tests which keep looping until they run out of runtime
> > and then automatically stop. These tests are not at risk of timing out
> > and this patch only makes them run 3 times longer than necessary.
> >
> > I'd recommend temporarily reverting this patch and adding it back with a
> > new tst_test flag to identify tests which exit when runtime expires.
>
> Sounds like we need to have two different runtime values in the tests,
> max_runtime which is the timeout for the test and just runtime which is
> for how long will the test loop.
>
Agree, if we define the looping runtime in a separate value, that would be
helpful.
> And for the test that loop for a given runtime the max_runtime would be
> automatically set to the runtime in the test library.
>
> --
> Cyril Hrubis
> chrubis@suse.cz
>
>
--
Regards,
Li Wang
More information about the ltp
mailing list