Skip to content

Instantly share code, notes, and snippets.

@antoviaque
Created September 24, 2014 10:53
Show Gist options
  • Select an option

  • Save antoviaque/bf83c0b30175a0c54707 to your computer and use it in GitHub Desktop.

Select an option

Save antoviaque/bf83c0b30175a0c54707 to your computer and use it in GitHub Desktop.
edxapp@precise64:~/edx-platform$ paver test_python
---> pavelib.tests.test_python
---> 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...
---> pavelib.utils.test.utils.clean_reports_dir
find /edx/app/edxapp/edx-platform/reports -type f -delete
Setting up for Python Tests
---> pavelib.utils.test.utils.clean_test_files
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/*
Setting up for cms
---> pavelib.assets.update_assets
python manage.py cms --settings=test preprocess_assets
xmodule_assets common/static/xmodule
---> pavelib.assets.compile_coffeescript
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 --sourcemap --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
python -m coverage run --rcfile=cms/.coveragerc `which ./manage.py` cms test --verbosity=1 cms/djangoapps/* common/djangoapps/* cms/lib/* --traceback --settings=test
========================================
Running tests for cms
========================================
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_action_state 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/monkey_patch common/djangoapps/pipeline_js common/djangoapps/pipeline_mako common/djangoapps/profiler 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/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'...
.........------..............................................................
.............................................................................
.............................................................................
.............................................................................
..........-....-........-.....................-..............................
...........................----------------........................------....
.-----------------..----.----.-.--...........................................
....----------................----...........................................
......-....................-.---......--.....--------------------------------
---------------------.....................................-.........-........
.........--..............--..................................------..........
.......................-.............-.--....................................
............................................................................
-----------------------------------------------------------------------------
1000 tests run in 126.7 seconds.
150 skipped (850 tests passed)
Destroying test database for alias 'default'...
Cleaning up after cms
---> pavelib.utils.test.utils.clean_mongo
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_xcontent_b611f8d934bc412a9d29c1c9d514a6dd
Dropping test db test_xcontent_cf5a77a611c7440f868f8089787a42a3
Dropping test db test_xcontent_8b6579d2517b420ea1c13d4a4470e367
Dropping test db test_xcontent_deba09b9da9e4fd9a8cc77d037af4583
Dropping test db test_xmodule
Setting up for lms
---> pavelib.assets.update_assets
python manage.py lms --settings=test preprocess_assets
xmodule_assets common/static/xmodule
---> pavelib.assets.compile_coffeescript
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 --sourcemap --cache-location /tmp/sass-cache --load-path ./common/static/sass --update -E utf-8 */static
write lms/static/sass/application-extend1.css
write lms/static/sass/application-extend1.css.map
write lms/static/sass/application-extend2.css
write lms/static/sass/application-extend2.css.map
write lms/static/sass/application.css
write lms/static/sass/application.css.map
write lms/static/sass/course.css
write lms/static/sass/course.css.map
python manage.py lms --settings=test collectstatic --noinput > /dev/null
python -m coverage run --rcfile=lms/.coveragerc `which ./manage.py` lms test --verbosity=1 lms/djangoapps/* common/djangoapps/* lms/lib/* lms/tests.py --traceback --settings=test
========================================
Running tests for lms
========================================
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/gradebook lms/djangoapps/instructor lms/djangoapps/instructor_analytics 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_action_state 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/monkey_patch common/djangoapps/pipeline_js common/djangoapps/pipeline_mako common/djangoapps/profiler 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'...
.............................................................................
.............................................................................
.............................................................................
.............................................................................
.............................................................................
.............................................................................
.............................................................................
...................F.........................................................
.............................................................F...............
.............................................................................
................................................../edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (1983-04-06 00:00:00) while time zone support is active.
RuntimeWarning)
../edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2033-04-06 00:00:00) while time zone support is active.
RuntimeWarning)
.........................
.............................................................................
.............................................................................
.............................................................................
.............................................................................
.............................................................................
.............................................................................
.............................................................................
.............................................................................
.............................................................................
.............................................................................
...........-....-....-.-.....................................................
.............................................................................
.............................................................................
..................................................-.........-................
.--..............--..........................................................
.......-.....................................................................
.............................................................................
.....................
-----------------------------------------------------------------------------
1) FAIL: test_per_course_anonymized_id_1_LTIDescriptor (courseware.tests.test_module_render.TestAnonymousStudentId)
Traceback (most recent call last):
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper
return func(self, *args, **kwargs)
lms/djangoapps/courseware/tests/test_module_render.py line 858 in test_per_course_anonymized_id
self._get_anonymous_id(SlashSeparatedCourseKey('MITx', '6.00x', '2012_Fall'), descriptor_class)
AssertionError: 'e3b0b940318df9c14be59acb08e78af5' != '0142b3c0f96e1dd8e68eafd0db79e3f1'
-------------------- >> begin captured logging << --------------------
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014
xmodule.course_module: DEBUG: Loading grading policy from policies/2014/grading_policy.json
xmodule.modulestore.xml: DEBUG: ========> Done with course import from 2014
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded
xmodule.course_module: DEBUG: Loading grading policy from grading_policy.json
xmodule.modulestore.xml: DEBUG: ========> Done with course import from graded
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended
xmodule.modulestore.xml: DEBUG: ========> Done with course import from open_ended
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath
xmodule.modulestore.xml: WARNING: Error loading from xml. Unable to load file contents at path chapter/Overview.xml for item location:edX+open_ended_nopath+2012_Fall+chapter+Overview: Resource not found: /chapter/Overview.xml
xmodule.modulestore.xml: DEBUG: ========> Done with course import from open_ended_nopath
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date
xmodule.modulestore.xml: DEBUG: ========> Done with course import from test_about_blob_end_date
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end
xmodule.modulestore.xml: DEBUG: ========> Done with course import from test_end
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys
xmodule.course_module: DEBUG: Loading grading policy from policies/TT_2012_Fall/grading_policy.json
xmodule.modulestore.xml: DEBUG: ========> Done with course import from two_toys
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud
factory.generate: DEBUG: BaseFactory: Preparing student.tests.factories.UserFactory(extra={})
factory.containers: DEBUG: LazyStub: Computing values for student.tests.factories.UserFactory(username=<OrderedDeclarationWrapper for <factory.declarations.Sequence object at 0x651d610>>, first_name=<OrderedDeclarationWrapper for <factory.declarations.Sequence object at 0x651d750>>, last_name='Test', is_active=True, is_superuser=False, is_staff=False, last_login=datetime.datetime(2012, 1, 1, 0, 0, tzinfo=<UTC>), email=<OrderedDeclarationWrapper for <factory.declarations.Sequence object at 0x651d650>>, date_joined=datetime.datetime(2011, 1, 1, 0, 0, tzinfo=<UTC>))
factory.generate: DEBUG: Sequence: Computing next value of <built-in method format of unicode object at 0x5fa5e70> for seq=6489
factory.generate: DEBUG: Sequence: Computing next value of <built-in method format of unicode object at 0x5fa6060> for seq=6489
factory.generate: DEBUG: Sequence: Computing next value of <built-in method format of unicode object at 0x5fa5ea0> for seq=6489
factory.containers: DEBUG: LazyStub: Computed values, got student.tests.factories.UserFactory(username=u'robot6489', first_name=u'Robot6489', last_name='Test', is_active=True, is_superuser=False, is_staff=False, last_login=datetime.datetime(2012, 1, 1, 0, 0, tzinfo=<UTC>), email=u'robot+test+6489@edx.org', date_joined=datetime.datetime(2011, 1, 1, 0, 0, tzinfo=<UTC>))
factory.generate: DEBUG: BaseFactory: Generating student.tests.factories.UserFactory(username=u'robot6489', first_name=u'Robot6489', last_name='Test', is_active=True, is_superuser=False, is_staff=False, last_login=datetime.datetime(2012, 1, 1, 0, 0, tzinfo=<UTC>), email=u'robot+test+6489@edx.org', date_joined=datetime.datetime(2011, 1, 1, 0, 0, tzinfo=<UTC>))
factory.generate: DEBUG: PostGeneration: Calling student.tests.factories.groups(robot6489, True, None)
factory.generate: DEBUG: PostGenerationMethodCall: Calling <User: robot6489>.set_password(test)
factory.generate: DEBUG: PostGeneration: Calling student.tests.factories.profile(robot6489, True, None)
factory.generate: DEBUG: BaseFactory: Preparing student.tests.factories.UserProfileFactory(extra={'user': <User: robot6489>})
factory.containers: DEBUG: LazyStub: Computing values for student.tests.factories.UserProfileFactory(name=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x651d590>>, mailing_address=None, level_of_education=None, user=<User: robot6489>, gender=u'm', goals=u'World domination')
factory.generate: DEBUG: LazyAttribute: Evaluating <built-in method format of unicode object at 0x5fa5de0> on <LazyStub for student.tests.factories.UserProfileFactory>
factory.containers: DEBUG: LazyStub: Computed values, got student.tests.factories.UserProfileFactory(name=u'Robot6489 Test', mailing_address=None, level_of_education=None, goals=u'World domination', gender=u'm', user=<User: robot6489>)
factory.generate: DEBUG: BaseFactory: Generating student.tests.factories.UserProfileFactory(name=u'Robot6489 Test', mailing_address=None, level_of_education=None, goals=u'World domination', gender=u'm', user=<User: robot6489>)
--------------------- >> end captured logging << ---------------------
-----------------------------------------------------------------------------
2) FAIL: test_submissions_api_anonymous_student_id (courseware.tests.test_submitting_problems.TestCourseGrader)
Traceback (most recent call last):
lms/djangoapps/courseware/tests/test_submitting_problems.py line 519 in test_submissions_api_anonymous_student_id
self.course.id.to_deprecated_string(), '99ac6730dc5f900d69fd735975243b31'
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py line 835 in assert_called_with
raise AssertionError(msg)
AssertionError: Expected call: get_scores(u'MITx/100/test_course', '99ac6730dc5f900d69fd735975243b31')
Actual call: get_scores(u'MITx/100/test_course', 'b1e8bcffd122b0a8cdb292ccf7ba9817')
-------------------- >> begin captured logging << --------------------
factory.generate: DEBUG: BaseFactory: Preparing xmodule.modulestore.tests.factories.CourseFactory(extra={'display_name': 'test_course', 'number': '100'})
factory.generate: DEBUG: <class 'xmodule.modulestore.tests.factories.CourseFactory'>: reusing sequence from <class 'xmodule.modulestore.tests.factories.XModuleFactory'>
factory.containers: DEBUG: LazyStub: Computing values for xmodule.modulestore.tests.factories.CourseFactory(modulestore=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x6a051d0>>, org='MITx', display_name='test_course', number='100')
factory.generate: DEBUG: LazyAttribute: Evaluating <function modulestore at 0x68eb578> on <LazyStub for xmodule.modulestore.tests.factories.CourseFactory>
factory.containers: DEBUG: LazyStub: Computed values, got xmodule.modulestore.tests.factories.CourseFactory(modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, org='MITx', display_name='test_course', number='100')
factory.generate: DEBUG: BaseFactory: Generating xmodule.modulestore.tests.factories.CourseFactory(modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, org='MITx', display_name='test_course', number='100')
tracking: INFO: {"username": "", "host": "testserver", "event_source": "server", "event_type": "/create_account", "context": {"username": "", "user_id": "", "ip": "127.0.0.1", "org_id": "", "agent": "", "host": "testserver", "session": "", "course_id": "", "path": "/create_account"}, "time": "2014-09-24T10:36:18.219495+00:00", "ip": "127.0.0.1", "event": "{\"POST\": {\"username\": [\"u1\"], \"name\": [\"username\"], \"honor_code\": [\"true\"], \"terms_of_service\": [\"true\"], \"password\": \"********\", \"email\": [\"view@test.com\"]}, \"GET\": {}}", "agent": "", "page": null}
audit: INFO: Login success - u1 (view@test.com)
audit: INFO: Login success on new account creation - u1
tracking: INFO: {"username": "u1", "host": "testserver", "event_source": "server", "event_type": "/activate/c1470e17198d410284190af2f8b7aa8c", "context": {"username": "u1", "user_id": 1, "ip": "127.0.0.1", "org_id": "", "agent": "", "host": "testserver", "session": "b44d1098abd4537f070e06df05a1e01f", "course_id": "", "path": "/activate/c1470e17198d410284190af2f8b7aa8c"}, "time": "2014-09-24T10:36:18.239570+00:00", "ip": "127.0.0.1", "event": "{\"POST\": {}, \"GET\": {}}", "agent": "", "page": null}
tracking: INFO: {"username": "u1", "host": "testserver", "event_source": "server", "event_type": "/change_enrollment", "context": {"username": "u1", "user_id": 1, "ip": "127.0.0.1", "org_id": "", "agent": "", "host": "testserver", "session": "b44d1098abd4537f070e06df05a1e01f", "course_id": "", "path": "/change_enrollment"}, "time": "2014-09-24T10:36:18.262260+00:00", "ip": "127.0.0.1", "event": "{\"POST\": {\"course_id\": [\"MITx/100/test_course\"], \"enrollment_action\": [\"enroll\"]}, \"GET\": {}}", "agent": "", "page": null}
tracking: INFO: {"username": "u1", "event_source": "server", "name": "edx.course.enrollment.activated", "time": "2014-09-24T10:36:18.278181+00:00", "agent": "", "page": null, "host": "testserver", "session": "b44d1098abd4537f070e06df05a1e01f", "context": {"user_id": 1, "org_id": "MITx", "course_id": "MITx/100/test_course", "path": "/change_enrollment"}, "ip": "127.0.0.1", "event": {"course_id": "MITx/100/test_course", "user_id": 1, "mode": "honor"}, "event_type": "edx.course.enrollment.activated"}
factory.generate: DEBUG: BaseFactory: Preparing xmodule.modulestore.tests.factories.ItemFactory(extra={'category': 'chapter', 'parent_location': Location(u'MITx', u'100', 'test_course', u'course', u'test_course', None)})
factory.generate: DEBUG: <class 'xmodule.modulestore.tests.factories.ItemFactory'>: reusing sequence from <class 'xmodule.modulestore.tests.factories.XModuleFactory'>
factory.containers: DEBUG: LazyStub: Computing values for xmodule.modulestore.tests.factories.ItemFactory(category='chapter', display_name=<OrderedDeclarationWrapper for <factory.declarations.LazyAttributeSequence object at 0x6a05150>>, parent_location=Location(u'MITx', u'100', 'test_course', u'course', u'test_course', None), parent=None, modulestore=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x6a051d0>>, location=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x6a150d0>>)
factory.generate: DEBUG: LazyAttributeSequence: Computing next value of <function display_name at 0x6a039b0> for seq=3120, obj=<LazyStub for xmodule.modulestore.tests.factories.ItemFactory>
factory.generate: DEBUG: LazyAttribute: Evaluating <function modulestore at 0x68eb578> on <LazyStub for xmodule.modulestore.tests.factories.ItemFactory>
factory.generate: DEBUG: LazyAttribute: Evaluating <function location at 0x6a03938> on <LazyStub for xmodule.modulestore.tests.factories.ItemFactory>
factory.containers: DEBUG: LazyStub: Computed values, got xmodule.modulestore.tests.factories.ItemFactory(category='chapter', display_name='chapter 3120', parent_location=Location(u'MITx', u'100', 'test_course', u'course', u'test_course', None), parent=None, modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, location=Location(u'MITx', u'100', 'test_course', 'chapter', 'chapter_3120', None))
factory.generate: DEBUG: BaseFactory: Generating xmodule.modulestore.tests.factories.ItemFactory(category='chapter', display_name='chapter 3120', parent_location=Location(u'MITx', u'100', 'test_course', u'course', u'test_course', None), parent=None, modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, location=Location(u'MITx', u'100', 'test_course', 'chapter', 'chapter_3120', None))
factory.generate: DEBUG: BaseFactory: Preparing xmodule.modulestore.tests.factories.ItemFactory(extra={'category': 'sequential', 'display_name': 'homework', 'parent_location': Location(u'MITx', u'100', 'test_course', u'chapter', u'chapter_3120', None), 'metadata': {'graded': True, 'format': 'Homework'}})
factory.generate: DEBUG: <class 'xmodule.modulestore.tests.factories.ItemFactory'>: reusing sequence from <class 'xmodule.modulestore.tests.factories.XModuleFactory'>
factory.containers: DEBUG: LazyStub: Computing values for xmodule.modulestore.tests.factories.ItemFactory(category='sequential', display_name='homework', parent_location=Location(u'MITx', u'100', 'test_course', u'chapter', u'chapter_3120', None), parent=None, modulestore=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x6a051d0>>, location=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x6a150d0>>, metadata={'graded': True, 'format': 'Homework'})
factory.generate: DEBUG: LazyAttribute: Evaluating <function modulestore at 0x68eb578> on <LazyStub for xmodule.modulestore.tests.factories.ItemFactory>
factory.generate: DEBUG: LazyAttribute: Evaluating <function location at 0x6a03938> on <LazyStub for xmodule.modulestore.tests.factories.ItemFactory>
factory.containers: DEBUG: LazyStub: Computed values, got xmodule.modulestore.tests.factories.ItemFactory(category='sequential', display_name='homework', parent_location=Location(u'MITx', u'100', 'test_course', u'chapter', u'chapter_3120', None), parent=None, modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, location=Location(u'MITx', u'100', 'test_course', 'sequential', 'homework', None), metadata={'graded': True, 'format': 'Homework'})
factory.generate: DEBUG: BaseFactory: Generating xmodule.modulestore.tests.factories.ItemFactory(category='sequential', display_name='homework', parent_location=Location(u'MITx', u'100', 'test_course', u'chapter', u'chapter_3120', None), parent=None, modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, location=Location(u'MITx', u'100', 'test_course', 'sequential', 'homework', None), metadata={'graded': True, 'format': 'Homework'})
factory.generate: DEBUG: BaseFactory: Preparing xmodule.modulestore.tests.factories.ItemFactory(extra={'category': 'problem', 'display_name': 'p1', 'data': '<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', 'parent_location': Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), 'metadata': {'rerandomize': 'always'}})
factory.generate: DEBUG: <class 'xmodule.modulestore.tests.factories.ItemFactory'>: reusing sequence from <class 'xmodule.modulestore.tests.factories.XModuleFactory'>
factory.containers: DEBUG: LazyStub: Computing values for xmodule.modulestore.tests.factories.ItemFactory(category='problem', display_name='p1', parent_location=Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), parent=None, modulestore=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x6a051d0>>, location=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x6a150d0>>, data='<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', metadata={'rerandomize': 'always'})
factory.generate: DEBUG: LazyAttribute: Evaluating <function modulestore at 0x68eb578> on <LazyStub for xmodule.modulestore.tests.factories.ItemFactory>
factory.generate: DEBUG: LazyAttribute: Evaluating <function location at 0x6a03938> on <LazyStub for xmodule.modulestore.tests.factories.ItemFactory>
factory.containers: DEBUG: LazyStub: Computed values, got xmodule.modulestore.tests.factories.ItemFactory(category='problem', display_name='p1', parent_location=Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), parent=None, modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, location=Location(u'MITx', u'100', 'test_course', 'problem', 'p1', None), data='<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', metadata={'rerandomize': 'always'})
factory.generate: DEBUG: BaseFactory: Generating xmodule.modulestore.tests.factories.ItemFactory(category='problem', display_name='p1', parent_location=Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), parent=None, modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, location=Location(u'MITx', u'100', 'test_course', 'problem', 'p1', None), data='<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', metadata={'rerandomize': 'always'})
factory.generate: DEBUG: BaseFactory: Preparing xmodule.modulestore.tests.factories.ItemFactory(extra={'category': 'problem', 'display_name': 'p2', 'data': '<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', 'parent_location': Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), 'metadata': {'rerandomize': 'always'}})
factory.generate: DEBUG: <class 'xmodule.modulestore.tests.factories.ItemFactory'>: reusing sequence from <class 'xmodule.modulestore.tests.factories.XModuleFactory'>
factory.containers: DEBUG: LazyStub: Computing values for xmodule.modulestore.tests.factories.ItemFactory(category='problem', display_name='p2', parent_location=Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), parent=None, modulestore=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x6a051d0>>, location=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x6a150d0>>, data='<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', metadata={'rerandomize': 'always'})
factory.generate: DEBUG: LazyAttribute: Evaluating <function modulestore at 0x68eb578> on <LazyStub for xmodule.modulestore.tests.factories.ItemFactory>
factory.generate: DEBUG: LazyAttribute: Evaluating <function location at 0x6a03938> on <LazyStub for xmodule.modulestore.tests.factories.ItemFactory>
factory.containers: DEBUG: LazyStub: Computed values, got xmodule.modulestore.tests.factories.ItemFactory(category='problem', display_name='p2', parent_location=Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), parent=None, modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, location=Location(u'MITx', u'100', 'test_course', 'problem', 'p2', None), data='<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', metadata={'rerandomize': 'always'})
factory.generate: DEBUG: BaseFactory: Generating xmodule.modulestore.tests.factories.ItemFactory(category='problem', display_name='p2', parent_location=Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), parent=None, modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, location=Location(u'MITx', u'100', 'test_course', 'problem', 'p2', None), data='<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', metadata={'rerandomize': 'always'})
factory.generate: DEBUG: BaseFactory: Preparing xmodule.modulestore.tests.factories.ItemFactory(extra={'category': 'problem', 'display_name': 'p3', 'data': '<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', 'parent_location': Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), 'metadata': {'rerandomize': 'always'}})
factory.generate: DEBUG: <class 'xmodule.modulestore.tests.factories.ItemFactory'>: reusing sequence from <class 'xmodule.modulestore.tests.factories.XModuleFactory'>
factory.containers: DEBUG: LazyStub: Computing values for xmodule.modulestore.tests.factories.ItemFactory(category='problem', display_name='p3', parent_location=Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), parent=None, modulestore=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x6a051d0>>, location=<OrderedDeclarationWrapper for <factory.declarations.LazyAttribute object at 0x6a150d0>>, data='<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', metadata={'rerandomize': 'always'})
factory.generate: DEBUG: LazyAttribute: Evaluating <function modulestore at 0x68eb578> on <LazyStub for xmodule.modulestore.tests.factories.ItemFactory>
factory.generate: DEBUG: LazyAttribute: Evaluating <function location at 0x6a03938> on <LazyStub for xmodule.modulestore.tests.factories.ItemFactory>
factory.containers: DEBUG: LazyStub: Computed values, got xmodule.modulestore.tests.factories.ItemFactory(category='problem', display_name='p3', parent_location=Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), parent=None, modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, location=Location(u'MITx', u'100', 'test_course', 'problem', 'p3', None), data='<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', metadata={'rerandomize': 'always'})
factory.generate: DEBUG: BaseFactory: Generating xmodule.modulestore.tests.factories.ItemFactory(category='problem', display_name='p3', parent_location=Location(u'MITx', u'100', 'test_course', u'sequential', u'homework', None), parent=None, modulestore=<xmodule.modulestore.mongo.base.MongoModuleStore object at 0x10194350>, location=Location(u'MITx', u'100', 'test_course', 'problem', 'p3', None), data='<problem><p>The correct answer is Correct</p><optionresponse><optioninput options="(\'Correct\',\'Incorrect\',\'&#9444;&#9437;&#9432;&#9426;&#9438;&#9427;&#9428;\')" correct="Correct"/></optionresponse></problem>', metadata={'rerandomize': 'always'})
stevedore.extension: DEBUG: found extension EntryPoint.parse('slashes = opaque_keys.edx.locations:SlashSeparatedCourseKey')
stevedore.extension: DEBUG: found extension EntryPoint.parse('course-locator = opaque_keys.edx.locator:CourseLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('slashes = opaque_keys.edx.locations:SlashSeparatedCourseKey')
stevedore.extension: DEBUG: found extension EntryPoint.parse('course-locator = opaque_keys.edx.locator:CourseLocator')
tracking: INFO: {"username": "u1", "host": "testserver", "event_source": "server", "event_type": "/courses/MITx/100/test_course/xblock/i4x:;_;_MITx;_100;_problem;_p1/handler/xmodule_handler/problem_check", "context": {"username": "u1", "course_user_tags": {}, "user_id": 1, "ip": "127.0.0.1", "org_id": "MITx", "agent": "", "host": "testserver", "session": "b44d1098abd4537f070e06df05a1e01f", "course_id": "MITx/100/test_course", "path": "/courses/MITx/100/test_course/xblock/i4x:;_;_MITx;_100;_problem;_p1/handler/xmodule_handler/problem_check"}, "time": "2014-09-24T10:36:18.550991+00:00", "ip": "127.0.0.1", "event": "{\"POST\": {\"input_i4x-MITx-100-problem-p1_2_1\": [\"Correct\"]}, \"GET\": {}}", "agent": "", "page": null}
stevedore.extension: DEBUG: found extension EntryPoint.parse('slashes = opaque_keys.edx.locations:SlashSeparatedCourseKey')
stevedore.extension: DEBUG: found extension EntryPoint.parse('course-locator = opaque_keys.edx.locator:CourseLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
tracking: INFO: {"username": "u1", "host": "testserver", "event_source": "server", "event_type": "problem_check", "context": {"username": "u1", "course_user_tags": {}, "user_id": 1, "ip": "127.0.0.1", "org_id": "MITx", "agent": "", "host": "testserver", "session": "b44d1098abd4537f070e06df05a1e01f", "module": {"display_name": "p1"}, "course_id": "MITx/100/test_course", "path": "/courses/MITx/100/test_course/xblock/i4x:;_;_MITx;_100;_problem;_p1/handler/xmodule_handler/problem_check"}, "time": "2014-09-24T10:36:18.599904+00:00", "ip": "127.0.0.1", "event": {"submission": {"i4x-MITx-100-problem-p1_2_1": {"input_type": "optioninput", "question": "", "response_type": "optionresponse", "answer": "Correct", "variant": 687, "correct": true}}, "success": "correct", "grade": 1, "correct_map": {"i4x-MITx-100-problem-p1_2_1": {"hint": "", "hintmode": null, "correctness": "correct", "npoints": null, "msg": "", "queuestate": null}}, "state": {"student_answers": {}, "seed": 687, "done": null, "correct_map": {}, "input_state": {"i4x-MITx-100-problem-p1_2_1": {}}}, "answers": {"i4x-MITx-100-problem-p1_2_1": "Correct"}, "attempts": 1, "max_grade": 1, "problem_id": "i4x://MITx/100/problem/p1"}, "agent": "", "page": "x_module"}
stevedore.extension: DEBUG: found extension EntryPoint.parse('slashes = opaque_keys.edx.locations:SlashSeparatedCourseKey')
stevedore.extension: DEBUG: found extension EntryPoint.parse('course-locator = opaque_keys.edx.locator:CourseLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('slashes = opaque_keys.edx.locations:SlashSeparatedCourseKey')
stevedore.extension: DEBUG: found extension EntryPoint.parse('course-locator = opaque_keys.edx.locator:CourseLocator')
tracking: INFO: {"username": "u1", "host": "testserver", "event_source": "server", "event_type": "/courses/MITx/100/test_course/xblock/i4x:;_;_MITx;_100;_problem;_p2/handler/xmodule_handler/problem_check", "context": {"username": "u1", "course_user_tags": {}, "user_id": 1, "ip": "127.0.0.1", "org_id": "MITx", "agent": "", "host": "testserver", "session": "b44d1098abd4537f070e06df05a1e01f", "course_id": "MITx/100/test_course", "path": "/courses/MITx/100/test_course/xblock/i4x:;_;_MITx;_100;_problem;_p2/handler/xmodule_handler/problem_check"}, "time": "2014-09-24T10:36:18.611227+00:00", "ip": "127.0.0.1", "event": "{\"POST\": {\"input_i4x-MITx-100-problem-p2_2_1\": [\"Correct\"]}, \"GET\": {}}", "agent": "", "page": null}
stevedore.extension: DEBUG: found extension EntryPoint.parse('slashes = opaque_keys.edx.locations:SlashSeparatedCourseKey')
stevedore.extension: DEBUG: found extension EntryPoint.parse('course-locator = opaque_keys.edx.locator:CourseLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
tracking: INFO: {"username": "u1", "host": "testserver", "event_source": "server", "event_type": "problem_check", "context": {"username": "u1", "course_user_tags": {}, "user_id": 1, "ip": "127.0.0.1", "org_id": "MITx", "agent": "", "host": "testserver", "session": "b44d1098abd4537f070e06df05a1e01f", "module": {"display_name": "p2"}, "course_id": "MITx/100/test_course", "path": "/courses/MITx/100/test_course/xblock/i4x:;_;_MITx;_100;_problem;_p2/handler/xmodule_handler/problem_check"}, "time": "2014-09-24T10:36:18.647184+00:00", "ip": "127.0.0.1", "event": {"submission": {"i4x-MITx-100-problem-p2_2_1": {"input_type": "optioninput", "question": "", "response_type": "optionresponse", "answer": "Correct", "variant": 473, "correct": true}}, "success": "correct", "grade": 1, "correct_map": {"i4x-MITx-100-problem-p2_2_1": {"hint": "", "hintmode": null, "correctness": "correct", "npoints": null, "msg": "", "queuestate": null}}, "state": {"student_answers": {}, "seed": 473, "done": null, "correct_map": {}, "input_state": {"i4x-MITx-100-problem-p2_2_1": {}}}, "answers": {"i4x-MITx-100-problem-p2_2_1": "Correct"}, "attempts": 1, "max_grade": 1, "problem_id": "i4x://MITx/100/problem/p2"}, "agent": "", "page": "x_module"}
stevedore.extension: DEBUG: found extension EntryPoint.parse('slashes = opaque_keys.edx.locations:SlashSeparatedCourseKey')
stevedore.extension: DEBUG: found extension EntryPoint.parse('course-locator = opaque_keys.edx.locator:CourseLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('slashes = opaque_keys.edx.locations:SlashSeparatedCourseKey')
stevedore.extension: DEBUG: found extension EntryPoint.parse('course-locator = opaque_keys.edx.locator:CourseLocator')
tracking: INFO: {"username": "u1", "host": "testserver", "event_source": "server", "event_type": "/courses/MITx/100/test_course/xblock/i4x:;_;_MITx;_100;_problem;_p3/handler/xmodule_handler/problem_check", "context": {"username": "u1", "course_user_tags": {}, "user_id": 1, "ip": "127.0.0.1", "org_id": "MITx", "agent": "", "host": "testserver", "session": "b44d1098abd4537f070e06df05a1e01f", "course_id": "MITx/100/test_course", "path": "/courses/MITx/100/test_course/xblock/i4x:;_;_MITx;_100;_problem;_p3/handler/xmodule_handler/problem_check"}, "time": "2014-09-24T10:36:18.658574+00:00", "ip": "127.0.0.1", "event": "{\"POST\": {\"input_i4x-MITx-100-problem-p3_2_1\": [\"Incorrect\"]}, \"GET\": {}}", "agent": "", "page": null}
stevedore.extension: DEBUG: found extension EntryPoint.parse('slashes = opaque_keys.edx.locations:SlashSeparatedCourseKey')
stevedore.extension: DEBUG: found extension EntryPoint.parse('course-locator = opaque_keys.edx.locator:CourseLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
tracking: INFO: {"username": "u1", "host": "testserver", "event_source": "server", "event_type": "problem_check", "context": {"username": "u1", "course_user_tags": {}, "user_id": 1, "ip": "127.0.0.1", "org_id": "MITx", "agent": "", "host": "testserver", "session": "b44d1098abd4537f070e06df05a1e01f", "module": {"display_name": "p3"}, "course_id": "MITx/100/test_course", "path": "/courses/MITx/100/test_course/xblock/i4x:;_;_MITx;_100;_problem;_p3/handler/xmodule_handler/problem_check"}, "time": "2014-09-24T10:36:18.686992+00:00", "ip": "127.0.0.1", "event": {"submission": {"i4x-MITx-100-problem-p3_2_1": {"input_type": "optioninput", "question": "", "response_type": "optionresponse", "answer": "Incorrect", "variant": 530, "correct": false}}, "success": "incorrect", "grade": 0, "correct_map": {"i4x-MITx-100-problem-p3_2_1": {"hint": "", "hintmode": null, "correctness": "incorrect", "npoints": null, "msg": "", "queuestate": null}}, "state": {"student_answers": {}, "seed": 530, "done": null, "correct_map": {}, "input_state": {"i4x-MITx-100-problem-p3_2_1": {}}}, "answers": {"i4x-MITx-100-problem-p3_2_1": "Incorrect"}, "attempts": 1, "max_grade": 1, "problem_id": "i4x://MITx/100/problem/p3"}, "agent": "", "page": "x_module"}
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
stevedore.extension: DEBUG: found extension EntryPoint.parse('edx = opaque_keys.edx.locator:BlockUsageLocator')
stevedore.extension: DEBUG: found extension EntryPoint.parse('location = opaque_keys.edx.locations:Location')
--------------------- >> end captured logging << ---------------------
-----------------------------------------------------------------------------
2177 tests run in 706.1 seconds.
2 FAILED, 11 skipped (2164 tests passed)
Destroying test database for alias 'default'...
Cleaning up after lms
---> pavelib.utils.test.utils.clean_mongo
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
Setting up for common/lib/sandbox-packages
python -m coverage run --rcfile=common/lib/sandbox-packages/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/sandbox-packages/noseids common/lib/sandbox-packages --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/sandbox-packages/nosetests.xml --verbosity=1
========================================
Running tests for common/lib/sandbox-packages
========================================
.......................................................
-----------------------------------------------------------------------------
55 tests run in 0.1 seconds (55 tests passed)
Cleaning up after common/lib/sandbox-packages
---> pavelib.utils.test.utils.clean_mongo
mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js
MongoDB shell version: 2.4.7
connecting to: test
Setting up for common/lib/safe_lxml
python -m coverage run --rcfile=common/lib/safe_lxml/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/safe_lxml/noseids common/lib/safe_lxml --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/safe_lxml/nosetests.xml --verbosity=1
========================================
Running tests for common/lib/safe_lxml
========================================
-----------------------------------------------------------------------------
0 tests run in 0.0 seconds (0 tests passed)
Cleaning up after common/lib/safe_lxml
---> pavelib.utils.test.utils.clean_mongo
mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js
MongoDB shell version: 2.4.7
connecting to: test
Setting up for common/lib/capa
python -m coverage run --rcfile=common/lib/capa/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/capa/noseids common/lib/capa --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/capa/nosetests.xml --verbosity=1
========================================
Running tests for common/lib/capa
========================================
.............................................................................
.............................................................................
.............................................................................
..............................................
-----------------------------------------------------------------------------
277 tests run in 6.2 seconds (277 tests passed)
Cleaning up after common/lib/capa
---> pavelib.utils.test.utils.clean_mongo
mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js
MongoDB shell version: 2.4.7
connecting to: test
Setting up for common/lib/symmath
python -m coverage run --rcfile=common/lib/symmath/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/symmath/noseids common/lib/symmath --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/symmath/nosetests.xml --verbosity=1
========================================
Running tests for common/lib/symmath
========================================
.........
-----------------------------------------------------------------------------
9 tests run in 2.0 seconds (9 tests passed)
Cleaning up after common/lib/symmath
---> pavelib.utils.test.utils.clean_mongo
mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js
MongoDB shell version: 2.4.7
connecting to: test
Setting up for common/lib/settings_service
python -m coverage run --rcfile=common/lib/settings_service/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/settings_service/noseids common/lib/settings_service --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/settings_service/nosetests.xml --verbosity=1
========================================
Running tests for common/lib/settings_service
========================================
-----------------------------------------------------------------------------
0 tests run in 0.0 seconds (0 tests passed)
Cleaning up after common/lib/settings_service
---> pavelib.utils.test.utils.clean_mongo
mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js
MongoDB shell version: 2.4.7
connecting to: test
Setting up for common/lib/chem
python -m coverage run --rcfile=common/lib/chem/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/chem/noseids common/lib/chem --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/chem/nosetests.xml --verbosity=1
========================================
Running tests for common/lib/chem
========================================
.............................................................................
.........
-----------------------------------------------------------------------------
86 tests run in 2.4 seconds (86 tests passed)
Cleaning up after common/lib/chem
---> pavelib.utils.test.utils.clean_mongo
mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js
MongoDB shell version: 2.4.7
connecting to: test
Setting up for common/lib/xmodule
python -m coverage run --rcfile=common/lib/xmodule/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/xmodule/noseids common/lib/xmodule --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/xmodule/nosetests.xml --verbosity=1
========================================
Running tests for common/lib/xmodule
========================================
.............................................................................
.............................................................................
.......................................-...-....-............................
.............................................................................
............-................................................................
.............................................................................
.............................................................................
.............................................................................
..............------------------.-..........--------------....-.......--.....
--------------................................................
-----------------------------------------------------------------------------
755 tests run in 42.5 seconds.
54 skipped (701 tests passed)
Cleaning up after common/lib/xmodule
---> pavelib.utils.test.utils.clean_mongo
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
Setting up for common/lib/calc
python -m coverage run --rcfile=common/lib/calc/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/calc/noseids common/lib/calc --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/calc/nosetests.xml --verbosity=1
========================================
Running tests for common/lib/calc
========================================
.......................................................
-----------------------------------------------------------------------------
55 tests run in 0.9 seconds (55 tests passed)
Cleaning up after common/lib/calc
---> pavelib.utils.test.utils.clean_mongo
mongo /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js
MongoDB shell version: 2.4.7
connecting to: test
Cleaning up after Python Tests
================================================
Tests failed in the following suites:
* lms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment