[LTP] [Automated-testing] [PATCH v2 01/30] Introduce a concept of max runtime
Cyril Hrubis
chrubis@suse.cz
Thu May 5 11:48:13 CEST 2022
Hi!
> > + int max_iteration_runtime;
>
> It's not immediately clear if iteration refers to the inner test loop
> (e.g. Fuzzy Sync) or the outer loop performed by adding '-i N'. Perhaps
> it would be better to call it max_runtime and document that it is scaled
> by '-i N'?
It's not only the -i N paramater, it's carthesian product of:
-i parameter x all_filesystems x test_variants
And every single instance of that product is limited by the runtime
value, which is the reason I want to have iteration explicitly in the
name. Maybe we should call it instance instead or whatever else that may
be more fitting.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list