#3014 Prevent memory issues when running test suite
Merged by pingou. Opened by bkabrda.
bkabrda/pagure app-cleanup  into  master

Download 3014.patch

This patch makes sure that memory grows out of bound while running test suite. It does so by explicitly deleting app object (and test client, which points to that app object). WIthout this, the memory allocated by the test process grows by approx 4 MB per test case (YMMV).

rebased onto 3675ce9049ee5fd02f4b5c5dc5be6505c7004dcc

Looks fine to me, thanks!

Definitely improved the situation :)

Pull-Request has been merged by pingou

Metadata