commit | f42fa7bdf2041464d47ea284c6cd709a2b7c26bb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Aug 01 09:51:29 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 01 09:53:36 2019 +0200 |
tree | 4ced7e1eb66d9ebdd1080f012fa3cbb11f6bfdea | |
parent | a37cb1880c81b1f038e575d88ba7210aea0b7b8f [diff] |
REGTESTS: checks: make 4be_1srv_health_checks more reliable This test occasionally fails on the Travis CI tests because the "in progress" bit is sometimes still set (or set again) in the show servers state output and is not expected in all regexes (some do already cover it), like in this one : https://travis-ci.com/haproxy/haproxy/jobs/221324920 Let's extend the remaining ones to accept this as well. Other tests do not seem affected as they only expect sequences of digits there.