ATF: Data generated from some tables during ATF test is not rolled back after the test runDescriptionIn Automated Test Framework, at the end of every test run, data generated during the test run is supposed to be rolled back. However, some tables are exclude from being roll back. Tables excluded from being rolled back after the test run include the following: Activity field of Problem or Incident (sys_history_line table)ecc_queue tableEmail logs tablesReport statistics tableAny table with the dictionary attribute "excludeFromRollback=true"Steps to Reproduce 1. Create a problem 2. Create a ATF Test: Open Existing Record – Record: problem record which is created in step1 Set Field Values - Configuration Item: Saints and Sinners Bingo Click on UI Action - Update 3. Run the test Expected: the 'Configuration Item' field on the problem record is rolled back, and the activity field is also not rolled back. Actual: the 'Configuration Item' field on the problem record is rolled back, but the activity field is not rolled back. WorkaroundManually delete the data generated by the test run from the excluded tableRelated Problem: PRB712598