This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
from __future__ import unicode_literals | |
from django.db import models, migrations | |
import django.core.files.storage | |
import kuma.demos.models | |
class Migration(migrations.Migration): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: test_allowed_methods (kuma.search.tests.test_views.ViewTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/vagrant/src/kuma/search/tests/test_views.py", line 126, in test_allowed_methods | |
response = self.client.get('/en-US/search?q=test') | |
File "/home/vagrant/src/vendor/src/django/django/test/client.py", line 470, in get | |
**extra) | |
File "/home/vagrant/src/vendor/src/django/django/test/client.py", line 286, in get | |
return self.generic('GET', path, secure=secure, **r) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: Ensure that demo files are deleted along with submission record | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/vagrant/src/kuma/demos/tests/test_models.py", line 336, in test_demo_deletion | |
s.delete() | |
File "/home/vagrant/src/kuma/demos/models.py", line 539, in delete | |
rmtree(root) | |
File "/usr/lib/python2.7/shutil.py", line 252, in rmtree | |
onerror(os.remove, fullname, sys.exc_info()) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: Demo files should be deleted when the demo is censored. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/vagrant/src/kuma/demos/tests/test_models.py", line 484, in test_censored_demo_files_are_deleted | |
s.censor(url="http://example.com/censored-explanation") | |
File "/home/vagrant/src/kuma/demos/models.py", line 494, in censor | |
rmtree(root) | |
File "/usr/lib/python2.7/shutil.py", line 256, in rmtree | |
onerror(os.rmdir, path, sys.exc_info()) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK: [kuma | Index database] ************************************************* | |
failed: [developer-local] => {"changed": true, "cmd": ["/home/vagrant/env/bin/python", "manage.py", "reindex", "-p", "5", "-c", "250"], "delta": "0:00:02.662958", "end": "2015-05-28 18:46:23.108626", "rc": 1, "start": "2015-05-28 18:46:20.445668", "warnings": []} | |
stderr: Traceback (most recent call last): | |
File "manage.py", line 47, in <module> | |
execute_from_command_line(sys.argv) | |
File "/home/vagrant/src/vendor/src/django/django/core/management/__init__.py", line 385, in execute_from_command_line | |
utility.execute() | |
File "/home/vagrant/src/vendor/src/django/django/core/management/__init__.py", line 377, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/home/vagrant/src/vendor/src/django/django/core/management/base.py", line 288, in run_from_argv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TASK: [kuma | Index database] ************************************************* | |
failed: [developer-local] => {"changed": true, "cmd": ["/home/vagrant/env/bin/python", "manage.py", "reindex", "-p", "5", "-c", "250"], "delta": "0:00:02.618271", "end": "2015-05-27 22:54:45.156705", "rc": 1, "start": "2015-05-27 22:54:42.538434", "warnings": []} | |
stderr: Traceback (most recent call last): | |
File "manage.py", line 47, in <module> | |
execute_from_command_line(sys.argv) | |
File "/home/vagrant/src/vendor/src/django/django/core/management/__init__.py", line 385, in execute_from_command_line | |
utility.execute() | |
File "/home/vagrant/src/vendor/src/django/django/core/management/__init__.py", line 377, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/home/vagrant/src/vendor/src/django/django/core/management/base.py", line 288, in run_from_argv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
failed: [developer-local] => {"changed": true, "cmd": ["/home/vagrant/env/bin/python", "manage.py", "reindex", "-p", "5", "-c", "250"], "delta": "0:00:03.047686", "end": "2015-05-27 15:10:18.520393", "rc": 1, "start": "2015-05-27 15:10:15.472707", "warnings": []} | |
stderr: Traceback (most recent call last): | |
File "manage.py", line 47, in <module> | |
execute_from_command_line(sys.argv) | |
File "/home/vagrant/src/vendor/src/django/django/core/management/__init__.py", line 385, in execute_from_command_line | |
utility.execute() | |
File "/home/vagrant/src/vendor/src/django/django/core/management/__init__.py", line 377, in execute | |
self.fetch_command(subcommand).run_from_argv(self.argv) | |
File "/home/vagrant/src/vendor/src/django/django/core/management/base.py", line 288, in run_from_argv | |
self.execute(*args, **options.__dict__) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
failed: [developer-local] => {"changed": true, "cmd": ["/home/vagrant/env/bin/python", "manage.py", "migrate", "--noinput"], "delta": "0:00:22.930546", "end": "2015-05-27 14:57:01.573710", "rc": 1, "start": "2015-05-27 14:56:38.643164", "warnings": []} | |
stderr: Traceback (most recent call last): | |
File "manage.py", line 47, in <module> | |
execute_from_command_line(sys.argv) | |
File "/home/vagrant/src/vendor/src/django/django/core/management/__init__.py", line 385, in execute_from_command_line | |
utility.execute() | |
File "/home/vagrant/src/vendor/src/django/django/core/management/__init__.py", line 354, in execute | |
django.setup() | |
File "/home/vagrant/src/vendor/src/django/django/__init__.py", line 21, in setup | |
apps.populate(settings.INSTALLED_APPS) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Path: . | |
Working Copy Root Path: /Users/lcrouch/code/kuma/locale | |
URL: https://svn.mozilla.org/projects/mdn/trunk/locale | |
Relative URL: ^/projects/mdn/trunk/locale | |
Repository Root: https://svn.mozilla.org | |
Repository UUID: 4eb1ac78-321c-0410-a911-ec516a8615a5 | |
Revision: 141371 | |
Node Kind: directory | |
Schedule: normal | |
Last Changed Author: verbatim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Path: . | |
Working Copy Root Path: /Users/lcrouch/code/kuma/locale | |
URL: https://svn.mozilla.org/projects/mdn/trunk/locale | |
Relative URL: ^/projects/mdn/trunk/locale | |
Repository Root: https://svn.mozilla.org | |
Repository UUID: 4eb1ac78-321c-0410-a911-ec516a8615a5 | |
Revision: 141371 | |
Node Kind: directory | |
Schedule: normal | |
Last Changed Author: verbatim |