8000
SqlSmith: Pretty print failed SQL statement with error to log files #4415
Labels
D-medium
Difficulty: Medium, need some knowledge of the whole system.
good first issue
Good for newcomers
type/chore
Uh oh!
There was an error while loading. Please reload this page.
Currently, the Failed SQL query is in standard output in non-prettifed formed. Pretty-print it would causes the terminal to be over long.
When a fail query is detected, the creation of tables until the fail sql query is printed. So when many failed query is detected the terminal would be very messy.
This issue suggests that a single failed query shall be pretty-printed nicely to a log file for reference.
We can store these as artifacts in CI.
The text was updated successfully, but these errors were encountered: