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 getMetaData error for queries containing TOP #2287

Merged
merged 2 commits into from
Jan 8, 2024

remove unused import

d1d03ca
Select commit
Loading
Failed to load commit list.
Merged

Fix getMetaData error for queries containing TOP #2287

remove unused import
d1d03ca
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI-MacOS succeeded Jan 5, 2024 in 17m 10s

Build #20240105.2 had test failures

Details

Tests

  • Failed: 1 (0.06%)
  • Passed: 1,805 (99.83%)
  • Other: 2 (0.11%)
  • Total: 1,808

Annotations

Check failure on line 16433 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

Build log #L16433

Build failed.

Check failure on line 1 in testDefaultLoginTimeout

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI-MacOS

testDefaultLoginTimeout

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