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

using random strings for entities in test #327

Closed ellbosch closed 4 years ago

ellbosch commented 4 years ago

This PR will hopefully make our flakiest test more reliable by using randomly generated strings for entity creation (table, view and schema) in our test database.

Will hopefully help us close issue #281.