Opened 14 years ago
Closed 14 years ago
#13634 closed (fixed)
Turn aggregation tests into unittests
Reported by: | Alex Gaynor | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
This removes a flush call, which is very expensive.
Attachments (2)
Change History (4)
by , 14 years ago
Attachment: | aggregation-tests.diff added |
---|
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
by , 14 years ago
Attachment: | new-migration-to-unittests.diff added |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [13309]) Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a flush, which speeds up the tests overall.