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.windows succeeded Jan 16, 2025 in 1h 42m 14s

Build #20250116.4 had test failures

Details

Tests

  • Failed: 7 (0.04%)
  • Passed: 19,781 (98.96%)
  • Other: 201 (1.01%)
  • Total: 19,989

Annotations

Check failure on line 40708 in Build log

See this annotation in the file changed.

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

Build log #L40708

Build failed.

Check failure on line 41069 in Build log

See this annotation in the file changed.

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

Build log #L41069

Build failed.

Check failure on line 1423 in Build log

See this annotation in the file changed.

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

Build log #L1423

Build failed.

Check failure on line 1763 in Build log

See this annotation in the file changed.

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

Build log #L1763

Build failed.

Check failure on line 1 in testGetIndexInfoCaseSensitivity

See this annotation in the file changed.

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

testGetIndexInfoCaseSensitivity

expected: <col1_jdbc_cloudtest_'0794c181-6072-4922-91a7-cc59f34e0d25> but was: <col1_jdbc_cloudtest_'a64bee54-62aa-49e0-8672-e8aa76edf693>
Raw output
org.opentest4j.AssertionFailedError: expected: <col1_jdbc_cloudtest_'0794c181-6072-4922-91a7-cc59f34e0d25> but was: <col1_jdbc_cloudtest_'a64bee54-62aa-49e0-8672-e8aa76edf693>
	at com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetadataGetIndexInfoTest.testGetIndexInfoCaseSensitivity(DatabaseMetadataGetIndexInfoTest.java:172)

Check failure on line 1 in testAllColumnsLargeBatch

See this annotation in the file changed.

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

testAllColumnsLargeBatch

expected:<06:54:3[2]> but was:<06:54:3[3]>
Raw output
org.junit.ComparisonFailure: expected:<06:54:3[2]> but was:<06:54:3[3]>
	at com.microsoft.sqlserver.jdbc.preparedStatement.BatchExecutionWithBulkCopyTest.testAllColumnsLargeBatch(BatchExecutionWithBulkCopyTest.java:579)

Check failure on line 1 in testAllcolumns

See this annotation in the file changed.

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

testAllcolumns

expected:<06:54:3[2]> but was:<06:54:3[3]>
Raw output
org.junit.ComparisonFailure: expected:<06:54:3[2]> but was:<06:54:3[3]>
	at com.microsoft.sqlserver.jdbc.preparedStatement.BatchExecutionWithBulkCopyTest.testAllcolumns(BatchExecutionWithBulkCopyTest.java:285)

Check failure on line 1 in testGetIndexInfoCaseSensitivity

See this annotation in the file changed.

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

testGetIndexInfoCaseSensitivity

expected: <col1_jdbc_cloudtest_'a64bee54-62aa-49e0-8672-e8aa76edf693> but was: <col1_jdbc_cloudtest_'0794c181-6072-4922-91a7-cc59f34e0d25>
Raw output
org.opentest4j.AssertionFailedError: expected: <col1_jdbc_cloudtest_'a64bee54-62aa-49e0-8672-e8aa76edf693> but was: <col1_jdbc_cloudtest_'0794c181-6072-4922-91a7-cc59f34e0d25>
	at com.microsoft.sqlserver.jdbc.databasemetadata.DatabaseMetadataGetIndexInfoTest.testGetIndexInfoCaseSensitivity(DatabaseMetadataGetIndexInfoTest.java:172)