ATF: The "Run Performance Test" is missing in Yokohama Release

Tara Singh Bhan
Tera Contributor

The "Run Performance Test" UI action visible for Washington DC release but it is missing in Yokohama Release.

 

Is there any specific configuration to show that UI action in Yokohama Release?

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@Tara Singh Bhan 

Did you check if the condition got updated as part of Yokohama?

compare the UI action conditions

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Tara Singh Bhan
Tera Contributor

Thank you Ankur for responding!

 

There is a condition added in the UI action, due to that "Run Performance Test" UI action is not appearing in Yokohama.

 

Condition mentioned in UI action

Washington DC : ATFUtil.canRunTest(current) && ATFPerformanceUtil.canRunPerformanceTest(current)

Yokohama: ATFUtil.canRunTest(current) && ATFPerformanceUtil.canRunPerformanceTest(current) && current.sys_class_name != 'sys_atf_test_callable'

 

Note: Due to extra condition "current.sys_class_name != 'sys_atf_test_callable'", the UI action "Run Performance Test" is not appearing by default.

@Tara Singh Bhan 

yes that's correct.

Even I got to know that the extra check is added.

if you still require it to behave as previous version then carefully review and remove that extra condition

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader