The Automated Test Framework tracks data created by running tests and rolls back changes after testing. The system excludes certain tables from being tracked during testing.

The system excludes certain tables from being tracked or rolled back:
  • The History [sys_history_line] table
  • The ECC Queue table [ecc_queue].
  • The Email [sys_email] Email Log [sys_email_log] tables
  • The Report Executions [report_executions] and ReportStats [report_stats] tables.
  • The Execution Tracker [sys_execution_tracker] tables
  • The Progress Worker [sys_progress_worker] table
  • The Schema Change [sys_schema_change]
  • The Upgrade History [sys_upgrade_history] and Upgrade History Log [sys_upgrade_history_log] tables
  • The Mutex [sys_mutex] table
  • The Plugin Log [sys_plugin_log] table
  • The Status [sys_status] table
  • The Number Counter [sys_number_counter] table
  • The AMB Channel Presence [sys_amb_channel_presence] table
  • Any table that extends an excluded table.
  • Any table starting with the following prefixes are also excluded:
    • syslog
    • sys_amb_message
    • sys_cluster
    • cmdb_metric
    • ts_
    • v_
    • sys_delete_recovery

If your test run changes (inserts/updates/deletes) any record on these excluded tables, the system does not roll back the change after testing.