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

JSON RPC client test function needs to be fixed #371

Open ellbosch opened 4 years ago

ellbosch commented 4 years ago

The test_stream_closed_during_process method does not throw an exception when it should. This issue was not caught because the test method wouldn't raise a failure if the exception block wasn't run (which is expected functionality).

Further investigation is needed to understand why the exception isn't raised.