ATF: The "Run Performance Test" is missing in Yokohama Release
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 09:47 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2025 10:10 PM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 08:51 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 09:25 PM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader