Closed BugenZhao closed 1 year ago
An example generated by sqllogictest --override
in RisingWave:
@skyzh @wangrunji0408 can we add @BugenZhao as a colaborator.
@skyzh @wangrunji0408 can we add @BugenZhao as a colaborator.
Yep let's do that!
Wow, semver-check
gets really slow (up to 30min).
@xxchan Would you please release a new version for this? 🥰
@BugenZhao Done
Support matching multiline error message under
----
for bothstatement error
andquery error
.The output error message must be the exact match of the expected one to pass the test, except for the leading and trailing whitespaces. Users may use
--override
to let the runner update the test files with the actual output.Empty lines are allowed in the expected error message. As a result, the message must end with two consecutive empty lines.
Breaking changes in the parser:
ParseErrorKind
. Mark it as#[non_exhaustive]
.expected_error
fromRegex
toExpectedError
, which is either a inlineRegex
or multilineString
.