Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #39687 All Revisions ] Back to Issue ]
Summary 0039687: Log Clean Up does not clear EDL Requests that have dependencies
Revision 2018-11-23 14:14 by caristu
Steps To Reproduce 1) Create an EDL Request with dependencies
2) Process all the requests
3) Run the Log Clean Up process to clear the processed requests
4) Note that the EDL requests are not removed. The following text can be found in the process log:

2018-11-23 11:49:01.466 - Cleaning up entity OBEDL_Request
2018-11-23 11:49:38.539 - Error executing cleanup query "delete from OBEDL_Request where (processed is true) and client.id = '39363B0921BB4293B48383844325E84C'": could not execute statement
2018-11-23 11:49:38.539 - Deleted 0 rows
2018-11-23 11:49:38.539 - Entity OBEDL_Request cleaned up in 3ms
Revision 2018-11-23 14:12 by caristu
Steps To Reproduce 1) Create an EDL Request with dependencies
2) Process all the requests
3) Run the Log Clean Up process to clear the processed requests
4) Note that the EDL requests are not removed. The following text can be found in the process log:

2018-11-23 11:49:01.466 - Cleaning up entity OBEDL_Request
2018-11-23 11:49:38.539 - Error executing cleanup query "delete from OBEDL_Request where (processed is true) and client.id = '39363B0921BB4293B48383844325E84C'": could not execute statement
2018-11-23 11:49:38.539 - Deleted 0 rows
2018-11-23 11:49:38.539 - Entity OBEDL_Request cleaned up in 37073ms


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker