Closed johlju closed 1 year ago
Merging #1895 (a78100c) into main (e7b347e) will increase coverage by
0%
. The diff coverage is100%
.
@@ Coverage Diff @@
## main #1895 +/- ##
====================================
Coverage 92% 92%
====================================
Files 85 85
Lines 7641 7647 +6
====================================
+ Hits 7039 7045 +6
Misses 602 602
Flag | Coverage Δ | |
---|---|---|
unit | 92% <100%> (+<1%) |
:arrow_up: |
Impacted Files | Coverage Δ | |
---|---|---|
...dules/SqlServerDsc.Common/SqlServerDsc.Common.psm1 | 98% <100%> (+<1%) |
:arrow_up: |
Pull Request (PR) description
Restart-SqlService
no longer silently ignores errors that prevents the instance to go online. If the instance has not gone online during the timeout period the error thrown will no contain the last error reported byConnect-SQL
(issue #1891).This Pull Request (PR) fixes the following issues
Task list
This change is