You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When datasource is some thing like: np:\\.\pipe\LOCALDB#8216D766\tsql\query, and if Default
To Reproduce
Steps to reproduce the behavior:
Create a tSql test based on LocalDB
Pass the named pipeline url to the Coverage construction with default trace settings: var cc = new CodeCoverage("np:\\\\.\\pipe\\LOCALDB#8216D766\\tsql\\query", connectionString, "master", null, true);
do any coverage testing: _codeCoverage.Cover($"exec tSQLt.Run '{_testFullName}'");
See error SQLCover.SqlCoverException : Unable to start the trace - errors are recorded in the debug output Error starting trace: System.Data.SqlClient.SqlException (0x80131904): Failed to open loopback connection. ... Expected behavior
No exceptions
Desktop (please complete the following information):
OS: Windows 10
DB: SQLocalDB 2017
===
Please at me @GoEddie so I receive a notification
The text was updated successfully, but these errors were encountered:
Describe the bug
When datasource is some thing like:
np:\\.\pipe\LOCALDB#8216D766\tsql\query
, and if DefaultTo Reproduce
Steps to reproduce the behavior:
var cc = new CodeCoverage("np:\\\\.\\pipe\\LOCALDB#8216D766\\tsql\\query", connectionString, "master", null, true);
_codeCoverage.Cover($"exec tSQLt.Run '{_testFullName}'");
SQLCover.SqlCoverException : Unable to start the trace - errors are recorded in the debug output
Error starting trace: System.Data.SqlClient.SqlException (0x80131904): Failed to open loopback connection. ...
Expected behavior
No exceptions
Desktop (please complete the following information):
===
Please at me @GoEddie so I receive a notification
The text was updated successfully, but these errors were encountered: