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

Updated getIndexInfo() to include Columnstore indexes by using custom query. #2566

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Fixed test failure (#2574)

3f98b61
Select commit
Loading
Failed to load commit list.
Open

Updated getIndexInfo() to include Columnstore indexes by using custom query. #2566

Fixed test failure (#2574)
3f98b61
Select commit
Loading
Failed to load commit list.
Azure Pipelines / public-mssql-jdbc.linux succeeded Jan 16, 2025 in 1h 15m 13s

Build #20250116.4 had test failures

Details

Tests

  • Failed: 2 (0.05%)
  • Passed: 3,760 (98.90%)
  • Other: 40 (1.05%)
  • Total: 3,802

Annotations

Check failure on line 40713 in Build log

See this annotation in the file changed.

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

Build log #L40713

Build failed.

Check failure on line 41073 in Build log

See this annotation in the file changed.

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

Build log #L41073

Build failed.

Check failure on line 1 in testGetIndexInfo

See this annotation in the file changed.

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

testGetIndexInfo

COLUMNSTORE index not found. ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: COLUMNSTORE index not found. ==> expected: <true> but was: <false>
	at com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetadataGetIndexInfoTest.testGetIndexInfo(DatabaseMetadataGetIndexInfoTest.java:138)

Check failure on line 1 in testCancelBlockedCursoredResponse

See this annotation in the file changed.

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

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)