Unverified Commit 1853a6dd authored by Michael Moravec's avatar Michael Moravec Committed by GitHub

Merge pull request #3071 from morozov/mssql-net-start

Start SQL Server using a synchronous command to avoid intermittent login failures
parents 8f9c9348 b0591db2
......@@ -92,7 +92,7 @@ before_test:
- ps: >-
if ($env:db -eq "mssql") {
$instanceName = $env:db_version.ToUpper()
Start-Service "MSSQL`$$instanceName"
net start "MSSQL`$$instanceName"
}
test_script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment