noisepage
noisepage copied to clipboard
JDBC driver doesn't catch illegal state exception
JDBC driver throws illegal state exception, but the executeNonSelectQuery method within TracefileTest only catches sqlexception. The problem is that any other run time exception cracks the whole thing and we don’t know about information like line numbers.
Solution: Catch throwable instead of sqlexception within TracefileTest.