You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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
The text was updated successfully, but these errors were encountered: