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

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

Information

Review Board
release-5.0.x

Reviewers

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.

Commits

Files

    Loading...