ReleaseEngineering/Applications/Clobberer: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


DB is a sqlite file local to the web server
DB is a sqlite file local to the web server
= Problems =
The sqlite database does not handle contention well, and the generated page is now *enormous*, so there are frequent timeouts both in rendering the page and in performing a clobber.

Revision as of 19:57, 22 April 2011

https://build.mozilla.org/clobberer/ and https://build.mozilla.org/stage-clobberer

Source is at http://hg.mozilla.org/build/tools/file/default/clobberer

DB is a sqlite file local to the web server

Problems

The sqlite database does not handle contention well, and the generated page is now *enormous*, so there are frequent timeouts both in rendering the page and in performing a clobber.