Closed
Bug 915707
Opened 12 years ago
Closed 12 years ago
Fix our qunit setup.
Categories
(support.mozilla.org :: General, defect, P1)
support.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
2012Q4
People
(Reporter: rrosario, Assigned: rrosario)
References
Details
(Whiteboard: u=dev c=testing p=1 s=2013.19)
Right now our qunit view (http://localhost:8000/en-US/qunit/) is busted:
[12/Sep/2013 08:05:34] "GET /en-US/qunit HTTP/1.1" 301 0
Traceback (most recent call last):
File "/System/Library/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/rlr/dev/kitsune/vendor/src/django/django/contrib/staticfiles/handlers.py", line 67, in __call__
return self.application(environ, start_response)
File "/Users/rlr/dev/kitsune/vendor/src/django/django/core/handlers/wsgi.py", line 241, in __call__
response = self.get_response(request)
File "/Users/rlr/dev/kitsune/vendor/src/django/django/core/handlers/base.py", line 179, in get_response
response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
File "/Users/rlr/dev/kitsune/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/Users/rlr/dev/kitsune/vendor/src/django/django/views/decorators/clickjacking.py", line 61, in wrapped_view
resp = view_func(*args, **kwargs)
File "/Users/rlr/dev/kitsune/kitsune/sumo/views.py", line 301, in kitsune_qunit
ctx = django_qunit.views.get_suite_context(request, path)
File "/Users/rlr/dev/kitsune/vendor/src/django-qunit/django_qunit/views.py", line 9, in get_suite_context
full_path, directories, files = os.walk(full_path).next()
StopIteration
I don't know if we just need to update django-qunit or what the deal is. We should figure it out and fix it.
| Assignee | ||
Comment 1•12 years ago
|
||
I am hoping this is an easy fix. => 1pt. Adjust if needed once the issue is known.
Whiteboard: u=dev c=testing p= s=2013.19 → u=dev c=testing p=1 s=2013.19
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rrosario
| Assignee | ||
Comment 2•12 years ago
|
||
In a pull request:
https://github.com/mozilla/kitsune/pull/1630
The main break was due to not updating a setting when switching to use static and changing our project structure.
| Assignee | ||
Comment 3•12 years ago
|
||
Landed on master:
https://github.com/mozilla/kitsune/commit/e71b02a0ed6f373115bf178d4c86278f00f0aa2d
Since this is test infra => FIXED.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•