Commit e9dbf384 authored by Michael Hinton's avatar Michael Hinton Committed by Alejandro Sanchez
Browse files

Test 39.18 - Insulate error and output regexes from each other.

Because the output is alphabetically sorted, "error:" always comes
before "GRES_PARSABLE." Thus, when looking for "WARNING:" instead,
that comes *after* GRES_PARSABLE and can royally mess things up.

The fix is to insulate the output and error regexes from each other by
running them in separate expect loops. This is way more robust and
will guarantee that they never again interfere with each other.

Bug 7517
parent 732c39a5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment