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

Add support for unstable unit tests #382

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

Closes #381.

To help builds pass more frequently, we need to separate flaky tests from our normal unit testing. To do this, I've created a new build function to separately run marked unstable tests. I've also added new tasks to our PR builds to test unstable unit tests from our Azure pipelines.