REGTEST: increase some short timeouts to make tests more reliable
authorWilly Tarreau <w@1wt.eu>
Wed, 2 Sep 2020 05:26:08 +0000 (07:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 2 Sep 2020 05:30:34 +0000 (07:30 +0200)
commitdb522b542efb85a65eda8fb025bda0a5161517cf
treecc40d97217ff9e73a56373a8d13343f83ecde335
parent17254939c50707f06f2c248337990fc8e8d4d75b
REGTEST: increase some short timeouts to make tests more reliable

A few regtests continue to regularly fail in highly loaded VMs because
they have very short timeouts. Actually the goal of running with short
timeouts was to make sure we do not uselessly wait during tests designed
to trigger them, but these timeouts here are never supposed to fire at
all, so they don't need to be kept in the 15-20ms range. They do not
pose any issue on any regular machine, but VMs are often suffering from
huge time jumps and cannot always produce responses in that short of a
time.

Just like with commit ce6fc25b1 ("REGTEST: increase timeouts on the
seamless-reload test"), let's raise these short timeouts to 1 second.
A few other ones remain set to 150-200ms and do not seem to cause any
issue. Some are actually expected to trigger so let's not touch them
for now.
reg-tests/http-rules/acl_cli_spaces.vtc
reg-tests/http-rules/converters_ipmask_concat_strcmp_field_word.vtc
reg-tests/http-rules/map_redirect.vtc
reg-tests/http-rules/map_regm_with_backref.vtc