[LTP] [PATCH] msgstress01: remove TWARN type from runtime remaining
Li Wang
liwang@redhat.com
Thu Jun 27 04:41:27 CEST 2024
Cyril Hrubis <chrubis@suse.cz> wrote:
> > --- a/testcases/kernel/syscalls/ipc/msgstress/msgstress01.c
> > +++ b/testcases/kernel/syscalls/ipc/msgstress/msgstress01.c
> > @@ -214,7 +214,7 @@ static void run(void)
> > break;
> >
> > if (!tst_remaining_runtime()) {
> > - tst_res(TWARN, "Out of runtime during forking...");
> > + tst_res(TINFO, "Warning: Out of runtime during
> forking...");
>
> Maybe this should be a TCONF instead, since we were not able to run the
> test because the kernel is too slow...
>
Yeah, good point, once the '*stop' set to 1 the rest process doesn't
get perform as well, so TCONF should be better.
--
Regards,
Li Wang
More information about the ltp
mailing list