Skip to content

deps(deps): bump github.com/microsoft/go-mssqldb from 1.10.0 to 1.11.0 in the go-mssqldb group across 1 directory - #801

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-mssqldb-7019927921
Open

deps(deps): bump github.com/microsoft/go-mssqldb from 1.10.0 to 1.11.0 in the go-mssqldb group across 1 directory#801
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-mssqldb-7019927921

deps(deps): bump github.com/microsoft/go-mssqldb

3210e5b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / microsoft.go-sqlcmd failed Sep 1, 2026 in 3m 24s

Build #20260901.5 had test failures

Details

Tests

  • Failed: 1 (0.23%, 0 new, 1 recurring)
  • Passed: 413 (96.95%)
  • Other: 12 (2.82%)
  • Total: 426
Code coverage

  • 5759 of 7047 line covered (81.72%)

Annotations

Check failure on line 20 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.go-sqlcmd

Build log #L20

There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.

Check failure on line 1 in TestErrorCommand

See this annotation in the file changed.

@azure-pipelines azure-pipelines / microsoft.go-sqlcmd

TestErrorCommand

Failed
Raw output
=== RUN   TestErrorCommand
    commands_test.go:324: 
        	Error Trace:	/home/vsts/work/1/s/pkg/sqlcmd/commands_test.go:324
        	Error:      	Expect "Sqlcmd: Error: Syntax error at line 4 near command ':SETVAR'.
        	            	Msg 50000, Level 16, State 1, Server 0dbc332c2c3d, Line 2
        	            	Error (50000)
        	            	" to match "Msg 50000, Level 16, State 1, Server .*, Line 2
        	            	Error
        	            	"
        	Test:       	TestErrorCommand
        	Messages:   	Error file contents: Sqlcmd: Error: Syntax error at line 4 near command ':SETVAR'.
        	            	Msg 50000, Level 16, State 1, Server 0dbc332c2c3d, Line 2
        	            	Error (50000)
--- FAIL: TestErrorCommand (0.01s)