-
Notifications
You must be signed in to change notification settings - Fork 427
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 | Close resources and skip AE tests by default #1315
Conversation
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerCertificateUtils.java
Outdated
Show resolved
Hide resolved
...st/java/com/microsoft/sqlserver/jdbc/clientcertauth/ClientCertificateAuthenticationTest.java
Outdated
Show resolved
Hide resolved
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerCertificateUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/com/microsoft/sqlserver/jdbc/SQLServerCertificateUtils.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the client auth test folder change should be in this PR instead as it has nothing to do with gradle changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the client auth test folder change should be in this PR instead as it has nothing to do with gradle changes
I'm not moving it to this PR, it doesn't matter which PR it goes in. |
not a valid reason to block the PR from going in
Moved Client Certificate Authentication tests to proper folder.
Explicitly close closable resources.
Skip AE tests by default so users don't require the AE folder to run tests.