add more diagnostics to help find the leaking session. These will be removed or hidden behind conditionals later
This commit is contained in:
parent
3a33baee4e
commit
8b71032a98
1 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ BEGIN {
|
|||
}
|
||||
|
||||
END {
|
||||
my $Test = Test::Builder->new;
|
||||
$Test->diag('Sessions: '.$SESSION->db->quickScalar('select count(*) from userSession'));
|
||||
$Test->diag('Scratch : '.$SESSION->db->quickScalar('select count(*) from userSessionScratch'));
|
||||
$SESSION->var->end;
|
||||
$SESSION->close if defined $SESSION;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue