Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Where are ATF Test Step Variables stored?

matthew_magee1
Giga Guru

Hi all,

We've seen some issues when transferring variable data between 2 instances when the ATF was created in London (currently on Quebec).

When I promote the update set code to a 2nd instance, the ATF Test Step variable data is not committing even though I can see the variable values in the update set XML. I can probably overcome this issue if I can export the variable data from instance 1 > instance 2.

Just can't find where the variable data is stored

Any help is greatly appreciated

2 REPLIES 2

sachin_namjoshi
Kilo Patron
Kilo Patron

Input atf variables are stored in atf_input_variable table and output atf variables are stored in atf_output_variable tables.

 

Regards,

Sachin

Mart Sinimaa
Tera Guru

@matthew_magee1 you found solution?
@sachin_namjoshi is not sufficient only to store atf_input/output records...
it seems that you need to preserve sys_variable_value table as well (table=sys_atf_step)