Multiple issues in the runtime system test
There are multiple issues in the runtime
system test:
- timing can fail on heavily loaded machine
- some tests are no-op because they check for generic
named
error and when thenamed
has wrong configuration it always fails - on macOS, the
PATH_MAX
is only1024
so the test that uses overly long configuration file name would always fail - various little nits and bits (shellcheck cleanness, missing
set -e
)
This issue is offspring of !2572 (closed) MR.