Services/Meetings/RapidRelease/2011-12-08: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 10: Line 10:
* Tweak sync intervals to reduce server load
* Tweak sync intervals to reduce server load
** https://bugzilla.mozilla.org/show_bug.cgi?id=694149
** https://bugzilla.mozilla.org/show_bug.cgi?id=694149
* Persist nextSync and numClients, use nextSync for sync after startup
** https://bugzilla.mozilla.org/show_bug.cgi?id=692249
* Trigger a delayed sync after pairing a new device
** https://bugzilla.mozilla.org/show_bug.cgi?id=678586


=== 503 Storm, outage bugs ===
=== 503 Storm, outage bugs ===
Line 38: Line 43:
* https://bugzilla.mozilla.org/show_bug.cgi?id=692393
* https://bugzilla.mozilla.org/show_bug.cgi?id=692393
* https://bugzilla.mozilla.org/show_bug.cgi?id=691449
* https://bugzilla.mozilla.org/show_bug.cgi?id=691449
* https://bugzilla.mozilla.org/show_bug.cgi?id=691454
* https://bugzilla.mozilla.org/show_bug.cgi?id=691442
* https://bugzilla.mozilla.org/show_bug.cgi?id=557591
* https://bugzilla.mozilla.org/show_bug.cgi?id=692193
* https://bugzilla.mozilla.org/show_bug.cgi?id=691464
* https://bugzilla.mozilla.org/show_bug.cgi?id=691343
* https://bugzilla.mozilla.org/show_bug.cgi?id=691511
* https://bugzilla.mozilla.org/show_bug.cgi?id=614680
* https://bugzilla.mozilla.org/show_bug.cgi?id=690492
* https://bugzilla.mozilla.org/show_bug.cgi?id=691530
* https://bugzilla.mozilla.org/show_bug.cgi?id=690954
* https://bugzilla.mozilla.org/show_bug.cgi?id=691405
* https://bugzilla.mozilla.org/show_bug.cgi?id=690571
* https://bugzilla.mozilla.org/show_bug.cgi?id=691931
* https://bugzilla.mozilla.org/show_bug.cgi?id=692127
* https://bugzilla.mozilla.org/show_bug.cgi?id=691453
* https://bugzilla.mozilla.org/show_bug.cgi?id=691434




