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

Allow constructing a microsoft.sql.DateTimeOffset instance from a java.time.OffsetDateTime value #2340

Permit constructing a microsoft.sql.DateTimeOffset instance from a ja…

46bbb6d
Select commit
Loading
Failed to load commit list.
Merged

Allow constructing a microsoft.sql.DateTimeOffset instance from a java.time.OffsetDateTime value #2340

Permit constructing a microsoft.sql.DateTimeOffset instance from a ja…
46bbb6d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.windows succeeded Feb 27, 2024 in 35m 55s

Build #20240227.6 had test failures

Details

Tests

  • Failed: 4 (0.02%)
  • Passed: 17,628 (99.98%)
  • Other: 0 (0.00%)
  • Total: 17,632

Annotations

Check failure on line 16361 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L16361

Build failed.

Check failure on line 16359 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L16359

Build failed.

Check failure on line 911 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

Build log #L911

Build failed.

Check failure on line 1 in testTVPResultSet

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

testTVPResultSet

Unexpected error message occurred!Unable to retrieve data from the source.
Raw output
java.lang.AssertionError: Unexpected error message occurred!Unable to retrieve data from the source.
	at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPResultSet(TVPAllTypesTest.java:93)
	at com.microsoft.sqlserver.jdbc.tvp.TVPAllTypesTest.testTVPResultSet(TVPAllTypesTest.java:61)

Check failure on line 1 in testConnectCountInLoginAndCorrectRetryCount

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

testConnectCountInLoginAndCorrectRetryCount

Execution took too long. ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: Execution took too long. ==> expected: <true> but was: <false>
	at com.microsoft.sqlserver.jdbc.SQLServerConnectionTest.testConnectCountInLoginAndCorrectRetryCount(SQLServerConnectionTest.java:488)

Check failure on line 1 in testCancelBlockedCursoredResponse

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

testCancelBlockedCursoredResponse

The query was canceled.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: The query was canceled.
	at com.microsoft.sqlserver.jdbc.unit.statement.StatementTest$TCAttentionHandling.testCancelBlockedCursoredResponse(StatementTest.java:517)

Check failure on line 1 in testDefaultLoginTimeout

See this annotation in the file changed.

@azure-pipelines azure-pipelines / public-mssql-jdbc.windows

testDefaultLoginTimeout

timeout: 15000 timediff: 30003 ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: timeout: 15000 timediff: 30003 ==> expected: <true> but was: <false>
	at com.microsoft.sqlserver.jdbc.connection.TimeoutTest.verifyTimeout(TimeoutTest.java:362)
	at com.microsoft.sqlserver.jdbc.connection.TimeoutTest.testDefaultLoginTimeout(TimeoutTest.java:70)