sqlsmith
sqlsmith copied to clipboard
Improve out-of-memory handling
SQLsmith currently dies when a memory allocation fails. This won't happen when run on a dedicated host due to SQLsmith's low memory consumption, but it might happen when run on the same machine as the DUT.
It should be easy to catch these OOM exceptions and report them with an "M" flag in verbose output.