#102 closed defect (fixed)
Use @ticket annotation for tracking related tickets
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Keywords: | has-patch |
| Cc: |
Description
Instead of using knownWPBug() and related functions I would like to propose using the @ticket annotation for tracking tickets that are related to a test. For example:
/** * @ticket 20000 */
Attachments (1)
Change History (7)
(In [891]) Request all open tickets from a Trac install at once.
This prevents repeated HTTP requests for individual tickets and
allows us to keep knownWPBug (or @ticket - see #102) in place for
tickets already closed, without any real performance penalty.
This is good for tracking and also in case a bug is reopened.
This shaved 30 seconds off the test suite run time for me.
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

The current patch is a simple demo that supports core tickets only. I was thinking that we would use a prefix or string for other trac's, e.g. @ticket UT102.