Update User unit tests to use the new assertQueries() method.

Review Request #12350 — Created June 10, 2022 and submitted

Information

Review Board
release-5.0.x

Reviewers

Work is being done on User-related query optimizations. To help ensure
the changes have an effect on queries, we're now using the new
assertQueries() for all User unit tests that otherwise assert non-0
query counts.

This lets us check the specifics of the queries, including details on
JOINs, annotations, fields that are queried, and more. Further
improvements to this functionality will be more easily verified through
unit test changes and in code reviews.

Unit tests pass.

Summary ID
Update User unit tests to use the new assertQueries() method.
Work is being done on `User`-related query optimizations. To help ensure the changes have an effect on queries, we're now using the new `assertQueries()` for all `User` unit tests that otherwise assert non-0 query counts. This lets us check the specifics of the queries, including details on JOINs, annotations, fields that are queried, and more. Further improvements to this functionality will be more easily verified through unit test changes and in code reviews.
183937e4af1547bda5459728792b9e12482a16ff
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.0.x (62b3b17)
Loading...