Open
Description
To specify the expected error messages for a SQL statement, we currently use Collection<String>
, see
sqlancer/src/sqlancer/Query.java
Line 27 in af4374f
It would be desirable to introduce an abstraction to also allow, for example, specifying regular expressions to cover multiple expected error messages at once, and thus make expected error messages more descriptive (since without using regular expressions, we need to check for the shortest common string).