XSUP 71435 - ServiceNow Event Collector: order fetch query and lighten Test button to prevent timeouts#44985
Conversation
🤖 AI-Powered Code Review AvailableYou can leverage AI-powered code review to assist with this PR! Available Commands:
|
|
@marketplace-ai-reviewer start review |
Coverage Report
|
||||||||||||||||||||||||||||||
|
🤖 Analysis started. Please wait for results... |
🤖 AI Review DisclaimerThis review was generated by an AI-powered tool and may contain inaccuracies. Please be advised, and we extend our sincere apologies for any inconvenience this may cause. |
marketplace-ai-reviewer
left a comment
There was a problem hiding this comment.
Thanks for your contribution to the ServiceNow pack! I've reviewed the changes and just have a quick note regarding the release notes formatting. Since this is a patch version bump, the entries need to describe bug fixes and start with "Fixed an issue" rather than "Improved". Let me know if you have any questions!
@DanielTal87, @omerKarkKatz, @dtroushinsky please review and approve the results generated by the AI Reviewer by responding 👍 on this comment.
Co-authored-by: Marketplace AI reviewer <svc-mp-ai-reviewer@paloaltonetworks.com>
|
Validate summary Verdict: PR can be force merged from validate perspective? ✅ |
Status
Related Issues
fixes: https://jira-dc.paloaltonetworks.com/browse/XSUP-71435
Description
Adds
ORDERBYsys_created_on(ascending) to the ServiceNow Event Collector fetchquery for audit/syslog/case log types to avoid full-table scans and read timeouts
(XSUP-71435), and makes the Test button use a single-record fetch. Includes unit
tests, version bump to 2.9.14, and release notes. The set of collected events is
unchanged; only ordering is now guaranteed.
Must have