---
sourceDocument: Australia Build or modify applications
sourceDocumentLink: https://www.servicenow.com/docs/r/application-development

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia Build or modify applications

ft:clusterId :

    - cadev

bundleId :

    - cadev

workflow :

    - Development, Data, and Analytics


---

# Tables excluded from rollback

# Tables excluded from rollback after running an automated test {#ariaid-title1}

* Release version: Australia
* 
* Updated August 11, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

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](https://www.servicenow.com/docs/access?context=c_HistorySets&version=australia&pubname=australia-platform-security&ft:locale=en-US)
* The [ECC Queue table
  \[ecc_queue\]](https://www.servicenow.com/docs/access?context=r_DiscoveryStatusECCQueue&version=australia&pubname=australia-it-operations-management&ft:locale=en-US).
* The Email [\[sys_email\]](https://www.servicenow.com/docs/access?context=c_SystemMailboxes&version=australia&pubname=australia-platform-administration&ft:locale=en-US) [Email Log
  \[sys_email_log\]](https://www.servicenow.com/docs/access?context=r_EmailLogs&version=australia&pubname=australia-platform-security&ft:locale=en-US) tables
* The [Report Executions
  \[report_executions\] and ReportStats \[report_stats\]](https://www.servicenow.com/docs/access?context=report-statistics&version=australia&pubname=australia-now-intelligence&ft:locale=en-US) 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
  {#atf-excluded-from-rollback__ul_xwv_sw2_1kb}

{#atf-excluded-from-rollback__ul_mjd_htm_5z}

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

