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)

aggregation-tests.diff (39.5 KB ) - added by Alex Gaynor 14 years ago.
new-migration-to-unittests.diff (50.2 KB ) - added by Eric Holscher 14 years ago.

Download all attachments as: .zip

Change History (4)

by Alex Gaynor, 14 years ago

Attachment: aggregation-tests.diff added

comment:1 by Alex Gaynor, 14 years ago

Triage Stage: UnreviewedAccepted

by Eric Holscher, 14 years ago

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13309]) Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a flush, which speeds up the tests overall.

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