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

fix for breaking windows test #331

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

Fixes an issue where Windows insider builds have been failing due to improper use of Python subprocess calls which may exceed the buffer limit (see warning here).

I've also added timeout checks in case we run into tests which hang—an issue we saw with the aforementioned failing test.

Tagging #281.

ellbosch commented 4 years ago

PR validation builds still failing, will re-explore.