Opened 10 years ago

Closed 10 years ago

#22320 closed New feature (duplicate)

assertNumQueries should capture call stacks

Reported by: Malcolm Box Owned by: nobody
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When an assertNumQueries assertion fails there are two things that are very helpful in diagnosing the issue: the SQL calls generated, and what caused them. assertNumQueries does a good job with the former, but provides no help with the latter.

If the CursorDebugWrapper kept track of the traceback for each query, it would be simple to see what had caused any unexpected queries.

Change History (3)

comment:2 by Malcolm Box, 10 years ago

Version: 1.6master

comment:3 by Claude Paroz, 10 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #9363

Note: See TracTickets for help on using tickets.
Back to Top