Closed
Bug 735083
Opened 13 years ago
Closed 13 years ago
Batch inserts into Fennec history provider
Categories
(Firefox for Android Graveyard :: Android Sync, defect, P1)
Tracking
(blocking-fennec1.0 beta+)
VERIFIED
FIXED
mozilla14
Tracking | Status | |
---|---|---|
blocking-fennec1.0 | --- | beta+ |
People
(Reporter: rnewman, Assigned: nalexander)
References
Details
(Keywords: perf)
Splitting Bug 713542 in two, because history is *much* easier.
Reporter | ||
Updated•13 years ago
|
blocking-fennec1.0: --- → ?
Priority: P2 → P1
Updated•13 years ago
|
blocking-fennec1.0: ? → beta+
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → nalexander
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•13 years ago
|
||
Reporter | ||
Comment 3•13 years ago
|
||
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla14
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•13 years ago
|
||
(In reply to Tracy Walker [:tracy] from comment #5)
> qa-, unless you STR's can be provided to verify this.
I don't feel this change is important to verify, but:
* adb shell setprop log.tag.BrowserDataAccessor VERBOSE
* adb shell setprop log.tag.ABHistoryRepoSess VERBOSE
* restart Fennec (to catch new logging settings)
* sync a profile with lots of incoming history items (preferably more than 50)
* verify log messages like this appear:
D ABHistoryRepoSess(????) Flushing 50 records to database.
D BrowserDataAccessor(????) Inserted 50 records, as expected.
* verify no log messages like the following appear (these are not fatal, but could indicate a problem):
D BrowserDataAccessor(????) Inserted 49 records but expected 50 records; continuing to update visits.
Updated•13 years ago
|
Whiteboard: [qa-]
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Product: Mozilla Services → Android Background Services
Updated•7 years ago
|
Product: Android Background Services → Firefox for Android
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•