[Feature] improve logs when store_failures: true and the failure is actually due to a database/sql compilation error #11350
Labels
enhancement
New feature or request
help_wanted
Trickier changes, with a clear starting point, good for previous/experienced contributors
logging
paper_cut
A small change that impacts lots of users in their day-to-day
Describe the feature
The logs are confusing in a failed test, when
store_failures: true
and the failure is actually due to a database/sql compilation error. Can we update the logs to not direct users to the test failures table in this case? That table would not have been created so if you try to query that table that select statement fails.loom from @kbrock91
The text was updated successfully, but these errors were encountered: