Skip to content

utPLSQL-cli disconnects while tests are still running #38

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
jgebal opened this issue Sep 26, 2017 · 1 comment
Closed

utPLSQL-cli disconnects while tests are still running #38

jgebal opened this issue Sep 26, 2017 · 1 comment
Assignees
Milestone

Comments

@jgebal
Copy link
Member

jgebal commented Sep 26, 2017

If utPLSQL tests are running more than x minutes (20?), we get a timeout on utPLSQL-cli.

https://stackoverflow.com/questions/5913569/how-to-set-query-timeout-on-preparedstatement

I would like this timeout be be much much higher.

@viniciusam
Copy link
Member

I expect that to be solved on the branch:
https://github.com/utPLSQL/utPLSQL-cli/tree/feature/remove_connection_parser

I changed the client to use the PoolDataSource to get the connections, and it has no timeout.
I tested it with the utPLSQL-cli-test-20170927.zip version, which is built using this branch and it worked.
Would be great if you could test it too.

@viniciusam viniciusam self-assigned this Oct 22, 2017
@pesse pesse added this to the v3.0.4 milestone Nov 13, 2017
@pesse pesse self-assigned this Nov 17, 2017
@pesse pesse closed this as completed in #47 Nov 19, 2017
pesse added a commit that referenced this issue Nov 19, 2017
Feature/compatibility and ora libs

Fixes several issues around compatibility

Fixes #44
Fixes #41
Fixes #39
Fixes #38
@pesse pesse removed the in progress label Nov 19, 2017
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

No branches or pull requests

3 participants