Skip to content

Add support for Connection.abort #233

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

Closed
wants to merge 1 commit into from

Conversation

nicktorwald
Copy link

Include JDBC security requirements for both Connection.abort and
Connection.setNetworkTimeout methods.

Closes: #71

@nicktorwald nicktorwald force-pushed the nicktorwald/gh-71-connection-abort branch from 31b6c8a to 984dbc9 Compare October 30, 2019 18:31
@coveralls
Copy link

coveralls commented Oct 30, 2019

Coverage Status

Coverage increased (+0.1%) to 75.773% when pulling a5a64d3 on nicktorwald/gh-71-connection-abort into 9392133 on master.

Include JDBC security requirements for both Connection.abort and
Connection.setNetworkTimeout methods.

Closes: #71
@nicktorwald nicktorwald force-pushed the nicktorwald/gh-71-connection-abort branch from 984dbc9 to a5a64d3 Compare October 31, 2019 12:21
Copy link
Member

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.


@Test
void testOperationInProgressAbort() throws SQLException, ExecutionException, InterruptedException {
testHelper.executeLua("box.internal.sql_create_function('TNT_SLEEP', 'INT'," +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jdbc: Support Connection.abort()
4 participants