Closed
Bug 776860
Opened 8 years ago
Closed 8 years ago
test-request.testInvalidJSON (exception) on m-c
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Not set
Tracking
(Not tracked)
RESOLVED
FIXED
1.9
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
error: TEST FAILED: test-request.testInvalidJSON (exception) error: An exception occurred. Traceback (most recent call last): ... File "resource://78d4246d-c5ec-4838-8f33-a20ddf4266aa-at-jetpack/api-utils/lib/httpd.js", line 490, in null prefs.getIntPref("network.http.max-connections-per-server") + 5; [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getIntPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://78d4246d-c5ec-4838-8f33-a20ddf4266aa-at-jetpack/api-utils/lib/loader.js -> resource://78d4246d-c5ec-4838-8f33-a20ddf4266aa-at-jetpack/api-utils/lib/httpd.js :: <TOP_LEVEL> :: line 490" data: no] Introduced by bug 770331 where some firefox prefs were deleted.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → poirot.alex
Attachment #645273 -
Flags: review?(rFobic)
Comment 2•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk https://github.com/mozilla/addon-sdk/commit/0fa98d7a707ea7385029c76214f06fc568116566 Bug 776860: test-request.testInvalidJSON (exception) https://github.com/mozilla/addon-sdk/commit/8d5482acf5c4030e3ff02a796a9dc585bc981315 Merge pull request #506 from ochameau/bug/776860-fix-http-pref fix Bug 776860: test-request.testInvalidJSON (exception) r=@gozala
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 3•8 years ago
|
||
Comment on attachment 645273 [details]
Pull request 506
Please note that pull request points to 505 instead of 506
Attachment #645273 -
Flags: review?(rFobic) → review+
Assignee | ||
Comment 4•8 years ago
|
||
Wes, can you pull this revision in stabilization when tests confirms that it is fixed?
Target Milestone: --- → 1.9
(In reply to Alexandre Poirot (:ochameau) from comment #4) > Wes, can you pull this revision in stabilization when tests confirms that it > is fixed? Looks pretty green to me, I'll pull it in tomorrow.
Comment 6•8 years ago
|
||
Commit pushed to stabilization at https://github.com/mozilla/addon-sdk https://github.com/mozilla/addon-sdk/commit/09ee7b5e816f974e7535e289508c0d29e734910b Merge pull request #506 from ochameau/bug/776860-fix-http-pref fix Bug 776860: test-request.testInvalidJSON (exception) r=@gozala(cherry picked from commit 8d5482acf5c4030e3ff02a796a9dc585bc981315)
You need to log in
before you can comment on or make changes to this bug.
Description
•