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

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

chipx86
Review Board
release-5.0.x
reviewboard

Work is being done on LocalSite-related query optimizations. To help
ensure the changes have an effect on queries, we're now using the new
assertQueries() for all LocalSite 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
Update LocalSiteManager unit tests to use the new assertQueries() method.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-5.0.x (e22a63d)
Loading...