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

Fix ClassLoader leak of ActivityCorrelator ThreadLocal #2366

Merged
merged 3 commits into from
Mar 27, 2024

comments updates

e6b3e5f
Select commit
Loading
Failed to load commit list.
Merged

Fix ClassLoader leak of ActivityCorrelator ThreadLocal #2366

comments updates
e6b3e5f
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.windows succeeded Mar 27, 2024 in 2h 25m 49s

Build #20240326.5 had test failures

Details

Tests

  • Failed: 25 (0.12%)
  • Passed: 20,415 (99.88%)
  • Other: 0 (0.00%)
  • Total: 20,440

Annotations

Check failure on line 16370 in Build log

See this annotation in the file changed.

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

Build log #L16370

Build failed.

Check failure on line 16401 in Build log

See this annotation in the file changed.

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

Build log #L16401

Build failed.

Check failure on line 16762 in Build log

See this annotation in the file changed.

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

Build log #L16762

Build failed.

Check failure on line 17113 in Build log

See this annotation in the file changed.

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

Build log #L17113

Build failed.

Check failure on line 1 in testGetMaxConnections

See this annotation in the file changed.

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

testGetMaxConnections

Read timed out
Raw output
org.opentest4j.AssertionFailedError: Read timed out
	at com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetaDataTest.testGetMaxConnections(DatabaseMetaDataTest.java:768)

Check failure on line 1 in com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetaDataTest

See this annotation in the file changed.

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

com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetaDataTest

The connection is closed.
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: The connection is closed.
	at com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetaDataTest.terminate(DatabaseMetaDataTest.java:1008)

Check failure on line 1 in testGetDBColumn

See this annotation in the file changed.

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

testGetDBColumn

Unexpected error message occurred!Read timed out
Raw output
org.opentest4j.AssertionFailedError: Unexpected error message occurred!Read timed out
	at com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetaDataTest.testGetDBColumn(DatabaseMetaDataTest.java:535)

Check failure on line 1 in testGetObjectAsOffsetDateTime

See this annotation in the file changed.

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

testGetObjectAsOffsetDateTime

Read timed out
Raw output
com.microsoft.sqlserver.jdbc.SQLServerException: Read timed out
	at com.microsoft.sqlserver.jdbc.resultset.ResultSetTest.testGetObjectAsOffsetDateTime(ResultSetTest.java:398)
Caused by: java.net.SocketTimeoutException: Read timed out
	at com.microsoft.sqlserver.jdbc.resultset.ResultSetTest.testGetObjectAsOffsetDateTime(ResultSetTest.java:398)