Line 49: Line 71:
* Wrong Sync Key error should only throw an error once
* Wrong Sync Key error should only throw an error once
** https://bugzilla.mozilla.org/show_bug.cgi?id=622387
** https://bugzilla.mozilla.org/show_bug.cgi?id=622387
* Correctly identify server maintenance at login, too
** https://bugzilla.mozilla.org/show_bug.cgi?id=683396
* Sync setup wizard triggers Change Master Password dialog
** https://bugzilla.mozilla.org/show_bug.cgi?id=653335
* Automatic cleanup for Sync error logs
** https://bugzilla.mozilla.org/show_bug.cgi?id=663181
* bugs with no outward impact
* bugs with no outward impact
** TPS issue (https://bugzilla.mozilla.org/show_bug.cgi?id=698803)
** TPS issue (https://bugzilla.mozilla.org/show_bug.cgi?id=698803)
Line 61: Line 89:
** https://bugzilla.mozilla.org/show_bug.cgi?id=689832
** https://bugzilla.mozilla.org/show_bug.cgi?id=689832
** https://bugzilla.mozilla.org/show_bug.cgi?id=699216
** https://bugzilla.mozilla.org/show_bug.cgi?id=699216
** https://bugzilla.mozilla.org/show_bug.cgi?id=675824
** https://bugzilla.mozilla.org/show_bug.cgi?id=589980
* Sync: Log Status transitions
* Sync: Log Status transitions
** https://bugzilla.mozilla.org/show_bug.cgi?id=694728
** https://bugzilla.mozilla.org/show_bug.cgi?id=694728
Line 67: Line 97:
* ServerWBO
* ServerWBO
** https://bugzilla.mozilla.org/show_bug.cgi?id=691085
** https://bugzilla.mozilla.org/show_bug.cgi?id=691085
* bugs with no outward impact
* Service.startOver resets Status.sync too late, prefs pane flickers
** https://bugzilla.mozilla.org/show_bug.cgi?id=693413
* Kick off a sync on "Add a Device"
** https://bugzilla.mozilla.org/show_bug.cgi?id=688520
* Sync: test JS server 404 for GET on missing WBO
** https://bugzilla.mozilla.org/show_bug.cgi?id=694657
* Bugs with no outward impact
** Make SSL cert-checking optional in repoze.who.plugins.browserid (https://bugzilla.mozilla.org/show_bug.cgi?id=698636)
** Make SSL cert-checking optional in repoze.who.plugins.browserid (https://bugzilla.mozilla.org/show_bug.cgi?id=698636)
** ns error in policies.js (https://bugzilla.mozilla.org/show_bug.cgi?id=686365)
** ns error in policies.js (https://bugzilla.mozilla.org/show_bug.cgi?id=686365)
Line 74: Line 110:
** Log a warning if JSON parsing of bodies fails (https://bugzilla.mozilla.org/show_bug.cgi?id=685945)
** Log a warning if JSON parsing of bodies fails (https://bugzilla.mozilla.org/show_bug.cgi?id=685945)
** ntermittent TEST-UNEXPECTED-FAIL | xpcshell/tests/services/sync/tests/unit/test_syncscheduler.js | test failed (https://bugzilla.mozilla.org/show_bug.cgi?id=699868)
** ntermittent TEST-UNEXPECTED-FAIL | xpcshell/tests/services/sync/tests/unit/test_syncscheduler.js | test failed (https://bugzilla.mozilla.org/show_bug.cgi?id=699868)
** Typo in JS Sync server (https://bugzilla.mozilla.org/show_bug.cgi?id=694744)
** Restartless addon for TPS tests for addon sync engine (https://bugzilla.mozilla.org/show_bug.cgi?id=702814)
** syncAddDevice.js should check for JPAKE_ERROR_USERABORT (https://bugzilla.mozilla.org/show_bug.cgi?id=690532)
** Combine helpers in head_http_server.js to a complete (or nearly complete) Sync server implementation (https://bugzilla.mozilla.org/show_bug.cgi?id=673548)
** test_errorhandler.js ends up talking directly to Mozilla sync servers rather than local test harness (https://bugzilla.mozilla.org/show_bug.cgi?id=700071)
** Port test_corrupt_keys.js to use new test SyncServer (https://bugzilla.mozilla.org/show_bug.cgi?id=691643)
** Improve test_service_changePassword (https://bugzilla.mozilla.org/show_bug.cgi?id=697883)
** Fix channel management to avoid nsIHTTPChannel.responseStatus => NS_ERROR_NOT_AVAILABLE in Sync HTTP requests (https://bugzilla.mozilla.org/show_bug.cgi?id=690170)
== Firefox 11 ==
== Firefox 11 ==
* hopefully addon sync \o/
* potentially apps sync (fabrice waiting on product input for Firefox UI)
* finalize the statements in services/sync/tests/unit/test_async_querySpinningly.js
* finalize the statements in services/sync/tests/unit/test_async_querySpinningly.js
** https://bugzilla.mozilla.org/show_bug.cgi?id=702717
** https://bugzilla.mozilla.org/show_bug.cgi?id=702717
* string change
* string change
** https://bugzilla.mozilla.org/show_bug.cgi?id=696884
** https://bugzilla.mozilla.org/show_bug.cgi?id=696884
* docs - replace and with any (nigelb)
** https://bugzilla.mozilla.org/show_bug.cgi?id=697348
* Bump Sync version to 1.14
** https://bugzilla.mozilla.org/show_bug.cgi?id=700711
* java sync on mobile
* java sync on mobile
** has its own bugzilla component
** has its own bugzilla component
* favicon sync possible


== I dont know what to do with these ==
== I dont know what to do with these ==
* https://bugzilla.mozilla.org/show_bug.cgi?id=692556
* https://bugzilla.mozilla.org/show_bug.cgi?id=653547
* https://bugzilla.mozilla.org/show_bug.cgi?id=653547
* https://bugzilla.mozilla.org/show_bug.cgi?id=592375
* https://bugzilla.mozilla.org/show_bug.cgi?id=592375
Line 90: Line 141:
* https://bugzilla.mozilla.org/show_bug.cgi?id=557589
* https://bugzilla.mozilla.org/show_bug.cgi?id=557589
* https://bugzilla.mozilla.org/show_bug.cgi?id=613277
* https://bugzilla.mozilla.org/show_bug.cgi?id=613277
* https://bugzilla.mozilla.org/show_bug.cgi?id=589981
* https://bugzilla.mozilla.org/show_bug.cgi?id=684788
* https://bugzilla.mozilla.org/show_bug.cgi?id=685999
* https://bugzilla.mozilla.org/show_bug.cgi?id=692006
* https://bugzilla.mozilla.org/show_bug.cgi?id=559156
* I think these are server bugs not feature bugs
** https://bugzilla.mozilla.org/show_bug.cgi?id=684775
** https://bugzilla.mozilla.org/show_bug.cgi?id=698972


== Next Meeting ==
== Next Meeting ==
* address feature page/inbox
* address feature page/inbox

Latest revision as of 08:16, 8 December 2011

Purpose & Audience

Ops, QA, Engineering, Management, Product, Support. If you have a stake in Sync, you are expected to be present. :)

Old

backported (landed earlier than 9 but closed recently)


503 Storm, outage bugs


Firefox 9

Firefox 10

Firefox 11

I dont know what to do with these

Next Meeting

  • address feature page/inbox