diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-05 16:09:01 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-05 17:09:00 +0000 |
commit | de6f74f297d040a34746bc8e1829ad4b867441c9 (patch) | |
tree | 916aae85d7f73eab654f2a858f4b634aa3342811 /test/runtest | |
parent | 8b4556856d2434c8006df5011d4855c07a7ba2b8 (diff) |
Send delay-MDN for any queurun past delay_warning, even if not retry time yet. Bug 2341
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 71f002cf5..39e87629e 100755 --- a/test/runtest +++ b/test/runtest @@ -524,7 +524,7 @@ RESET_AFTER_EXTRA_LINE_READ: my($next) = $3 - $2; $_ = " first failed=dddd last try=dddd next try=+$next $4\n"; } - s/^(\s*)now=\d+ first_failed=\d+ next_try=\d+ expired=(\d)/$1now=tttt first_failed=tttt next_try=tttt expired=$2/; + s/^(\s*)now=\d+ first_failed=\d+ next_try=\d+ expired=(\w)/$1now=tttt first_failed=tttt next_try=tttt expired=$2/; s/^(\s*)received_time=\d+ diff=\d+ timeout=(\d+)/$1received_time=tttt diff=tttt timeout=$2/; # Time to retry may vary |