Closed
Bug 656285
Opened 14 years ago
Closed 14 years ago
fix mdn on jenkins
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
0.9.5
People
(Reporter: groovecoder, Assigned: lorchard)
References
Details
mdn.apps.dekicompat.tests.DekiCompatTestCase.test_good_deki_authtoken_request
Error Message
HTTP Error 403: Forbidden
Stacktrace
Traceback (most recent call last):
File "/usr/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/hudson-slave/workspace/mdn/../mdn/apps/dekicompat/tests.py", line 51, in test_good_deki_authtoken_request
c.cookies['authtoken'] = self.login_stage()
File "/home/hudson-slave/workspace/mdn/../mdn/apps/dekicompat/tests.py", line 98, in login_stage
resp = opener.open(auth_url)
File "/usr/lib/python2.6/urllib2.py", line 389, in open
response = meth(req, response)
File "/usr/lib/python2.6/urllib2.py", line 502, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.6/urllib2.py", line 421, in error
result = self._call_chain(*args)
File "/usr/lib/python2.6/urllib2.py", line 361, in _call_chain
result = func(*args)
File "/usr/lib/python2.6/urllib2.py", line 597, in http_error_302
return self.parent.open(new)
File "/usr/lib/python2.6/urllib2.py", line 389, in open
response = meth(req, response)
File "/usr/lib/python2.6/urllib2.py", line 502, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.6/urllib2.py", line 421, in error
result = self._call_chain(*args)
File "/usr/lib/python2.6/urllib2.py", line 361, in _call_chain
result = func(*args)
File "/usr/lib/python2.6/urllib2.py", line 841, in http_error_401
url, req, headers)
File "/usr/lib/python2.6/urllib2.py", line 819, in http_error_auth_reqed
return self.retry_http_basic_auth(host, req, realm)
File "/usr/lib/python2.6/urllib2.py", line 829, in retry_http_basic_auth
return self.parent.open(req)
File "/usr/lib/python2.6/urllib2.py", line 389, in open
response = meth(req, response)
File "/usr/lib/python2.6/urllib2.py", line 502, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.6/urllib2.py", line 427, in error
return self._call_chain(*args)
File "/usr/lib/python2.6/urllib2.py", line 361, in _call_chain
result = func(*args)
File "/usr/lib/python2.6/urllib2.py", line 510, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 403: Forbidden
| Reporter | ||
Updated•14 years ago
|
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → lcrouch
| Reporter | ||
Comment 1•14 years ago
|
||
Les can you look over https://jenkins.mozilla.org/job/mdn/ and make sure it looks good and mark this verified? Thanks.
Assignee: lcrouch → lorchard
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•14 years ago
|
||
Looks like there was a failing test and then a successful test. Not sure what's going on here.
| Reporter | ||
Comment 3•14 years ago
|
||
I kicked off builds on both projects and they were both using the same database so the first job destroyed the db halfway thru the 2nd job. Should be fixed with https://github.com/mozilla/kuma/commit/b669d7ea7708be7304b996c45f3449b6467e1509
| Assignee | ||
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Version: MDN → unspecified
Updated•13 years ago
|
Component: Website → Landing pages
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•