Windmill tests slow down a lot when launchpad.js is greater than 512 000 bytes
Bug #519744 reported by
Björn Tillenius
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Won't Fix
|
High
|
Unassigned |
Bug Description
If our launchpad.js file (which contains all our Javascript files combined) gets bigger than 512 000 bytes, running the Windmill tests suddenly uses up 100% of CPU, and a lot of tests start to fail due to this slowness. We don't why this is happening, but we know that adding whitespace to launchpad.js to make it larger than 512 000 bytes is enough to reproduce this issue.
Changed in launchpad-foundations: | |
assignee: | Björn Tillenius (bjornt) → nobody |
To post a comment you must log in.
I'd suspect the code at http:// github. com/windmill/ windmill/ blob/master/ windmill/ server/ proxy.py# L54 . Try increasing that 512000 as a workaround.
Note: I'm not a Windmill developer, I was evaluating it for our project (Tahoe-LAFS) and just happened to stumble across this when browsing the code.