Created
July 29, 2014 09:10
-
-
Save antoviaque/cae123ceb59401248608 to your computer and use it in GitHub Desktop.
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
| edxapp@precise64:~/edx-platform$ rake test:python | |
| git clean -fqdx test_root/logs test_root/data test_root/staticfiles test_root/uploads | |
| find . -type f -name "*.pyc" -delete | |
| rm -rf test_root/log/auto_screenshots/* | |
| pip install -r requirements/edx/paver.txt | |
| Requirement already satisfied (use --upgrade to upgrade): Paver==1.2.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 2)) | |
| Requirement already satisfied (use --upgrade to upgrade): psutil==1.2.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 3)) | |
| Requirement already satisfied (use --upgrade to upgrade): lazy==1.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 4)) | |
| Requirement already satisfied (use --upgrade to upgrade): path.py==3.0.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 5)) | |
| Requirement already satisfied (use --upgrade to upgrade): watchdog==0.7.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 6)) | |
| Requirement already satisfied (use --upgrade to upgrade): setuptools in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from lazy==1.1->-r requirements/edx/paver.txt (line 4)) | |
| Requirement already satisfied (use --upgrade to upgrade): PyYAML>=3.09 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from watchdog==0.7.1->-r requirements/edx/paver.txt (line 6)) | |
| Requirement already satisfied (use --upgrade to upgrade): argh>=0.8.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from watchdog==0.7.1->-r requirements/edx/paver.txt (line 6)) | |
| Requirement already satisfied (use --upgrade to upgrade): pathtools>=0.1.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from watchdog==0.7.1->-r requirements/edx/paver.txt (line 6)) | |
| Cleaning up... | |
| Task install_prereqs has been deprecated. Use paver install_prereqs instead. | |
| paver install_prereqs | |
| ---> pavelib.prereqs.install_prereqs | |
| ---> pavelib.prereqs.install_ruby_prereqs | |
| Ruby prereqs unchanged, skipping... | |
| ---> pavelib.prereqs.install_node_prereqs | |
| Node prereqs unchanged, skipping... | |
| ---> pavelib.prereqs.install_python_prereqs | |
| Python prereqs unchanged, skipping... | |
| pip install -r requirements/edx/paver.txt | |
| Requirement already satisfied (use --upgrade to upgrade): Paver==1.2.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 2)) | |
| Requirement already satisfied (use --upgrade to upgrade): psutil==1.2.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 3)) | |
| Requirement already satisfied (use --upgrade to upgrade): lazy==1.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 4)) | |
| Requirement already satisfied (use --upgrade to upgrade): path.py==3.0.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 5)) | |
| Requirement already satisfied (use --upgrade to upgrade): watchdog==0.7.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 6)) | |
| Requirement already satisfied (use --upgrade to upgrade): setuptools in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from lazy==1.1->-r requirements/edx/paver.txt (line 4)) | |
| Requirement already satisfied (use --upgrade to upgrade): PyYAML>=3.09 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from watchdog==0.7.1->-r requirements/edx/paver.txt (line 6)) | |
| Requirement already satisfied (use --upgrade to upgrade): argh>=0.8.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from watchdog==0.7.1->-r requirements/edx/paver.txt (line 6)) | |
| Requirement already satisfied (use --upgrade to upgrade): pathtools>=0.1.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from watchdog==0.7.1->-r requirements/edx/paver.txt (line 6)) | |
| Cleaning up... | |
| Task lms:gather_assets:test has been deprecated. Use paver update_assets lms --settings=test instead. | |
| paver update_assets lms --settings=test | |
| ---> pavelib.assets.update_assets | |
| ---> pavelib.prereqs.install_prereqs | |
| ---> pavelib.prereqs.install_ruby_prereqs | |
| Ruby prereqs unchanged, skipping... | |
| ---> pavelib.prereqs.install_node_prereqs | |
| Node prereqs unchanged, skipping... | |
| ---> pavelib.prereqs.install_python_prereqs | |
| Python prereqs unchanged, skipping... | |
| python manage.py lms --settings=test preprocess_assets | |
| xmodule_assets common/static/xmodule | |
| node_modules/.bin/coffee --compile `find /edx/app/edxapp/edx-platform/lms /edx/app/edxapp/edx-platform/cms /edx/app/edxapp/edx-platform/common -type f -name "*.coffee"` | |
| sass --style compressed --cache-location /tmp/sass-cache --load-path ./common/static/sass --update -E utf-8 */static | |
| DEPRECATION WARNING on line 25 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$unquoted-inputs-list" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$unquoted-inputs-list: append($unquoted-inputs-list, unquote($input-type), comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 36 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$all-text-inputs-hover" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$all-text-inputs-hover: append($all-text-inputs-hover, $input-type-hover, comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 44 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$all-text-inputs-focus" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$all-text-inputs-focus: append($all-text-inputs-focus, $input-type-focus, comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| write lms/static/sass/application-extend1.css | |
| DEPRECATION WARNING on line 25 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$unquoted-inputs-list" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$unquoted-inputs-list: append($unquoted-inputs-list, unquote($input-type), comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 36 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$all-text-inputs-hover" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$all-text-inputs-hover: append($all-text-inputs-hover, $input-type-hover, comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 44 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$all-text-inputs-focus" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$all-text-inputs-focus: append($all-text-inputs-focus, $input-type-focus, comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| write lms/static/sass/application-extend2.css | |
| DEPRECATION WARNING on line 25 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$unquoted-inputs-list" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$unquoted-inputs-list: append($unquoted-inputs-list, unquote($input-type), comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 36 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$all-text-inputs-hover" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$all-text-inputs-hover: append($all-text-inputs-hover, $input-type-hover, comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 44 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$all-text-inputs-focus" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$all-text-inputs-focus: append($all-text-inputs-focus, $input-type-focus, comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| write lms/static/sass/application.css | |
| DEPRECATION WARNING on line 25 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$unquoted-inputs-list" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$unquoted-inputs-list: append($unquoted-inputs-list, unquote($input-type), comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 36 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$all-text-inputs-hover" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$all-text-inputs-hover: append($all-text-inputs-hover, $input-type-hover, comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 44 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_html5-input-types.scss: | |
| Assigning to global variable "$all-text-inputs-focus" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$all-text-inputs-focus: append($all-text-inputs-focus, $input-type-focus, comma) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 44 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_prefixer.scss: | |
| Assigning to global variable "$prefix-for-webkit" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-webkit: false !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 45 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_prefixer.scss: | |
| Assigning to global variable "$prefix-for-mozilla" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-mozilla: false !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 46 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_prefixer.scss: | |
| Assigning to global variable "$prefix-for-microsoft" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-microsoft: false !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 47 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_prefixer.scss: | |
| Assigning to global variable "$prefix-for-opera" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-opera: false !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 48 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/addons/_prefixer.scss: | |
| Assigning to global variable "$prefix-for-spec" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-spec: false !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 11 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/css3/_keyframes.scss: | |
| Assigning to global variable "$prefix-for-webkit" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-webkit: true !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 18 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/css3/_keyframes.scss: | |
| Assigning to global variable "$prefix-for-mozilla" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-mozilla: true !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 25 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/css3/_keyframes.scss: | |
| Assigning to global variable "$prefix-for-opera" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-opera: true !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 32 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/css3/_keyframes.scss: | |
| Assigning to global variable "$prefix-for-spec" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-spec: true !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 38 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/css3/_keyframes.scss: | |
| Assigning to global variable "$prefix-for-webkit" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-webkit: $original-prefix-for-webkit !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 39 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/css3/_keyframes.scss: | |
| Assigning to global variable "$prefix-for-mozilla" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-mozilla: $original-prefix-for-mozilla !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 40 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/css3/_keyframes.scss: | |
| Assigning to global variable "$prefix-for-microsoft" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-microsoft: $original-prefix-for-microsoft !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 41 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/css3/_keyframes.scss: | |
| Assigning to global variable "$prefix-for-opera" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-opera: $original-prefix-for-opera !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 42 of /edx/app/edxapp/edx-platform/common/static/sass/bourbon/css3/_keyframes.scss: | |
| Assigning to global variable "$prefix-for-spec" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$prefix-for-spec: $original-prefix-for-spec !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 7 of /edx/app/edxapp/edx-platform/common/static/xmodule/modules/css/_000-f7697d6819b8adf82973e766f3ccff9c.scss: | |
| Assigning to global variable "$border-color" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$border-color: #c8c8c8 !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 8 of /edx/app/edxapp/edx-platform/common/static/xmodule/modules/css/_000-f7697d6819b8adf82973e766f3ccff9c.scss: | |
| Assigning to global variable "$body-font-size" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$body-font-size: em(14) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 932 of /edx/app/edxapp/edx-platform/common/static/xmodule/modules/css/_000-1aac7ac9c1c757047bcd2184fbc873b0.scss: | |
| Assigning to global variable "$yellow" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$yellow: rgba(255, 255, 10, 0.3) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 1 of /edx/app/edxapp/edx-platform/common/static/xmodule/modules/css/_001-5a8d20ee580536564b72f1d7653ef91f.scss: | |
| Assigning to global variable "$gray" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$gray: rgb(127, 127, 127) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 2 of /edx/app/edxapp/edx-platform/common/static/xmodule/modules/css/_001-5a8d20ee580536564b72f1d7653ef91f.scss: | |
| Assigning to global variable "$blue" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$blue: rgb(0, 159, 230) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 3 of /edx/app/edxapp/edx-platform/common/static/xmodule/modules/css/_001-5a8d20ee580536564b72f1d7653ef91f.scss: | |
| Assigning to global variable "$gray-d1" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$gray-d1: shade($gray, 20%) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 4 of /edx/app/edxapp/edx-platform/common/static/xmodule/modules/css/_001-5a8d20ee580536564b72f1d7653ef91f.scss: | |
| Assigning to global variable "$gray-l2" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$gray-l2: tint($gray, 40%) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 5 of /edx/app/edxapp/edx-platform/common/static/xmodule/modules/css/_001-5a8d20ee580536564b72f1d7653ef91f.scss: | |
| Assigning to global variable "$gray-l3" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$gray-l3: tint($gray, 60%) !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| DEPRECATION WARNING on line 1 of /edx/app/edxapp/edx-platform/common/static/xmodule/modules/css/_000-ade7591a665052fe42c1d04f5a96c279.scss: | |
| Assigning to global variable "$border-color" by default is deprecated. | |
| In future versions of Sass, this will create a new local variable. | |
| If you want to assign to the global variable, use "$border-color: #c8c8c8 !global" instead. | |
| Note that this will be incompatible with Sass 3.2. | |
| write lms/static/sass/course.css | |
| python manage.py lms --settings=test collectstatic --noinput > /dev/null | |
| find /edx/app/edxapp/edx-platform/reports -type f -delete | |
| ======================================= | |
| Running lms tests | |
| ======================================= | |
| python -m coverage run --rcfile=lms/.coveragerc `which ./manage.py` lms --settings test test --traceback lms/djangoapps/* common/djangoapps/* lms/lib/* lms/tests.py | |
| nosetests lms/djangoapps/analytics lms/djangoapps/api_manager lms/djangoapps/branding lms/djangoapps/bulk_email lms/djangoapps/certificates lms/djangoapps/circuit lms/djangoapps/class_dashboard lms/djangoapps/course_wiki lms/djangoapps/courseware lms/djangoapps/dashboard lms/djangoapps/debug lms/djangoapps/django_comment_client lms/djangoapps/foldit lms/djangoapps/instructor lms/djangoapps/instructor_task lms/djangoapps/licenses lms/djangoapps/linkedin lms/djangoapps/lms_migration lms/djangoapps/notes lms/djangoapps/notification_prefs lms/djangoapps/open_ended_grading lms/djangoapps/projects lms/djangoapps/psychometrics lms/djangoapps/shoppingcart lms/djangoapps/static_template_view lms/djangoapps/staticbook lms/djangoapps/verify_student common/djangoapps/cache_toolbox common/djangoapps/config_models common/djangoapps/contentserver common/djangoapps/cors_csrf common/djangoapps/coupons common/djangoapps/course_groups common/djangoapps/course_modes common/djangoapps/dark_lang common/djangoapps/datadog common/djangoapps/django_comment_common common/djangoapps/django_future common/djangoapps/edxmako common/djangoapps/embargo common/djangoapps/external_auth common/djangoapps/geoinfo common/djangoapps/heartbeat common/djangoapps/lang_pref common/djangoapps/microsite_configuration common/djangoapps/mitxmako common/djangoapps/monitoring common/djangoapps/pipeline_js common/djangoapps/pipeline_mako common/djangoapps/request_cache common/djangoapps/reverification common/djangoapps/service_status common/djangoapps/session_inactivity_timeout common/djangoapps/static_replace common/djangoapps/status common/djangoapps/student common/djangoapps/system_manager common/djangoapps/terrain common/djangoapps/third_party_auth common/djangoapps/track common/djangoapps/user_api common/djangoapps/util common/djangoapps/xmodule_django common/djangoapps/xmodule_modifiers.py common/djangoapps/xmodule_modifiers.pyc lms/lib/__init__.py lms/lib/__init__.pyc lms/lib/comment_client lms/lib/newrelic_logging lms/lib/perfstats lms/lib/xblock lms/tests.py --id-file /edx/app/edxapp/edx-platform/.testids/lms/noseids --xunit-file /edx/app/edxapp/edx-platform/reports/lms/nosetests.xml --verbosity=1 | |
| Creating test database for alias 'default'... | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ....................-....-....-.-............................................ | |
| ............................................................................. | |
| ............................................................................. | |
| .......................................-.........-.................--........ | |
| ......--.................................................................-... | |
| ............................................................................. | |
| ............................................................................. | |
| .......... | |
| ----------------------------------------------------------------------------- | |
| 1781 tests run in 424.4 seconds. | |
| 11 skipped (1770 tests passed) | |
| Destroying test database for alias 'default'... | |
| mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
| MongoDB shell version: 2.4.7 | |
| connecting to: test | |
| Dropping test db test_xmodule | |
| Dropping test db test_xlog | |
| pip install -r requirements/edx/paver.txt | |
| Requirement already satisfied (use --upgrade to upgrade): Paver==1.2.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 2)) | |
| Requirement already satisfied (use --upgrade to upgrade): psutil==1.2.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 3)) | |
| Requirement already satisfied (use --upgrade to upgrade): lazy==1.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 4)) | |
| Requirement already satisfied (use --upgrade to upgrade): path.py==3.0.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 5)) | |
| Requirement already satisfied (use --upgrade to upgrade): watchdog==0.7.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from -r requirements/edx/paver.txt (line 6)) | |
| Requirement already satisfied (use --upgrade to upgrade): setuptools in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from lazy==1.1->-r requirements/edx/paver.txt (line 4)) | |
| Requirement already satisfied (use --upgrade to upgrade): PyYAML>=3.09 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from watchdog==0.7.1->-r requirements/edx/paver.txt (line 6)) | |
| Requirement already satisfied (use --upgrade to upgrade): argh>=0.8.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from watchdog==0.7.1->-r requirements/edx/paver.txt (line 6)) | |
| Requirement already satisfied (use --upgrade to upgrade): pathtools>=0.1.1 in /edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages (from watchdog==0.7.1->-r requirements/edx/paver.txt (line 6)) | |
| Cleaning up... | |
| Task cms:gather_assets:test has been deprecated. Use paver update_assets cms --settings=test instead. | |
| paver update_assets cms --settings=test | |
| ---> pavelib.assets.update_assets | |
| ---> pavelib.prereqs.install_prereqs | |
| ---> pavelib.prereqs.install_ruby_prereqs | |
| Ruby prereqs unchanged, skipping... | |
| ---> pavelib.prereqs.install_node_prereqs | |
| Node prereqs unchanged, skipping... | |
| ---> pavelib.prereqs.install_python_prereqs | |
| Python prereqs unchanged, skipping... | |
| python manage.py cms --settings=test preprocess_assets | |
| xmodule_assets common/static/xmodule | |
| node_modules/.bin/coffee --compile `find /edx/app/edxapp/edx-platform/lms /edx/app/edxapp/edx-platform/cms /edx/app/edxapp/edx-platform/common -type f -name "*.coffee"` | |
| sass --style compressed --cache-location /tmp/sass-cache --load-path ./common/static/sass --update -E utf-8 */static | |
| python manage.py cms --settings=test collectstatic --noinput > /dev/null | |
| ======================================= | |
| Running cms tests | |
| ======================================= | |
| python -m coverage run --rcfile=cms/.coveragerc `which ./manage.py` cms --settings test test --traceback cms/djangoapps/* common/djangoapps/* cms/lib/* | |
| nosetests cms/djangoapps/contentstore cms/djangoapps/course_creators cms/djangoapps/models common/djangoapps/cache_toolbox common/djangoapps/config_models common/djangoapps/contentserver common/djangoapps/cors_csrf common/djangoapps/coupons common/djangoapps/course_groups common/djangoapps/course_modes common/djangoapps/dark_lang common/djangoapps/datadog common/djangoapps/django_comment_common common/djangoapps/django_future common/djangoapps/edxmako common/djangoapps/embargo common/djangoapps/external_auth common/djangoapps/geoinfo common/djangoapps/heartbeat common/djangoapps/lang_pref common/djangoapps/microsite_configuration common/djangoapps/mitxmako common/djangoapps/monitoring common/djangoapps/pipeline_js common/djangoapps/pipeline_mako common/djangoapps/request_cache common/djangoapps/reverification common/djangoapps/service_status common/djangoapps/session_inactivity_timeout common/djangoapps/static_replace common/djangoapps/status common/djangoapps/student common/djangoapps/system_manager common/djangoapps/terrain common/djangoapps/third_party_auth common/djangoapps/track common/djangoapps/user_api common/djangoapps/util common/djangoapps/xmodule_django common/djangoapps/xmodule_modifiers.py common/djangoapps/xmodule_modifiers.pyc cms/lib/__init__.py cms/lib/__init__.pyc cms/lib/xblock --id-file /edx/app/edxapp/edx-platform/.testids/cms/noseids --xunit-file /edx/app/edxapp/edx-platform/reports/cms/nosetests.xml --verbosity=1 | |
| Creating test database for alias 'default'... | |
| ----------------------------------------------------------------------------- | |
| 0 tests run in 0.5 seconds (0 tests passed) | |
| ---------------------------------------------------------------------- | |
| Ran 0 tests in 0.000s | |
| OK | |
| Destroying test database for alias 'default'... | |
| mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
| MongoDB shell version: 2.4.7 | |
| connecting to: test | |
| ======================================= | |
| Running common/lib/sandbox-packages tests | |
| ======================================= | |
| python -m coverage run --rcfile=common/lib/sandbox-packages/.coveragerc `which nosetests` --id-file=.testids/common/lib/sandbox-packages/.noseids common/lib/sandbox-packages | |
| ....................................................... | |
| ----------------------------------------------------------------------------- | |
| 55 tests run in 0.1 seconds (55 tests passed) | |
| mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
| MongoDB shell version: 2.4.7 | |
| connecting to: test | |
| ======================================= | |
| Running common/lib/capa tests | |
| ======================================= | |
| python -m coverage run --rcfile=common/lib/capa/.coveragerc `which nosetests` --id-file=.testids/common/lib/capa/.noseids common/lib/capa | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| .............................................. | |
| ----------------------------------------------------------------------------- | |
| 277 tests run in 6.0 seconds (277 tests passed) | |
| mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
| MongoDB shell version: 2.4.7 | |
| connecting to: test | |
| ======================================= | |
| Running common/lib/symmath tests | |
| ======================================= | |
| python -m coverage run --rcfile=common/lib/symmath/.coveragerc `which nosetests` --id-file=.testids/common/lib/symmath/.noseids common/lib/symmath | |
| ......... | |
| ----------------------------------------------------------------------------- | |
| 9 tests run in 1.8 seconds (9 tests passed) | |
| mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
| MongoDB shell version: 2.4.7 | |
| connecting to: test | |
| ======================================= | |
| Running common/lib/chem tests | |
| ======================================= | |
| python -m coverage run --rcfile=common/lib/chem/.coveragerc `which nosetests` --id-file=.testids/common/lib/chem/.noseids common/lib/chem | |
| ............................................................................. | |
| ......... | |
| ----------------------------------------------------------------------------- | |
| 86 tests run in 2.1 seconds (86 tests passed) | |
| mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
| MongoDB shell version: 2.4.7 | |
| connecting to: test | |
| ======================================= | |
| Running common/lib/xmodule tests | |
| ======================================= | |
| python -m coverage run --rcfile=common/lib/xmodule/.coveragerc `which nosetests` --id-file=.testids/common/lib/xmodule/.noseids common/lib/xmodule | |
| ............................................................................. | |
| ............................................................................. | |
| .....................................................................-...-... | |
| .-........................................................................... | |
| ........................................-.................................... | |
| ............................................................................. | |
| ............................................................................. | |
| ............................................................................. | |
| ....................................--------------.-.----.........----------- | |
| ---..-........-..-....--------------......................................... | |
| ....... | |
| ----------------------------------------------------------------------------- | |
| 777 tests run in 38.8 seconds. | |
| 54 skipped (723 tests passed) | |
| mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
| MongoDB shell version: 2.4.7 | |
| connecting to: test | |
| Dropping test db test_xmodule | |
| ======================================= | |
| Running common/lib/calc tests | |
| ======================================= | |
| python -m coverage run --rcfile=common/lib/calc/.coveragerc `which nosetests` --id-file=.testids/common/lib/calc/.noseids common/lib/calc | |
| ....................................................... | |
| ----------------------------------------------------------------------------- | |
| 55 tests run in 0.9 seconds (55 tests passed) | |
| mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
| MongoDB shell version: 2.4.7 | |
| connecting to: test | |
| edxapp@precise64:~/edx-platform$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment