There is a testcase where the function query_simplified_user_actions fails to run. This is because the aggregation of the events simplifies between upvotes, downvotes and skips, not only between upvotes and downvotes, leaving skips unsimplified.
Also, anonymous actions should not be simplified.
There is a testcase where the function
query_simplified_user_actionsfails to run. This is because the aggregation of the events simplifies betweenupvotes,downvotesandskips, not only betweenupvotesanddownvotes, leaving skips unsimplified.Also, anonymous actions should not be simplified.