Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed CallableStatements test to use defined credentials and some test config changes #2393

Merged
merged 9 commits into from
Apr 17, 2024

clean up

bf591f2
Select commit
Loading
Failed to load commit list.
Merged

Fixed CallableStatements test to use defined credentials and some test config changes #2393

clean up
bf591f2
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI-MacOS succeeded Apr 17, 2024 in 30m 26s

Build #20240417.4 had test failures

Details

Tests

  • Failed: 1 (0.05%)
  • Passed: 1,849 (99.84%)
  • Other: 2 (0.11%)
  • Total: 1,852

Annotations

Check failure on line 16432 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L16432

Build failed.

Check failure on line 1 in testTVPStoredProcedureResultSet

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testTVPStoredProcedureResultSet

Unable to retrieve data from the source.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: Unable to retrieve data from the source.
	at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPStoredProcedureResultSet(TVPAllTypesTest.java:140)
	at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPStoredProcedureResultSet(TVPAllTypesTest.java:112)
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The TDS protocol stream is not valid. Unexpected token unknown token (0x0).
	at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPStoredProcedureResultSet(TVPAllTypesTest.java:140)
	at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPStoredProcedureResultSet(TVPAllTypesTest.java:112)