You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MB-49579 Skip events list trimming when limit=-1 in /events
/events&sinceTime=<time>&limit=-1 specifically fails since we call
lists:nthtail with n as "-1". Avoid calling lists:nthtail when n is -1
and add validation checks for limit to be always >= -1.
Change-Id: I5063b14938bb540a39942db62b9119c8012e69e6
Reviewed-on: https://review.couchbase.org/c/ns_server/+/165953
Well-Formed: Build Bot <[email protected]>
Tested-by: Build Bot <[email protected]>
Tested-by: Hareen Kancharla <[email protected]>
Reviewed-by: Abhijeeth Nuthan <[email protected]>
0 commit comments