Allow Passive Analytics to scale to analyzing millions of log entries without nuking MySQL in the process. More thorough test cleanup.
This commit is contained in:
parent
ec00e867a9
commit
45b5370469
3 changed files with 101 additions and 66 deletions
|
|
@ -18,6 +18,8 @@ my $session = WebGUI::Test->session;
|
|||
$session->user({userId => 3});
|
||||
|
||||
WebGUI::Test->addToCleanup(SQL => 'delete from passiveLog');
|
||||
WebGUI::Test->addToCleanup(SQL => 'delete from deltaLog');
|
||||
WebGUI::Test->addToCleanup(SQL => 'delete from bucketLog');
|
||||
WebGUI::Test->addToCleanup(SQL => 'delete from analyticRule');
|
||||
|
||||
my $workflow = WebGUI::Workflow->new($session, 'PassiveAnalytics000001');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue