Closed
Bug 1039067
Opened 11 years ago
Closed 11 years ago
Submitted a packaged app against marketplace-dev fails and throws a 500 Internal Server Error
Categories
(Marketplace Graveyard :: Developer Pages, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
2014-07-22
People
(Reporter: stephend, Assigned: mstriemer)
References
()
Details
(Keywords: regression, Whiteboard: [fromAutomation][xfail])
test_packaged_app_submission[1] fails[2] (submitting a packaged app against https://marketplace-dev.allizom.org/developers/submit/, and hits a 500 along the way (I don't have the stacktrace, yet). HTML Report in [3], below.
FWIW, this still works on staging, and last worked this morning on dev[4] at 5:30am (big window, I know, sorry!)
[1] https://github.com/mozilla/marketplace-tests/blob/master/tests/desktop/developer_hub/test_developer_hub_submit_apps.py#L20
[2] http://saucelabs.com/jobs/c3e5cc2261284a448ac9b1bc98daea8b
[3] http://selenium.qa.mtv2.mozilla.com:8080/job/marketplace.dev.developer_hub.saucelabs/1230/HTML_Report/
[4] http://selenium.qa.mtv2.mozilla.com:8080/job/marketplace.dev.developer_hub.saucelabs/1227/HTML_Report/
Comment 1•11 years ago
|
||
It seems to have broken from this commit:
https://github.com/mozilla/zamboni/commit/e7a4ca3d
Assigning to Mark.
Traceback (from my local machine):
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 85, in run
self.result = application(self.environ, self.start_response)
File "/Users/rob/.virtualenvs/zamboni/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 206, in __call__
response = self.get_response(request)
File "/Users/rob/.virtualenvs/zamboni/lib/python2.7/site-packages/django/core/handlers/base.py", line 194, in get_response
response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
File "/Users/rob/.virtualenvs/zamboni/lib/python2.7/site-packages/django/core/handlers/base.py", line 112, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/Users/rob/git/zamboni/apps/amo/decorators.py", line 165, in wrapper
return f(*args, **kw)
File "/Users/rob/git/zamboni/apps/amo/decorators.py", line 152, in __call__
return self.f(*args, **kw)
File "/Users/rob/git/zamboni/mkt/submit/views.py", line 59, in submit
return manifest(request)
File "/Users/rob/git/zamboni/apps/amo/decorators.py", line 32, in wrapper
return func(request, *args, **kw)
File "/Users/rob/git/zamboni/mkt/submit/decorators.py", line 37, in wrapper
return f(request, *args, **kw)
File "/Users/rob/git/zamboni/mkt/submit/decorators.py", line 21, in wrapper
return f(request, *args, **kw)
File "/Users/rob/git/zamboni/mkt/submit/views.py", line 118, in manifest
addon, validation, addon.current_version)
File "/Users/rob/git/zamboni/mkt/developers/utils.py", line 166, in escalate_prerelease_permissions
permissions = set(app_permissions)
TypeError: 'bool' object is not iterable
Assignee: cvan → mstriemer
Comment 3•11 years ago
|
||
See comment 0 of bug 1039202 for STR
Updated•11 years ago
|
Priority: -- → P1
Target Milestone: --- → 2014-07-22
| Assignee | ||
Comment 4•11 years ago
|
||
Status: NEW → ASSIGNED
Comment 5•11 years ago
|
||
This is also happening on stage now.
I will xfail the test until we fix the issue.
Updated•11 years ago
|
Whiteboard: [fromAutomation] → [fromAutomation][xfail]
| Assignee | ||
Comment 6•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 7•11 years ago
|
||
verified @ https://marketplace-dev.allizom.org/developers/submit/details/test-webapi-permissions-13
fixed on both dev and stage.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•