Closed klihub closed 2 months ago
@askervin @fmuyassarov @kad @pfl PTAL.
LGTM.
The only improvement that I could come up with is printing something like "SKIP $TEST_DIR (long_tests=no)", as I can imagine myself wondering after few months why ./run_tests.sh doesn't do anything.
Good point. I'm think I myself would not realize after a week why long tests are not run at all. Updated, adding printouts when we skip tests. I also inverted the control variable name and semantics to skip_long_tests
, which feels more correct.
Skip tests matching *long*, *fuzz*, or *stress* by default. Run them when
skip_long_tests=no
is set.