|
|
Line 228: |
Line 228: |
|
| |
|
| The basic ts test uses a blank profile. Formerly known as ts before we looked for the MozAfterPaint event. | | The basic ts test uses a blank profile. Formerly known as ts before we looked for the MozAfterPaint event. |
|
| |
| ==== ts_places_generated_med ====
| |
| * contact: :mak, :mattn, :jmaher
| |
| * source: [https://hg.mozilla.org/build/talos/file/tip/talos/startup_test/tspaint_test.html tspaint_test.html]
| |
| * type: Startup
| |
| * dirty: this is also referred to as the dirty test
| |
|
| |
| Runs the same test as ts_paint, but uses a generated profile to simulate what an average user would have. The profile consists of 4 files:
| |
| * [[https://hg.mozilla.org/build/talos/file/63e4fcd8784d/talos/places_generated_med/permissions.sqlite permissions.sqlite]] - allowXULXBL in moz_hosts
| |
| * [[https://hg.mozilla.org/build/talos/file/63e4fcd8784d/talos/places_generated_med/prefs.js prefs.js]] - these are just prefs to allow script access to chrome
| |
| * places.sqlite - updated daily via [[https://hg.mozilla.org/build/tools/file/tip/buildfarm/utils/updateGenerated.py buildbot script]] to have [[https://hg.mozilla.org/build/tools/file/tip/buildfarm/utils/generator/places/builddb/increment_dates.py recent dates]] for these tables:
| |
| moz_historyvisit, 111750 items
| |
| moz_bookmarks, 1354 items
| |
| moz_favicons, 22042 items
| |
| moz_annos, 0 items
| |
| moz_items_annos, 8 items
| |
|
| |
| other tables which are not updated:
| |
| moz_places, 22088 items
| |
| moz_keywords, 7 items
| |
| moz_anno_attributes, 6 items
| |
| moz_bookmarks_roots, 5 items
| |
| moz_inputhistory, 342 items
| |
|
| |
| * [[https://hg.mozilla.org/build/talos/file/63e4fcd8784d/talos/places_generated_med/localstore.rdf localstore.rdf]]
| |
| ** todo: this is outdated
| |
|
| |
|
| ==== ts_places_generated_max ==== | | ==== ts_places_generated_max ==== |