dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 191 forks source link

Improved exception handling for JSON RPC tests #380

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

Fixes #378.

This fixes a logging issue for tests which check for expected exceptions. If anything other than the excepted exception is raised, information is suppressed about the exception. With this change, we should see more verbose information about any unexpected exceptions.