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

Confirmation dialog not displayed when closing the test runner window and therefore database session remains open #16

Open
rkelterer opened this issue Jan 25, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rkelterer
Copy link

Hi,

when I run the tests with the plugins menu-entry 'run all test from current user' and closing the window therafter an inactive session of this current user is remaining on the v$session view. sqldeveloper shows the following text as active sql

DECLARE
l_reporter ut_realtime_reporter := ut_realtime_reporter();
BEGIN
l_reporter.set_reporter_id(:id);
l_reporter.output_buffer.init();
ut_runner.run(a_paths => ut_varchar2_list(''), a_reporters => ut_reporters(l_reporter));

END;

this behaviour might end in a lot of inactive db-sessions.

kind regards
Raimund

@simasch
Copy link
Member

simasch commented Jan 25, 2021

Hi Raimund,

Thanks for reporting this issue. There should be a dialog asking if you want to close and then the session will be closed as well.
But for some reason the dialog does not show up.

I will update the title of the issue accordingly.

Kind regards,
Simon

@simasch simasch changed the title database session remains open Confirmation dialog not displayed when closing the test runner window and therefore database session remains open Jan 25, 2021
@simasch simasch added the bug Something isn't working label Jan 25, 2021
@simasch simasch self-assigned this Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants