edxapp@vagrant:~/edx-platform$ paver test_system -s cms --fasttest ---> pavelib.tests.test_system ---> pavelib.prereqs.install_prereqs ---> pavelib.prereqs.install_node_prereqs Node prereqs unchanged, skipping... ---> pavelib.prereqs.install_python_prereqs ---> pavelib.prereqs.uninstall_python_packages Python uninstalls unchanged, skipping... Python prereqs unchanged, skipping... pip freeze > /edx/app/edxapp/edx-platform/test_root/log/pip_freeze.log ---> pavelib.utils.test.utils.clean_reports_dir find /edx/app/edxapp/edx-platform/reports -type f -delete Setting up for python tests Setting up for cms python -m coverage run --rcfile=/edx/app/edxapp/edx-platform/.coveragerc ./manage.py cms test --verbosity=1 cms/djangoapps/* common/djangoapps/* openedx/core/djangoapps/* openedx/tests/* openedx/core/lib/* cms/lib/* cms/tests/* --with-id --settings=test --xunitmp-file=/edx/app/edxapp/edx-platform/reports/cms/nosetests.xml --with-database-isolation --with-profile ======================================== Running tests for cms ======================================== WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/enterprise/models.py:49: RemovedInDjango19Warning: Model class enterprise.models.EnterpriseCustomer doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class EnterpriseCustomer(TimeStampedModel): WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/models.py:123: RemovedInDjango19Warning: Model class enterprise.models.HistoricalEnterpriseCustomer doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. type(str(name), self.bases, attrs)) WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/enterprise/models.py:219: RemovedInDjango19Warning: Model class enterprise.models.EnterpriseCustomerUser doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class EnterpriseCustomerUser(TimeStampedModel): WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/enterprise/models.py:278: RemovedInDjango19Warning: Model class enterprise.models.PendingEnterpriseCustomerUser doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class PendingEnterpriseCustomerUser(TimeStampedModel): WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/enterprise/models.py:327: RemovedInDjango19Warning: Model class enterprise.models.EnterpriseCustomerBrandingConfiguration doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class EnterpriseCustomerBrandingConfiguration(TimeStampedModel): WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/enterprise/models.py:382: RemovedInDjango19Warning: Model class enterprise.models.EnterpriseCustomerIdentityProvider doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. class EnterpriseCustomerIdentityProvider(TimeStampedModel): WARNING:py.warnings:/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/models.py:123: RemovedInDjango19Warning: Model class enterprise.models.HistoricalUserDataSharingConsentAudit doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9. type(str(name), self.bases, attrs)) nosetests cms/djangoapps/__init__.py cms/djangoapps/__init__.pyc cms/djangoapps/contentstore cms/djangoapps/course_creators cms/djangoapps/maintenance cms/djangoapps/models cms/djangoapps/pipeline_js cms/djangoapps/xblock_config common/djangoapps/course_action_state common/djangoapps/course_modes common/djangoapps/django_comment_common common/djangoapps/edxmako common/djangoapps/enrollment common/djangoapps/microsite_configuration common/djangoapps/newrelic_custom_metrics common/djangoapps/pipeline_mako common/djangoapps/request_cache common/djangoapps/startup_configurations common/djangoapps/static_replace common/djangoapps/status common/djangoapps/student common/djangoapps/terrain common/djangoapps/third_party_auth common/djangoapps/track common/djangoapps/util common/djangoapps/xblock_django openedx/core/djangoapps/__init__.py openedx/core/djangoapps/__init__.pyc openedx/core/djangoapps/api_admin openedx/core/djangoapps/auth_exchange openedx/core/djangoapps/bookmarks openedx/core/djangoapps/cache_toolbox openedx/core/djangoapps/catalog openedx/core/djangoapps/ccxcon openedx/core/djangoapps/commerce openedx/core/djangoapps/common_views openedx/core/djangoapps/content openedx/core/djangoapps/contentserver openedx/core/djangoapps/cors_csrf openedx/core/djangoapps/course_groups openedx/core/djangoapps/coursegraph openedx/core/djangoapps/coursetalk openedx/core/djangoapps/credentials openedx/core/djangoapps/credit openedx/core/djangoapps/dark_lang openedx/core/djangoapps/datadog openedx/core/djangoapps/debug openedx/core/djangoapps/embargo openedx/core/djangoapps/external_auth openedx/core/djangoapps/geoinfo openedx/core/djangoapps/header_control openedx/core/djangoapps/heartbeat openedx/core/djangoapps/lang_pref openedx/core/djangoapps/models openedx/core/djangoapps/monitoring openedx/core/djangoapps/monkey_patch openedx/core/djangoapps/oauth_dispatch openedx/core/djangoapps/performance openedx/core/djangoapps/profile_images openedx/core/djangoapps/programs openedx/core/djangoapps/safe_sessions openedx/core/djangoapps/self_paced openedx/core/djangoapps/service_status openedx/core/djangoapps/session_inactivity_timeout openedx/core/djangoapps/signals openedx/core/djangoapps/site_configuration openedx/core/djangoapps/theming openedx/core/djangoapps/user_api openedx/core/djangoapps/util openedx/core/djangoapps/xmodule_django openedx/tests/__init__.py openedx/tests/__init__.pyc openedx/tests/xblock_integration openedx/core/lib/__init__.py openedx/core/lib/__init__.pyc openedx/core/lib/api openedx/core/lib/block_structure openedx/core/lib/cache_utils.py openedx/core/lib/cache_utils.pyc openedx/core/lib/celery openedx/core/lib/course_tabs.py openedx/core/lib/course_tabs.pyc openedx/core/lib/courses.py openedx/core/lib/courses.pyc openedx/core/lib/django_courseware_routers.py openedx/core/lib/django_courseware_routers.pyc openedx/core/lib/django_require openedx/core/lib/django_startup.py openedx/core/lib/django_startup.pyc openedx/core/lib/django_test_client_utils.py openedx/core/lib/django_test_client_utils.pyc openedx/core/lib/edx_api_utils.py openedx/core/lib/edx_api_utils.pyc openedx/core/lib/exceptions.py openedx/core/lib/exceptions.pyc openedx/core/lib/extract_tar.py openedx/core/lib/extract_tar.pyc openedx/core/lib/gating openedx/core/lib/grade_utils.py openedx/core/lib/grade_utils.pyc openedx/core/lib/graph_traversals.py openedx/core/lib/graph_traversals.pyc openedx/core/lib/html_to_text.py openedx/core/lib/html_to_text.pyc openedx/core/lib/log_utils.py openedx/core/lib/log_utils.pyc openedx/core/lib/logsettings.py openedx/core/lib/logsettings.pyc openedx/core/lib/mail_utils.py openedx/core/lib/mail_utils.pyc openedx/core/lib/mobile_utils.py openedx/core/lib/mobile_utils.pyc openedx/core/lib/rooted_paths.py openedx/core/lib/rooted_paths.pyc openedx/core/lib/rsa_key_utils.py openedx/core/lib/rsa_key_utils.pyc openedx/core/lib/tempdir.py openedx/core/lib/tempdir.pyc openedx/core/lib/tests openedx/core/lib/time_zone_utils.py openedx/core/lib/time_zone_utils.pyc openedx/core/lib/token_utils.py openedx/core/lib/token_utils.pyc openedx/core/lib/url_utils.py openedx/core/lib/url_utils.pyc openedx/core/lib/xblock_builtin openedx/core/lib/xblock_pipeline openedx/core/lib/xblock_utils cms/lib/__init__.py cms/lib/__init__.pyc cms/lib/xblock cms/tests/__init__.py cms/tests/__init__.pyc cms/tests/__pycache__ cms/tests/test_user_tasks.py cms/tests/test_user_tasks.pyc --id-file /edx/app/edxapp/edx-platform/.testids/cms/noseids --verbosity=1 --with-id --xunitmp-file=/edx/app/edxapp/edx-platform/reports/cms/nosetests.xml --with-database-isolation --with-profile Creating test database for alias 'default'... .......................................SSSSSS...........................................F.......................................................................................................................................................................................EE........SSS...SSS....F...................................................................SS.........................................S................No handlers could be found for logger "django.request" ...................................................................................................................EFF...............................................................................F...........SSSSSSSSSS............SSSSSSSSSSSSSSSSSSS........................................................................EEEEEEEEEEEEEEEEEEEEEEEEEEEESSEEEEEEE.......SSSSSS..........................................................................................S.........S................S..............................................S............................................................SSSSSSSSSSSS.........SSSSSSSSSSSSSSSSS.................................................................................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS...S......SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS..........................S................---> pavelib.assets.compile_sass Started compiling Sass: Finished compiling 'common' sass. Started compiling 'lms' Sass for 'system'. WARNING: The button mixin is deprecated and will be removed in the next major version release on line 64 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 31 of lms/static/sass/course/base/_extends.scss WARNING: The button mixin is deprecated and will be removed in the next major version release on line 64 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 37 of lms/static/sass/course/base/_extends.scss WARNING: The button mixin is deprecated and will be removed in the next major version release on line 64 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 43 of lms/static/sass/course/base/_extends.scss WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed. on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 49 of lms/static/sass/course/base/_extends.scss WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed. on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 61 of lms/static/sass/course/base/_extends.scss WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed. on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 123 of lms/static/sass/course/base/_extends.scss WARNING: The button mixin is deprecated and will be removed in the next major version release on line 64 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 31 of lms/static/sass/course/base/_extends.scss WARNING: The button mixin is deprecated and will be removed in the next major version release on line 64 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 37 of lms/static/sass/course/base/_extends.scss WARNING: The button mixin is deprecated and will be removed in the next major version release on line 64 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 43 of lms/static/sass/course/base/_extends.scss WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed. on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 49 of lms/static/sass/course/base/_extends.scss WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed. on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 61 of lms/static/sass/course/base/_extends.scss WARNING: The box-sizing mixin is deprecated and will be removed in the next major version release. This property can now be used un-prefixed. on line 410 of node_modules/bourbon/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss from line 123 of lms/static/sass/course/base/_extends.scss Finished compiling 'lms' Sass for 'system'. Finished compiling Sass: >> common/static/sass -> common/static/css in 0:00:00.040001s >> lms/static/sass -> lms/static/css in 0:00:13.054200s >> lms/static/certificates/sass -> lms/static/certificates/css in 0:00:00.542309s Successful compilations: --- "common" sass files. --- lms sass for system. SSS.........FFFF.FFFF.FFFFF.FFFF.FFFFF.FFFF.FFFFF.FFFF..FFFF.FFFF.FFFF.FFFFF.FFFFFF..FFFFF.FF.FFFF.FFFF.FFFFF.FFFF.FFFFF.FFFF.FFFFF.FFFF..FFFF.FFFF.FFFF.FFFFF.FFFFFFF.FFFFF.F.......F...FFFF...............SSSS...............Created new group: "test-group" Adding [] permissions to group "test-group" Removing [] permissions from group "test-group" Found existing group: "test-group" Adding [] permissions to group "test-group" Removing [] permissions from group "test-group" .Removed group: "test-group" Did not find a group with name "test-group" - skipping. .............Created new group: "test-group" Created new group: "test-group" Created new group: "test-group" Created new group: "test-group" Created new group: "test-group" .Found existing group: "test-group" Found existing group: "test-group" Found existing group: "test-group" Found existing group: "test-group" Found existing group: "test-group" .Created new group: "test-group" Created new group: "test-group" Created new group: "test-group" Created new group: "test-group" Created new group: "test-group" .Created new group: "test-group" Adding [u'Can add group'] permissions to group "test-group" Removing [] permissions from group "test-group" Found existing group: "test-group" Adding [] permissions to group "test-group" Removing [] permissions from group "test-group" Found existing group: "test-group" Adding [u'Can change group'] permissions to group "test-group" Removing [] permissions from group "test-group" Found existing group: "test-group" Adding [] permissions to group "test-group" Removing [u'add_group'] permissions from group "test-group" Found existing group: "test-group" Adding [] permissions to group "test-group" Removing [u'change_group'] permissions from group "test-group" .Found existing user: "test-user" Setting is_staff for user "test-user" to "True" Setting is_superuser for user "test-user" to "False" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Setting is_superuser for user "test-user" to "False" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Setting is_staff for user "test-user" to "True" Setting is_superuser for user "test-user" to "True" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Setting is_staff for user "test-user" to "True" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Setting is_superuser for user "test-user" to "True" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Setting is_superuser for user "test-user" to "False" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Setting is_staff for user "test-user" to "False" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Setting is_staff for user "test-user" to "False" Setting is_superuser for user "test-user" to "False" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Setting is_superuser for user "test-user" to "True" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Setting is_staff for user "test-user" to "False" Setting is_superuser for user "test-user" to "True" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Setting is_staff for user "test-user" to "False" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Setting is_staff for user "test-user" to "True" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [u'b'] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [u'c'] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [u'a', u'b', u'c'] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [u'b', u'c'] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [u'c'] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [u'a'] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [u'a', u'b'] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [u'a', u'b', u'c'] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [u'a'] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [u'b'] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [u'b', u'c'] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [u'a', u'b'] .Created new user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] Found existing user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Could not find a group named "d" - skipping. Adding user "test-user" to groups [] Removing user "test-user" from groups [u'a'] .Removing user: "test-user" Did not find a user with username "test-user" - skipping. .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] Found existing user: "test-user" Setting unusable password for user "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] Found existing user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Created new user: "test-user" Created new profile for user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] Found existing user: "test-user" Adding user "test-user" to groups [] Removing user "test-user" from groups [] .Found existing user: "test-user" .SSSSS......................................................SSSSSSSSSSSSSSSSSS........SS....SSS..S.SSSS.SS........................SSSSSSSSSSSSSS..S.SS.........SSSSSSSSSSSSSSSSSSSSSSSSSS........................SSSSSSSSSSSSS........................SSSSSSSSSSSSSSSSSSSSS........................................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.......................................SS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....SSSSSSS....SSSSSSSSSSSS.SSS.SSSS......................................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.........SSS...SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS..S.SSSSSSSSSS......................................................................SS...................................................................................SSSSSSSSS........SSSSSSSSSS...............................................................................................................................SSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.....SSSS..............SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.S.................................................................................................................FF..........FF........................................SSSSSSSS.........................................SS.............................SS.............................................SSSSSSSSSSSSSSSSSSSSSSSSSSS.....................SSSSSSSSSSSSSSSSSSSSSSSSSSS....SSSSSSSSSSS..................SSSSSSSSSSS......................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS...............SS......SSSSSSSSSSSSSSSSSSSSSSSSSSS.....SSSSSSSSSSSSSSSSSS..............SSSSSSSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS..SSSS.SSSS.S.SS...........................................SS......SSSSSSSS....SSSSSSSSSSSSSSSSSSSSSSSSSSSS....SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS..................................................................................................SSSSSS...........SSS...........SSSSSSS..SSSSSSS.S..SSSSSSSSS.S......................SSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSSSSSSSSSSSSSSSSSSSSSSSS...SSSSSSSSSSSS...........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS...................................................SSSSSSSSSSSSSSSSSSSSSS.....S..SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.......S...SSSSSSSSSSSSSSSSSSSSSSSSSS....F.........SS...EEEEEEEEEEEEEEEEE....SSSSSSSSSSSSSSSSSSSSSSSSSSSSS........................................................................................................................................................................................................................................ ====================================================================== ERROR: test_library_import_branch_settings_again_1_draft_preferred (cms.djangoapps.contentstore.views.tests.test_import_export.ImportTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py", line 511, in test_library_import_branch_settings_again shutil.rmtree(extract_dir) File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__ self.gen.throw(type, value, traceback) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), '_uniques': [], 'name': 'fs', 'full_name': 'test_xcontent_5084.fs', '_documents': OrderedDict()} Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore2233'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore2233'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore2233.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.user.settings.changed", "accept_language": "", "time": "2017-02-09T01:52:55.985122+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"user_id": 1, "truncated": [], "old": false, "setting": "is_staff", "table": "auth_user", "new": true}, "event_type": "edx.user.settings.changed"} openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id 'bksmd8hoalen9e8992mimtm0006n8816'. audit: INFO: Login success - testuser (test+courses@edx.org) openedx.core.djangoapps.safe_sessions.middleware: ERROR: SafeCookieData BWC parse error: 'eggrecajfllrypzo09ruht6ccq4ebyo8'. xmodule.modulestore.xml: DEBUG: ========> Starting courselike import from tmpEvY8dj/library root: WARNING: XBlock does not contain field org root: WARNING: XBlock does not contain field library root: WARNING: XBlock does not contain field url_name xmodule.modulestore.xml: DEBUG: ========> Done with courselike import from tmpEvY8dj/library xmodule.modulestore.xml_importer: DEBUG: ======> IMPORTING courselike library-v1:adhibvsjv+afvsdfv xmodule.modulestore.xml_importer: DEBUG: course data_dir=tmpEvY8dj/library root: DEBUG: processing import of module lib-block-v1:adhibvsjv+afvsdfv+type@library+block@Test_library_2... root: INFO: No assets.xml file is present with asset metadata. root: DEBUG: processing import of module lib-block-v1:adhibvsjv+afvsdfv+type@html+block@39e8bc89cf0242baa036d1ae631af3a4... root: DEBUG: processing import of module lib-block-v1:adhibvsjv+afvsdfv+type@video+block@cc158bc0c47e403aa545eae568121c45... root: DEBUG: processing import of module lib-block-v1:adhibvsjv+afvsdfv+type@problem+block@f029e581ce554c19b1317d929787b369... --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_library_import_branch_settings_again_2_published_only (cms.djangoapps.contentstore.views.tests.test_import_export.ImportTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py", line 511, in test_library_import_branch_settings_again shutil.rmtree(extract_dir) File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__ self.gen.throw(type, value, traceback) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), '_uniques': [], 'name': 'fs', 'full_name': 'test_xcontent_5084.fs', '_documents': OrderedDict()} Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore7993'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore7993'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore7993.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.user.settings.changed", "accept_language": "", "time": "2017-02-09T01:52:56.208550+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"user_id": 1, "truncated": [], "old": false, "setting": "is_staff", "table": "auth_user", "new": true}, "event_type": "edx.user.settings.changed"} openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id 's9vt5jagsm3vntbjjsably00zhq6gfhk'. audit: INFO: Login success - testuser (test+courses@edx.org) openedx.core.djangoapps.safe_sessions.middleware: ERROR: SafeCookieData BWC parse error: '2gjwkw7gu22rqe64vms0mwqzt4f8syc0'. xmodule.modulestore.xml: DEBUG: ========> Starting courselike import from tmpALyg3j/library root: WARNING: XBlock does not contain field org root: WARNING: XBlock does not contain field library root: WARNING: XBlock does not contain field url_name xmodule.modulestore.xml: DEBUG: ========> Done with courselike import from tmpALyg3j/library xmodule.modulestore.xml_importer: DEBUG: ======> IMPORTING courselike library-v1:adhibvsjv+afvsdfv xmodule.modulestore.xml_importer: DEBUG: course data_dir=tmpALyg3j/library root: DEBUG: processing import of module lib-block-v1:adhibvsjv+afvsdfv+type@library+block@Test_library_2... root: INFO: No assets.xml file is present with asset metadata. root: DEBUG: processing import of module lib-block-v1:adhibvsjv+afvsdfv+type@html+block@39e8bc89cf0242baa036d1ae631af3a4... root: DEBUG: processing import of module lib-block-v1:adhibvsjv+afvsdfv+type@video+block@cc158bc0c47e403aa545eae568121c45... root: DEBUG: processing import of module lib-block-v1:adhibvsjv+afvsdfv+type@problem+block@f029e581ce554c19b1317d929787b369... --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_clone_course (cms.djangoapps.contentstore.tests.test_clone_course.CloneCourseTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_clone_course.py", line 47, in test_clone_course self.store.clone_course(mongo_course2_id, split_course3_id, self.user.id) File "/edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py", line 196, in clone_course source_course_id, dest_course_id, user_id, fields=fields, **kwargs File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 90, in inner retval = func(field_decorator=strip_key_collection, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 708, in clone_course super(MixedModuleStore, self).clone_course(source_course_id, dest_course_id, user_id, fields, **kwargs) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py", line 1338, in clone_course self.contentstore.copy_all_course_assets(source_course_id, dest_course_id) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 368, in copy_all_course_assets locked=asset.get('locked', False) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py", line 145, in put request = self.__collection.database._client.start_request() TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), '_uniques': [], 'name': 'fs', 'full_name': 'test_xcontent_5084.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.user.settings.changed", "accept_language": "", "time": "2017-02-09T01:54:32.300253+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"user_id": 1, "truncated": [], "old": false, "setting": "is_staff", "table": "auth_user", "new": true}, "event_type": "edx.user.settings.changed"} openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id '488m3jhus921sjrtd9bo5bbi3qh12abj'. audit: INFO: Login success - testuser (test+courses@edx.org) openedx.core.djangoapps.safe_sessions.middleware: ERROR: SafeCookieData BWC parse error: 'kimlbqug9qluoe6fip7njwstecxhb9vz'. xmodule.modulestore.xml: DEBUG: ========> Starting courselike import from toy xmodule.modulestore.xml: DEBUG: ========> Done with courselike import from toy xmodule.modulestore.xml_importer: DEBUG: ======> IMPORTING courselike edX/toy/2012_Fall xmodule.modulestore.xml_importer: DEBUG: course data_dir=toy root: DEBUG: processing import of module i4x://edX/toy/course/2012_Fall... xmodule.modulestore.xml_importer: DEBUG: importing static content /edx/app/edxapp/edx-platform/common/test/data/toy/static/another_static.txt... xmodule.modulestore.xml_importer: DEBUG: importing static content /edx/app/edxapp/edx-platform/common/test/data/toy/static/just_a_test.jpg... PIL.Image: DEBUG: Error closing: 'NoneType' object has no attribute 'close' xmodule.modulestore.xml_importer: DEBUG: importing static content /edx/app/edxapp/edx-platform/common/test/data/toy/static/sample_static.html... xmodule.modulestore.xml_importer: DEBUG: importing static content /edx/app/edxapp/edx-platform/common/test/data/toy/static/textbook.pdf... xmodule.modulestore.xml_importer: DEBUG: importing static content /edx/app/edxapp/edx-platform/common/test/data/toy/static/handouts/sample_handout.txt... root: INFO: No assets.xml file is present with asset metadata. root: DEBUG: processing import of module i4x://edX/toy/chapter/Overview... root: DEBUG: processing import of module i4x://edX/toy/videosequence/Toy_Videos... root: DEBUG: processing import of module i4x://edX/toy/html/secret:toylab... root: DEBUG: processing import of module i4x://edX/toy/html/toyjumpto... root: DEBUG: processing import of module i4x://edX/toy/html/toyhtml... root: DEBUG: processing import of module i4x://edX/toy/html/nonportable... root: DEBUG: processing import of module i4x://edX/toy/html/nonportable_link... root: DEBUG: processing import of module i4x://edX/toy/html/badlink... root: DEBUG: processing import of module i4x://edX/toy/html/with_styling... root: DEBUG: processing import of module i4x://edX/toy/html/just_img... root: DEBUG: processing import of module i4x://edX/toy/video/Video_Resources... root: DEBUG: processing import of module i4x://edX/toy/video/Welcome... root: DEBUG: processing import of module i4x://edX/toy/video/video_123456789012... root: DEBUG: processing import of module i4x://edX/toy/video/video_4f66f493ac8f... root: DEBUG: processing import of module i4x://edX/toy/chapter/secret:magic... root: DEBUG: processing import of module i4x://edX/toy/video/toyvideo... root: DEBUG: processing import of module i4x://edX/toy/chapter/poll_test... root: DEBUG: processing import of module i4x://edX/toy/poll_question/T1_changemind_poll_foo... root: DEBUG: processing import of module i4x://edX/toy/chapter/vertical_container... root: DEBUG: processing import of module i4x://edX/toy/sequential/vertical_sequential... root: DEBUG: processing import of module i4x://edX/toy/vertical/vertical_test... root: DEBUG: processing import of module i4x://edX/toy/video/sample_video... root: DEBUG: processing import of module i4x://edX/toy/video/separate_file_video... root: DEBUG: processing import of module i4x://edX/toy/video/video_with_end_time... root: DEBUG: processing import of module i4x://edX/toy/poll_question/T1_changemind_poll_foo_2... root: DEBUG: processing import of module i4x://edX/toy/html/unicode... root: DEBUG: processing import of module i4x://edX/toy/chapter/handout_container... root: DEBUG: processing import of module i4x://edX/toy/html/html_7e5578f25f79... root: DEBUG: processing import of module i4x://edX/toy/about/end_date... root: DEBUG: processing import of module i4x://edX/toy/about/effort... root: DEBUG: processing import of module i4x://edX/toy/course_info/handouts... root: DEBUG: processing import of module i4x://edX/toy/static_tab/resources... root: DEBUG: processing import of module i4x://edX/toy/static_tab/syllabus... root: DEBUG: processing import of module i4x://edX/toy/about/short_description... xmodule.modulestore.django: INFO: Sent pre_publish signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for edX/toy/2012_Fall. openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "edX/toy/2012_Fall" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: edX/toy/2012_Fall openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator('edX', 'toy', '2012_Fall', None, None), 'course', '2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #0 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #1 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #2 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #3 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #4 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #5 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls edx.modulestore: DEBUG: Successfully added edX/toy/2012_Fall course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course edX/toy/2012_Fall openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for edX/toy/2012_Fall. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "edX/toy/2012_Fall" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: edX/toy/2012_Fall openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None), 'course', '2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #0 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #1 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #2 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #3 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #4 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #5 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls edx.modulestore: DEBUG: Successfully added edX/toy/2012_Fall course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course edX/toy/2012_Fall openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for edX/toy/2012_Fall. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "edX/toy/2012_Fall" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: edX/toy/2012_Fall openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator('edX', 'toy', '2012_Fall', None, None), 'course', '2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #0 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #1 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #2 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #3 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #4 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #5 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls edx.modulestore: DEBUG: Successfully added edX/toy/2012_Fall course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course edX/toy/2012_Fall openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for edX/toy/2012_Fall. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "edX/toy/2012_Fall" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: edX/toy/2012_Fall openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator('edX', 'toy', '2012_Fall', None, None), 'course', '2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #0 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #1 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #2 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #3 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #4 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #5 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls edx.modulestore: DEBUG: Successfully added edX/toy/2012_Fall course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course edX/toy/2012_Fall openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for edX/toy/2012_Fall. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.split_migrator: WARNING: No parent found in source course for i4x://edX/toy/vertical/orphan_draft_vertical xmodule.modulestore.split_migrator: WARNING: No parent found in source course for i4x://edX/toy/vertical/no_references xmodule.modulestore.django: INFO: Sent pre_publish signal to with kwargs {'course_key': CourseLocator('edx3', 'split3', '2013_Fall', 'published-branch', None)}. Response was: None openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for course-v1:edx3+split3+2013_Fall. openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "course-v1:edx3+split3+2013_Fall" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: course-v1:edx3+split3+2013_Fall openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator('edx3', 'split3', '2013_Fall', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #0 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #1 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #2 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #3 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #4 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'2013_Fall', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #5 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls edx.modulestore: DEBUG: Successfully added course-v1:edx3+split3+2013_Fall course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course course-v1:edx3+split3+2013_Fall openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for course-v1:edx3+split3+2013_Fall. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edx3', 'split3', '2013_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edx3', 'split3', '2013_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edx3', 'split3', '2013_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edx3', 'split3', '2013_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edx3', 'split3', '2013_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edx3', 'split3', '2013_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edx3', 'split3', '2013_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edx3', 'split3', '2013_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edx3', 'split3', '2013_Fall', None, None)}. Response was: None --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_course_about_mode_index_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 589, in test_course_about_mode_index self._perform_test_using_store(store_type, self._test_course_about_mode_index) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore9858'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore9858'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore9858.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1534/course_1534/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:40.955769+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 3}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_course_about_mode_index_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 589, in test_course_about_mode_index self._perform_test_using_store(store_type, self._test_course_about_mode_index) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore8208'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore8208'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore8208.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1539+course_1539+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:41.210261+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 3}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_course_about_property_index_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 581, in test_course_about_property_index self._perform_test_using_store(store_type, self._test_course_about_property_index) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore179'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore179'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore179.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1544/course_1544/Search_Index_Test_Course course to the course discovery index --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_course_about_property_index_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 581, in test_course_about_property_index self._perform_test_using_store(store_type, self._test_course_about_property_index) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore7271'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore7271'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore7271.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1549+course_1549+Search_Index_Test_Course course to the course discovery index --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_course_about_store_index_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 585, in test_course_about_store_index self._perform_test_using_store(store_type, self._test_course_about_store_index) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore3180'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore3180'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore3180.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1554/course_1554/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:41.884353+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 3}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_course_about_store_index_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 585, in test_course_about_store_index self._perform_test_using_store(store_type, self._test_course_about_store_index) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore730'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore730'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore730.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1559+course_1559+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:42.369889+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 3}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_course_location_info_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 593, in test_course_location_info self._perform_test_using_store(store_type, self._test_course_location_info) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore1213'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore1213'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore1213.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1564/course_1564/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:42.573499+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_course_location_info_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 593, in test_course_location_info self._perform_test_using_store(store_type, self._test_course_location_info) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore4663'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore4663'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore4663.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1569+course_1569+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:42.857639+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_course_location_null_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 597, in test_course_location_null self._perform_test_using_store(store_type, self._test_course_location_null) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore780'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore780'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore780.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1574/course_1574/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:43.234684+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 7}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_course_location_null_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 597, in test_course_location_null self._perform_test_using_store(store_type, self._test_course_location_null) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore2909'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore2909'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore2909.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1582+course_1582+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:43.617131+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 7}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_delete_course_from_search_index_after_course_deletion_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 602, in test_delete_course_from_search_index_after_course_deletion self._perform_test_using_store(store_type, self._test_delete_course_from_search_index_after_course_deletion) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore141'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore141'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore141.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1590/course_1590/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:43.784531+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 3}, "event_type": "edx.course.index.reindexed"} xmodule.modulestore.split_mongo.split: INFO: deleting course from split-mongo: org.1590/course_1590/Search_Index_Test_Course openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(SlashSeparatedCourseKey('org.1590', 'course_1590', 'Search_Index_Test_Course', None, None), 'course', 'course') from the cache. xmodule.modulestore.django: INFO: Sent course_deleted signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1590', 'course_1590', 'Search_Index_Test_Course', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_deleted signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1590', 'course_1590', 'Search_Index_Test_Course', None, None)}. Response was: None --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_delete_course_from_search_index_after_course_deletion_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 602, in test_delete_course_from_search_index_after_course_deletion self._perform_test_using_store(store_type, self._test_delete_course_from_search_index_after_course_deletion) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore5884'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore5884'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore5884.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1595+course_1595+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:44.031940+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 3}, "event_type": "edx.course.index.reindexed"} xmodule.modulestore.split_mongo.split: INFO: deleting course from split-mongo: course-v1:org.1595+course_1595+Search_Index_Test_Course openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator('org.1595', 'course_1595', 'Search_Index_Test_Course', None, None), 'course', 'course') from the cache. xmodule.modulestore.django: INFO: Sent course_deleted signal to with kwargs {'course_key': CourseLocator('org.1595', 'course_1595', 'Search_Index_Test_Course', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_deleted signal to with kwargs {'course_key': CourseLocator('org.1595', 'course_1595', 'Search_Index_Test_Course', None, None)}. Response was: None --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_deleting_item_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 557, in test_deleting_item self._perform_test_using_store(store_type, self._test_deleting_item) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore2417'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore2417'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore2417.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1600/course_1600/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:44.226577+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1600/course_1600/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:44.284548+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1600/course_1600/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:44.348138+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 3}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_deleting_item_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 557, in test_deleting_item self._perform_test_using_store(store_type, self._test_deleting_item) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore7434'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore7434'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore7434.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1605+course_1605+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:44.617204+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} edx.modulestore: DEBUG: Successfully added course-v1:org.1605+course_1605+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:44.680047+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} edx.modulestore: DEBUG: Successfully added course-v1:org.1605+course_1605+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:44.752926+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 3}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_exception_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 577, in test_exception self._perform_test_using_store(store_type, self._test_exception) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore8595'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore8595'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore8595.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: ERROR: Course discovery indexing error encountered, course discovery index may be out of date org.1610/course_1610/Search_Index_Test_Course Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py", line 631, in index_about_information searcher.index(cls.DISCOVERY_DOCUMENT_TYPE, [course_info]) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py", line 74, in index raise StandardError("There is a problem here") StandardError: There is a problem here edx.modulestore: ERROR: Indexing error encountered, courseware index may be out of date org.1610/course_1610/Search_Index_Test_Course - StandardError('There is a problem here',) Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py", line 255, in index cls.supplemental_index_information(modulestore, structure) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py", line 403, in supplemental_index_information CourseAboutSearchIndexer.index_about_information(modulestore, structure) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py", line 631, in index_about_information searcher.index(cls.DISCOVERY_DOCUMENT_TYPE, [course_info]) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py", line 74, in index raise StandardError("There is a problem here") StandardError: There is a problem here --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_exception_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 577, in test_exception self._perform_test_using_store(store_type, self._test_exception) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore3986'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore3986'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore3986.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: ERROR: Course discovery indexing error encountered, course discovery index may be out of date course-v1:org.1615+course_1615+Search_Index_Test_Course Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py", line 631, in index_about_information searcher.index(cls.DISCOVERY_DOCUMENT_TYPE, [course_info]) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py", line 74, in index raise StandardError("There is a problem here") StandardError: There is a problem here edx.modulestore: ERROR: Indexing error encountered, courseware index may be out of date course-v1:org.1615+course_1615+Search_Index_Test_Course - StandardError('There is a problem here',) Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py", line 255, in index cls.supplemental_index_information(modulestore, structure) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py", line 403, in supplemental_index_information CourseAboutSearchIndexer.index_about_information(modulestore, structure) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py", line 631, in index_about_information searcher.index(cls.DISCOVERY_DOCUMENT_TYPE, [course_info]) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py", line 74, in index raise StandardError("There is a problem here") StandardError: There is a problem here --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_indexing_course_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 549, in test_indexing_course self._perform_test_using_store(store_type, self._test_indexing_course) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore4180'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore4180'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore4180.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1620/course_1620/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:45.360079+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 3}, "event_type": "edx.course.index.reindexed"} root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1620/course_1620/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:45.423170+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_indexing_course_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 549, in test_indexing_course self._perform_test_using_store(store_type, self._test_indexing_course) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore9160'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore9160'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore9160.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1625+course_1625+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:45.675364+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 3}, "event_type": "edx.course.index.reindexed"} edx.modulestore: DEBUG: Successfully added course-v1:org.1625+course_1625+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:45.737937+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_not_indexable_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 561, in test_not_indexable self._perform_test_using_store(store_type, self._test_not_indexable) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore9613'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore9613'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore9613.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1630/course_1630/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:45.935022+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1630/course_1630/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:46.006521+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1630/course_1630/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:46.081613+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_not_indexable_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 561, in test_not_indexable self._perform_test_using_store(store_type, self._test_not_indexable) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore9976'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore9976'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore9976.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1636+course_1636+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:46.345748+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} edx.modulestore: DEBUG: Successfully added course-v1:org.1636+course_1636+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:46.420030+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} edx.modulestore: DEBUG: Successfully added course-v1:org.1636+course_1636+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:46.486063+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_not_indexing_unpublished_content_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 553, in test_not_indexing_unpublished_content self._perform_test_using_store(store_type, self._test_not_indexing_unpublished_content) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore7901'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore7901'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore7901.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1642/course_1642/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:46.714409+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1642/course_1642/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:46.789059+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1642/course_1642/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:46.871835+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 5}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_not_indexing_unpublished_content_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 553, in test_not_indexing_unpublished_content self._perform_test_using_store(store_type, self._test_not_indexing_unpublished_content) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore8127'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore8127'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore8127.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1648+course_1648+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:47.139036+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} edx.modulestore: DEBUG: Successfully added course-v1:org.1648+course_1648+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:47.218147+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} edx.modulestore: DEBUG: Successfully added course-v1:org.1648+course_1648+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:47.291998+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 5}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_search_disabled_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 569, in test_search_disabled self._perform_test_using_store(store_type, self._test_search_disabled) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore123'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore123'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore123.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_search_disabled_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 569, in test_search_disabled self._perform_test_using_store(store_type, self._test_search_disabled) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore2649'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore2649'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore2649.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- ====================================================================== ERROR: test_start_date_propagation_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 565, in test_start_date_propagation self._perform_test_using_store(store_type, self._test_start_date_propagation) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore9140'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore9140'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore9140.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1664/course_1664/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:47.836164+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_start_date_propagation_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 565, in test_start_date_propagation self._perform_test_using_store(store_type, self._test_start_date_propagation) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore7411'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore7411'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore7411.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1669+course_1669+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:48.097741+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_time_based_index_1_mongo (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 573, in test_time_based_index self._perform_test_using_store(store_type, self._test_time_based_index) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore3265'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore3265'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore3265.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1674/course_1674/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:48.300010+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1674/course_1674/Search_Index_Test_Course course to the course discovery index root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. edx.modulestore: DEBUG: Successfully added org.1674/course_1674/Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:48.534929+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 7}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_time_based_index_2_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestCoursewareSearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 573, in test_time_based_index self._perform_test_using_store(store_type, self._test_time_based_index) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore669'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore669'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore669.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: DEBUG: Successfully added course-v1:org.1682+course_1682+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:48.788967+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 4}, "event_type": "edx.course.index.reindexed"} edx.modulestore: DEBUG: Successfully added course-v1:org.1682+course_1682+Search_Index_Test_Course course to the course discovery index edx.modulestore: DEBUG: Successfully added course-v1:org.1682+course_1682+Search_Index_Test_Course course to the course discovery index tracking: INFO: {"username": "", "event_source": "server", "name": "edx.course.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:49.057042+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "courseware_index", "indexed_count": 7}, "event_type": "edx.course.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_creating_item_1_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestLibrarySearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 930, in test_creating_item self._perform_test_using_store(store_type, self._test_creating_item) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore6280'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore6280'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore6280.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.library.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:49.112673+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "library_index", "indexed_count": 2}, "event_type": "edx.library.index.reindexed"} tracking: INFO: {"username": "", "event_source": "server", "name": "edx.library.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:49.144693+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "library_index", "indexed_count": 3}, "event_type": "edx.library.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_deleting_item_1_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestLibrarySearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 934, in test_deleting_item self._perform_test_using_store(store_type, self._test_deleting_item) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore9703'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore9703'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore9703.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.library.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:49.200387+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "library_index", "indexed_count": 2}, "event_type": "edx.library.index.reindexed"} tracking: INFO: {"username": "", "event_source": "server", "name": "edx.library.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:49.211321+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "library_index", "indexed_count": 1}, "event_type": "edx.library.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_exception_1_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestLibrarySearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 946, in test_exception self._perform_test_using_store(store_type, self._test_exception) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore3255'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore3255'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore3255.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- edx.modulestore: ERROR: Indexing error encountered, courseware index may be out of date library-v1:org1697+lib1697 - StandardError('There is a problem here',) Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py", line 260, in index searcher.index(cls.DOCUMENT_TYPE, items_index) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py", line 74, in index raise StandardError("There is a problem here") StandardError: There is a problem here --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_indexing_library_1_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestLibrarySearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 922, in test_indexing_library self._perform_test_using_store(store_type, self._test_indexing_library) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore9031'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore9031'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore9031.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.library.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:49.326992+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "library_index", "indexed_count": 2}, "event_type": "edx.library.index.reindexed"} tracking: INFO: {"username": "", "event_source": "server", "name": "edx.library.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:49.335827+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "library_index", "indexed_count": 2}, "event_type": "edx.library.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_not_indexable_1_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestLibrarySearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 938, in test_not_indexable self._perform_test_using_store(store_type, self._test_not_indexable) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore4360'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore4360'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore4360.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.library.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:49.392103+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "library_index", "indexed_count": 2}, "event_type": "edx.library.index.reindexed"} tracking: INFO: {"username": "", "event_source": "server", "name": "edx.library.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:49.420672+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "library_index", "indexed_count": 2}, "event_type": "edx.library.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_search_disabled_1_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestLibrarySearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 942, in test_search_disabled self._perform_test_using_store(store_type, self._test_search_disabled) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore9029'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore9029'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore9029.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- ====================================================================== ERROR: test_updating_item_1_split (cms.djangoapps.contentstore.tests.test_courseware_index.TestLibrarySearchIndexer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 926, in test_updating_item self._perform_test_using_store(store_type, self._test_updating_item) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py", line 168, in _perform_test_using_store test_to_perform(store) File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py", line 241, in build contentstore._drop_database() # pylint: disable=protected-access File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 71, in _drop_database connection.drop_database(self.fs_files.database) TypeError: 'Collection' object is not callable -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'contentstore6576'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'contentstore6576'), '_uniques': [], 'name': 'fs', 'full_name': 'contentstore6576.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.library.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:49.528059+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "library_index", "indexed_count": 2}, "event_type": "edx.library.index.reindexed"} tracking: INFO: {"username": "", "event_source": "server", "name": "edx.library.index.reindexed", "accept_language": "", "time": "2017-02-09T01:57:49.543051+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"category": "library_index", "indexed_count": 2}, "event_type": "edx.library.index.reindexed"} --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_basic_auth (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_debug_auth (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_delete_detail_not_allowed (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_delete_list_not_allowed (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_get_detail (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_get_detail_unauthorized (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_get_list_nonempty (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_get_list_pagination (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_list_unauthorized (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_options_detail (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_options_list (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_patch_detail_not_allowed (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_patch_list_not_allowed (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_post_detail_not_allowed (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_post_list_not_allowed (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_put_detail_not_allowed (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: test_put_list_not_allowed (openedx.core.djangoapps.user_api.tests.test_views.UserViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 231, in setUp self.detail_uri = self.get_uri_for_user(self.users[0]) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_json_responses (cms.djangoapps.contentstore.views.tests.test_assets.PaginationTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py", line 167, in test_json_responses self.url + "?page_size=2&page=1", 2, 2, 4) File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py", line 223, in assert_correct_asset_response self.assertEquals(json_response['start'], expected_start) AssertionError: 0 != 2 -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), '_uniques': [], 'name': 'fs', 'full_name': 'test_xcontent_5084.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.user.settings.changed", "accept_language": "", "time": "2017-02-09T01:50:57.065376+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"user_id": 1, "truncated": [], "old": false, "setting": "is_staff", "table": "auth_user", "new": true}, "event_type": "edx.user.settings.changed"} openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id 'xfhj4kj12est3uz9zcv7rmj8wsscpnhm'. audit: INFO: Login success - testuser (test+courses@edx.org) openedx.core.djangoapps.safe_sessions.middleware: ERROR: SafeCookieData BWC parse error: '2twum0ndewloq72th0ivaebn31hca4t2'. tracking: INFO: {"username": "testuser", "event_type": "/assets/org.120/course_120/Run_120/", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {\"name\": [\"asset-1\"]}, \"GET\": {}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/assets/org.120/course_120/Run_120/"}, "time": "2017-02-09T01:50:57.105301+00:00", "page": null} tracking: INFO: {"username": "testuser", "event_type": "/assets/org.120/course_120/Run_120/", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {\"name\": [\"asset-2\"]}, \"GET\": {}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/assets/org.120/course_120/Run_120/"}, "time": "2017-02-09T01:50:57.125556+00:00", "page": null} tracking: INFO: {"username": "testuser", "event_type": "/assets/org.120/course_120/Run_120/", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {\"name\": [\"asset-3\"]}, \"GET\": {}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/assets/org.120/course_120/Run_120/"}, "time": "2017-02-09T01:50:57.143899+00:00", "page": null} tracking: INFO: {"username": "testuser", "event_type": "/assets/org.120/course_120/Run_120/", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {\"name\": [\"asset-4\"]}, \"GET\": {}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/assets/org.120/course_120/Run_120/"}, "time": "2017-02-09T01:50:57.161311+00:00", "page": null} tracking: INFO: {"username": "testuser", "event_type": "/assets/org.120/course_120/Run_120/", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {}, \"GET\": {}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/assets/org.120/course_120/Run_120/"}, "time": "2017-02-09T01:50:57.181163+00:00", "page": null} tracking: INFO: {"username": "testuser", "event_type": "/assets/org.120/course_120/Run_120/", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {}, \"GET\": {\"page_size\": [\"2\"]}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/assets/org.120/course_120/Run_120/"}, "time": "2017-02-09T01:50:57.191799+00:00", "page": null} tracking: INFO: {"username": "testuser", "event_type": "/assets/org.120/course_120/Run_120/", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {}, \"GET\": {\"page\": [\"1\"], \"page_size\": [\"2\"]}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/assets/org.120/course_120/Run_120/"}, "time": "2017-02-09T01:50:57.206028+00:00", "page": null} --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_split_test (cms.djangoapps.contentstore.views.tests.test_item.GetItemTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py", line 260, in test_split_test self.assertIn('Announcement', html) AssertionError: 'Announcement' not found in u'\n\n\n\n
\n
\n\n
\n

\n \n We\'re having trouble rendering your component\n

\n\n

Students will not be able to access this component. Re-edit your component to fix the error.

\n\n\n\n
\n
\n\n' -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), '_uniques': [], 'name': 'fs', 'full_name': 'test_xcontent_5084.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.user.settings.changed", "accept_language": "", "time": "2017-02-09T01:53:02.442557+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"user_id": 1, "truncated": [], "old": false, "setting": "is_staff", "table": "auth_user", "new": true}, "event_type": "edx.user.settings.changed"} openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id 'yxl91lz8ve2yvt4jniyn79vqzmswcgo6'. audit: INFO: Login success - testuser (test+courses@edx.org) openedx.core.djangoapps.safe_sessions.middleware: ERROR: SafeCookieData BWC parse error: 'b1an5gjtr7hwf3fv5q04ex8ejexqwir7'. tracking: INFO: {"username": "testuser", "event_type": "/xblock/", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {}, \"GET\": {}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/xblock/"}, "time": "2017-02-09T01:53:02.480791+00:00", "page": null} tracking: INFO: {"username": "testuser", "event_type": "/xblock/", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {}, \"GET\": {}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/xblock/"}, "time": "2017-02-09T01:53:02.512780+00:00", "page": null} tracking: INFO: {"username": "testuser", "event_type": "/xblock/", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {}, \"GET\": {}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/xblock/"}, "time": "2017-02-09T01:53:02.539272+00:00", "page": null} tracking: INFO: {"username": "testuser", "event_type": "/xblock/", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {}, \"GET\": {}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/xblock/"}, "time": "2017-02-09T01:53:03.574958+00:00", "page": null} tracking: INFO: {"username": "testuser", "event_type": "/xblock/i4x://org.668/course_668/split_test/91d15d2492464b0ebdcfb351d52809ef/container_preview", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {}, \"GET\": {}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/xblock/i4x://org.668/course_668/split_test/91d15d2492464b0ebdcfb351d52809ef/container_preview"}, "time": "2017-02-09T01:53:03.945576+00:00", "page": null} xmodule.x_module: DEBUG: 0.002s - render HtmlModuleWithMixins.student_view (i4x://org.668/course_668/html/a35115471a4b4f3b8e2de4d1aea2ef08) xmodule.x_module: DEBUG: 0.008s - render SplitTestModuleWithMixins.author_view (i4x://org.668/course_668/split_test/91d15d2492464b0ebdcfb351d52809ef) contentstore.views.preview: WARNING: Unable to render author_view for SplitTestDescriptorWithMixins(CombinedSystem(PreviewModuleSystem{'hostname': '', 'wrappers_asides': [], 'xmodule_instance': ), video_bumper={}, max_attempts=None, parent=BlockUsageLocator(CourseLocator(u'org.668', u'course_668', 'Run_668', None, None), u'vertical', '62be5715fd3f4499ad3fac834155cb81'), tags=[], matlab_api_key=None, xqa_key=None, annotation_storage_url='http://your_annotation_storage.com', use_latex_compiler=False, days_early_for_beta=None, static_asset_path='', name=None, hide_from_toc=False, group_access={}, rerandomize='never', user_partitions=[], chrome=None, edxnotes_visibility=True, show_reset_button=False, self_paced=False>, 'default_class': None, 'mixologist': , 'seed': 1, 'track_function': at 0x7fd06d6e99b0>, 'course_id': CourseLocator(u'org.668', u'course_668', 'Run_668', None, None), 'render_template': , 'user_id': 1, '_deprecated_per_instance_field_data': None, 'user_is_staff': True, 'cache': , 'user_location': None, 'can_execute_unsafe_code': at 0x7fd06cda9398>, 'replace_urls': , 'select': None, 'get_user_role': at 0x7fd06c447b90>, 'get_python_lib_zip': at 0x7fd06ce752a8>, 'error_descriptor_class': , 'wrappers': [, , ], '_services': {'i18n': , 'field-data': , 'user': , 'settings': }, 'STATIC_URL': '/static/', 'filestore': , 'replace_jump_to_id_urls': None, 'DEBUG': True, 'descriptor_runtime': CachingDescriptorSystem(, u'org.668/course_668/Run_668', [u'i4x://org.668/course_668/html/41a7db1fd0134020802bde5fcb870184@draft', u'i4x://org.668/course_668/html/a35115471a4b4f3b8e2de4d1aea2ef08@draft', u'i4x://org.668/course_668/split_test/91d15d2492464b0ebdcfb351d52809ef@draft'], , [u'i4x://org.668/course_668/vertical/62be5715fd3f4499ad3fac834155cb81', u'i4x://org.668/course_668/html/a35115471a4b4f3b8e2de4d1aea2ef08', u'i4x://org.668/course_668/html/41a7db1fd0134020802bde5fcb870184', u'i4x://org.668/course_668/split_test/91d15d2492464b0ebdcfb351d52809ef']), 'id_reader': , 'xqueue': None, 'get_real_user': None, 'HOSTNAME': '', 'anonymous_student_id': 'student', 'node_path': '', 'get_module': , 'id_generator': , 'rebind_noauth_module_to_user': None, 'debug': True, 'replace_course_urls': None}, CachingDescriptorSystem(, u'org.668/course_668/Run_668', [u'i4x://org.668/course_668/html/41a7db1fd0134020802bde5fcb870184@draft', u'i4x://org.668/course_668/html/a35115471a4b4f3b8e2de4d1aea2ef08@draft', u'i4x://org.668/course_668/split_test/91d15d2492464b0ebdcfb351d52809ef@draft'], , [u'i4x://org.668/course_668/vertical/62be5715fd3f4499ad3fac834155cb81', u'i4x://org.668/course_668/html/a35115471a4b4f3b8e2de4d1aea2ef08', u'i4x://org.668/course_668/html/41a7db1fd0134020802bde5fcb870184', u'i4x://org.668/course_668/split_test/91d15d2492464b0ebdcfb351d52809ef'])), , ScopeIds(user_id=1, block_type=u'split_test', def_id=BlockUsageLocator(CourseLocator(u'org.668', u'course_668', 'Run_668', None, None), u'split_test', '91d15d2492464b0ebdcfb351d52809ef'), usage_id=BlockUsageLocator(CourseLocator(u'org.668', u'course_668', 'Run_668', None, None), u'split_test', '91d15d2492464b0ebdcfb351d52809ef'))) Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py", line 304, in get_preview_fragment fragment = module.render(preview_view, context) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py", line 193, in render return self.runtime.render(self, view, context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1889, in render return self.__getattr__('render')(block, view_name, context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1297, in render return super(MetricsMixin, self).render(block, view_name, context=context) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py", line 806, in render frag = view_fn(context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py", line 269, in author_view fragment, inactive_children, context File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py", line 293, in studio_render_children rendered_child = active_child.render(StudioEditableModule.get_preview_view_name(active_child), context) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py", line 193, in render return self.runtime.render(self, view, context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1889, in render return self.__getattr__('render')(block, view_name, context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1297, in render return super(MetricsMixin, self).render(block, view_name, context=context) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py", line 806, in render frag = view_fn(context) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py", line 76, in student_view return Fragment(self.get_html()) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py", line 38, in __init__ self.add_content(content) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py", line 89, in add_content assert isinstance(content, unicode) AssertionError --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_rerun_course (cms.djangoapps.contentstore.tests.test_clone_course.CloneCourseTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_clone_course.py", line 120, in test_rerun_course self.assertEqual(result.get(), "succeeded") AssertionError: u"exception: 'Collection' object is not callable" != 'succeeded' -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), '_uniques': [], 'name': 'fs', 'full_name': 'test_xcontent_5084.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.user.settings.changed", "accept_language": "", "time": "2017-02-09T01:54:40.224185+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"user_id": 1, "truncated": [], "old": false, "setting": "is_staff", "table": "auth_user", "new": true}, "event_type": "edx.user.settings.changed"} openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id 'kfrjwxbp03alzvlwwxv750lxth6xpy0u'. audit: INFO: Login success - testuser (test+courses@edx.org) openedx.core.djangoapps.safe_sessions.middleware: ERROR: SafeCookieData BWC parse error: 'wo50z4ksblmkalf60keob816fr3cvfno'. xmodule.modulestore.xml: DEBUG: ========> Starting courselike import from toy xmodule.modulestore.xml: DEBUG: ========> Done with courselike import from toy xmodule.modulestore.xml_importer: DEBUG: ======> IMPORTING courselike edX/toy/2012_Fall xmodule.modulestore.xml_importer: DEBUG: course data_dir=toy root: DEBUG: processing import of module i4x://edX/toy/course/2012_Fall... xmodule.modulestore.xml_importer: DEBUG: importing static content /edx/app/edxapp/edx-platform/common/test/data/toy/static/another_static.txt... xmodule.modulestore.xml_importer: DEBUG: importing static content /edx/app/edxapp/edx-platform/common/test/data/toy/static/just_a_test.jpg... PIL.Image: DEBUG: Error closing: 'NoneType' object has no attribute 'close' xmodule.modulestore.xml_importer: DEBUG: importing static content /edx/app/edxapp/edx-platform/common/test/data/toy/static/sample_static.html... xmodule.modulestore.xml_importer: DEBUG: importing static content /edx/app/edxapp/edx-platform/common/test/data/toy/static/textbook.pdf... xmodule.modulestore.xml_importer: DEBUG: importing static content /edx/app/edxapp/edx-platform/common/test/data/toy/static/handouts/sample_handout.txt... root: INFO: No assets.xml file is present with asset metadata. root: DEBUG: processing import of module i4x://edX/toy/chapter/Overview... root: DEBUG: processing import of module i4x://edX/toy/videosequence/Toy_Videos... root: DEBUG: processing import of module i4x://edX/toy/html/secret:toylab... root: DEBUG: processing import of module i4x://edX/toy/html/toyjumpto... root: DEBUG: processing import of module i4x://edX/toy/html/toyhtml... root: DEBUG: processing import of module i4x://edX/toy/html/nonportable... root: DEBUG: processing import of module i4x://edX/toy/html/nonportable_link... root: DEBUG: processing import of module i4x://edX/toy/html/badlink... root: DEBUG: processing import of module i4x://edX/toy/html/with_styling... root: DEBUG: processing import of module i4x://edX/toy/html/just_img... root: DEBUG: processing import of module i4x://edX/toy/video/Video_Resources... root: DEBUG: processing import of module i4x://edX/toy/video/Welcome... root: DEBUG: processing import of module i4x://edX/toy/video/video_123456789012... root: DEBUG: processing import of module i4x://edX/toy/video/video_4f66f493ac8f... root: DEBUG: processing import of module i4x://edX/toy/chapter/secret:magic... root: DEBUG: processing import of module i4x://edX/toy/video/toyvideo... root: DEBUG: processing import of module i4x://edX/toy/chapter/poll_test... root: DEBUG: processing import of module i4x://edX/toy/poll_question/T1_changemind_poll_foo... root: DEBUG: processing import of module i4x://edX/toy/chapter/vertical_container... root: DEBUG: processing import of module i4x://edX/toy/sequential/vertical_sequential... root: DEBUG: processing import of module i4x://edX/toy/vertical/vertical_test... root: DEBUG: processing import of module i4x://edX/toy/video/sample_video... root: DEBUG: processing import of module i4x://edX/toy/video/separate_file_video... root: DEBUG: processing import of module i4x://edX/toy/video/video_with_end_time... root: DEBUG: processing import of module i4x://edX/toy/poll_question/T1_changemind_poll_foo_2... root: DEBUG: processing import of module i4x://edX/toy/html/unicode... root: DEBUG: processing import of module i4x://edX/toy/chapter/handout_container... root: DEBUG: processing import of module i4x://edX/toy/html/html_7e5578f25f79... root: DEBUG: processing import of module i4x://edX/toy/about/end_date... root: DEBUG: processing import of module i4x://edX/toy/about/effort... root: DEBUG: processing import of module i4x://edX/toy/course_info/handouts... root: DEBUG: processing import of module i4x://edX/toy/static_tab/resources... root: DEBUG: processing import of module i4x://edX/toy/static_tab/syllabus... root: DEBUG: processing import of module i4x://edX/toy/about/short_description... xmodule.modulestore.django: INFO: Sent pre_publish signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for edX/toy/2012_Fall. openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "edX/toy/2012_Fall" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: edX/toy/2012_Fall openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator('edX', 'toy', '2012_Fall', None, None), 'course', '2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #0 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #1 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #2 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #3 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #4 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #5 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls edx.modulestore: DEBUG: Successfully added edX/toy/2012_Fall course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course edX/toy/2012_Fall openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for edX/toy/2012_Fall. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "edX/toy/2012_Fall" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: edX/toy/2012_Fall openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None), 'course', '2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #0 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #1 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #2 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #3 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #4 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #5 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls edx.modulestore: DEBUG: Successfully added edX/toy/2012_Fall course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course edX/toy/2012_Fall openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for edX/toy/2012_Fall. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('edX', 'toy', '2012_Fall', None, None)}. Response was: None openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "edX/toy/2012_Fall" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: edX/toy/2012_Fall openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator('edX', 'toy', '2012_Fall', None, None), 'course', '2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #0 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #1 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #2 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #3 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #4 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #5 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls edx.modulestore: DEBUG: Successfully added edX/toy/2012_Fall course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course edX/toy/2012_Fall openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for edX/toy/2012_Fall. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "edX/toy/2012_Fall" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: edX/toy/2012_Fall openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator('edX', 'toy', '2012_Fall', None, None), 'course', '2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #0 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #1 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #2 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #3 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #4 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'toy', u'2012_Fall', None, None), 'course', u'2012_Fall') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #5 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls edx.modulestore: DEBUG: Successfully added edX/toy/2012_Fall course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course edX/toy/2012_Fall openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for edX/toy/2012_Fall. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'toy', '2012_Fall', None, None)}. Response was: None xmodule.modulestore.split_migrator: WARNING: No parent found in source course for i4x://edX/toy/vertical/orphan_draft_vertical xmodule.modulestore.split_migrator: WARNING: No parent found in source course for i4x://edX/toy/vertical/no_references xmodule.modulestore.django: INFO: Sent pre_publish signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', 'published-branch', None)}. Response was: None openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for course-v1:edx3+split3+rerun_test. openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "course-v1:edx3+split3+rerun_test" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: course-v1:edx3+split3+rerun_test openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #0 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #1 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #2 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #3 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #4 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #5 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls edx.modulestore: DEBUG: Successfully added course-v1:edx3+split3+rerun_test course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course course-v1:edx3+split3+rerun_test openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for course-v1:edx3+split3+rerun_test. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', None, None)}. Response was: None root: ERROR: Course Rerun Error Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py", line 43, in rerun_course store.clone_course(source_course_key, destination_course_key, user_id, fields=fields) File "/edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py", line 196, in clone_course source_course_id, dest_course_id, user_id, fields=fields, **kwargs File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 90, in inner retval = func(field_decorator=strip_key_collection, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 708, in clone_course super(MixedModuleStore, self).clone_course(source_course_id, dest_course_id, user_id, fields, **kwargs) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py", line 1338, in clone_course self.contentstore.copy_all_course_assets(source_course_id, dest_course_id) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 368, in copy_all_course_assets locked=asset.get('locked', False) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py", line 145, in put request = self.__collection.database._client.start_request() TypeError: 'Collection' object is not callable xmodule.modulestore.split_mongo.split: INFO: deleting course from split-mongo: course-v1:edx3+split3+rerun_test openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edx3', u'split3', u'rerun_test', None, None), 'course', 'course') from the cache. xmodule.modulestore.django: INFO: Sent course_deleted signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_deleted signal to with kwargs {'course_key': CourseLocator(u'edx3', u'split3', u'rerun_test', None, None)}. Response was: None --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_space_in_asset_name_for_rerun_course (cms.djangoapps.contentstore.tests.test_clone_course.CloneCourseTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_clone_course.py", line 101, in test_space_in_asset_name_for_rerun_course self.assertEqual(result.get(), "succeeded") AssertionError: u"exception: 'Collection' object is not callable" != 'succeeded' -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), '_uniques': [], 'name': 'fs', 'full_name': 'test_xcontent_5084.fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.user.settings.changed", "accept_language": "", "time": "2017-02-09T01:54:45.883130+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"user_id": 1, "truncated": [], "old": false, "setting": "is_staff", "table": "auth_user", "new": true}, "event_type": "edx.user.settings.changed"} openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id 'usij93xv26o5ihr6b7mp2483feznw4c1'. audit: INFO: Login success - testuser (test+courses@edx.org) openedx.core.djangoapps.safe_sessions.middleware: ERROR: SafeCookieData BWC parse error: '2v6dq56gc8d4vl9d083pgpb6hh8j6256'. xmodule.modulestore.django: INFO: Sent pre_publish signal to with kwargs {'course_key': CourseLocator('edX', 'CS101', '2015_Q1', None, None)}. Response was: None openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for course-v1:edX+CS101+2015_Q1. openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "course-v1:edX+CS101+2015_Q1" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: course-v1:edX+CS101+2015_Q1 openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator('edX', 'CS101', '2015_Q1', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'CS101', u'2015_Q1', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'CS101', u'2015_Q1', None, None), 'course', 'course') in the cache. openedx.core.lib.block_structure.cache: INFO: Wrote BlockStructure block-v1:edX+CS101+2015_Q1+type@course+block@course to cache, size: 1047 edx.modulestore: DEBUG: Successfully added course-v1:edX+CS101+2015_Q1 course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course course-v1:edX+CS101+2015_Q1 openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for course-v1:edX+CS101+2015_Q1. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'CS101', '2015_Q1', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'CS101', '2015_Q1', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'CS101', '2015_Q1', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'CS101', '2015_Q1', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'CS101', '2015_Q1', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'CS101', '2015_Q1', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'CS101', '2015_Q1', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'CS101', '2015_Q1', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator('edX', 'CS101', '2015_Q1', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent pre_publish signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', 'draft-branch', None)}. Response was: None openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for course-v1:edX+CS101+2012_Q2. openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "course-v1:edX+CS101+2012_Q2" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: course-v1:edX+CS101+2012_Q2 openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None), 'course', 'course') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None), 'course', 'course') in the cache. openedx.core.lib.block_structure.cache: INFO: Wrote BlockStructure block-v1:edX+CS101+2012_Q2+type@course+block@course to cache, size: 1046 edx.modulestore: DEBUG: Successfully added course-v1:edX+CS101+2012_Q2 course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course course-v1:edX+CS101+2012_Q2 openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for course-v1:edX+CS101+2012_Q2. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None)}. Response was: None root: ERROR: Course Rerun Error Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py", line 43, in rerun_course store.clone_course(source_course_key, destination_course_key, user_id, fields=fields) File "/edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py", line 196, in clone_course source_course_id, dest_course_id, user_id, fields=fields, **kwargs File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 90, in inner retval = func(field_decorator=strip_key_collection, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 700, in clone_course return source_modulestore.clone_course(source_course_id, dest_course_id, user_id, fields, **kwargs) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py", line 74, in clone_course source_course_id, dest_course_id, user_id, fields=fields, **kwargs File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py", line 1816, in clone_course super(SplitMongoModuleStore, self).clone_course(source_course_id, dest_course_id, user_id, fields, **kwargs) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py", line 1338, in clone_course self.contentstore.copy_all_course_assets(source_course_id, dest_course_id) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py", line 368, in copy_all_course_assets locked=asset.get('locked', False) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py", line 145, in put request = self.__collection.database._client.start_request() TypeError: 'Collection' object is not callable xmodule.modulestore.split_mongo.split: INFO: deleting course from split-mongo: course-v1:edX+CS101+2012_Q2 openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None), 'course', 'course') from the cache. xmodule.modulestore.django: INFO: Sent course_deleted signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_deleted signal to with kwargs {'course_key': CourseLocator(u'edX', u'CS101', u'2012_Q2', None, None)}. Response was: None --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_empty_trashcan (cms.djangoapps.contentstore.tests.test_contentstore.MiscCourseTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py", line 1026, in test_empty_trashcan self.assertGreater(len(all_assets), 0) AssertionError: 0 not greater than 0 -------------------- >> begin captured stdout << --------------------- Collection(Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), 'fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), '_uniques': [], 'name': 'fs', 'full_name': 'test_xcontent_5084.fs', '_documents': OrderedDict()} Collection(Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), 'trash_fs') {'_database': Database(mongomock.MongoClient('localhost', 27017), 'test_xcontent_5084'), '_uniques': [], 'name': 'trash_fs', 'full_name': 'test_xcontent_5084.trash_fs', '_documents': OrderedDict()} --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- tracking: INFO: {"username": "", "event_source": "server", "name": "edx.user.settings.changed", "accept_language": "", "time": "2017-02-09T01:56:13.836186+00:00", "agent": "", "page": null, "host": "", "session": "", "referer": "", "context": {}, "ip": "", "event": {"user_id": 1, "truncated": [], "old": false, "setting": "is_staff", "table": "auth_user", "new": true}, "event_type": "edx.user.settings.changed"} openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id 'dywi780p9s1jtseorkgxt3ijmubst14e'. audit: INFO: Login success - testuser (test+courses@edx.org) openedx.core.djangoapps.safe_sessions.middleware: ERROR: SafeCookieData BWC parse error: '34d0xyjz86o5d4ho8nsnwk20y16k0li7'. openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for org.1155/course_1155/Run_1155. openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "org.1155/course_1155/Run_1155" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: org.1155/course_1155/Run_1155 openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None), 'course', 'Run_1155') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') in the cache. openedx.core.lib.block_structure.cache: INFO: Wrote BlockStructure i4x://org.1155/course_1155/course/Run_1155 to cache, size: 1005 edx.modulestore: DEBUG: Successfully added org.1155/course_1155/Run_1155 course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course org.1155/course_1155/Run_1155 openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for org.1155/course_1155/Run_1155. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "org.1155/course_1155/Run_1155" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: org.1155/course_1155/Run_1155 openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None), 'course', 'Run_1155') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') in the cache. openedx.core.lib.block_structure.cache: INFO: Wrote BlockStructure i4x://org.1155/course_1155/course/Run_1155 to cache, size: 1262 edx.modulestore: DEBUG: Successfully added org.1155/course_1155/Run_1155 course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course org.1155/course_1155/Run_1155 openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for org.1155/course_1155/Run_1155. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None openedx.core.djangoapps.ccxcon.api: DEBUG: ccx not enabled for course key "org.1155/course_1155/Run_1155" openedx.core.djangoapps.ccxcon.tasks: INFO: Course update to CCXCon returned no errors. Course key: org.1155/course_1155/Run_1155 openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None), 'course', 'Run_1155') from the cache. openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #0 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #1 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #2 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #3 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #4 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls openedx.core.lib.block_structure.cache: INFO: Deleted BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') from the cache. openedx.core.lib.block_structure.cache: INFO: Did not find BlockStructure BlockUsageLocator(CourseLocator(u'org.1155', u'course_1155', u'Run_1155', None, None), 'course', u'Run_1155') in the cache. edx.celery.task: ERROR: update_course_in_cache encounted unknown error. Retry #5 Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py", line 34, in update_course_in_cache api.update_course_in_cache(course_key) File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py", line 28, in update_course_in_cache return get_block_structure_manager(course_key).update_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 115, in update_collected self.get_collected() File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py", line 103, in get_collected BlockStructureTransformers.collect(block_structure) File "/edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py", line 80, in collect transformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py", line 49, in collect StudentViewTransformer.collect(block_structure) File "/edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py", line 62, in collect student_view_data = block.student_view_data() File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in student_view_data for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py", line 945, in for lang in self.available_translations(transcripts_info, verify_assets=False) File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py", line 1475, in handler_url return descriptor_global_handler_url(block, handler_name, suffix, query, thirdparty) File "/edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py", line 14, in handler_url raise NotImplementedError("edX Studio doesn't support third-party xblock handler urls") NotImplementedError: edX Studio doesn't support third-party xblock handler urls edx.modulestore: DEBUG: Successfully added org.1155/course_1155/Run_1155 course to the course discovery index contentstore.tasks: DEBUG: Search indexing successful for complete course org.1155/course_1155/Run_1155 openedx.core.djangoapps.content.course_overviews.models: INFO: Creating course overview for org.1155/course_1155/Run_1155. xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None xmodule.modulestore.django: INFO: Sent course_published signal to with kwargs {'course_key': SlashSeparatedCourseKey('org.1155', 'course_1155', 'Run_1155', None, None)}. Response was: None tracking: INFO: {"username": "testuser", "event_type": "/assets/org.1155/course_1155/Run_1155//c4x/org.1155/course_1155/asset/sample_static.html", "ip": "127.0.0.1", "agent": "", "host": "testserver", "referer": "", "accept_language": "", "event": "{\"POST\": {}, \"GET\": {}}", "event_source": "server", "context": {"user_id": 1, "org_id": "", "course_id": "", "path": "/assets/org.1155/course_1155/Run_1155//c4x/org.1155/course_1155/asset/sample_static.html"}, "time": "2017-02-09T01:56:14.408983+00:00", "page": null} --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_10__u_dev___u__prfx__not_excluded_htm___u___dev__c4x___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm //dev/assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- -------------------- >> begin captured logging << -------------------- PIL.PngImagePlugin: DEBUG: STREAM IHDR 16 13 PIL.PngImagePlugin: DEBUG: STREAM IDAT 41 41 PIL.Image: DEBUG: Error closing: 'NoneType' object has no attribute 'close' PIL.PngImagePlugin: DEBUG: STREAM IHDR 16 13 PIL.PngImagePlugin: DEBUG: STREAM IDAT 41 41 PIL.Image: DEBUG: Error closing: 'NoneType' object has no attribute 'close' PIL.PngImagePlugin: DEBUG: STREAM IHDR 16 13 PIL.PngImagePlugin: DEBUG: STREAM IDAT 41 41 PIL.Image: DEBUG: Error closing: 'NoneType' object has no attribute 'close' PIL.PngImagePlugin: DEBUG: STREAM IHDR 16 13 PIL.PngImagePlugin: DEBUG: STREAM IDAT 41 41 PIL.Image: DEBUG: Error closing: 'NoneType' object has no attribute 'close' --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_11__u____u_special__prfx___xfcnl_xf6ck_png___u___c4x__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_12__u____u_special__prfx__lock_png___u___c4x__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/special_old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_13__u____u_special_weird__prfx___xfcnl_xf6ck_png___u___c4x__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_15__u____u_special__prfx__not_excluded_htm___u___c4x__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_not_excluded.htm /assets/courseware/v1/toot/c4x/a/b/asset/special_old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_16__u_dev___u_special__prfx___xfcnl_xf6ck_png___u___dev__c4x__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_17__u_dev___u_special__prfx__lock_png___u___c4x__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/special_old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_18__u_dev___u_special_weird__prfx___xfcnl_xf6ck_png___u___dev__c4x__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_1__u____u__prfx___xfcnl_xf6ck_png___u___c4x___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_20__u_dev___u_special__prfx__not_excluded_htm___u___dev__c4x__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_not_excluded.htm //dev/assets/courseware/v1/toot/c4x/a/b/asset/special_old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_21__u____u___prfx___xfcnl_xf6ck_png___u___c4x___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_22__u____u___prfx__lock_png___u___c4x___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_23__u____u__weird__prfx___xfcnl_xf6ck_png___u___c4x__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_25__u____u___prfx__not_excluded_htm___u___c4x___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm /assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_26__u_dev___u___prfx___xfcnl_xf6ck_png___u___dev__c4x___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_27__u_dev___u___prfx__lock_png___u___c4x___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_28__u_dev___u__weird__prfx___xfcnl_xf6ck_png___u___dev__c4x__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_2__u____u__prfx__lock_png___u___c4x___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_30__u_dev___u___prfx__not_excluded_htm___u___dev__c4x___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm //dev/assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_31__u____u__special__prfx___xfcnl_xf6ck_png___u___c4x__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_32__u____u__special__prfx__lock_png___u___c4x__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/special_old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_33__u____u__special_weird__prfx___xfcnl_xf6ck_png___u___c4x__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_35__u____u__special__prfx__not_excluded_htm___u___c4x__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_not_excluded.htm /assets/courseware/v1/toot/c4x/a/b/asset/special_old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_36__u_dev___u__special__prfx___xfcnl_xf6ck_png___u___dev__c4x__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_37__u_dev___u__special__prfx__lock_png___u___c4x__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/special_old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_38__u_dev___u__special_weird__prfx___xfcnl_xf6ck_png___u___dev__c4x__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_3__u____u_weird__prfx___xfcnl_xf6ck_png___u___c4x__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_40__u_dev___u__special__prfx__not_excluded_htm___u___dev__c4x__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_not_excluded.htm //dev/assets/courseware/v1/toot/c4x/a/b/asset/special_old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_41__u____u__static__prfx___xfcnl_xf6ck_png___u___c4x___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_42__u____u__static__prfx__lock_png___u___c4x___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_43__u____u__static_weird__prfx___xfcnl_xf6ck_png___u___c4x__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_45__u____u__static__prfx__not_excluded_htm___u___c4x___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm /assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_46__u_dev___u__static__prfx___xfcnl_xf6ck_png___u___dev__c4x___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_47__u_dev___u__static__prfx__lock_png___u___c4x___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_48__u_dev___u__static_weird__prfx___xfcnl_xf6ck_png___u___dev__c4x__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_50__u_dev___u__static__prfx__not_excluded_htm___u___dev__c4x___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm //dev/assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_51__u____u__static_special__prfx___xfcnl_xf6ck_png___u___c4x__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_52__u____u__static_special__prfx__lock_png___u___c4x__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/special_old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_53__u____u__static_special_weird__prfx___xfcnl_xf6ck_png___u___c4x__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_55__u____u__static_special__prfx__not_excluded_htm___u___c4x__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_not_excluded.htm /assets/courseware/v1/toot/c4x/a/b/asset/special_old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_56__u_dev___u__static_special__prfx___xfcnl_xf6ck_png___u___dev__c4x__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/special_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_57__u_dev___u__static_special__prfx__lock_png___u___c4x__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/special_old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_58__u_dev___u__static_special_weird__prfx___xfcnl_xf6ck_png___u___dev__c4x__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/special_weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_5__u____u__prfx__not_excluded_htm___u___c4x___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm /assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_60__u_dev___u__static_special__prfx__not_excluded_htm___u___dev__c4x__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/special_old_not_excluded.htm //dev/assets/courseware/v1/toot/c4x/a/b/asset/special_old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_61__u____u__static__prfx___xfcnl_xf6ck_png_foo__static__prfx__lock_png___u___c4x___prfx___xfcnl_xf6ck_png_foo__encoded_c4x__prfx__lock_png___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png\?foo=%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fc4x%2Fa%2Fb%2Fasset%2Fold_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png?foo=%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fc4x%2Fa%2Fb%2Fasset%2Fold_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_62__u____u__static__prfx__lock_png_foo__static__prfx___xfcnl_xf6ck_png___u___c4x___prfx__lock_png_foo__encoded_c4x__prfx___xfcnl_xf6ck_png___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_lock.png\?foo=%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fc4x%2Fa%2Fb%2Fasset%2Fold_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/old_lock.png?foo=%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fc4x%2Fa%2Fb%2Fasset%2Fold_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_64__u____u__static__prfx__excluded_html_foo__static__prfx__not_excluded_htm___u___base_c4x___prfx__excluded_html_foo__encoded_c4x__prfx__not_excluded_htm___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /c4x/a/b/asset/old_excluded.html\?foo=%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fc4x%2Fa%2Fb%2Fasset%2Fold_not_excluded.htm /c4x/a/b/asset/old_excluded.html?foo=%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fc4x%2Fa%2Fb%2Fasset%2Fold_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_65__u____u__static__prfx__not_excluded_htm_foo__static__prfx__excluded_html___u___c4x___prfx__not_excluded_htm_foo__encoded_base_c4x__prfx__excluded_html___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm\?foo=%2Fc4x%2Fa%2Fb%2Fasset%2Fold_excluded.html /assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm?foo=%2Fc4x%2Fa%2Fb%2Fasset%2Fold_excluded.html --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_66__u____u__static__prfx__not_excluded_htm_foo__static__prfx__not_excluded_htm___u___c4x___prfx__not_excluded_htm_foo__encoded_c4x__prfx__not_excluded_htm___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm\?foo=%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fc4x%2Fa%2Fb%2Fasset%2Fold_not_excluded.htm /assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm?foo=%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fc4x%2Fa%2Fb%2Fasset%2Fold_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_67__u_dev___u__static__prfx___xfcnl_xf6ck_png_foo__static__prfx__lock_png___u___dev__c4x___prfx___xfcnl_xf6ck_png_foo__encoded_c4x__prfx__lock_png___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png\?foo=%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fc4x%2Fa%2Fb%2Fasset%2Fold_lock.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png?foo=%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fc4x%2Fa%2Fb%2Fasset%2Fold_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_68__u_dev___u__static__prfx__lock_png_foo__static__prfx___xfcnl_xf6ck_png___u___c4x___prfx__lock_png_foo__encoded_base_url__encoded_c4x__prfx___xfcnl_xf6ck_png___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_lock.png\?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fc4x%2Fa%2Fb%2Fasset%2Fold_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/old_lock.png?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fc4x%2Fa%2Fb%2Fasset%2Fold_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_6__u_dev___u__prfx___xfcnl_xf6ck_png___u___dev__c4x___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_70__u_dev___u__static__prfx__excluded_html_foo__static__prfx__not_excluded_htm___u___base_c4x___prfx__excluded_html_foo__encoded_base_url__encoded_c4x__prfx__not_excluded_htm___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /c4x/a/b/asset/old_excluded.html\?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fc4x%2Fa%2Fb%2Fasset%2Fold_not_excluded.htm /c4x/a/b/asset/old_excluded.html?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fc4x%2Fa%2Fb%2Fasset%2Fold_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_71__u_dev___u__static__prfx__not_excluded_htm_foo__static__prfx__excluded_html___u___dev__c4x___prfx__not_excluded_htm_foo__encoded_base_c4x__prfx__excluded_html___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm\?foo=%2Fc4x%2Fa%2Fb%2Fasset%2Fold_excluded.html //dev/assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm?foo=%2Fc4x%2Fa%2Fb%2Fasset%2Fold_excluded.html --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_72__u_dev___u__static__prfx__not_excluded_htm_foo__static__prfx__not_excluded_htm___u___dev__c4x___prfx__not_excluded_htm_foo__encoded_base_url__encoded_c4x__prfx__not_excluded_htm___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm\?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fc4x%2Fa%2Fb%2Fasset%2Fold_not_excluded.htm //dev/assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fc4x%2Fa%2Fb%2Fasset%2Fold_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_73__u____u___c4x___prfx___xfcnl_xf6ck_png___u___c4x___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_74__u____u___c4x___prfx__lock_png___u___c4x___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_77__u____u___c4x___prfx__not_excluded_htm___u___c4x___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm /assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_78__u_dev___u___c4x___prfx___xfcnl_xf6ck_png___u___dev__c4x___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_79__u_dev___u___c4x___prfx__lock_png___u___c4x___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_7__u_dev___u__prfx__lock_png___u___c4x___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_lock.png /assets/courseware/v1/toot/c4x/a/b/asset/old_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_80__u_dev___u___c4x__weird__prfx___xfcnl_xf6ck_png___u___dev__c4x__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_82__u_dev___u___c4x___prfx__not_excluded_htm___u___dev__c4x___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/old_not_excluded.htm //dev/assets/courseware/v1/toot/c4x/a/b/asset/old_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_c4x_style_assets_8__u_dev___u_weird__prfx___xfcnl_xf6ck_png___u___dev__c4x__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 770, in test_canonical_asset_path_with_c4x_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/c4x/a/b/asset/weird_old_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_10__u_dev___u__prfx__not_excluded_htm___u___dev__asset___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_11__u____u_special__prfx___xfcnl_xf6ck_png___u___asset__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_12__u____u_special__prfx__lock_png___u___asset__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_13__u____u_special_weird__prfx___xfcnl_xf6ck_png___u___asset__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_weird_split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_15__u____u_special__prfx__not_excluded_htm___u___asset__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_not_excluded.htm /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_16__u_dev___u_special__prfx___xfcnl_xf6ck_png___u___dev__asset__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_17__u_dev___u_special__prfx__lock_png___u___asset__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_18__u_dev___u_special_weird__prfx___xfcnl_xf6ck_png___u___dev__asset__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_weird_split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_1__u____u__prfx___xfcnl_xf6ck_png___u___asset___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_20__u_dev___u_special__prfx__not_excluded_htm___u___dev__asset__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_not_excluded.htm //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_21__u____u___prfx___xfcnl_xf6ck_png___u___asset___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_22__u____u___prfx__lock_png___u___asset___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_23__u____u__weird__prfx___xfcnl_xf6ck_png___u___asset__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@weird_split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_25__u____u___prfx__not_excluded_htm___u___asset___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_26__u_dev___u___prfx___xfcnl_xf6ck_png___u___dev__asset___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_27__u_dev___u___prfx__lock_png___u___asset___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_28__u_dev___u__weird__prfx___xfcnl_xf6ck_png___u___dev__asset__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@weird_split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_2__u____u__prfx__lock_png___u___asset___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_30__u_dev___u___prfx__not_excluded_htm___u___dev__asset___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_31__u____u__special__prfx___xfcnl_xf6ck_png___u___asset__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_32__u____u__special__prfx__lock_png___u___asset__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_33__u____u__special_weird__prfx___xfcnl_xf6ck_png___u___asset__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_weird_split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_35__u____u__special__prfx__not_excluded_htm___u___asset__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_not_excluded.htm /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_36__u_dev___u__special__prfx___xfcnl_xf6ck_png___u___dev__asset__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_37__u_dev___u__special__prfx__lock_png___u___asset__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_38__u_dev___u__special_weird__prfx___xfcnl_xf6ck_png___u___dev__asset__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_weird_split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_3__u____u_weird__prfx___xfcnl_xf6ck_png___u___asset__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@weird_split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_40__u_dev___u__special__prfx__not_excluded_htm___u___dev__asset__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_not_excluded.htm //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_41__u____u__static__prfx___xfcnl_xf6ck_png___u___asset___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_42__u____u__static__prfx__lock_png___u___asset___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_43__u____u__static_weird__prfx___xfcnl_xf6ck_png___u___asset__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@weird_split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_45__u____u__static__prfx__not_excluded_htm___u___asset___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_46__u_dev___u__static__prfx___xfcnl_xf6ck_png___u___dev__asset___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_47__u_dev___u__static__prfx__lock_png___u___asset___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_48__u_dev___u__static_weird__prfx___xfcnl_xf6ck_png___u___dev__asset__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@weird_split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_50__u_dev___u__static__prfx__not_excluded_htm___u___dev__asset___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_51__u____u__static_special__prfx___xfcnl_xf6ck_png___u___asset__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_52__u____u__static_special__prfx__lock_png___u___asset__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_53__u____u__static_special_weird__prfx___xfcnl_xf6ck_png___u___asset__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_weird_split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_55__u____u__static_special__prfx__not_excluded_htm___u___asset__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_not_excluded.htm /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_56__u_dev___u__static_special__prfx___xfcnl_xf6ck_png___u___dev__asset__special__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_57__u_dev___u__static_special__prfx__lock_png___u___asset__special__prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_58__u_dev___u__static_special_weird__prfx___xfcnl_xf6ck_png___u___dev__asset__special_weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_weird_split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_5__u____u__prfx__not_excluded_htm___u___asset___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_60__u_dev___u__static_special__prfx__not_excluded_htm___u___dev__asset__special__prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@special_split_not_excluded.htm //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@special_split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_61__u____u__static__prfx___xfcnl_xf6ck_png_foo__static__prfx__lock_png___u___asset___prfx___xfcnl_xf6ck_png_foo__encoded_asset__prfx__lock_png___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_%C3%BCnl%C3%B6ck.png\?foo=%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_%C3%BCnl%C3%B6ck.png?foo=%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_62__u____u__static__prfx__lock_png_foo__static__prfx___xfcnl_xf6ck_png___u___asset___prfx__lock_png_foo__encoded_asset__prfx___xfcnl_xf6ck_png___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_lock.png\?foo=%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_lock.png?foo=%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_64__u____u__static__prfx__excluded_html_foo__static__prfx__not_excluded_htm___u___base_asset___prfx__excluded_html_foo__encoded_asset__prfx__not_excluded_htm___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /asset-v1:a\+b\+split\+type@asset\+block@split_excluded.html\?foo=%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_not_excluded.htm /asset-v1:a+b+split+type@asset+block@split_excluded.html?foo=%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_65__u____u__static__prfx__not_excluded_htm_foo__static__prfx__excluded_html___u___asset___prfx__not_excluded_htm_foo__encoded_base_asset__prfx__excluded_html___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm\?foo=%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_excluded.html /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm?foo=%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_excluded.html --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_66__u____u__static__prfx__not_excluded_htm_foo__static__prfx__not_excluded_htm___u___asset___prfx__not_excluded_htm_foo__encoded_asset__prfx__not_excluded_htm___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm\?foo=%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_not_excluded.htm /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm?foo=%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_67__u_dev___u__static__prfx___xfcnl_xf6ck_png_foo__static__prfx__lock_png___u___dev__asset___prfx___xfcnl_xf6ck_png_foo__encoded_asset__prfx__lock_png___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_%C3%BCnl%C3%B6ck.png\?foo=%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_lock.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_%C3%BCnl%C3%B6ck.png?foo=%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_68__u_dev___u__static__prfx__lock_png_foo__static__prfx___xfcnl_xf6ck_png___u___asset___prfx__lock_png_foo__encoded_base_url__encoded_asset__prfx___xfcnl_xf6ck_png___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_lock.png\?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_lock.png?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_6__u_dev___u__prfx___xfcnl_xf6ck_png___u___dev__asset___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_70__u_dev___u__static__prfx__excluded_html_foo__static__prfx__not_excluded_htm___u___base_asset___prfx__excluded_html_foo__encoded_base_url__encoded_asset__prfx__not_excluded_htm___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /asset-v1:a\+b\+split\+type@asset\+block@split_excluded.html\?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_not_excluded.htm /asset-v1:a+b+split+type@asset+block@split_excluded.html?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_71__u_dev___u__static__prfx__not_excluded_htm_foo__static__prfx__excluded_html___u___dev__asset___prfx__not_excluded_htm_foo__encoded_base_asset__prfx__excluded_html___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm\?foo=%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_excluded.html //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm?foo=%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_excluded.html --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_72__u_dev___u__static__prfx__not_excluded_htm_foo__static__prfx__not_excluded_htm___u___dev__asset___prfx__not_excluded_htm_foo__encoded_base_url__encoded_asset__prfx__not_excluded_htm___2_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm\?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv[\d]%2F[a-f0-9]{32}%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_not_excluded.htm //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm?foo=%2F%2Fdev%2Fassets%2Fcourseware%2Fv1%2Ftoot%2Fasset-v1%3Aa%2Bb%2Bsplit%2Btype%40asset%2Bblock%40split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_73__u____u___base_asset___prfx___xfcnl_xf6ck_png___u___asset___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_74__u____u___base_asset___prfx__lock_png___u___asset___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_75__u____u___base_asset__weird__prfx___xfcnl_xf6ck_png___u___asset__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@weird_split_%C3%BCnl%C3%B6ck.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_77__u____u___base_asset___prfx__not_excluded_htm___u___asset___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_78__u_dev___u___base_asset___prfx___xfcnl_xf6ck_png___u___dev__asset___prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_79__u_dev___u___base_asset___prfx__lock_png___u___asset___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_7__u_dev___u__prfx__lock_png___u___asset___prfx__lock_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_lock.png /assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_lock.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_80__u_dev___u___base_asset__weird__prfx___xfcnl_xf6ck_png___u___dev__asset__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@weird_split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_82__u_dev___u___base_asset___prfx__not_excluded_htm___u___dev__asset___prfx__not_excluded_htm___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@split_not_excluded.htm //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@split_not_excluded.htm --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_8__u_dev___u_weird__prfx___xfcnl_xf6ck_png___u___dev__asset__weird__prfx___xfcnl_xf6ck_png___1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@asset\+block@weird_split_%C3%BCnl%C3%B6ck.png //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@asset+block@weird_split_%C3%BCnl%C3%B6ck.png --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_93__u____u___base_th_key___prfx___xfcnl_xf6ck__th_ext____u___th_key___prfx___xfcnl_xf6ck__th_ext____1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@thumbnail\+block@split_%C3%BCnl%C3%B6ck-png-16x16.jpg /assets/courseware/v1/toot/asset-v1:a+b+split+type@thumbnail+block@split_%C3%BCnl%C3%B6ck-png-16x16.jpg --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_94__u____u___base_th_key___prfx__lock__th_ext____u___th_key___prfx__lock__th_ext____1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- /assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@thumbnail\+block@split_lock-png-16x16.jpg /assets/courseware/v1/toot/asset-v1:a+b+split+type@thumbnail+block@split_lock-png-16x16.jpg --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_95__u_dev___u___base_th_key___prfx___xfcnl_xf6ck__th_ext____u___dev__th_key___prfx___xfcnl_xf6ck__th_ext____1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@thumbnail\+block@split_%C3%BCnl%C3%B6ck-png-16x16.jpg //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@thumbnail+block@split_%C3%BCnl%C3%B6ck-png-16x16.jpg --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_canonical_asset_path_with_new_style_assets_96__u_dev___u___base_th_key___prfx__lock__th_ext____u___dev__th_key___prfx__lock__th_ext____1_ (static_replace.test.test_static_replace.CanonicalContentTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py", line 114, in wrapper return func(self, *args, **kwargs) File "/edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py", line 572, in test_canonical_asset_path_with_new_style_assets self.assertIsNotNone(re.match(expected, asset_path)) AssertionError: unexpectedly None -------------------- >> begin captured stdout << --------------------- //dev/assets/courseware/v[\d]/[a-f0-9]{32}/asset-v1:a\+b\+split\+type@thumbnail\+block@split_lock-png-16x16.jpg //dev/assets/courseware/v1/toot/asset-v1:a+b+split+type@thumbnail+block@split_lock-png-16x16.jpg --------------------- >> end captured stdout << ---------------------- ====================================================================== FAIL: test_locked_versioned_asset (openedx.core.djangoapps.contentserver.test.test_contentserver.ContentStoreToyCourseTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py", line 159, in test_locked_versioned_asset self.assertEqual(resp.status_code, 200) AssertionError: 400 != 200 -------------------- >> begin captured logging << -------------------- openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id 'pkc694k2k968ufl9torsw2rckidnhnrh'. audit: INFO: Login success - robot511 (robot+test+511@edx.org) openedx.core.djangoapps.safe_sessions.middleware: ERROR: SafeCookieData BWC parse error: 'godgl5mi5jao5a1imzqiq3xzws2x294o'. --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_locked_versioned_old_styleasset (openedx.core.djangoapps.contentserver.test.test_contentserver.ContentStoreToyCourseTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py", line 170, in test_locked_versioned_old_styleasset self.assertEqual(resp.status_code, 200) AssertionError: 400 != 200 -------------------- >> begin captured logging << -------------------- openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id 'uorj4nwtqbvkfnvxi96iqx9pur9plijg'. audit: INFO: Login success - robot513 (robot+test+513@edx.org) openedx.core.djangoapps.safe_sessions.middleware: ERROR: SafeCookieData BWC parse error: 'q2g6hnyw9vpg82o1eyjwps8m0hue5xed'. --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_unlocked_versioned_asset (openedx.core.djangoapps.contentserver.test.test_contentserver.ContentStoreToyCourseTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py", line 128, in test_unlocked_versioned_asset self.assertEqual(resp.status_code, 200) AssertionError: 400 != 200 -------------------- >> begin captured logging << -------------------- openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id 'lymlo6xa1k2514ngtqkt6mprzxfuw2t0'. audit: INFO: Logout - AnonymousUser --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_unlocked_versioned_asset_old_style (openedx.core.djangoapps.contentserver.test.test_contentserver.ContentStoreToyCourseTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py", line 136, in test_unlocked_versioned_asset_old_style self.assertEqual(resp.status_code, 200) AssertionError: 400 != 200 -------------------- >> begin captured logging << -------------------- openedx.core.djangoapps.safe_sessions.middleware: DEBUG: SafeCookieData received empty user_id 'None' for session_id 't8fwxfep5r5tfadlbed52k2kwdevgg7d'. audit: INFO: Logout - AnonymousUser --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_get_detail (openedx.core.djangoapps.user_api.tests.test_views.UserPreferenceViewSetTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 476, in test_get_detail "url": self.get_uri_for_user(pref.user), File "/edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py", line 59, in get_uri_for_user self.fail() AssertionError: None -------------------- >> begin captured logging << -------------------- openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/user_prefs/" openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/user_prefs/" openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/user_prefs/3/" openedx.core.lib.log_utils: INFO: ApiKeyHeaderPermission used: ip="127.0.0.1", path="/user_api/v1/users/" --------------------- >> end captured logging << --------------------- 661382338 function calls (623517841 primitive calls) in 943.397 seconds Ordered by: cumulative time ncalls tottime percall cumtime percall filename:lineno(function) 1670/1 0.003 0.000 943.397 943.397 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:176(__call__) 1670/1 0.039 0.000 943.397 943.397 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:197(run) 4724 0.008 0.000 875.539 0.185 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:44(__call__) 4724 0.031 0.000 875.531 0.185 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:115(run) 4724 0.028 0.000 873.149 0.185 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:142(runTest) 4723 0.012 0.000 864.138 0.183 /usr/lib/python2.7/unittest/case.py:392(__call__) 4723 0.083 0.000 864.127 0.183 /usr/lib/python2.7/unittest/case.py:295(run) 4354 0.047 0.000 848.890 0.195 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:170(__call__) 63392/24886 0.365 0.000 629.665 0.025 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:44(inner) 5064 0.093 0.000 512.615 0.101 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:108(send) 5064 0.293 0.000 510.184 0.101 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:193(send_robust) 7208/5565 0.033 0.000 468.167 0.084 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:555(create) 7258/5637 0.108 0.000 466.797 0.083 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:463(_generate) 7258 0.089 0.000 459.493 0.063 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:435(_prepare) 19905/19888 0.258 0.000 421.718 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:455(apply_async) 22402/19890 0.711 0.000 420.255 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:687(apply) 22402/19890 0.434 0.000 419.070 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:352(eager_trace_task) 22402/19890 0.702 0.000 417.698 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:209(trace_task) 10044 0.055 0.000 407.922 0.041 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/draft_and_published.py:120(_flag_publish_event) 8448 0.027 0.000 340.873 0.040 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:102(wrapper) 11913 0.149 0.000 291.775 0.024 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:453(update_item) 3939 0.065 0.000 274.780 0.070 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/signals.py:13(_listen_for_course_publish) 6423/3938 0.112 0.000 271.755 0.069 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py:24(update_course_in_cache) 6422 0.018 0.000 267.900 0.042 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py:22(update_course_in_cache) 6422 0.027 0.000 267.335 0.042 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:107(update_collected) 6438 0.108 0.000 265.801 0.041 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:78(get_collected) 1829 0.078 0.000 261.211 0.143 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:318(_create) 65398 0.455 0.000 215.693 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:50(get_item) 69587 0.306 0.000 210.223 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1153(get_item) 1836 0.010 0.000 197.659 0.108 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:885(publish) 1718 0.020 0.000 196.460 0.114 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:260(publish) 3331 0.021 0.000 186.529 0.056 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:735(create_child) 3187 0.035 0.000 185.482 0.058 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:206(create_child) 2994/499 0.045 0.000 172.576 0.346 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:583(retry) 2495/499 0.026 0.000 172.537 0.346 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:177(apply) 65840 0.389 0.000 171.548 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:965(_load_items) 2667 0.055 0.000 167.053 0.063 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1407(create_child) 5430 0.044 0.000 163.933 0.030 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1381(create_item) 37 0.003 0.000 161.338 4.360 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:184(_create) 37 0.004 0.000 160.193 4.330 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:145(_create) 40661 0.198 0.000 155.802 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:83(get_published) 6439 0.056 0.000 150.219 0.023 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/factory.py:11(create_from_modulestore) 1272 0.027 0.000 147.373 0.116 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:663(publish) 3197 0.020 0.000 142.319 0.045 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:775(update_item) 3046 0.037 0.000 141.944 0.047 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:227(update_item) 121702/98523 4.547 0.000 136.088 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:227(load_item) 1036/185 0.015 0.000 125.056 0.676 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:156(create_sub_tree) 13907/13899 0.031 0.000 121.760 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:442(delay) 339698/230825 1.178 0.000 121.212 0.001 /usr/lib/python2.7/contextlib.py:21(__exit__) 121640/91536 0.242 0.000 120.335 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:180(bulk_operations) 60820/45768 0.413 0.000 114.864 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:264(_end_bulk_operation) 6431 0.166 0.000 108.890 0.017 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:73(collect) 57963 1.945 0.000 105.654 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:888(_load_item) 2263 0.008 0.000 104.157 0.046 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:316(send_bulk_published_signal) 1910 0.036 0.000 103.216 0.054 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:353(generic) 1612 0.047 0.000 103.070 0.064 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:428(request) 1612 0.037 0.000 102.838 0.064 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:105(__call__) 1612 0.201 0.000 102.107 0.063 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:94(get_response) 23 0.001 0.000 99.743 4.337 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:144(setUp) 25236 0.228 0.000 96.200 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:135(get_item) 25432 0.135 0.000 94.101 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:253(get_item) 1097 0.006 0.000 88.947 0.081 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py:112(wrapper) 1762/1745 0.014 0.000 85.689 0.049 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:142(inner) 354810 0.397 0.000 84.704 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:673() 81165 0.213 0.000 83.715 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:473(get_children) 81165 0.224 0.000 83.501 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:394(get_children) 459795/433893 0.930 0.000 83.146 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongodb_proxy.py:49(wrapper) 78592 0.467 0.000 80.637 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:488(get_child) 18765 0.211 0.000 79.474 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:147(get_course) 1396/1134 0.008 0.000 79.306 0.070 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py:19(_wrapped_view) 273276 0.375 0.000 79.210 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1677(__next__) 78592 0.380 0.000 79.099 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:385(get_child) 74468 0.104 0.000 77.155 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1434(get_block) 18808 0.122 0.000 76.247 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:370(get_course) 117201/117024 0.767 0.000 74.904 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:963(_fetch_all) 62752/6431 0.483 0.000 74.681 0.012 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/factory.py:37(build_block_structure) 71 0.001 0.000 74.613 1.051 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:653(import_course_from_xml) 144721 1.710 0.000 72.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:229(iterator) 22385403 43.124 0.000 71.739 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:370(_key) 398798 1.474 0.000 71.383 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:913() 4157558/2551563 5.365 0.000 71.194 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:492(__get__) 1870534 11.968 0.000 69.908 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:10(filter_applies) 162446/138769 0.833 0.000 68.579 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:126(manager_method) 39240/36050 0.138 0.000 68.367 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:298(bulk_operations) 39310/36120 0.144 0.000 67.896 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:991(bulk_operations) 2203 0.017 0.000 67.670 0.031 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:441(try_run) 141013 1.443 0.000 67.579 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:813(execute_sql) 1670 0.015 0.000 67.085 0.040 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:268(setUp) 1081 0.005 0.000 67.050 0.062 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:300(setupContext) 65840 1.125 0.000 65.231 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:847(_cache_children) 67758 0.511 0.000 64.486 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:320(get) 15729525/8113032 12.742 0.000 62.071 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:388(__hash__) 14489 0.141 0.000 62.018 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1093(get_course) 3939 0.117 0.000 60.912 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/signals.py:10(_listen_for_course_publish) 938/920 0.006 0.000 59.869 0.065 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/http.py:35(inner) 26892 0.153 0.000 59.047 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:89(get_draft) 2704 0.050 0.000 58.429 0.022 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:367(publish) 156 0.004 0.000 57.915 0.371 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:426(run_imports) 2105 0.093 0.000 57.069 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:116(index) 1027 0.006 0.000 56.798 0.055 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:305(post) 927 0.005 0.000 56.783 0.061 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:505(post) 20 0.000 0.000 56.385 2.819 /usr/lib/python2.7/subprocess.py:769(communicate) 18716 0.571 0.000 56.381 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:812(_query_children_for_cache_children) 4836 0.275 0.000 55.918 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:186(load_from_module_store) 13933 0.482 0.000 55.583 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1486(update_item) 1998 0.075 0.000 55.443 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/signals.py:20(listen_for_course_publish) 1 0.000 0.000 55.258 55.258 /edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/tests/test_render.py:46(setUpClass) 1 0.000 0.000 55.258 55.258 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/easy.py:50(__call__) 1 0.000 0.000 55.258 55.258 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:142(call_task) 3/1 0.000 0.000 55.257 55.257 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:313(__call__) 3/1 0.000 0.000 55.257 55.257 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:157(_run_task) 3/1 0.000 0.000 55.257 55.257 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:181(do_task) 3/2 0.000 0.000 55.257 27.629 /edx/app/edxapp/edx-platform/pavelib/utils/timer.py:18(timed) 1 0.000 0.000 55.250 55.250 /edx/app/edxapp/edx-platform/pavelib/assets.py:783(update_assets) 18 0.000 0.000 55.240 3.069 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/shell.py:27(sh) 20/19 0.000 0.000 55.240 2.907 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/easy.py:5(dry) 18 0.000 0.000 55.238 3.069 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/shell.py:43(runpipe) 40 55.164 1.379 55.164 1.379 /usr/lib/python2.7/subprocess.py:473(_eintr_retry_call) 20 0.000 0.000 54.922 2.746 /usr/lib/python2.7/subprocess.py:1387(wait) 483997 3.979 0.000 54.639 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:236(_traverse_generic) 1998 0.037 0.000 54.012 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:94(update_search_index) 12 0.000 0.000 53.781 4.482 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:956(setUp) 97575 0.671 0.000 50.739 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:916(find_one) 2642406 9.770 0.000 50.248 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:315(replace) 72130/72071 0.086 0.000 47.619 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:143(__len__) 7878 0.095 0.000 46.094 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/certificates/signals.py:13(_listen_for_course_publish) 123624/123619 0.521 0.000 46.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:626(construct_xblock_from_class) 243/215 0.003 0.000 43.416 0.202 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1614(_inner) 878/693 0.012 0.000 43.402 0.063 /edx/app/edxapp/edx-platform/common/djangoapps/util/json_request.py:40(parse_json_into_request) 511 0.005 0.000 42.719 0.084 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:46(ajax_post) 73371 0.443 0.000 42.627 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1064(_find_one) 4111921 7.303 0.000 41.851 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:202(__eq__) 31930/30825 0.277 0.000 38.640 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:654(save) 31930/30825 0.459 0.000 38.236 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:737(save_base) 112334/112308 2.661 0.000 38.156 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:362(as_sql) 26573 0.942 0.000 37.804 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:873(__init__) 7878 0.120 0.000 37.694 0.005 /edx/app/edxapp/edx-platform/lms/djangoapps/certificates/signals.py:22(enable_self_generated_certs) 730759 3.654 0.000 37.432 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:648(replace) 1455 0.021 0.000 36.031 0.025 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1181(patched) 3387961/2350035 7.498 0.000 35.668 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:376(__eq__) 878/815 0.014 0.000 34.734 0.043 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:99(_wrapped_view) 1373 0.017 0.000 34.342 0.025 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:626(create_course) 724 0.007 0.000 34.187 0.047 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:295(get) 557/552 0.003 0.000 34.165 0.062 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:495(get) 1287439 11.097 0.000 33.537 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:154(__init__) 8345 0.202 0.000 33.196 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:238(get_from_id) 152192 0.790 0.000 32.849 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:688(_filter_or_exclude) 148370 0.212 0.000 32.770 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:674(filter) 6 0.001 0.000 31.549 5.258 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:36(setUp) 2055 0.061 0.000 30.749 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/signals.py:11(listen_for_course_publish) 1127 0.028 0.000 29.837 0.026 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:140(update_item) 18716 0.252 0.000 29.519 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:834(_query_children_for_cache_children) 1 0.000 0.000 29.193 29.193 /edx/app/edxapp/edx-platform/pavelib/assets.py:682(execute_compile_sass) 2058413 2.403 0.000 28.824 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:212(has) 114377443 28.601 0.000 28.601 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:374() 1282 0.045 0.000 28.475 0.022 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:105(_create) 6418 0.076 0.000 28.018 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:55(collect) 8894123/451699 14.349 0.000 26.882 0.000 /usr/lib/python2.7/copy.py:145(deepcopy) 12 0.002 0.000 26.790 2.233 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:964(_setup_course_with_content) 157225/157220 0.990 0.000 26.618 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1291(add_q) 2064 0.053 0.000 26.527 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tasks.py:63(update_course_structure) 6 0.000 0.000 26.395 4.399 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:738(setUp) 112334 0.466 0.000 26.244 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:42(pre_sql_setup) 1199 0.042 0.000 25.616 0.021 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1275(create_course) 8 0.001 0.000 25.441 3.180 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:43(setUp) 2978884 1.448 0.000 25.242 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:33() 164790 0.626 0.000 25.108 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:661(find) 159830/157220 1.352 0.000 25.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1317(_add_q) 2272129 5.356 0.000 24.876 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:270(__init__) 2774976 12.255 0.000 24.805 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:149(_key) 12836 0.618 0.000 24.445 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:102(collect_merged_date_field) 164790 1.235 0.000 24.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1662(__init__) 31930 0.666 0.000 23.790 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:799(_save_table) 7 0.001 0.000 23.712 3.387 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:27(setUp) 12836 0.622 0.000 23.534 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:58(collect_merged_boolean_field) 164790 0.635 0.000 22.778 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:672(_get_dataset) 1750341/583447 2.248 0.000 22.614 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:172() 2067 0.195 0.000 22.255 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tasks.py:15(_generate_course_structure) 6418 0.043 0.000 22.133 0.003 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/hidden_content.py:61(collect) 315099/263993 1.258 0.000 22.117 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:166(send) 5749742 13.720 0.000 22.105 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:145(items) 15 0.001 0.000 21.718 1.448 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:566(setUp) 320 0.005 0.000 21.697 0.068 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:89(xblock_handler) 1376026 2.081 0.000 21.487 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:668(is_set_on) 4169/1272 0.066 0.000 21.417 0.017 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:684(_internal_depth_first) 171843/171833 2.878 0.000 21.313 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1120(build_filter) 112334 0.528 0.000 21.091 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:36(setup_query) 12 0.001 0.000 21.060 1.755 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1050(_setup_split_test_module) 1964039/1570568 5.121 0.000 20.611 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:352(compile) 587 0.018 0.000 20.517 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:75(setUp) 190020 2.523 0.000 20.434 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:747(_copy_only_fields) 112334 2.308 0.000 20.404 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:158(get_select) 123694 0.504 0.000 20.085 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1438(load_block_type) 15375 0.140 0.000 20.070 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:769(_load_items) 3939 0.084 0.000 19.948 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/signals.py:9(_listen_for_course_publish) 37116 0.060 0.000 19.831 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:147(__iter__) 26230 0.211 0.000 19.666 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:827(_lookup_course) 51112 0.634 0.000 19.467 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:771(_get_cached_metadata_inheritance_tree) 190899 1.296 0.000 19.465 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:912(_iter_documents) 24876 0.256 0.000 19.403 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:96(_load_item) 664 0.014 0.000 19.250 0.029 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:177(create_child) 217702 0.779 0.000 19.204 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:58(execute) 3951 0.052 0.000 19.004 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/api.py:83(course_info_to_ccxcon) 1115/191 0.026 0.000 18.905 0.099 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py:79(call_command) 87121/86407 1.081 0.000 18.831 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/errors.py:226(wrapper) 3945/3940 0.037 0.000 18.736 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tasks.py:22(update_ccxcon) 1101/177 0.018 0.000 18.731 0.106 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:408(execute) 115443 0.396 0.000 18.720 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:193(fetch_disabled_xblock_types) 36424 1.770 0.000 18.585 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1558(_serialize_scope) 217702 12.354 0.000 18.132 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:314(execute) 909056/380725 2.822 0.000 17.917 0.000 /usr/lib/python2.7/copy.py:253(_deepcopy_dict) 4055 0.049 0.000 17.851 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/courses.py:59(get_course_by_id) 2069 0.007 0.000 17.766 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:398(supplemental_index_information) 2069 0.179 0.000 17.759 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:574(index_about_information) 2671361 2.507 0.000 17.698 0.000 /usr/lib/python2.7/collections.py:133(itervalues) 12943/12569 0.082 0.000 17.618 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:396(get_or_create) 79 0.003 0.000 17.616 0.223 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:335(__init__) 79 0.002 0.000 17.609 0.223 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:390(try_load_course) 79 2.199 0.028 17.603 0.223 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:455(load_course) 3939 0.078 0.000 17.479 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/signals.py:11(_listen_for_course_publish) 78 0.002 0.000 17.395 0.223 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:184(__init__) 4976490/139496 9.230 0.000 17.355 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:688(_copy_field) 4791 0.480 0.000 17.242 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:101(_create_from_course) 10071 0.056 0.000 17.180 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:275(get_item) 67274 1.095 0.000 17.156 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:88(__init__) 15680 0.070 0.000 16.896 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:812(refresh_cached_metadata_inheritance_tree) 3 0.001 0.000 16.670 5.557 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:126(import_and_populate_course) 10071 0.115 0.000 16.493 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1126(get_item) 8068 0.096 0.000 16.113 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:516(delete) 2967 0.016 0.000 15.848 0.005 /usr/lib/python2.7/unittest/case.py:376(doCleanups) 11496 0.735 0.000 15.834 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:687(_compute_metadata_inheritance_tree) 31 0.001 0.000 15.518 0.501 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/helpers.py:137(config_course_cohorts) 1 0.000 0.000 15.514 15.514 /edx/app/edxapp/edx-platform/pavelib/assets.py:646(collect_assets) 285543/244674 0.596 0.000 15.509 0.000 /usr/lib/python2.7/copy.py:226(_deepcopy_list) 85534 0.382 0.000 15.457 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:336(_convert_reference_to_key) 1294945/1166630 4.754 0.000 15.433 0.000 /usr/lib/python2.7/copy.py:306(_reconstruct) 26202 0.142 0.000 15.207 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:321(get_structure) 12 0.003 0.000 15.135 1.261 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:20(create_course_with_orphans) 456788 4.068 0.000 15.117 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:851(_sanitize) 1372/109 0.039 0.000 14.924 0.137 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:84(process_xml) 1 0.000 0.000 14.877 14.877 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:311(test_export_course_roundtrip) 1372/109 0.031 0.000 14.850 0.136 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1562(xblock_from_node) 2272129 7.090 0.000 14.831 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:308(_unchecked_init) 233625/233617 1.157 0.000 14.799 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:176(from_string) 898012 1.054 0.000 14.795 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:81(get_parents) 75 0.001 0.000 14.522 0.194 /usr/lib/python2.7/threading.py:597(wait) 75 14.521 0.194 14.521 0.194 /usr/lib/python2.7/threading.py:309(wait) 37 0.000 0.000 14.513 0.392 /usr/lib/python2.7/SocketServer.py:238(shutdown) 4795 0.037 0.000 14.504 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1048(_get_structure) 25 0.003 0.000 14.354 0.574 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:616(setUp) 256953 0.388 0.000 14.178 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:175(_from_deprecated_son) 4555 0.025 0.000 14.163 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:56(get_course) 36 0.000 0.000 14.014 0.389 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/http.py:264(shutdown) 24505 0.209 0.000 13.993 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1458(_update_single_item) 2241036 1.757 0.000 13.975 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/helpers.py:77(__hash__) 1364 0.030 0.000 13.937 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1309(create_course) 4555 0.024 0.000 13.845 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1057(get_course) 2849 0.011 0.000 13.788 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/__init__.py:87(safe_load) 1014/114 0.038 0.000 13.780 0.121 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:317(parse_xml) 2849 0.036 0.000 13.776 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/__init__.py:64(load) 1266/108 0.006 0.000 13.740 0.127 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:551(parse_xml) 1270/108 0.016 0.000 13.739 0.127 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1068(parse_xml) 8438 0.212 0.000 13.689 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:316(get_structure) 925/95 0.009 0.000 13.689 0.144 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:524(from_xml) 184 0.024 0.000 13.660 0.074 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:947(templates) 72 0.002 0.000 13.631 0.189 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:961(from_xml) 2849 0.008 0.000 13.488 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:35(get_single_data) 6418 0.031 0.000 13.470 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/start_date.py:48(collect) 67 0.001 0.000 13.405 0.200 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:139(_create_item) 932544 2.586 0.000 13.301 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:635(__init__) 2849 0.014 0.000 13.257 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:29(get_single_node) 574/105 0.010 0.000 13.182 0.126 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:207(load_definition) 26109 0.149 0.000 13.148 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:340(update) 339698/275574 0.490 0.000 13.134 0.000 /usr/lib/python2.7/contextlib.py:15(__enter__) 241547 0.937 0.000 13.110 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:194(_get_bulk_ops_record) 662347 1.017 0.000 13.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:411(_mark_dirty) 444382/444307 1.442 0.000 13.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:472(_get_default_value_to_cache) 6061155 2.852 0.000 13.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:326() 72 0.002 0.000 13.029 0.181 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:991(definition_from_xml) 381/72 0.036 0.000 13.025 0.181 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py:531(definition_from_xml) 26109 0.557 0.000 12.999 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:347(_update) 2849 0.010 0.000 12.969 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:50(compose_document) 23151/2849 0.090 0.000 12.936 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:63(compose_node) 84 0.001 0.000 12.864 0.153 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:57(get_html) 7667314 8.158 0.000 12.864 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/abc.py:128(__instancecheck__) 79143 0.107 0.000 12.851 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:94(check_event) 93561 0.527 0.000 12.830 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:283(make_usage_key_from_deprecated_string) 2071 0.005 0.000 12.809 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:360(_fetch_top_level) 253188 0.375 0.000 12.616 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:463(as_published) 12 0.001 0.000 12.550 1.046 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1718(setUp) 1568539 0.988 0.000 12.518 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:125(__contains__) 1151/443 0.044 0.000 12.517 0.028 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:134(render_to_string) 5662/2832 0.058 0.000 12.508 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:117(compose_mapping_node) 6418 0.025 0.000 12.488 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/visibility.py:44(collect) 13914577 12.428 0.000 12.431 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:332(__setattr__) 15465 0.088 0.000 12.370 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:851(_do_update) 200 0.009 0.000 12.369 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:189(create_xblock) 30668 0.190 0.000 12.318 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:910(_insert) 2241036 4.741 0.000 12.218 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/helpers.py:65(__key) 215578 0.267 0.000 12.144 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:113(check_token) 256953 0.964 0.000 12.069 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1013(_from_deprecated_son) 9111/9108 0.104 0.000 11.922 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:176(collect) 58309/58303 10.902 0.000 11.794 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:42(_os_makedirs) 6950/1797 0.195 0.000 11.730 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:166(prepare_item_index) 146 0.002 0.000 11.657 0.080 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:191(render_to_response) 143293 0.396 0.000 11.576 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:788(results_iter) 16568 0.538 0.000 11.575 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:173(xblock_from_json) 628832 0.379 0.000 11.537 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:379(__ne__) 150 0.002 0.000 11.503 0.077 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:94(create_xblock) 33326 0.136 0.000 11.503 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:153(fetch_more_tokens) 1293747 1.973 0.000 11.484 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:216(to_dict) 1374 0.006 0.000 11.482 0.008 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:72(__call__) 30668 0.243 0.000 11.343 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:969(execute_sql) 12836 0.101 0.000 11.305 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/split_test.py:32(collect) 10151 0.027 0.000 11.303 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:446(parse_block_mapping_value) 34 0.005 0.000 11.253 0.331 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:182(update_from_json) 1587 0.042 0.000 11.251 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:669(_update_and_import_module) 77 0.001 0.000 11.204 0.146 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:231(course_handler) 50 0.021 0.000 11.184 0.224 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:178(get_component_templates) 669898 0.762 0.000 10.909 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:96(get_children) 122 0.002 0.000 10.900 0.089 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:109(save_course) 52 0.001 0.000 10.878 0.209 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:801(create_new_course_in_store) 6418 0.278 0.000 10.785 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:21(collect_unioned_set_field) 11262/10654 0.072 0.000 10.561 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:341(create) 184 0.008 0.000 10.514 0.057 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:608(_create_item) 22847/12275 0.114 0.000 10.469 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1477(_update_ancestors) 1151/443 0.004 0.000 10.390 0.023 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:447(render_unicode) 1152/444 0.023 0.000 10.388 0.023 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:811(_render) 139/121 0.004 0.000 10.374 0.086 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:193(inner) 397 0.006 0.000 10.356 0.026 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:152(update_about_item) 58 0.003 0.000 10.353 0.179 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:715(_create_or_rerun_course) 1153/444 0.008 0.000 10.347 0.023 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:857(_render_context) 15047 0.118 0.000 10.232 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:76(fetch_about_attribute) 1153/444 0.008 0.000 10.227 0.023 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:871(_exec_template) 84415 0.370 0.000 10.207 0.000 /usr/lib/python2.7/logging/__init__.py:1267(_log) 3470 0.005 0.000 10.182 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:635(fetch_literal) 3470 0.014 0.000 10.178 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:641(fetch_block_scalar) 3470 2.557 0.001 10.162 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:983(scan_block_scalar) 78 0.006 0.000 10.155 0.130 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:375(recursive_build) 52 0.002 0.000 10.148 0.195 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:778(_create_new_course) 71 0.001 0.000 10.003 0.141 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:551(import_children) 177 0.056 0.000 9.802 0.055 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:36(render_body) 305581 1.515 0.000 9.757 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:939(_clone) 30 0.006 0.000 9.740 0.325 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:35(setUp) 15465 0.124 0.000 9.710 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:568(_update) 425475 0.926 0.000 9.642 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:543(set_transformer_block_field) 21359 0.056 0.000 9.517 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:879(_do_insert) 9056229/1293747 9.508 0.000 9.509 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:223(transform_value) 43611910 9.482 0.000 9.490 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:122(__iter__) 3752565/3751911 5.751 0.000 9.442 0.000 /usr/lib/python2.7/copy.py:66(copy) 6418 0.303 0.000 9.439 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:78(_collect_explicit_graded) 1 0.000 0.000 9.380 9.380 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:48(test_update_and_fetch) 9 0.001 0.000 9.348 1.039 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_tasks.py:105(test_calculate_course_xblocks_data_queries) 2704 0.091 0.000 9.312 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2285(copy) 5259 0.021 0.000 9.272 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:122(load_classes) 2 0.000 0.000 9.267 4.633 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:376(check_import) 54 0.001 0.000 9.172 0.170 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2140(_create_child) 10 0.001 0.000 9.069 0.907 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:41(_create_content_experiment) 15414883 5.892 0.000 9.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:860() 181 0.006 0.000 8.931 0.049 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:22(create_course) 9 0.002 0.000 8.918 0.991 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:149(create_course_with_blocks) 15471 0.115 0.000 8.910 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:1055(execute_sql) 15 0.001 0.000 8.893 0.593 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:26(setUp) 1397 0.021 0.000 8.872 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:987(get_template) 817 0.029 0.000 8.825 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/testing.py:31(login_with_safe_session) 6416 0.060 0.000 8.824 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:142(get_items) 188515 1.587 0.000 8.818 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:965(_from_deprecated_string) 324383 0.978 0.000 8.732 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:198(_get_bulk_ops_record) 35 0.001 0.000 8.709 0.249 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:155(_perform_test_using_store) 258427/253264 1.165 0.000 8.661 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:83(as_sql) 1294/78 0.023 0.000 8.614 0.110 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:383(depth_first) 4018 0.015 0.000 8.553 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:67(_load_class_entry_point) 4012 0.014 0.000 8.538 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2283(load) 1521 0.022 0.000 8.494 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:213(import_xblock) 2614 0.018 0.000 8.479 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:845(_post_teardown) 4012 0.058 0.000 8.479 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2308(require) 10736 0.312 0.000 8.450 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:22(get_changed_fields_dict) 8 0.000 0.000 8.423 1.053 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:318(setUp) 3500 0.022 0.000 8.412 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:479(call) 2830 0.011 0.000 8.398 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1212(resource_string) 6548 0.039 0.000 8.388 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:261(get_items) 1198 8.139 0.007 8.336 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/filesystem.py:33(load_template_source) 7863/7776 0.056 0.000 8.334 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:432(_create_object_from_params) 3961 0.014 0.000 8.333 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/django.py:128(_create) 66831 0.203 0.000 8.284 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:75(strip_key_collection) 2830 0.008 0.000 8.281 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1456(get_resource_string) 948 0.030 0.000 8.259 0.009 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:305(render_include) 2830 8.258 0.003 8.258 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1576(_get) 2 0.000 0.000 8.150 4.075 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:283(setUp) 1529 0.008 0.000 8.144 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:756(import_xblock) 171709/81871 1.111 0.000 8.081 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:59(strip_key_func) 2186 0.037 0.000 8.050 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:339(search) 2097 0.019 0.000 8.040 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:102(remove_deleted_items) 96872/96868 0.864 0.000 8.036 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1618(_get_raw_parent_location) 106824 2.749 0.000 8.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:388(__init__) 2196 0.384 0.000 7.976 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:52(_filter_intersection) 3616 0.015 0.000 7.960 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:105(_auto_publish_no_children) 12 0.000 0.000 7.925 0.660 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:872(_fixture_teardown) 12 0.013 0.001 7.909 0.659 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/flush.py:31(handle) 81 3.868 0.048 7.907 0.098 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:192(stop) 3439 0.124 0.000 7.904 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:817(_collect_requested_xblock_fields) 14 0.001 0.000 7.886 0.563 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_tasks.py:23(setUp) 14 0.000 0.000 7.883 0.563 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:45(setUp) 1 0.000 0.000 7.880 7.880 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_clone_course.py:27(test_clone_course) 8868 0.055 0.000 7.773 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:89(add) 3273 0.019 0.000 7.763 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/django.py:110(_get_or_create) 292624 0.575 0.000 7.679 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:6(get_field_on_block) 817 0.036 0.000 7.663 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:584(login) 326043 4.789 0.000 7.658 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:248(clone) 7955 0.016 0.000 7.654 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:169(__nonzero__) 7955 0.012 0.000 7.638 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:165(__bool__) 928724 1.803 0.000 7.592 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:60(value_matches) 211647 0.475 0.000 7.559 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:827(_set_xblock_field) 78 0.001 0.000 7.470 0.096 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:223(import_static) 14 0.003 0.000 7.463 0.533 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:53(setup_data) 47 6.089 0.130 7.433 0.158 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:58(import_static_content) 19 0.002 0.000 7.288 0.384 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:753(setUp) 30668 1.293 0.000 7.256 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:912(as_sql) 17 0.002 0.000 7.256 0.427 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:99(container_handler) 1 0.000 0.000 7.249 7.249 /edx/app/edxapp/edx-platform/pavelib/assets.py:626(process_xmodule_assets) 1390 0.008 0.000 7.193 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1441(import_xblock) 72 0.000 0.000 7.062 0.098 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:134(tearDown) 1671 0.009 0.000 7.057 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/factories.py:95(profile) 1085213 0.516 0.000 7.028 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:282() 89693 0.149 0.000 6.972 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:867(from_json) 51 0.004 0.000 6.953 0.136 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/utils.py:38(seed_permissions_roles) 1343913 2.366 0.000 6.947 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:628(as_sql) 100591 1.534 0.000 6.928 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:769(get_converters) 13 0.000 0.000 6.861 0.528 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:51(load_test_import_course) 16842 0.166 0.000 6.853 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/api.py:16(disabled_xblocks) 8570 0.055 0.000 6.852 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:456(user_pre_save_callback) 624991 0.840 0.000 6.819 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:320(for_branch) 161894/161884 0.542 0.000 6.818 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:217(as_sql) 15687252 6.785 0.000 6.785 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/helpers.py:66() 4049142/2822711 6.381 0.000 6.774 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:61(iter_key_candidates) 15471 1.416 0.000 6.763 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:1000(as_sql) 20 0.003 0.000 6.759 0.338 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:56(_create_cohorts) 1693 0.010 0.000 6.674 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:924(get_asides) 6418 0.058 0.000 6.666 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/user_partitions.py:29(collect) 6418 0.054 0.000 6.644 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py:39(collect) 4012 0.628 0.000 6.596 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:787(resolve) 69509 0.042 0.000 6.580 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:643(read_from) 6418 0.280 0.000 6.556 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py:22(collect) 11 0.000 0.000 6.540 0.595 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/utils.py:17(setUp) 1069 0.020 0.000 6.524 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:159(create_item) 3213 0.025 0.000 6.499 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:93(add_permission) 19291398 6.496 0.000 6.496 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:70(__eq__) 7876 0.068 0.000 6.491 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/certificates/models.py:840(is_enabled_for_course) 1301 0.011 0.000 6.462 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1487(applicable_aside_types) 1303 0.006 0.000 6.461 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:938(applicable_aside_types) 65 0.000 0.000 6.451 0.099 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:335(put) 47 0.000 0.000 6.449 0.137 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:539(put) 24929 0.193 0.000 6.357 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:130(current) 10883 0.129 0.000 6.353 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:197(on_error) 67508 0.198 0.000 6.301 0.000 /usr/lib/python2.7/logging/__init__.py:1157(info) 42 0.001 0.000 6.294 0.150 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:40(initialize_permissions) 1152 0.034 0.000 6.284 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:387(setUp) 84415 0.143 0.000 6.283 0.000 /usr/lib/python2.7/logging/__init__.py:1288(handle) 9 0.001 0.000 6.155 0.684 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:221(setUp) 5229 0.039 0.000 6.100 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:328(get_items) 4797 0.056 0.000 6.097 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:971(add) 6880 0.066 0.000 6.089 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:311(create_xblock) 22 0.001 0.000 6.081 0.276 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2210(_create_course) 84415 0.326 0.000 6.076 0.000 /usr/lib/python2.7/logging/__init__.py:1320(callHandlers) 9 0.000 0.000 6.064 0.674 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:14(setUp) 60820 0.225 0.000 6.057 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:242(_begin_bulk_operation) 122355 0.722 0.000 6.057 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mako_module.py:27(__init__) 143611 0.441 0.000 6.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1079(build_lookup) 10397 0.031 0.000 5.984 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:349(base_get_items) 384 0.010 0.000 5.983 0.016 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1215(enroll) 4797 0.226 0.000 5.979 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1051(_add_items) 6 0.000 0.000 5.951 0.992 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:21(setUp) 44478 0.912 0.000 5.923 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:45(get) 10397 0.133 0.000 5.919 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1202(get_items) 171817 0.434 0.000 5.890 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:103(__init__) 71 0.000 0.000 5.784 0.081 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:563(delete) 72 0.000 0.000 5.784 0.080 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:347(delete) 2069 0.016 0.000 5.768 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:598() 39 0.002 0.000 5.766 0.148 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1564(group_configurations_detail_handler) 1 0.000 0.000 5.764 5.764 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1543(test_cms_imported_course_walkthrough) 9691763 5.763 0.000 5.763 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:70(__contains__) 84413 0.305 0.000 5.750 0.000 /usr/lib/python2.7/logging/__init__.py:746(handle) 938142/938139 0.960 0.000 5.728 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:167(__str__) 598973 0.374 0.000 5.655 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:705(get_db_prep_save) 1 0.000 0.000 5.624 5.624 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_clone_course.py:105(test_rerun_course) 3102611 3.349 0.000 5.615 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:335(quote_name_unless_alias) 42596 0.077 0.000 5.593 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:649(read_json) 29934 0.074 0.000 5.570 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1891(service) 140264 0.325 0.000 5.497 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2910(__contains__) 29789 0.179 0.000 5.480 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1513(service) 171817 0.301 0.000 5.456 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:142(get_prep_lookup) 12 0.001 0.000 5.398 0.450 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1114(_setup_content_groups) 306127 0.552 0.000 5.385 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:518(get_transformer_block_field) 12 0.001 0.000 5.362 0.447 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/flush.py:98(emit_post_migrate) 438767 0.507 0.000 5.356 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:737(_get_or_create_block) 10 0.000 0.000 5.345 0.534 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:56(setUp) 12 0.005 0.000 5.323 0.444 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/sql.py:268(emit_post_migrate_signal) 25094 0.275 0.000 5.311 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:475(from_json) 4 0.001 0.000 5.288 1.322 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/test.py:33(setUp) 10883 0.030 0.000 5.280 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:77(handle_error_state) 10883 0.187 0.000 5.250 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:107(handle_failure) 42 0.000 0.000 5.164 0.123 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:170(publish_item) 27143 0.418 0.000 5.156 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:278(__init__) 98698 0.770 0.000 5.117 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:117(timer) 111309 2.582 0.000 5.092 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:483(get_default_columns) 140264 0.315 0.000 5.090 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:700(contains) 6418 0.142 0.000 5.044 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:116(_collect_max_scores) 6880 0.161 0.000 4.992 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1315(create_xblock) 877666 4.990 0.000 4.990 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:99(forward) 6418 0.056 0.000 4.985 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/library_content.py:30(collect) 1 0.000 0.000 4.965 4.965 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_db.py:217(test_migrations_are_in_sync) 1 0.000 0.000 4.961 4.961 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/makemigrations.py:38(handle) 28 0.001 0.000 4.932 0.176 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:201(setup_course_base) 65324 0.390 0.000 4.918 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:28(wrap_draft) 18 0.000 0.000 4.906 0.273 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1167(assert_created_course) 6784 0.110 0.000 4.851 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:238(_end_outermost_bulk_operation) 648 0.075 0.000 4.816 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py:60(create_permissions) 1681 4.783 0.003 4.816 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:206(open) 58443 0.165 0.000 4.803 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:453(as_draft) 1 0.000 0.000 4.796 4.796 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1762(test_image_import) 664 0.019 0.000 4.791 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1736(create_child) 922 0.020 0.000 4.767 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:89(login) 2786022 2.107 0.000 4.764 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/utils.py:21(_is_iterable) 423466 0.334 0.000 4.731 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:789(get_xblock) 13611 0.193 0.000 4.643 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:280(_insert) 10 0.001 0.000 4.617 0.462 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:31(setUp) 153 0.010 0.000 4.614 0.030 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:79(inherit_permissions) 7891 0.014 0.000 4.563 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:483(latest) 1 0.000 0.000 4.557 4.557 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1624(test_import_into_new_course_id_wiki_slug_renamespacing) 105852 0.424 0.000 4.551 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:201(_get_modulestore_for_courselike) 7891 0.062 0.000 4.549 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:464(_earliest_or_latest) 443227 0.523 0.000 4.472 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:231(default) 2 0.000 0.000 4.470 2.235 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py:37(test_delete_orphans_commit) 215410 0.653 0.000 4.462 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:156(cursor) 55863 0.053 0.000 4.410 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:502(get_value) 87/22 0.010 0.000 4.402 0.200 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:638(_duplicate_item) 9108/9105 0.259 0.000 4.376 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:272(delete) 112334 0.953 0.000 4.368 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:222(get_order_by) 10883 0.112 0.000 4.367 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/einfo.py:115(__init__) 42036 0.131 0.000 4.345 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:484(from_db) 746854 0.388 0.000 4.337 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:287() 306127 0.421 0.000 4.317 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:502(get_transformer_block_data) 41 0.003 0.000 4.289 0.105 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:958(settings_handler) 11 0.000 0.000 4.281 0.389 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:821(setUp) 1127 0.012 0.000 4.265 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1980(update_item) 3946 0.041 0.000 4.239 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/signals.py:11(_listen_for_course_publish) 2071 0.019 0.000 4.219 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:377(fetch_group_usage) 74021 0.172 0.000 4.217 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:284(get_parent_location) 18 0.000 0.000 4.216 0.234 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:566(_duplicate_item) 4 0.000 0.000 4.213 1.053 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_unit_page.py:16(setUp) 104 0.001 0.000 4.211 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:42(library_handler) 12032 0.156 0.000 4.210 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:356(bulk_create) 76673/76671 3.823 0.000 4.209 0.000 /usr/lib/python2.7/importlib/__init__.py:20(import_module) 5677 0.049 0.000 4.151 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:255(has_published_version) 1545199 1.527 0.000 4.146 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:420(_is_dirty) 161894 1.188 0.000 4.114 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:207(process_lhs) 71 0.001 0.000 4.098 0.058 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:481(get_dest_id) 2774752 2.581 0.000 4.077 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:48(__new__) 167469 0.167 0.000 4.068 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:64(_strip_value) 1069 0.044 0.000 4.066 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1618(create_item) 74021 0.211 0.000 4.041 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1689(get_parent_location) 8477346 4.033 0.000 4.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:598(iteritems) 58506 0.201 0.000 4.040 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:125(get_prep_lookup) 5197 0.019 0.000 4.026 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:355(published_items) 16226 0.032 0.000 4.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/six.py:111(__getattr__) 123624 0.535 0.000 4.017 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:300(__init__) 2774976 3.431 0.000 4.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:128(_getfield) 503215/462077 1.909 0.000 3.997 0.000 /usr/lib/python2.7/copy.py:234(_deepcopy_tuple) 13630 0.009 0.000 3.989 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/six.py:108(_resolve) 13630 0.852 0.000 3.980 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/six.py:74(_import_module) 32031 0.075 0.000 3.979 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:282(get_course_index) 391 0.004 0.000 3.941 0.010 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:199(create_item) 15208 0.022 0.000 3.941 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:305(_internalize_dict) 2480 0.080 0.000 3.934 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:267(modes_for_course) 1 0.000 0.000 3.925 3.925 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:484(test_empty_data_roundtrip) 15208 0.084 0.000 3.910 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:306() 167470 0.319 0.000 3.901 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:54(_strip_object) 97084/97000 0.271 0.000 3.887 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:291(default) 2642406 3.876 0.000 3.876 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:323() 389433 2.679 0.000 3.874 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1345(names_to_path) 213736 2.152 0.000 3.863 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:198(__init__) 391 0.002 0.000 3.848 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:714(create_item) 108576 0.438 0.000 3.833 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1031(__init__) 2 0.000 0.000 3.826 1.913 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:491(test_deprecated_blocks_list_updated_correctly) 109137 0.599 0.000 3.818 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:135(get_prep_value) 489676 1.087 0.000 3.783 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:350(get_or_create) 83 0.004 0.000 3.781 0.046 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:437(_save_xblock) 2 0.000 0.000 3.776 1.888 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py:24(test_delete_orphans_no_commit) 84406 0.118 0.000 3.765 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:81(emit) 17545 0.189 0.000 3.756 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:722(cache_items) 8 0.000 0.000 3.746 0.468 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:91(_create_problem_with_content_group) 1612759 2.739 0.000 3.746 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:157(has) 5381 0.035 0.000 3.745 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:262(insert) 12235 0.199 0.000 3.675 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:668(create_for_course) 183130 1.362 0.000 3.652 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:995(to_deprecated_son) 84410 0.099 0.000 3.646 0.000 /usr/lib/python2.7/logging/__init__.py:723(format) 9309 0.078 0.000 3.618 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:924(_batched_insert) 15704 0.186 0.000 3.610 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:398(__init__) 1 0.000 0.000 3.601 3.601 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:76(setUpClass) 606848 3.580 0.000 3.580 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:945(_to_deprecated_string) 596752 0.332 0.000 3.577 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:694(get_db_prep_value) 13 0.000 0.000 3.577 0.275 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:41(__init__) 13 0.001 0.000 3.576 0.275 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:178(build_graph) 30 0.001 0.000 3.552 0.118 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:66(_display_library) 13 0.129 0.010 3.550 0.273 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:57(load_disk) 84410 0.374 0.000 3.547 0.000 /usr/lib/python2.7/logging/__init__.py:452(format) 5809 0.026 0.000 3.537 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:871(has_published_version) 3440 0.054 0.000 3.519 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/cache.py:29(add) 354581 0.420 0.000 3.514 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:641(fill_in_run) 69296 0.515 0.000 3.499 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:180(traverse_post_order) 11 0.000 0.000 3.472 0.316 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:160(library_blocks_view) 928571 1.596 0.000 3.469 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:46(__getattr__) 226729 0.155 0.000 3.465 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:245(save) 2069 0.031 0.000 3.448 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:522(from_course_mode) 21 0.002 0.000 3.448 0.164 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:51(_enroll_users) 85 0.001 0.000 3.445 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:276(_do_reindex) 4501 0.055 0.000 3.440 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:524(reverse) 489830 1.323 0.000 3.439 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:53(__init__) 4049 0.071 0.000 3.432 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:454(version_structure) 2 0.000 0.000 3.423 1.711 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:661(check_components_on_page) 13240 0.036 0.000 3.419 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:42(from_json) 255511 0.321 0.000 3.388 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:191(get) 2409 0.032 0.000 3.385 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:429(insert_structure) 10310 0.093 0.000 3.382 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:25(_parse_date_wo_default_month_day) 1 0.000 0.000 3.372 3.372 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_crud.py:18(test_get_templates) 30772 0.141 0.000 3.372 0.000 /usr/lib/python2.7/gettext.py:479(translation) 1 0.000 0.000 3.371 3.371 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/templates.py:20(all_templates) 1324 0.045 0.000 3.370 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2001(_update_item_from_fields) 5789022 3.368 0.000 3.369 0.000 /usr/lib/python2.7/copy.py:267(_keep_alive) 73 0.000 0.000 3.360 0.046 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:370(do_course_reindex) 43/33 0.000 0.000 3.360 0.102 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:48(_decorator) 211191/110149 0.278 0.000 3.341 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:56(__get__) 21009 0.229 0.000 3.340 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:188(format_number) 181454 0.518 0.000 3.320 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:214(get_queryset) 1 0.000 0.000 3.299 3.299 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:229(test_course_info_updates_import_export) 20689 0.110 0.000 3.294 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:711(parse) 92583 0.220 0.000 3.292 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:61(replace) 123636 0.373 0.000 3.274 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:167(__init__) 4498 0.167 0.000 3.271 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:425(_reverse_with_prefix) 1 0.000 0.000 3.271 3.271 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:48(setUpClass) 25 0.001 0.000 3.254 0.130 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:501(_can_access_library) 299040 0.842 0.000 3.248 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:137(has) 28 0.000 0.000 3.244 0.116 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/user.py:37(course_team_handler) 443927 0.276 0.000 3.205 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:335(default) 2491/2280 0.034 0.000 3.200 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1247(__enter__) 824 0.008 0.000 3.186 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1019(save) 20689 0.328 0.000 3.184 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:302(parse) 307 0.015 0.000 3.167 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1878(_create_courselike) 2 0.000 0.000 3.166 1.583 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:253(_verify_split_test_import) 82063 0.119 0.000 3.161 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:752(for_branch) 3964450 3.155 0.000 3.155 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:182() 17163 0.201 0.000 3.148 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:37(current_set) 15093717 3.142 0.000 3.142 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:845(_valid_bytechar) 94249 0.483 0.000 3.136 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:33(__init__) 217590 0.760 0.000 3.130 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1444(setup_joins) 30774 0.588 0.000 3.114 0.000 /usr/lib/python2.7/gettext.py:424(find) 2203 0.025 0.000 3.113 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/models.py:49(get_for_model) 10 0.000 0.000 3.110 0.311 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:521(setUp) 3363093 1.978 0.000 3.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:130(iteritems) 3016004 3.079 0.000 3.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:211(_check_location_part) 171843 0.694 0.000 3.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1027(solve_lookup_type) 85014 0.229 0.000 3.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:91(make_key) 171817 0.832 0.000 3.054 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:712(get_prep_lookup) 324194 0.334 0.000 3.051 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:299(version_agnostic) 56521 0.051 0.000 3.020 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:232(_add_relation) 8032 0.054 0.000 3.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:239(related_objects) 1587 0.022 0.000 2.986 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/middleware.py:21(process_request) 1103450 1.292 0.000 2.984 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:638(get_db_converters) 409762 2.980 0.000 2.980 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:23(exists) 4 0.000 0.000 2.969 0.742 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/user.py:73(_manage_users) 56631 0.170 0.000 2.969 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:242(_add_to_relations) 1519 0.019 0.000 2.967 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:502(has_published_version) 2 0.000 0.000 2.959 1.479 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:786(test_library_content_on_course_export_import) 1526 0.016 0.000 2.957 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:517(_get_head) 1 0.000 0.000 2.950 2.950 /edx/app/edxapp/edx-platform/pavelib/assets.py:400(compile_coffeescript) 1 0.000 0.000 2.945 2.945 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:516(test_html_export_roundtrip) 82301 0.296 0.000 2.932 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/log.py:274(makeRecord) 11 0.001 0.000 2.923 0.266 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:106(create_entrance_exam) 3 0.000 0.000 2.914 0.971 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:21(setUp) 134718 2.908 0.000 2.908 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dogapi/stats/statsd.py:21(add_point) 123636 0.639 0.000 2.901 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:356(__init__) 615 0.005 0.000 2.882 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:82(create_video) 4 0.000 0.000 2.874 0.718 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:205(render_header_extras) 3839 0.043 0.000 2.867 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/models.py:1027(set_deadline) 3 0.000 0.000 2.859 0.953 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:544(test_acccess) 25103 0.681 0.000 2.849 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:413(validate_tabs) 11 0.002 0.000 2.849 0.259 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:120(_create_entrance_exam) 83736 0.297 0.000 2.827 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/memcache.py:27(safe_key) 1 0.000 0.000 2.799 2.799 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:693(test_advanced_components_in_edit_unit) 1342 0.008 0.000 2.793 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/helpers.py:43(_wrapped) 856 0.013 0.000 2.786 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:190(load_file) 61 0.003 0.000 2.783 0.046 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:118(setUp) 1 0.000 0.000 2.781 2.781 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:541(test_export_course_without_content_store) 1 0.000 0.000 2.766 2.766 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:575(test_export_course_no_xml_attributes) 20689 0.916 0.000 2.755 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:349(_parse) 59067 0.155 0.000 2.754 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/subclassing.py:43(__set__) 1 0.003 0.003 2.750 2.750 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:413(test_auto_cohorting_randomization) 189205 0.333 0.000 2.740 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:69() 91971 0.114 0.000 2.738 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:370(get_parent) 13 0.000 0.000 2.732 0.210 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:734(_delete_item) 1 0.000 0.000 2.725 2.725 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:406(test_export_course_with_metadata_only_video) 4854 0.019 0.000 2.720 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:134(fetch_youtube_video_id) 37532 0.469 0.000 2.709 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:189(__init__) 30929 0.035 0.000 2.708 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:98(__call__) 140264 0.111 0.000 2.686 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:24(parse) 23 0.000 0.000 2.685 0.117 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:57(entrance_exam) 659 0.004 0.000 2.683 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:417(load_definition_xml) 84415 0.174 0.000 2.677 0.000 /usr/lib/python2.7/logging/__init__.py:1254(makeRecord) 23 0.000 0.000 2.676 0.116 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:186(get_orphans) 23 0.000 0.000 2.671 0.116 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:606(get_orphans) 160177 0.776 0.000 2.669 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:195(from_json) 30720 0.100 0.000 2.662 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:163(simple) 27 0.001 0.000 2.659 0.098 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:76(_add_course_certificates) 6785 0.047 0.000 2.659 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:229(_start_outermost_bulk_operation) 6418 0.047 0.000 2.649 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:137(_collect_grading_policy_hash) 10383 0.015 0.000 2.642 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:117(clear) 76 0.001 0.000 2.639 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:67(setUp) 18750 0.034 0.000 2.638 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:169(_get_session) 4800 0.011 0.000 2.634 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:143(fetch_video_url) 171626 2.628 0.000 2.628 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:324(convert_query) 10384 0.089 0.000 2.627 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/cache.py:108(delete) 92 0.006 0.000 2.615 0.028 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:147(load_tagged_classes) 2893 0.024 0.000 2.603 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:17(load) 4009 0.005 0.000 2.597 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/django.py:138(_after_postgeneration) 2 0.000 0.000 2.587 1.294 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:102(test_delete_orphans) 25044 0.160 0.000 2.575 0.000 /usr/lib/python2.7/json/__init__.py:193(dumps) 1 0.000 0.000 2.567 2.567 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:478(test_get_cohorted_commentables) 8 0.000 0.000 2.539 0.317 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:482(_duplicate_and_verify) 228156 2.208 0.000 2.531 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:112(__init__) 251208 0.415 0.000 2.531 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/memcache.py:19(cleaned_string) 935834 2.516 0.000 2.516 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:764(_parse_block_ref) 84415 1.566 0.000 2.502 0.000 /usr/lib/python2.7/logging/__init__.py:237(__init__) 30922 0.257 0.000 2.501 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:779(apply_converters) 3552/2720 0.048 0.000 2.481 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:48(save) 127729/10883 1.009 0.000 2.475 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/einfo.py:80(__init__) 262/261 0.002 0.000 2.450 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/csrf.py:57(wrapped_view) 67291 0.111 0.000 2.449 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:731(version_agnostic) 100067 0.247 0.000 2.438 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:522(__set__) 1185136 1.243 0.000 2.437 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:305(__setattr__) 1 0.000 0.000 2.423 2.423 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:242(test_rewrite_reference_value_dict_draft) 875/77 0.135 0.000 2.408 0.031 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:279(_populate) 3440 1.753 0.001 2.389 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/cache_utils.py:96(zpickle) 1371900/1370843 1.306 0.000 2.388 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/abc.py:148(__subclasscheck__) 181 0.001 0.000 2.375 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1822(create_course) 2 0.000 0.000 2.366 1.183 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:589(setup_test_set_get_section_grader_ajax) 25048 0.286 0.000 2.366 0.000 /usr/lib/python2.7/json/encoder.py:186(encode) 493890 0.608 0.000 2.357 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:306(runtime) 2 0.000 0.000 2.350 1.175 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:164(populate_course) 1120563 1.944 0.000 2.345 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:141(get_db_converters) 62/2 0.001 0.000 2.340 1.170 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:171(descend) 36 0.003 0.000 2.336 0.065 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:151(export) 2095 0.019 0.000 2.336 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:188(get_content_groups_usage_info) 17906 0.502 0.000 2.334 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:72(set) 115 0.166 0.001 2.316 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:34(reset_urls) 47717 0.081 0.000 2.302 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:302(_is_in_bulk_operation) 10 0.003 0.000 2.300 0.230 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:190(render_header_extras) 171707 0.662 0.000 2.296 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:233(get_compiler) 34 0.000 0.000 2.288 0.067 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:340(export_course_to_xml) 681 0.005 0.000 2.287 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:187(is_valid) 771/681 0.006 0.000 2.283 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:386(run_validation) 2186806 2.276 0.000 2.276 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:97(quote_name) 225036 0.140 0.000 2.274 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:130() 123624 0.713 0.000 2.270 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/__init__.py:17(__init__) 37 0.001 0.000 2.264 0.061 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:204(update_from_dict) 10 0.000 0.000 2.263 0.226 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1548(test_get_html) 1720 0.008 0.000 2.260 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:35(create) 2 0.000 0.000 2.258 1.129 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:32(setUpClass) 8 0.000 0.000 2.256 0.282 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:18(setUp) 1252 0.003 0.000 2.253 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:185(create_user) 1252 0.022 0.000 2.250 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:168(_create_user) 328 0.021 0.000 2.245 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:189(load_definition) 66 0.000 0.000 2.243 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:63(get_json) 17163 0.071 0.000 2.235 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:826(extra) 1 0.000 0.000 2.227 2.227 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:113(test_update_and_fetch) 4100 0.004 0.000 2.227 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1414() 4149 0.026 0.000 2.224 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1095(_importer) 78693 0.175 0.000 2.207 0.000 /edx/app/edxapp/edx-platform/common/lib/dogstats/dogstats_wrapper/wrapper.py:32(histogram) 47418 0.222 0.000 2.201 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:100(to_python) 9615 2.197 0.000 2.198 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1087(_dot_lookup) 46749 0.276 0.000 2.196 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mako_module.py:10(__init__) 4724 0.007 0.000 2.192 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:66(beforeTest) 63805 0.199 0.000 2.186 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:805(order_by) 11427 0.029 0.000 2.185 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:156(convert_decimalfield_value) 4724 0.022 0.000 2.185 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:115(beforeTest) 12 0.000 0.000 2.182 0.182 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:92(alter_field) 1 0.000 0.000 2.179 2.179 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:612(test_duplicate_equality) 2 0.000 0.000 2.173 1.086 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:80(test_get_orphans) 17001/8494 1.002 0.000 2.165 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:629(get_related_selections) 7 0.000 0.000 2.164 0.309 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:174(_inner) 9128 0.095 0.000 2.160 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3347(create_runtime) 21194 0.182 0.000 2.155 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:129(delete) 1 2.002 2.002 2.127 2.127 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:281(test_inactive_session_timeout) 889 0.004 0.000 2.126 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:279(cycle_key) 2 0.000 0.000 2.119 1.060 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:193(test_reimport) 1326 0.014 0.000 2.107 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:282(get_items) 258757 0.655 0.000 2.106 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:230(_compile) 3083 0.032 0.000 2.104 0.001 /usr/lib/python2.7/logging/__init__.py:431(formatException) 4724 0.005 0.000 2.101 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:214(beforeTest) 4724 1.961 0.000 2.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:176(setupLoghandler) 9709 0.086 0.000 2.095 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:437(get_course_index) 3589346 2.090 0.000 2.090 0.000 :8(__new__) 212956 0.090 0.000 2.090 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:725() 3879270 2.088 0.000 2.088 0.000 /usr/lib/python2.7/collections.py:90(__iter__) 6418 0.106 0.000 2.082 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:143(_hash_grading_policy) 25 0.000 0.000 2.080 0.083 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:67(_add_library_content_block) 24 0.001 0.000 2.079 0.087 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:43(setUp) 38 0.002 0.000 2.078 0.055 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:34(setUp) 3083 0.017 0.000 2.072 0.001 /usr/lib/python2.7/traceback.py:110(print_exception) 1177 0.016 0.000 2.071 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:30(get_user_preference) 224996 0.132 0.000 2.070 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:81() 2678852 1.449 0.000 2.067 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:675(__hash__) 9128 0.290 0.000 2.065 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:44(__init__) 771/681 0.032 0.000 2.062 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:406(to_internal_value) 1 0.000 0.000 2.058 2.058 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:761(test_can_get_correct_usage_info) 11427 0.137 0.000 2.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1611(format_number) 4 0.000 0.000 2.041 0.510 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1582(delete_item) 10960 0.037 0.000 2.040 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:177(_load_definition) 5 0.000 0.000 2.033 0.407 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/import.py:27(handle) 2 0.000 0.000 2.031 1.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:275(test_video_components_present_while_import) 5200 0.008 0.000 2.024 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:352(draft_items) 1326 0.021 0.000 2.021 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1149(get_items) 56671 0.142 0.000 2.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:282(_get_fields_to_save) 2 0.000 0.000 2.019 1.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:126(test_not_permitted) 6 0.000 0.000 2.019 0.336 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/middleware.py:26(process_request) 4 0.000 0.000 2.018 0.504 /edx/app/edxapp/venvs/edxapp/src/pygeoip/pygeoip/__init__.py:57(__call__) 2 0.000 0.000 2.018 1.009 /edx/app/edxapp/venvs/edxapp/src/pygeoip/pygeoip/__init__.py:85(__init__) 1 0.000 0.000 2.015 2.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/tests/test_middleware.py:114(test_ip_address_is_ipv6) 2464841 0.973 0.000 2.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:858() 3059 0.190 0.000 2.013 0.001 /usr/lib/python2.7/traceback.py:46(print_tb) 110358/92594 0.597 0.000 2.013 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:19(strip_ccx) 1345694 1.819 0.000 2.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:336(get_col) 2 2.004 1.002 2.004 1.002 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:856(open) 72692 0.167 0.000 2.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:163(contains) 1 0.000 0.000 1.999 1.999 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:839(test_can_use_one_configuration_in_multiple_experiments) 99112 0.257 0.000 1.989 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:188(_clean_locator_for_mapping) 9 0.000 0.000 1.978 0.220 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:20(setUp) 28227 0.516 0.000 1.967 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1721(get_lookup_constraint) 85 0.001 0.000 1.965 0.023 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:785(delete_item) 75 0.001 0.000 1.961 0.026 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:78(setUp) 115 0.080 0.001 1.960 0.017 /edx/app/edxapp/edx-platform/cms/urls.py:1() 81640 0.141 0.000 1.958 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dogapi/stats/dog_stats_api.py:122(histogram) 654830/652100 1.013 0.000 1.957 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:296(clone) 115 0.001 0.000 1.952 0.017 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:26(request_with_auth) 201388 0.991 0.000 1.948 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:223(get_namespace_plugin) 6401 0.021 0.000 1.946 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1214(iterator) 2 0.000 0.000 1.944 0.972 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:944(verify_validation_add_usage_info) 82 0.001 0.000 1.940 0.024 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:234(delete_item) 1189 0.035 0.000 1.936 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:224(start_modulestore_isolation) 4 0.000 0.000 1.933 0.483 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:167(setUp) 23 0.000 0.000 1.932 0.084 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:121(_add_user_partitions) 64438 0.416 0.000 1.928 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/utils.py:6(parse_datetime_with_timezone_support) 384 0.004 0.000 1.925 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1026(get_or_create_enrollment) 145793 1.040 0.000 1.922 0.000 /usr/lib/python2.7/collections.py:50(__init__) 2 0.000 0.000 1.921 0.961 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:728(_setup_source_course_with_library_content) 11315 0.047 0.000 1.920 0.000 /usr/lib/python2.7/traceback.py:130(format_exception) 48 0.001 0.000 1.911 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:45(setUp) 92020 0.116 0.000 1.909 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:380(has_cached_parent) 119887 0.181 0.000 1.909 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:263(_add_block) 4478 0.022 0.000 1.909 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/definition_lazy_loader.py:23(fetch) 408/390 0.003 0.000 1.906 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:214(data) 2070 0.013 0.000 1.904 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:238(get_content_groups_items_usage_info) 1215/1083 0.028 0.000 1.902 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:443(to_representation) 46749 0.421 0.000 1.897 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1373(__init__) 866 0.002 0.000 1.884 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:46(assign_default_role) 1471712 1.486 0.000 1.883 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:391(_get_cached_value) 103462 0.111 0.000 1.883 0.000 /usr/lib/python2.7/logging/__init__.py:1145(debug) 866 0.007 0.000 1.882 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:53(assign_role) 1588 0.011 0.000 1.880 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:254(reverse_url) 2639 0.083 0.000 1.879 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/testing.py:52(get_safe_session) 2 0.000 0.000 1.874 0.937 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:979(verify_validation_update_usage_info) 1788540/827734 1.874 0.000 1.874 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:157(__getattr__) 1642 0.039 0.000 1.869 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/shortcuts.py:6(get_current_site) 1 0.000 0.000 1.853 1.853 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:600(test_set_get_section_grader_ajax) 3383 0.012 0.000 1.853 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1143(has_item) 1612 0.006 0.000 1.852 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/middleware.py:9(process_request) 16 0.000 0.000 1.846 0.115 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:316(get_orphans) 16 0.001 0.000 1.844 0.115 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1332(get_orphans) 85 0.001 0.000 1.840 0.022 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:392(request) 137237 0.439 0.000 1.838 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:1145(cursor_iter) 7168451 1.835 0.000 1.835 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:87(peek) 2 0.000 0.000 1.830 0.915 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:205(check_populated_course) 161894 0.844 0.000 1.830 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:592(db_type) 2818 0.024 0.000 1.829 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:318(fields) 8481 0.395 0.000 1.828 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:166(structure_from_mongo) 34 0.001 0.000 1.827 0.054 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:34(assets_handler) 32 0.001 0.000 1.814 0.057 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:906(course_info_update_handler) 70132 0.150 0.000 1.810 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:757(add) 8395360 1.808 0.000 1.808 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:343(name) 1 0.000 0.000 1.805 1.805 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:73(test_container_on_container_html) 824 0.003 0.000 1.799 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:24(assign_default_role_on_enrollment) 91 0.001 0.000 1.799 0.020 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:30(get_json) 8 0.001 0.000 1.798 0.225 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1484(setUp) 2 0.000 0.000 1.798 0.899 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:424(test_update_from_json) 135028 0.184 0.000 1.797 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:76(remove_ccx) 230/83 0.020 0.000 1.791 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:888(create_xblock_info) 6253 0.034 0.000 1.785 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:32(strip_html_content_to_text) 11315 0.035 0.000 1.784 0.000 /usr/lib/python2.7/traceback.py:74(format_tb) 85 0.002 0.000 1.780 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:542(send) 1157 0.012 0.000 1.779 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/request_context.py:41(get_template_request_context) 1 0.000 0.000 1.779 1.779 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:88(test_pdf_asset) 106330 0.132 0.000 1.774 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1479(get_db_prep_value) 8206 0.043 0.000 1.774 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:544(_raw_delete) 168490 0.173 0.000 1.772 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/linecache.py:13(getline) 1 0.000 0.000 1.764 1.764 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:77(test_basic) 83147 0.293 0.000 1.757 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:189(__exit__) 83147 0.195 0.000 1.756 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:143(__enter__) 73 0.001 0.000 1.756 0.024 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:17(request) 85 0.001 0.000 1.752 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:329(send) 494225 0.691 0.000 1.750 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1855(__init__) 258616 1.190 0.000 1.741 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:83(_deprecation_warning) 13836 0.024 0.000 1.736 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:492(_end_outermost_bulk_operation) 85602 0.199 0.000 1.732 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:272(make_usage_key) 21004 0.743 0.000 1.730 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1780(add_extra) 976 0.002 0.000 1.729 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:265(reverse_course_url) 84 0.001 0.000 1.722 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:436(urlopen) 412 0.010 0.000 1.713 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1095(update_enrollment) 215092 0.221 0.000 1.713 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:192(compile) 1166 0.057 0.000 1.710 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:872(get_fields) 31 0.000 0.000 1.709 0.055 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:435(setUp) 84 0.002 0.000 1.701 0.020 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:321(_make_request) 487563 1.291 0.000 1.700 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:61(join) 9582 0.025 0.000 1.697 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1625(get_db_prep_save) 228471 0.496 0.000 1.690 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:85(__init__) 6 0.000 0.000 1.688 0.281 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:29(migrate_mongo_course) 4 0.000 0.000 1.680 0.420 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:191(clone_course) 23869 1.009 0.000 1.680 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:50(normalize) 4 0.000 0.000 1.680 0.420 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:683(clone_course) 1714629 0.947 0.000 1.667 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:317(_is_own_field) 691528/687028 0.285 0.000 1.665 0.000 /usr/lib/python2.7/json/encoder.py:417(_iterencode) 1 0.000 0.000 1.656 1.656 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:376(test_locking) 2 0.000 0.000 1.655 0.827 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:74(_asset_index) 1642 0.022 0.000 1.654 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_sites_extensions/models.py:26(patched_get_current) 2 0.000 0.000 1.653 0.826 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:337(check_verticals) 70132 1.064 0.000 1.642 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2660(insert_on) 22 0.001 0.000 1.639 0.075 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:46(update_course_updates) 140755/140745 0.472 0.000 1.636 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:154(process_rhs) 8206 0.061 0.000 1.633 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:43(delete_qs) 29 0.001 0.000 1.632 0.056 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:41(inner) 7258/7236 0.084 0.000 1.632 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:378(attributes) 27944 0.084 0.000 1.627 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/lru_cache.py:94(wrapper) 44 0.000 0.000 1.627 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:247(reindex_course) 33 0.000 0.000 1.623 0.049 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:56(get) 2 0.000 0.000 1.622 0.811 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:683(test_can_get_correct_usage_info_with_orphan) 354085 0.649 0.000 1.621 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:876(get_initial_alias) 72640 0.052 0.000 1.620 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:267(wrapped) 5028 0.051 0.000 1.614 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:28(delete_batch) 1 0.000 0.000 1.614 1.614 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_helpers.py:58(test_xblock_type_display_name) 42 0.001 0.000 1.608 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:239(_auto_auth) 1587 0.106 0.000 1.604 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:679(_update_module_references) 9 0.000 0.000 1.604 0.178 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:37(add_icrv_xblock) 168490 0.057 0.000 1.600 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/linecache.py:33(getlines) 99748 0.234 0.000 1.591 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:246(inherit_metadata) 4 0.000 0.000 1.587 0.397 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:68(test_publishing_exam) 2321 0.014 0.000 1.582 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:611(_breadth_first) 215410 0.711 0.000 1.581 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:134(_cursor) 1 0.000 0.000 1.581 1.581 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1600(test_import_into_new_course_id) 13 0.000 0.000 1.578 0.121 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:247(_update_staff_locks) 39 0.000 0.000 1.577 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:238(_set_staff_lock) 27143 0.086 0.000 1.577 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1200(resource_filename) 3841 0.029 0.000 1.577 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:584(exists) 7088 0.079 0.000 1.571 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/courses.py:11(course_image_url) 3960 0.014 0.000 1.568 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py:31(clear_course_from_cache) 1 0.000 0.000 1.567 1.567 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2299(test_partially_released_section) 556773 1.124 0.000 1.565 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:91(add) 126256 0.848 0.000 1.564 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:194(__init__) 7 0.000 0.000 1.559 0.223 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:185(check_transcripts) 1902 0.022 0.000 1.556 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:424(user_profile_pre_save_callback) 7657 0.025 0.000 1.556 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/annotator_mixin.py:51(html_to_text) 1 0.000 0.000 1.555 1.555 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:591(test_check_youtube) 476/456 0.010 0.000 1.554 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:90(save) 89/85 0.007 0.000 1.550 0.018 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/vertical_block.py:121(definition_from_xml) 11 0.001 0.000 1.547 0.141 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:49(update_from_json) 12872 0.032 0.000 1.546 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:124(_bulk_operations) 145 1.540 0.011 1.543 0.011 /edx/app/edxapp/venvs/edxapp/lib/python2.7/linecache.py:72(updatecache) 110163 0.488 0.000 1.542 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1128(scan_block_scalar_breaks) 2250 0.017 0.000 1.542 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:396(_convert_to_draft) 3925 0.019 0.000 1.539 0.000 /usr/lib/python2.7/logging/__init__.py:1183(error) 8051 0.048 0.000 1.538 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:172(__getitem__) 99600 0.086 0.000 1.536 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:84(writer) 2 0.000 0.000 1.534 0.767 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1335(test_content_group_not_indexed_on_delete) 71 0.002 0.000 1.532 0.022 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:560(import_drafts) 33278 0.221 0.000 1.527 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:423(get_provider) 3841 0.019 0.000 1.526 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:474(has_results) 115 0.000 0.000 1.522 0.013 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:289(urls) 115 0.294 0.003 1.522 0.013 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:242(get_urls) 11315 0.375 0.000 1.517 0.000 /usr/lib/python2.7/traceback.py:78(extract_tb) 1 0.000 0.000 1.516 1.516 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:246(test_split_test) 1581 0.012 0.000 1.516 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/middleware.py:17(process_request) 167696 1.192 0.000 1.516 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:52(__init__) 7703 0.009 0.000 1.514 0.000 /usr/lib/python2.7/HTMLParser.py:110(feed) 144623 1.024 0.000 1.511 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:346(_convert_reference_fields_to_keys) 1127 0.078 0.000 1.508 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3037(partition_xblock_fields_by_scope) 6254 1.368 0.000 1.508 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:304(remove_documents) 2459/2321 0.015 0.000 1.505 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:627(_internal) 7749 0.476 0.000 1.505 0.000 /usr/lib/python2.7/HTMLParser.py:143(goahead) 795836 0.749 0.000 1.502 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:338(__getitem__) 1581 0.010 0.000 1.499 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/models.py:22(get_theme) 53 0.001 0.000 1.499 0.028 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:91(fetch) 1 0.000 0.000 1.494 1.494 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:37(changes) 1 0.005 0.005 1.494 1.494 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:86(_detect_changes) 294 0.002 0.000 1.488 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/contrib/django/staff.py:6(context_processor) 295/294 0.001 0.000 1.486 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/base.py:47(revision) 922 0.004 0.000 1.486 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:20(update_last_login) 594/588 0.000 0.000 1.485 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/base.py:38(repo) 1 0.000 0.000 1.485 1.485 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/auto.py:17(init_repo) 1 0.000 0.000 1.485 1.485 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/git.py:63(init_repo) 2 0.000 0.000 1.484 0.742 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/git.py:35(git) 1619 0.034 0.000 1.484 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:44(process_request) 6440 0.010 0.000 1.479 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/factory.py:60(create_from_cache) 87 0.001 0.000 1.472 0.017 /usr/lib/python2.7/httplib.py:1099(getresponse) 6446 0.039 0.000 1.471 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/cache.py:64(get) 2 0.000 0.000 1.468 0.734 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:331(setUp) 87 0.001 0.000 1.468 0.017 /usr/lib/python2.7/httplib.py:446(begin) 1624 0.029 0.000 1.468 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:238(process_request) 127729 1.143 0.000 1.465 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/einfo.py:32(__init__) 215410 0.527 0.000 1.464 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:74(queries_logged) 2 0.000 0.000 1.463 0.731 /usr/lib/python2.7/subprocess.py:1408(_communicate) 2 1.462 0.731 1.462 0.731 /usr/lib/python2.7/subprocess.py:1441(_communicate_with_poll) 429 1.460 0.003 1.460 0.003 /usr/lib/python2.7/socket.py:410(readline) 7 0.000 0.000 1.458 0.208 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:787(_delete_orphans) 1 0.000 0.000 1.457 1.457 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1701(test_metadata_inheritance) 87 0.001 0.000 1.456 0.017 /usr/lib/python2.7/httplib.py:407(_read_status) 1 0.000 0.000 1.454 1.454 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:282(test_rewrite_nonportable_links_on_import) 9582 0.024 0.000 1.454 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:472(value_to_db_decimal) 1 0.000 0.000 1.453 1.453 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:99(test_no_static_link_rewrites_on_import) 70 0.002 0.000 1.449 0.021 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:492(delete_item) 20689 0.155 0.000 1.447 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:149(split) 5731 0.043 0.000 1.445 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:567(compile) 17 0.000 0.000 1.439 0.085 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:229(setUp) 5636348 1.427 0.000 1.427 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:213(__len__) 88958 0.082 0.000 1.425 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:52(reader) 2 0.000 0.000 1.425 0.712 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:265(test_get_cohort_sql_queries) 1 0.000 0.000 1.422 1.422 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:366(test_cohorting_with_no_auto_cohorts) 413648 0.328 0.000 1.420 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:292(__init__) 351092 1.277 0.000 1.414 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:879(revision) 2 0.000 0.000 1.411 0.705 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1259(test_content_group_gets_indexed) 3061 0.010 0.000 1.409 0.000 /usr/lib/python2.7/logging/__init__.py:1195(exception) 334118 0.504 0.000 1.407 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/draft_and_published.py:49(get_branch_setting) 1 0.000 0.000 1.405 1.405 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:330(test_cohorting_with_migrations_done) 16 0.000 0.000 1.405 0.088 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1255(reindex_course) 2 0.000 0.000 1.399 0.699 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1415(test_different_groups_indexed_on_same_vertical_html_blocks) 1189 0.040 0.000 1.398 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:245(end_modulestore_isolation) 142 0.005 0.000 1.395 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:148(get_cohort) 31743 0.177 0.000 1.391 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:361(_from_deprecated_string) 14 0.001 0.000 1.388 0.099 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:62(import_handler) 1 0.000 0.000 1.382 1.382 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:841(test_draft_metadata) 1312796/686910 0.949 0.000 1.380 0.000 /usr/lib/python2.7/json/encoder.py:341(_iterencode_dict) 194306 0.961 0.000 1.378 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:245(_live_receivers) 3 0.000 0.000 1.376 0.459 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/helpers.py:76(config_course_cohorts_legacy) 2 0.000 0.000 1.375 0.688 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1390(test_different_groups_indexed_on_assigned_html_blocks) 62191/31178 0.195 0.000 1.371 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:183(resolve_expression) 100206 0.215 0.000 1.370 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:375(xblock_kvs) 1 0.000 0.000 1.370 1.370 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1642(test_xblock_masquerading_as_problem) 8 0.000 0.000 1.368 0.171 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1646(get_xblock_problem) 1 0.002 0.002 1.365 1.365 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:73(decorated_func) 6 0.000 0.000 1.363 0.227 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:807(setUp) 1 0.000 0.000 1.363 1.363 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:197(test_asset_import) 3841 0.021 0.000 1.361 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:803(has_results) 7 0.000 0.000 1.360 0.194 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:87(setUp) 1 0.000 0.000 1.359 1.359 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:180(test_about_overrides) 1 0.000 0.000 1.352 1.352 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:111(test_relative_url_for_split_course) 7258/7236 0.093 0.000 1.350 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:200(build) 28252 0.051 0.000 1.347 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:144(get_module_data) 1075025 1.226 0.000 1.343 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1937(__setattr__) 42 0.000 0.000 1.342 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1157(setUp) 8574 0.089 0.000 1.341 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:255(force_save_fields) 1 0.000 0.000 1.340 1.340 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1806(test_entrance_exam_sequential_xblock_info) 5026 0.040 0.000 1.338 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:383(get_definition) 1 0.000 0.000 1.337 1.337 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2145(test_license_import) 24874 0.086 0.000 1.329 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:351(get_cached_block) 21009 0.324 0.000 1.325 0.000 /usr/lib/python2.7/decimal.py:2173(__pow__) 137237 0.311 0.000 1.322 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:1151() 14 0.040 0.003 1.322 0.094 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:95(_import_handler) 1260 0.069 0.000 1.320 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1632(_convert_reference_fields_to_keys) 1 0.000 0.000 1.317 1.317 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:190(test_path_to_location_for_orphan_chapter) 163817 1.316 0.000 1.316 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:329(normpath) 46858 0.213 0.000 1.313 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1226(__init__) 53 0.007 0.000 1.313 0.025 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:99(populate) 88624 0.326 0.000 1.308 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:245(__div__) 19 0.000 0.000 1.301 0.068 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:348(setUp) 29 0.001 0.000 1.296 0.045 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:90(_refresh_children) 130 0.002 0.000 1.284 0.010 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:442(dispatch) 1056 0.017 0.000 1.280 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:62(authenticate) 25110 0.424 0.000 1.277 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/course_tabs.py:19(get_tab_types) 2 0.000 0.000 1.271 0.635 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_gating.py:16(setUp) 1721 0.006 0.000 1.270 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:151(_get_new_session_key) 171707 0.605 0.000 1.258 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:21(__init__) 18271 0.212 0.000 1.250 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:226(savepoint) 3 0.000 0.000 1.249 0.416 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:586(setUp) 25 0.001 0.000 1.248 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:621(setUp) 159843 0.677 0.000 1.247 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:2116(update_join_types) 42 0.005 0.000 1.244 0.030 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1999(auto_auth) 20 0.000 0.000 1.244 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:206(setUp) 30790 0.120 0.000 1.243 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/__init__.py:155(uuid) 144 0.003 0.000 1.240 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/helpers.py:28(users) 64439 0.813 0.000 1.240 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/dateparse.py:84(parse_datetime) 3 0.000 0.000 1.240 0.413 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:202(test_advanced_settings) 52610 0.116 0.000 1.239 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1952(get_db_prep_save) 4136 0.027 0.000 1.236 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:324(index) 71 0.036 0.001 1.232 0.017 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:772(_import_course_draft) 741 0.004 0.000 1.227 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:332(_writable_fields) 1612 0.015 0.000 1.222 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/middleware.py:16(process_request) 3 0.000 0.000 1.220 0.407 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:111(_test_html_content) 53 0.001 0.000 1.219 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:52(_create_library) 78042 0.171 0.000 1.219 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2023(get_col) 2 0.000 0.000 1.218 0.609 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:216(__init__) 51615 0.105 0.000 1.217 0.000 /edx/app/edxapp/edx-platform/common/lib/dogstats/dogstats_wrapper/wrapper.py:23(increment) 171 0.001 0.000 1.213 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:149(render) 17 0.000 0.000 1.208 0.071 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:163(save_course_update_items) 3 0.000 0.000 1.208 0.403 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/utils.py:24(get_page_html) 2 0.001 0.001 1.207 0.604 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:252(render_multiple) 362 0.015 0.000 1.206 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:520(render) 168490 1.203 0.000 1.203 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/linecache.py:47(checkcache) 802 0.003 0.000 1.203 0.002 /usr/lib/python2.7/logging/__init__.py:1169(warning) 467339 0.804 0.000 1.201 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:180(update) 268900 0.098 0.000 1.198 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:146(next) 19489 0.141 0.000 1.197 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:242(_map_revision_to_branch) 347/329 0.002 0.000 1.197 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:490(data) 1642 0.013 0.000 1.195 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_sites_extensions/models.py:76(patched_get_site_by_request) 62863 0.056 0.000 1.192 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:194(__init__) 33278 0.127 0.000 1.189 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1542(__init__) 1314554 1.185 0.000 1.185 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:102(__setitem__) 1 0.000 0.000 1.183 1.183 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py:55(test_delete_orphans_published_branch_split) 41 0.000 0.000 1.181 0.029 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:124(rendered_content) 301894 0.527 0.000 1.178 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:135(__eq__) 130071 0.410 0.000 1.175 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:333(location) 49800 0.253 0.000 1.175 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:60(writer_enters) 349/197 0.007 0.000 1.165 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:533(import_xblock) 1056 0.019 0.000 1.165 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:23(authenticate) 1288 0.012 0.000 1.163 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:307(_get_authorized_user) 53078 0.071 0.000 1.163 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dogapi/stats/dog_stats_api.py:111(increment) 140750 0.192 0.000 1.162 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:145(get_db_prep_lookup) 1 0.000 0.000 1.158 1.158 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:758(test_many_users) 1 0.000 0.000 1.157 1.157 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:203(test_manage_library_users) 1 0.000 0.000 1.154 1.154 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:141(test_path_to_location_for_orphan_vertical) 4 0.001 0.000 1.153 0.288 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:134(test_set_roles) 1014 0.007 0.000 1.144 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:71(delete) 1 0.000 0.000 1.143 1.143 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:202(setUpClass) 1 0.000 0.000 1.142 1.142 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_helpers.py:16(test_xblock_studio_url) 18 0.000 0.000 1.140 0.063 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:478(setUp) 5702 0.425 0.000 1.140 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:717(iter_entry_points) 78 0.003 0.000 1.138 0.015 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:303(import_courselike) 6723 0.067 0.000 1.136 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:405(supplemental_fields) 37336 0.042 0.000 1.136 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:874(using) 110 0.004 0.000 1.135 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1961(create_account) 2992 0.064 0.000 1.124 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:882(student_view_data) 18793 0.069 0.000 1.124 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:667(for_branch_setting) 1 0.000 0.000 1.123 1.123 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:623(test_ordering) 5 0.000 0.000 1.123 0.225 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:629(verify_order) 22402 0.576 0.000 1.121 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:131(build_tracer) 3 0.000 0.000 1.120 0.373 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:471(test_verify_deprecated_warning_message) 62356 0.105 0.000 1.120 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:295(copy) 51 0.014 0.000 1.116 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:105(fetch) 1 0.004 0.004 1.115 1.115 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:163(test_rate_limit_login) 91 0.001 0.000 1.111 0.012 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/viewsets.py:69(view) 7258/7236 0.097 0.000 1.107 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:72(__fill__) 373765 1.098 0.000 1.106 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1925(__getattr__) 161803 0.948 0.000 1.104 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:738(get_db_prep_lookup) 5 0.000 0.000 1.102 0.220 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_users_default_role.py:31(_create_course_with_given_location) 7514 0.014 0.000 1.102 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:58(get) 33390 0.333 0.000 1.100 0.000 /usr/lib/python2.7/uuid.py:582(uuid4) 268900 0.140 0.000 1.100 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:140(__next__) 2 0.000 0.000 1.098 0.549 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:199(manage_library_users) 1 0.000 0.000 1.097 1.097 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:714(test_can_use_one_content_group_in_multiple_problems) 1643780 1.092 0.000 1.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:19(__init__) 3402 1.083 0.000 1.091 0.000 /usr/lib/python2.7/lib-tk/Tkinter.py:31() 53124 0.079 0.000 1.091 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:456(_compare_greater_than_equal) 3 0.000 0.000 1.091 0.364 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:429(_create_test_data) 529493/529388 0.613 0.000 1.087 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:297(__getattr__) 171843 0.865 0.000 1.085 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:987(prepare_lookup_value) 44479 0.236 0.000 1.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:35(reader_enters) 3 0.017 0.006 1.080 0.360 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:25(rerun_course) 5 0.000 0.000 1.078 0.216 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_orphans.py:21(handle) 220897 0.720 0.000 1.074 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:288(_route_db) 252511 0.251 0.000 1.074 0.000 /usr/lib/python2.7/urllib.py:1301(quote_plus) 67206 0.406 0.000 1.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/dispatch/signal.py:146(send) 30 0.002 0.000 1.069 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:250(xblock_view_handler) 71 0.000 0.000 1.068 0.015 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:469(get_courselike) 1 0.000 0.000 1.068 1.068 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_permissions.py:66(test_get_all_users) 67047 0.104 0.000 1.066 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:232(modulestore) 196763 0.615 0.000 1.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:896(join) 81 1.015 0.013 1.058 0.013 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:162(start) 46863 0.443 0.000 1.056 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:524(__init__) 8 0.000 0.000 1.054 0.132 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1506(group_configurations_list_handler) 18706 0.036 0.000 1.051 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py:126(is_timed_exam) 1054/896 0.007 0.000 1.051 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:744(_include_file) 2 0.000 0.000 1.050 0.525 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:197(render_header_extras) 57780 0.083 0.000 1.047 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:728(_add_transformer) 251208 0.325 0.000 1.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:114(smart_bytes) 33 0.000 0.000 1.046 0.032 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:21(setUp) 110 0.010 0.000 1.044 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1613(create_account_with_params) 425 0.002 0.000 1.044 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:594(to_representation) 1 0.000 0.000 1.043 1.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:129(test_json_responses) 2441061 1.041 0.000 1.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:839(_valid_unichar) 1720 0.014 0.000 1.040 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:32(exists) 21144 0.063 0.000 1.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:289(as_sql) 112331 0.340 0.000 1.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:595(get_from_clause) 1 0.000 0.000 1.037 1.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:76(test_import_course_into_similar_namespace) 16565 0.054 0.000 1.034 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:362(cache_block) 18 0.001 0.000 1.034 0.057 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:448(certificates_detail_handler) 312165 0.922 0.000 1.032 0.000 /usr/lib/python2.7/threading.py:147(acquire) 1053 0.007 0.000 1.029 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/backends.py:12(authenticate) 194554 0.290 0.000 1.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:899(db) 13234 0.100 0.000 1.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:984(as_sql) 84406 0.194 0.000 1.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:87(filter) 928724 1.024 0.000 1.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:35(_find_field) 1 0.000 0.000 1.024 1.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:156(test_contentstore_views_entrance_exam_delete) 11 0.002 0.000 1.022 0.093 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:214(_update_partitions) 16568 0.099 0.000 1.021 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:24(__init__) 1267 0.009 0.000 1.017 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1032(remove) 1 0.000 0.000 1.017 1.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:807(test_can_get_usage_info_when_special_characters_are_used) 1 0.000 0.000 1.016 1.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1663(test_import_metadata_with_attempts_empty_string) 1115 0.020 0.000 1.015 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:297(create_parser) 64201 0.127 0.000 1.014 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:486(set_transformer_data) 75 1.010 0.013 1.014 0.014 /usr/lib/python2.7/json/__init__.py:258(load) 213736 0.894 0.000 1.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:343(_cmpkey) 1267 0.019 0.000 1.008 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1009(_delete) 8434 0.024 0.000 1.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/model.py:71(clear_cache) 18271 0.076 0.000 1.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:208(_savepoint) 5 0.000 0.000 1.003 0.201 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:430(setUp) 10 0.001 0.000 0.999 0.100 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:87(setUp) 31 0.010 0.000 0.997 0.032 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:202(process_extra) 382982 0.995 0.000 0.996 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:126(force_bytes) 3295861 0.978 0.000 0.996 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:224(_field_data) 10384 0.099 0.000 0.995 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py:45(get_block_structure_manager) 42391 0.231 0.000 0.993 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/datastructures.py:467(__getitem__) 37614 0.086 0.000 0.993 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:190() 1 0.000 0.000 0.992 0.992 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:567(test_cannot_delete_used_group_configuration) 77175 0.145 0.000 0.990 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:358(abspath) 61 0.001 0.000 0.990 0.016 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/mixins.py:39(list) 5 0.000 0.000 0.985 0.197 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1243(setUp) 161894 0.131 0.000 0.983 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:150(process_lhs) 1180 0.008 0.000 0.982 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/models.py:33(get_value) 8434 0.054 0.000 0.981 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/core.py:88(delete_instance) 1 0.000 0.000 0.981 0.981 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:959(test_error_message_present) 924 0.009 0.000 0.981 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_nose/runner.py:360(_foreign_key_ignoring_handle) 1146823 0.745 0.000 0.975 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:363(_translate_key) 1612 0.017 0.000 0.975 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/middleware.py:102(process_request) 84413 0.363 0.000 0.973 0.000 /usr/lib/python2.7/logging/__init__.py:312(getMessage) 5 0.000 0.000 0.972 0.194 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:239(post_course_update) 13 0.001 0.000 0.969 0.075 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1205(advanced_settings_handler) 924 0.011 0.000 0.967 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:51(handle) 1 0.000 0.000 0.964 0.964 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:969(test_warning_message_present) 1597 0.017 0.000 0.961 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:486(first) 268900 0.959 0.000 0.959 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:59(get_token) 209078 0.710 0.000 0.949 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1491(trim_joins) 2 0.000 0.000 0.948 0.474 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:571(test_time_based_index) 1581 0.076 0.000 0.946 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/api.py:17(released_languages) 85014 0.945 0.000 0.945 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:209(validate_key) 654844 0.572 0.000 0.944 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:30(_new_instance) 1 0.000 0.000 0.942 0.942 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:1011(test_update_usage_info_no_message) 72 0.009 0.000 0.940 0.013 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:130(setUp) 18271 0.051 0.000 0.937 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:256(savepoint_commit) 7514 0.011 0.000 0.934 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:150(is_enabled) 62667 0.049 0.000 0.934 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:83(_set_field) 41991/11496 0.249 0.000 0.933 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:741(_compute_inherited_metadata) 1 0.000 0.000 0.933 0.933 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:1000(test_update_usage_info) 22402 0.102 0.000 0.932 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:431(either) 1 0.000 0.000 0.929 0.929 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:293(test_lazily_creates_cohort_configuration) 19595/2816 0.292 0.000 0.929 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:359(resolve) 1597 0.024 0.000 0.927 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:487(update_course_index) 26967 0.212 0.000 0.926 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/utils.py:113(log_pprint) 106330 0.281 0.000 0.926 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1460(get_prep_value) 5813/5731 0.032 0.000 0.925 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:706(parse) 3553 0.040 0.000 0.924 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:521(get_definition) 2 0.000 0.000 0.922 0.461 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:135(test_course_creation_with_org_in_system) 54/31 0.000 0.000 0.919 0.030 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:191(render) 54/31 0.000 0.000 0.919 0.030 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1872(render) 22 0.001 0.000 0.916 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:15(setUp) 1168923 0.915 0.000 0.915 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:638(get_db_converters) 1054 0.004 0.000 0.908 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:161(get_by_natural_key) 221138 0.907 0.000 0.908 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:29(__init__) 21 0.000 0.000 0.908 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:41(setUp) 37614 0.357 0.000 0.907 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2928(convert_references_to_keys) 217051 0.564 0.000 0.907 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1636(foreign_related_fields) 67772 0.080 0.000 0.903 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:327(_get_modulestore_branch_setting) 1 0.000 0.000 0.899 0.899 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2420(test_unreleased_section_with_live_subsection) 972 0.595 0.001 0.898 0.001 /usr/lib/python2.7/lib-tk/tkCommonDialog.py:11() 54/31 0.002 0.000 0.897 0.029 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1293(render) 2 0.000 0.000 0.895 0.448 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:223(render_header_extras) 54743 0.216 0.000 0.895 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:842() 9 0.000 0.000 0.893 0.099 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2182(_set_release_date) 21009 0.148 0.000 0.893 0.000 /usr/lib/python2.7/decimal.py:3643(__format__) 41 0.000 0.000 0.893 0.022 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/backends/django.py:44(render) 351428 0.353 0.000 0.892 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:445(_validate_num_tabs_of_type) 90/41 0.001 0.000 0.891 0.022 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:204(render) 54/31 0.001 0.000 0.888 0.029 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:780(render) 267499 0.887 0.000 0.887 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:866(category) 141192 0.147 0.000 0.887 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:177(regex) 1 0.000 0.000 0.884 0.884 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:24(test_course_update) 8558 0.060 0.000 0.883 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:527(delete_by_value) 1 0.000 0.000 0.882 0.882 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:662(test_display_name) 5 0.000 0.000 0.882 0.176 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:666(verify_name) 20790 0.102 0.000 0.881 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:582(__init__) 18621 0.050 0.000 0.879 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:514(from_course_property) 31013 0.241 0.000 0.879 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:548(find_ordering_name) 924 0.009 0.000 0.879 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:69(loaddata) 272066 0.874 0.000 0.874 0.000 /usr/lib/python2.7/urllib.py:1262(quote) 25902 0.732 0.000 0.870 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:137(__init__) 482112 0.768 0.000 0.869 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:23(__getattr__) 25 0.000 0.000 0.868 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:537(_get_item) 285606 0.223 0.000 0.868 0.000 /usr/lib/python2.7/random.py:273(choice) 10901/5813 0.050 0.000 0.866 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:317(_parse_sub) 172/41 0.001 0.000 0.865 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:90(instrumented_test_render) 3676/2704 0.073 0.000 0.862 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3144(_copy_subdag) 1589/41 0.013 0.000 0.861 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:901(render) 6940/41 0.005 0.000 0.861 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:918(render_node) 35 0.000 0.000 0.861 0.025 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:174(update_about_video) 82/41 0.001 0.000 0.861 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:112(render) 1 0.000 0.000 0.860 0.860 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_unit_page.py:37(test_public_child_container_preview_html) 31 0.000 0.000 0.860 0.028 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:50(setUp) 574424/571935 0.338 0.000 0.857 0.000 /usr/lib/python2.7/json/encoder.py:288(_iterencode_list) 123694 0.297 0.000 0.857 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:602(load_block_type) 18271 0.066 0.000 0.855 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:216(_savepoint_commit) 65 0.001 0.000 0.855 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:48(setUp) 37 0.001 0.000 0.854 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:432(component_handler) 721339 0.701 0.000 0.854 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:398(_set_cached_value) 116472 0.733 0.000 0.852 0.000 /usr/lib/python2.7/decimal.py:514(__new__) 2 0.000 0.000 0.852 0.426 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1881(test_validate_start_date) 681 0.008 0.000 0.851 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:143(save) 7 0.000 0.000 0.851 0.122 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:171(setUp) 924 0.025 0.000 0.850 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:184(find_fixtures) 13202/5949 0.404 0.000 0.847 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:395(_parse) 1 0.000 0.000 0.846 0.846 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:117(test_invalid_asset_overwrite) 433 0.002 0.000 0.846 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:141(setUp) 9 0.000 0.000 0.845 0.094 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:159(__exit__) 11 0.001 0.000 0.844 0.077 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:68(upload_transcripts) 100077 0.203 0.000 0.844 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:431(_check_or_enforce_type) 1 0.000 0.000 0.843 0.843 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_import.py:61(test_truncated_course_with_url) 3 0.000 0.000 0.843 0.281 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:683(test_container_handler_xss_prevent) 2913 0.016 0.000 0.837 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:24(is_credit_course) 1612 0.006 0.000 0.833 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/model.py:80(get) 8487 0.023 0.000 0.833 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:196(delete_many) 112 0.002 0.000 0.832 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:204(get_random_cohort) 12 0.001 0.000 0.831 0.069 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/utils.py:64(are_permissions_roles_seeded) 8828 0.091 0.000 0.831 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/crypto.py:53(get_random_string) 935462 0.828 0.000 0.829 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:343(__setattr__) 1144 0.033 0.000 0.828 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/core.py:17(get_instance) 2936 0.040 0.000 0.826 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:221(is_credit_course) 7 0.001 0.000 0.824 0.118 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1717(get_orphans) 10389 0.059 0.000 0.824 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:361(make_course_usage_key) 5682 0.062 0.000 0.823 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:61(filtered_list) 67772 0.295 0.000 0.822 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:336(get_branch_setting) 1255462 0.822 0.000 0.822 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/course_tabs.py:24(compare_tabs) 26264 0.066 0.000 0.820 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:223(exists) 3 0.000 0.000 0.820 0.273 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:138(setup_test_course) 1 0.000 0.000 0.819 0.819 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:230(test_icrv_requirement_ordering) 10 0.001 0.000 0.819 0.082 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:288(_get_videos) 1664989 0.706 0.000 0.818 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1951(extra_select) 48/30 0.002 0.000 0.816 0.027 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:815(_import_module) 1775 0.008 0.000 0.815 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1137(full_clean) 94279 0.326 0.000 0.814 0.000 /usr/lib/python2.7/threading.py:479(release) 106330 0.585 0.000 0.813 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:118(value_to_db_datetime) 89918 0.153 0.000 0.813 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/urls/__init__.py:66(url) 33278 0.311 0.000 0.812 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1546(_setup_prefix) 71 0.001 0.000 0.811 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:378(_login_response) 23 0.000 0.000 0.811 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:111(videos_handler) 170802 0.466 0.000 0.810 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:548(update) 129 0.002 0.000 0.810 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:655(create_library) 186 0.004 0.000 0.809 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:96(has_permission) 4418 0.007 0.000 0.808 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:47(__getitem__) 15982/12562 0.020 0.000 0.807 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:333(reverse_dict) 7125 0.065 0.000 0.805 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:96(get_value) 2 0.000 0.000 0.803 0.402 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:551(test_not_indexing_unpublished_content) 126 0.001 0.000 0.801 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1969(create_library) 1 0.000 0.000 0.801 0.801 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2408(test_unscheduled_section_with_live_subsection) 5028 0.016 0.000 0.801 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:23(do_query) 15811 0.045 0.000 0.800 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:427(parse_block_mapping_key) 1 0.000 0.000 0.799 0.799 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:224(test_fail_bad_xml) 10 0.000 0.000 0.797 0.080 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:763(orphan_handler) 1 0.000 0.000 0.793 0.793 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2268(test_released_unit) 1 0.000 0.000 0.791 0.791 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_import.py:77(test_existing_course_with_different_modulestore) 1 0.000 0.000 0.790 0.790 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1240(test_forum_unseeding_with_multiple_courses) 182 0.002 0.000 0.790 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:126(get_course_and_check_access) 26645 0.162 0.000 0.789 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:915(set_grading_policy) 267732 0.726 0.000 0.789 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1207(mix) 1 0.000 0.000 0.789 0.789 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:100(test_import_delete_pre_exiting_entrance_exam) 2 0.000 0.000 0.788 0.394 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:81(test_container_html) 188 0.001 0.000 0.787 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:333() 1 0.000 0.000 0.787 0.787 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2253(test_published_unit) 1252/1233 0.063 0.000 0.787 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2135(create_autospec) 1 0.000 0.000 0.784 0.784 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_cleanup_assets.py:32(test_export_all_courses) 1 0.000 0.000 0.782 0.782 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1373(test_course_substring) 14 0.001 0.000 0.782 0.056 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:574(course_index) 27 0.000 0.000 0.782 0.029 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:38(setUp) 82 0.001 0.000 0.781 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:420(_update_with_callback) 84406 0.136 0.000 0.780 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:47(allow) 1579 0.029 0.000 0.779 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/middleware.py:68(process_request) 2 0.000 0.000 0.777 0.388 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1372(test_group_indexed_only_on_assigned_html_block) 1821 0.030 0.000 0.775 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:42(_filter_or_exclude) 937 0.004 0.000 0.772 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/models.py:228(post_save) 1 0.000 0.000 0.771 0.771 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:306(test_cohorting_with_auto_cohorts) 941 0.017 0.000 0.770 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/models.py:237(create_historical_record) 1468/1467 0.013 0.000 0.769 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dogapi/stats/dog_stats_api.py:181(wrapped) 33427 0.768 0.000 0.768 0.000 /usr/lib/python2.7/uuid.py:103(__init__) 2 0.000 0.000 0.768 0.384 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2457(test_self_paced_item_visibility_state) 1 0.000 0.000 0.767 0.767 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py:86(create_split_course_with_published_orphan) 2727 0.049 0.000 0.767 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:702(get_queryset) 3 0.000 0.000 0.765 0.255 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_users_default_role.py:17(setUp) 42391 0.528 0.000 0.762 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/datastructures.py:396(__getitem__) 2 0.000 0.000 0.762 0.381 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py:49(test_all_stores_user_email) 6 0.000 0.000 0.758 0.126 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/create_course.py:56(handle) 46893 0.115 0.000 0.758 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:48(get) 1458 0.035 0.000 0.756 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:85(server_track) 134630 0.317 0.000 0.756 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:77(load_class) 2 0.000 0.000 0.754 0.377 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:595(test_course_location_null) 3 0.000 0.000 0.754 0.251 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_preview.py:168(test_expected_services_exist) 2 0.000 0.000 0.751 0.376 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1810(setUp) 255 0.002 0.000 0.751 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:55(get_parent_xblock) 22403 0.039 0.000 0.749 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/datastructures.py:481(get) 2014 0.029 0.000 0.747 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/signals.py:18(on_course_publish) 2 0.000 0.000 0.746 0.373 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:559(test_not_indexable) 1 0.000 0.000 0.746 0.746 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:134(test_toggle_pacing_during_course_run) 16 0.000 0.000 0.746 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1158(_create_xblock_ancestor_info) 20 0.001 0.000 0.745 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:350(certificates_list_handler) 1143 0.003 0.000 0.743 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:44(__contains__) 1 0.000 0.000 0.742 0.742 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:231(test_rewrite_reference_value_dict_published) 492 0.007 0.000 0.742 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:126(_collect_max_score) 192383 0.119 0.000 0.740 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/crypto.py:76() 1110621 0.739 0.000 0.739 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:455(__eq__) 161894 0.738 0.000 0.738 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:527(__init__) 1 0.000 0.000 0.733 0.733 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:283(test_get_cohort_with_assign) 31899/31883 0.278 0.000 0.732 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:148(sub) 615 0.013 0.000 0.732 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:149(create) 2 0.000 0.000 0.732 0.366 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:583(test_course_about_store_index) 1 0.000 0.000 0.728 0.728 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:230(test_get_cohort) 4428 0.009 0.000 0.726 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:465(run_validation) 61 0.000 0.000 0.724 0.012 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:661(data) 11606 0.097 0.000 0.720 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:456(__get__) 2 0.000 0.000 0.720 0.360 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:609(test_can_delete_certificate_with_invalid_signatory) 74875 0.335 0.000 0.715 0.000 /usr/lib/python2.7/collections.py:121(values) 155336 0.212 0.000 0.714 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/utils.py:101(_safe_repr) 6 0.000 0.000 0.713 0.119 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:66(assertOrphanCount) 67425 0.299 0.000 0.712 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/base.py:153(__init__) 2 0.000 0.000 0.712 0.356 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:555(test_deleting_item) 4 0.000 0.000 0.712 0.178 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1690(_verify_advanced_xblocks) 4 0.000 0.000 0.711 0.178 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:55(setUp) 3 0.000 0.000 0.711 0.237 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:575(test_org_based_access) 339698 0.587 0.000 0.710 0.000 /usr/lib/python2.7/contextlib.py:82(helper) 17143 0.162 0.000 0.710 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:128(can_fast_delete) 1 0.000 0.000 0.708 0.708 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2283(test_unpublished_changes) 15680 0.046 0.000 0.708 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:504(_is_in_bulk_operation) 34091 0.527 0.000 0.707 0.000 /usr/lib/python2.7/gettext.py:132(_expand_lang) 250 0.001 0.000 0.704 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:155(get_template) 1 0.000 0.000 0.704 0.704 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1767(test_entrance_exam_chapter_xblock_info) 2891 0.012 0.000 0.703 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/paths.py:55(get_template) 250 0.002 0.000 0.703 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:138(find_template) 1 0.000 0.000 0.703 0.703 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:451(test_get_course_cohorts) 486 0.022 0.000 0.702 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:278(max_score) 4 0.000 0.000 0.702 0.175 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:707(test_refresh_library_content_permissions) 500 0.001 0.000 0.700 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/base.py:12(__call__) 500 0.002 0.000 0.699 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/base.py:15(load_template) 7 0.000 0.000 0.697 0.100 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:661(import_library_from_xml) 276 0.002 0.000 0.697 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:60(get_library) 59/16 0.000 0.000 0.696 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1165(collect_ancestor_info) 7134 0.013 0.000 0.695 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:28(is_site_configuration_enabled) 1 0.000 0.000 0.692 0.692 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1826(test_none_entrance_exam_sequential_xblock_info) 1663 0.023 0.000 0.691 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:322(tearDown) 23151 0.178 0.000 0.691 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:273(parse_node) 11 0.001 0.000 0.688 0.063 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:148(test_fetch_about_attribute) 3 0.000 0.000 0.685 0.228 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:146(test_max_items) 276 0.001 0.000 0.685 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1066(get_library) 5477 0.015 0.000 0.683 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:608(values_list) 7102 0.091 0.000 0.681 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:9(get_current_site_configuration) 4 0.000 0.000 0.680 0.170 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:795(test_certificate_activation_without_write_permissions) 24 0.000 0.000 0.680 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:294(get_preview_fragment) 1 0.000 0.000 0.679 0.679 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:443(test_get_course_cohorts_noop) 10883 0.027 0.000 0.678 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:498(apply_async) 1 0.000 0.000 0.677 0.677 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_import.py:53(test_forum_seed) 1 0.000 0.000 0.675 0.675 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:159(test_is_course_cohorted) 1 0.000 0.000 0.673 0.673 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:272(test_entrance_exam_created_updated_and_deleted_successfully) 105385 0.435 0.000 0.672 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:102(__init__) 5 0.000 0.000 0.672 0.134 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:249(remove_certificate) 1459 0.006 0.000 0.670 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:22(log_event) 1116 0.032 0.000 0.670 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:409(get_definitions) 1 0.000 0.000 0.666 0.666 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:174(test_get_cohort_id) 1 0.000 0.000 0.666 0.666 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:120(test_public_container_preview_html) 1 0.000 0.000 0.666 0.666 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:432(test_export_course_with_metadata_only_word_cloud) 62736 0.134 0.000 0.665 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:385(__init__) 908 0.039 0.000 0.663 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:406(get_explicitly_set_fields_by_scope) 17877 0.056 0.000 0.663 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:933(_verify_modulestore_support) 624276 0.662 0.000 0.662 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:234(__getitem__) 34 0.001 0.000 0.661 0.019 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:402(refresh_children) 1775 0.018 0.000 0.661 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1173(clean_fields) 284/51 0.030 0.000 0.661 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:442(add_xml_to_node) 2 0.000 0.000 0.661 0.330 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1342(test_create_course_case_change) 1 0.000 0.000 0.660 0.660 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:139(test_asset_import_nostatic) 6 0.001 0.000 0.659 0.110 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_change_enrollment.py:17(setUp) 215410 0.658 0.000 0.659 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:217(create_cursor) 5619 0.017 0.000 0.656 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:482(run_validators) 160328 0.228 0.000 0.656 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:158(validate) 1 0.000 0.000 0.656 0.656 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:159(test_no_static_link_rewrites_on_import) 177 0.032 0.000 0.651 0.004 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/header.html.py:33(render_body) 160180 0.562 0.000 0.650 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:64(__init__) 11 0.000 0.000 0.647 0.059 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:124(update_minimum_grade_credit_from_json) 10883 0.114 0.000 0.647 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:527(freeze) 1 0.000 0.000 0.646 0.646 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:894(test_can_handle_multiple_partitions) 817650 0.466 0.000 0.646 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/copy_reg.py:92(__newobj__) 72 0.002 0.000 0.646 0.009 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:586(content_importers) 283615 0.645 0.000 0.645 0.000 /usr/lib/python2.7/random.py:813(random) 13340 0.017 0.000 0.644 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:632(urls) 1479 0.018 0.000 0.644 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:307(initialize_default) 1 0.000 0.000 0.643 0.643 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1786(test_none_entrance_exam_chapter_xblock_info) 1074 0.007 0.000 0.643 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:355(teardownContext) 7 0.000 0.000 0.643 0.092 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:301(_get_index_videos) 13403 0.021 0.000 0.642 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:669(fetch_plain) 254/46 0.001 0.000 0.640 0.014 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:584(add_xml_to_node) 254/46 0.004 0.000 0.640 0.014 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1096(add_xml_to_node) 3969 0.013 0.000 0.638 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:581(clean) 254/46 0.004 0.000 0.636 0.014 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:563(export_to_xml) 89857/61575 0.369 0.000 0.635 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:391(__repr__) 1 0.000 0.000 0.634 0.634 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tests/test_masquerade.py:38(setUpClass) 476 0.002 0.000 0.633 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:79(clean_fields) 2 0.000 0.000 0.632 0.316 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:766(test_certificate_activation_success) 85935 0.126 0.000 0.631 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:397(__len__) 387/363 0.032 0.000 0.631 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:72(__new__) 38 0.000 0.000 0.630 0.017 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:84(handle) 38 0.001 0.000 0.630 0.017 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1330(handle) 1 0.000 0.000 0.629 0.629 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:164(apps) 8562 0.043 0.000 0.627 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:466(user_post_save_callback) 1 0.000 0.000 0.624 0.624 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:795(test_advanced_components_require_two_clicks) 1 0.000 0.000 0.624 0.624 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:219(test_contentstore_views_entrance_exam_get_bogus_exam) 2 0.000 0.000 0.621 0.310 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:400(_test_time_based_index) 463 0.002 0.000 0.620 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:339(_readable_fields) 233623 0.403 0.000 0.620 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:200(_separate_namespace) 38 0.000 0.000 0.620 0.016 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1011(handle) 1 0.000 0.000 0.619 0.619 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:693(setUpClass) 451662 0.603 0.000 0.619 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:505(get_field) 217008 0.262 0.000 0.619 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:58(validate_is_mapping) 1 0.000 0.000 0.619 0.619 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2344(test_no_staff_only_section) 3129 0.012 0.000 0.618 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:66(make_password) 1 0.000 0.000 0.618 0.618 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:243(setUp) 1040 0.012 0.000 0.617 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:887(delete) 1 0.000 0.000 0.617 0.617 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_unit_page.py:49(test_draft_child_container_preview_html) 10464 0.050 0.000 0.613 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:58(emit_field_changed_events) 20302 0.021 0.000 0.612 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:270(parse_block_node_or_indentless_sequence) 4419 0.013 0.000 0.609 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:142(emit) 171270 0.607 0.000 0.607 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:677(_get_parent_cache) 12 0.000 0.000 0.607 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1109(grading_handler) 17822 0.040 0.000 0.605 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:308(send_pre_publish_signal) 17710 0.049 0.000 0.604 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:297(_reset_dirty_field) 7837 0.052 0.000 0.602 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:71(compute_location) 18 0.000 0.000 0.601 0.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:53(get_uri_for_user) 312165 0.535 0.000 0.600 0.000 /usr/lib/python2.7/threading.py:187(release) 1 0.000 0.000 0.598 0.598 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:291(test_credit_requirement_blocks_ordering) 13340 0.141 0.000 0.598 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:613(get_urls) 9128 0.057 0.000 0.595 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:1216(makedirs_p) 84406 0.121 0.000 0.593 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:68(_deny) 4424 0.044 0.000 0.593 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:65(emit) 20 0.006 0.000 0.592 0.030 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:100(serialize_course) 933/738 0.006 0.000 0.591 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:51(render) 1 0.000 0.000 0.589 0.589 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:168(concrete_apps) 368769 0.588 0.000 0.588 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:82(split) 13 0.001 0.000 0.587 0.045 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:243(dump_courses_to_neo4j) 3278 0.031 0.000 0.585 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:134(emit_setting_changed_event) 1 0.000 0.000 0.584 0.584 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:114(test_static_import) 3567/1189 0.100 0.000 0.583 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:144(create_modulestore_instance) 23 0.000 0.000 0.580 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:442(_url) 120 0.007 0.000 0.578 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1163(login_user) 500119 0.578 0.000 0.578 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8.py:15(decode) 9 0.000 0.000 0.577 0.064 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:17(setUp) 4043 0.017 0.000 0.575 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1849(__init__) 1 0.000 0.000 0.574 0.574 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2377(test_no_staff_only_subsection) 63420 0.414 0.000 0.572 0.000 /usr/lib/python2.7/HTMLParser.py:282(parse_starttag) 160179 0.138 0.000 0.572 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/plugins.py:34(get_plugin) 955 0.013 0.000 0.570 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1915(validate) 75379 0.061 0.000 0.570 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:420(__init__) 1463 0.023 0.000 0.568 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tracker.py:86(send) 61 0.003 0.000 0.568 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:111(_create_library) 112 0.001 0.000 0.567 0.005 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/courses.py:43(get_course) 1 0.000 0.000 0.567 0.567 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:712(test_duplicate_equality_with_asides) 2 0.002 0.001 0.567 0.284 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:278(assertCoursesEqual) 13 0.000 0.000 0.566 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:150(_create_xblock_with_start_date) 21 0.000 0.000 0.565 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:213(_url) 227 0.005 0.000 0.564 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:82(save) 2769 0.014 0.000 0.563 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:488(construct_fields) 143611 0.218 0.000 0.561 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:283(get_lookup) 607843 0.350 0.000 0.561 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:89(get) 7318 0.053 0.000 0.559 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/models.py:50(get_prep_value) 24512 0.080 0.000 0.559 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:877(_update_document_fields_with_positional_awareness) 2 0.000 0.000 0.557 0.279 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:547(test_indexing_course) 10 0.000 0.000 0.557 0.056 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:39(setUp) 1 0.000 0.000 0.557 0.557 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:644(test_can_get_correct_usage_info_when_special_characters_are_in_content) 6 0.000 0.000 0.556 0.093 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:332(videos_index_json) 1 0.000 0.000 0.554 0.554 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2356(test_staff_only_subsection) 1 0.000 0.000 0.554 0.554 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:173(test_tab_name_imports_correctly) 8442 0.061 0.000 0.553 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:221(set_many) 128 0.000 0.000 0.553 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:227(_reload_item) 13403 0.201 0.000 0.553 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1276(scan_plain) 12488 0.066 0.000 0.551 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:249(_from_string) 1 0.000 0.000 0.551 0.551 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2433(test_locked_section_staff_only_message) 1544 0.007 0.000 0.550 0.000 /usr/lib/python2.7/glob.py:29(iglob) 1 0.000 0.000 0.550 0.550 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:175(test_consistent_children) 191708 0.099 0.000 0.549 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/plugins.py:19(get_available_plugins) 15 0.000 0.000 0.549 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:31(setUp) 1 0.000 0.000 0.548 0.548 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:176(test_pre_requisite_course_update_and_fetch) 1 0.000 0.000 0.547 0.547 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1230(test_forum_unseeding_on_delete) 8885 0.009 0.000 0.546 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:166(load) 1782 0.019 0.000 0.545 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:412(update_with_safe_session_cookie) 831269/828485 0.502 0.000 0.545 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/internal.py:21(__get__) 11 0.000 0.000 0.543 0.049 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:141(setUp) 76225/53824 0.176 0.000 0.542 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/five.py:281(__get__) 84415 0.417 0.000 0.542 0.000 /usr/lib/python2.7/logging/__init__.py:1233(findCaller) 1 0.000 0.000 0.542 0.542 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1614(test_cannot_create_deprecated_problems) 131846 0.387 0.000 0.541 0.000 :28(_replace) 1 0.000 0.000 0.541 0.541 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2324(test_staff_only_section) 1 0.000 0.000 0.541 0.541 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:665(test_can_get_correct_usage_info_for_content_groups) 2 0.000 0.000 0.540 0.270 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:395(test_delete_static_page) 501276 0.538 0.000 0.539 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:450() 350987 0.316 0.000 0.538 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:342(__setitem__) 2 0.000 0.000 0.538 0.269 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:79(test_newly_created_course_has_web_certs_enabled) 9128 0.027 0.000 0.538 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:1211(makedirs) 28 0.001 0.000 0.538 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:104(setUp) 204728 0.388 0.000 0.537 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:112(get) 1 0.000 0.000 0.537 0.537 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:458(test_import_after_renaming_xml_data) 16 0.003 0.000 0.536 0.034 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:16(_calculate_course_xblocks_data) 1 0.000 0.000 0.533 0.533 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1562(test_advanced_components) 9 0.000 0.000 0.533 0.059 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:18(setUp) 1292 0.018 0.000 0.533 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:303(index_dictionary) 16555 0.514 0.000 0.531 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:251(__init__) 1264 0.462 0.000 0.531 0.000 /usr/lib/python2.7/glob.py:71(glob1) 62737 0.051 0.000 0.531 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:802(_add_xblock) 1 0.000 0.000 0.528 0.528 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1529(test_basic_components_support_levels) 217899 0.138 0.000 0.527 0.000 /usr/lib/python2.7/threading.py:215(__exit__) 5529 0.041 0.000 0.526 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1094(_setup_query) 66710 0.182 0.000 0.525 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1704(get_path_info) 2 0.000 0.000 0.525 0.263 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:97(test_course_creation_without_org_app_enabled) 925 0.003 0.000 0.524 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1578(to_representation) 1 0.000 0.000 0.524 0.524 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:178(test_import_performance_mongo) 89 0.001 0.000 0.523 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:807(_get_xblock) 1273 0.027 0.000 0.523 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:136(__init__) 582 0.002 0.000 0.522 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:261(own_metadata) 1 0.000 0.000 0.522 0.522 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:116(test_contentstore_views_entrance_exam_post_new_sequential_confirm_grader) 1 0.000 0.000 0.521 0.521 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:424(test_cannot_delete_used_content_group) 9538/9189 0.371 0.000 0.521 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/os.py:136(makedirs) 198709 0.191 0.000 0.521 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:181(get_language) 99674 0.092 0.000 0.520 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1902(related_field) 31441 0.097 0.000 0.520 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/edit_info.py:33(subtree_edited_on) 2 0.000 0.000 0.518 0.259 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1209(test_course_with_different_cases) 6 0.000 0.000 0.514 0.086 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:136(_test_visible_to_students) 31998 0.110 0.000 0.514 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:194(annotations) 1 0.000 0.000 0.513 0.513 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:203(test_course_info_to_ccxcon_other_status_codes) 340554 0.280 0.000 0.513 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:142(need_more_tokens) 15 0.000 0.000 0.512 0.034 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:192(delete_item) 184086 0.337 0.000 0.510 0.000 /usr/lib/python2.7/collections.py:71(__setitem__) 39 0.000 0.000 0.510 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:53(setUp) 75379 0.263 0.000 0.508 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:438(from_storable) 1248 0.024 0.000 0.508 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:51(start_cache_isolation) 2602 0.017 0.000 0.507 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:995(_fixture_teardown) 11839 0.082 0.000 0.506 0.000 /usr/lib/python2.7/argparse.py:1263(add_argument) 14 0.000 0.000 0.505 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:105(_create_vertical) 2 0.000 0.000 0.505 0.252 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import_pure_xblock.py:50(_assert_import) 1194 0.131 0.000 0.504 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:261(_set_signature) 1069 0.004 0.000 0.503 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:55(__init__) 1 0.000 0.000 0.502 0.502 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:112(test_unpublishing_proctored_exam) 190899 0.500 0.000 0.501 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:595(itervalues) 1612 0.008 0.000 0.501 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/middleware.py:19(process_response) 1070 0.017 0.000 0.501 0.000 /usr/lib/python2.7/argparse.py:1556(__init__) 97295 0.488 0.000 0.500 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:335(_to_string) 1 0.000 0.000 0.500 0.500 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_openid_provider.py:459(tearDownClass) 1 0.000 0.000 0.500 0.500 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:1285(tearDownClass) 1 0.000 0.000 0.500 0.500 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:1271(_tearDownClassInternal) 1 0.000 0.000 0.500 0.500 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:1195(terminate) 71269 0.387 0.000 0.500 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:46(isdir) 1 0.000 0.000 0.499 0.499 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:159(test_multiple_reverification_blocks) 1 0.000 0.000 0.499 0.499 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import_draft_order.py:17(test_order) 1 0.000 0.000 0.498 0.498 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2391(test_staff_only_unit) 174508 0.187 0.000 0.497 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1431(scan_line_break) 1 0.000 0.000 0.495 0.495 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1297(test_create_course_after_delete) 1293 0.006 0.000 0.492 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:134(has_user) 156 0.001 0.000 0.492 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:19(fetch) 2 0.000 0.000 0.491 0.245 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:591(test_course_location_info) 31014 0.198 0.000 0.490 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:954(as_sql) 2 0.000 0.000 0.490 0.245 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:710(test_can_delete_signatory) 22679 0.101 0.000 0.490 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:545(__setstate__) 4324/3116 0.022 0.000 0.489 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:153(_wrapper) 2735148 0.489 0.000 0.489 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2206(_normalize_cached) 8 0.000 0.000 0.489 0.061 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:192(test_course_overview_behavior) 20 0.000 0.000 0.487 0.024 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:61(get_uri_for_pref) 4066 0.140 0.000 0.487 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2298(resolve) 536 0.008 0.000 0.487 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:41(__init__) 50524 0.470 0.000 0.486 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:702(_extract_projection_operators) 12 0.000 0.000 0.485 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/utils.py:44(validate_preview_html) 12 0.000 0.000 0.484 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/utils.py:34(get_preview_html) 4 0.000 0.000 0.484 0.121 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:182(_update_release_dates) 13836 0.052 0.000 0.484 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:227(_clear_bulk_ops_record) 13 0.000 0.000 0.481 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:89(setUp) 2 0.000 0.000 0.481 0.241 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:560(test_can_delete_certificate_with_signatories) 39 0.002 0.000 0.479 0.012 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:127(update_children) 237/51 0.002 0.000 0.476 0.009 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1504(add_block_as_child_node) 215230 0.360 0.000 0.475 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:446(make_cursor) 7674/4424 0.016 0.000 0.475 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:75(send) 13125 0.475 0.000 0.475 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:269(__init__) 1 0.000 0.000 0.475 0.475 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:144(test_dangling_exam) 21009 0.089 0.000 0.475 0.000 /usr/lib/python2.7/decimal.py:6147(_format_number) 5731 0.015 0.000 0.474 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:552(_code) 16 0.001 0.000 0.474 0.030 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:26(setUp) 21 0.001 0.000 0.474 0.023 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:855(setUp) 5 0.000 0.000 0.474 0.095 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:26(get_response) 152 0.001 0.000 0.474 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:73(get_item_from_modulestore) 84406 0.285 0.000 0.473 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:55(_any_match) 1 0.000 0.000 0.473 0.473 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_fix_not_found.py:30(test_fix_not_found) 28661 0.170 0.000 0.472 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:145(getsyspath) 2893 0.009 0.000 0.472 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lookup.py:234(get_template) 6 0.000 0.000 0.471 0.079 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:136(update_from_json) 141268 0.374 0.000 0.471 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:103(inner) 361/124 0.017 0.000 0.471 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:354(adapt_references) 112280 0.136 0.000 0.471 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:225(resolve) 69 0.001 0.000 0.470 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:257(_create) 5529 0.039 0.000 0.469 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1685(add_fields) 3116 0.023 0.000 0.467 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:936(_rollback_atomics) 2 0.000 0.000 0.466 0.233 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:563(test_start_date_propagation) 16706 0.169 0.000 0.465 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:179(bulk_insert_sql) 42967 0.247 0.000 0.464 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:625(__set__) 227 0.000 0.000 0.463 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:357(__exit__) 227 0.001 0.000 0.462 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:275(close) 31013 0.064 0.000 0.462 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:580(_setup_joins) 227 0.002 0.000 0.462 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:244(__flush) 343 0.007 0.000 0.461 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:156(add_users) 2 0.000 0.000 0.460 0.230 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:281(_test_not_indexing_unpublished_content) 152 0.005 0.000 0.460 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1537(_do_create_account) 9 0.000 0.000 0.457 0.051 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:79(__init__) 5096 0.031 0.000 0.457 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:225(is_installed) 9 0.000 0.000 0.457 0.051 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:153(_load_plugins) 6050/4424 0.029 0.000 0.457 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:119(send_to_backends) 124 0.005 0.000 0.457 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:395(export_extra_content) 648 0.018 0.000 0.457 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/management.py:7(update_contenttypes) 26067 0.082 0.000 0.456 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/version.py:10(get_version) 1875 0.015 0.000 0.456 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:115(create) 3457133 0.455 0.000 0.455 0.000 /usr/lib/python2.7/copy.py:198(_deepcopy_atomic) 2 0.000 0.000 0.455 0.227 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:634(test_delete_certificate_without_write_permissions) 172 0.001 0.000 0.454 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:176(__init__) 4043 0.340 0.000 0.454 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1854(_mock_set_magics) 1 0.000 0.000 0.454 0.454 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2445(test_locked_unit_staff_only_message) 172 0.001 0.000 0.453 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:249(compile_string) 17207 0.231 0.000 0.452 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:55(get_candidate_relations_to_delete) 50 0.001 0.000 0.452 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:435(assert_error) 161574 0.239 0.000 0.451 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:82() 14432/12821 0.076 0.000 0.450 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/lru_cache.py:108(wrapper) 1 0.000 0.000 0.450 0.450 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1225(test_create_course_check_forum_seeding) 1237 0.009 0.000 0.449 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:518(resolve) 1 0.000 0.000 0.448 0.448 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:318(test_entrance_exam_store_default_min_score) 4 0.000 0.000 0.448 0.112 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:672(test_duplicate_across_courses) 1 0.000 0.000 0.447 0.447 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:128(test_course_updates_compatibility) 86580 0.200 0.000 0.445 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:100(__getitem__) 9 0.000 0.000 0.445 0.049 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:118(_get_preview) 317067 0.429 0.000 0.444 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:754(demote_joins) 468 0.006 0.000 0.442 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1379(is_enrolled) 54 0.000 0.000 0.442 0.008 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:177(_load_one_plugin) 1 0.000 0.000 0.442 0.442 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_preview.py:111(test_preview_conditional_module_children_context) 43 0.000 0.000 0.441 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:28(_login) 1 0.000 0.000 0.441 0.441 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:569(test_export_failure_subsection_level) 2799 0.005 0.000 0.438 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:221(all) 475 0.006 0.000 0.438 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1632(_get_enrollment_state) 222724 0.438 0.000 0.438 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:348(_to_deprecated_string) 292215 0.283 0.000 0.436 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/__init__.py:13(__new__) 2826 0.004 0.000 0.436 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:681(exclude) 12 0.000 0.000 0.435 0.036 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:37(update_verification_partitions) 548907 0.435 0.000 0.435 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:50(_prepare_data) 766846 0.435 0.000 0.435 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:329(location) 1 0.000 0.000 0.435 0.435 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:263(test_split_test_edited) 9415 0.111 0.000 0.433 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:235(__deepcopy__) 1 0.000 0.000 0.433 0.433 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:53(test_container_html) 2067 0.006 0.000 0.433 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:682(run_validation) 18684 0.041 0.000 0.433 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:460(_compare_less_than) 40111 0.283 0.000 0.432 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:316(now) 3102 0.007 0.000 0.432 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:230(set_password) 5721 0.035 0.000 0.432 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/text.py:291(compress_string) 24512 0.068 0.000 0.432 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:826(_update_document_fields) 2 0.000 0.000 0.430 0.215 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:587(test_course_about_mode_index) 1 0.000 0.000 0.430 0.430 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:134(test_save_valid_course_invalid_org) 71825 0.119 0.000 0.430 0.000 /usr/lib/python2.7/threading.py:114(RLock) 1972 0.014 0.000 0.428 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:58(get_field_info) 2 0.000 0.000 0.427 0.214 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:603(test_read_only_role) 1641 0.009 0.000 0.426 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_sites_extensions/models.py:55(patched_get_site_by_id) 5 0.000 0.000 0.425 0.085 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:377(test_non_audit_enables_cert) 1 0.000 0.000 0.423 0.423 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:182(test_excessive_login_failures) 7849/5458 0.043 0.000 0.422 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:569(__deepcopy__) 2 0.000 0.000 0.422 0.211 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:575(test_exception) 2 0.000 0.000 0.422 0.211 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:579(test_course_about_property_index) 9 0.001 0.000 0.421 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:31(setUp) 5170 0.022 0.000 0.420 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:339(update_structure) 1 0.000 0.000 0.420 0.420 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:130(test_delete_item_signal_handler_called) 39 0.000 0.000 0.418 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:46(_login_as_staff_user) 112334 0.331 0.000 0.418 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:773(reset_refcounts) 2 0.000 0.000 0.417 0.209 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:599(test_delete_course_from_search_index_after_course_deletion) 23084 0.332 0.000 0.417 0.000 /usr/lib/python2.7/json/encoder.py:212(iterencode) 1 0.000 0.000 0.416 0.416 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:396(test_auto_cohorts) 2 0.000 0.000 0.416 0.208 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:974(test_course_tab_configurations) 884/596 0.002 0.000 0.415 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:317(render) 320 0.005 0.000 0.415 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/enrollment/api.py:388(_default_course_mode) 2 0.000 0.000 0.415 0.207 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:347(_test_not_indexable) 34 0.001 0.000 0.414 0.012 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1014(definition_to_xml) 7 0.000 0.000 0.414 0.059 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:125(_get_container_preview) 1 0.000 0.000 0.413 0.413 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:78(test_force_publish) 228 0.002 0.000 0.413 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:215(__flush_data) 922 0.005 0.000 0.412 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1885(deconstruct) 126256 0.322 0.000 0.412 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:113(__init__) 227 0.001 0.000 0.412 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:237(__flush_buffer) 67 0.062 0.001 0.411 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:370(get_theme_dirs) 8 0.001 0.000 0.411 0.051 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:801(test_different_resolutions) 9 0.000 0.000 0.411 0.046 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:561(create_batch) 46 0.004 0.000 0.410 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:73(handle) 1 0.000 0.000 0.410 0.410 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:471(test_get_all_courses_by_org) 922 0.012 0.000 0.407 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1569(deconstruct) 147/65 0.001 0.000 0.407 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1184(_create_xblock_child_info) 93/34 0.001 0.000 0.406 0.012 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py:545(definition_to_xml) 855 0.012 0.000 0.405 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/signals.py:36(on_pre_publish) 666 0.071 0.000 0.405 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:153(get_models) 34 0.000 0.000 0.405 0.012 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:46(assertSelfReferential) 157270 0.201 0.000 0.404 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1123(get_prep_value) 1151 0.002 0.000 0.404 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/paths.py:112(lookup_template) 12130 0.024 0.000 0.404 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/models.py:59(to_python) 95670 0.293 0.000 0.403 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:233(__add__) 12 0.000 0.000 0.403 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:613(setUp) 228471 0.402 0.000 0.402 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:91(__new__) 8513 0.030 0.000 0.401 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:728(select_related) 1 0.000 0.000 0.401 0.401 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2014(test_proctored_exam_xblock_info) 14 0.000 0.000 0.400 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2190(_enable_staff_only) 212776 0.216 0.000 0.400 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:114(get_mark) 331029 0.172 0.000 0.399 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:921() 1 0.000 0.000 0.399 0.399 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:211(test_import_in_existing_course) 171347 0.269 0.000 0.399 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:28(get_lookup) 1 0.000 0.000 0.398 0.398 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:619(test_export_success_with_custom_tag) 288 0.002 0.000 0.398 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:636(load_extra_content) 2 0.000 0.000 0.398 0.199 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:507(_test_course_location_null) 3044/172 0.040 0.000 0.398 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:305(parse) 615 0.002 0.000 0.398 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:58(__call__) 1714629 0.398 0.000 0.398 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:284(class_field_names) 371260 0.323 0.000 0.397 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:382(class_field_names) 14 0.001 0.000 0.397 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:209(_delete_entrance_exam) 41763 0.114 0.000 0.397 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/module_loading.py:15(import_string) 1 0.000 0.000 0.394 0.394 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:242(setUpClass) 1104220 0.394 0.000 0.394 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:196(get) 1 0.000 0.000 0.394 0.394 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:93(test_contentstore_views_entrance_exam_post) 763 0.102 0.000 0.393 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:37(load_middleware) 1612 0.015 0.000 0.392 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/common.py:42(process_request) 2830 0.006 0.000 0.390 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:208(parse_document_content) 66 0.001 0.000 0.390 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:152(set_user_preference) 1 0.000 0.000 0.388 0.388 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:849(test_delete_child) 20270 0.135 0.000 0.388 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/cache.py:124(_encode_root_cache_key) 119 0.002 0.000 0.388 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:389(generate_thumbnail) 170405 0.214 0.000 0.387 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:14(get_connection) 175697 0.185 0.000 0.387 0.000 /usr/lib/python2.7/logging/__init__.py:1360(isEnabledFor) 982 0.123 0.000 0.387 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:327(swappable_setting) 2 0.000 0.000 0.387 0.193 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:737(test_deleting_signatory_without_signature) 119 0.001 0.000 0.386 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/backends/django.py:29(get_template) 44808 0.196 0.000 0.385 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:213(push) 506124 0.385 0.000 0.385 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:740(__iter__) 3281 0.022 0.000 0.385 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:671(__init__) 1 0.000 0.000 0.385 0.385 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:278(test_vertical_source_for_vertical) 84421 0.101 0.000 0.384 0.000 /usr/lib/python2.7/logging/__init__.py:703(acquire) 67206 0.111 0.000 0.384 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:63(task_has_custom) 2 0.000 0.000 0.383 0.192 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:327(_test_deleting_item) 47715 0.115 0.000 0.383 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:46(__init__) 4724 0.019 0.000 0.383 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:167(startTest) 1887 0.007 0.000 0.382 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:895(_get_child_mock) 585111 0.381 0.000 0.381 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:117(_force_list) 802564 0.380 0.000 0.380 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:207() 4 0.000 0.000 0.380 0.095 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:208(wrapper) 316 0.160 0.001 0.380 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:667(_load_extra_content) 29822 0.081 0.000 0.379 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1176(__init__) 4810 0.067 0.000 0.379 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/models.py:27(decompress_string) 482004/312867 0.266 0.000 0.379 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:394() 76 0.001 0.000 0.378 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/generic/base.py:64(view) 4545 0.022 0.000 0.378 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:143(search) 2 0.000 0.000 0.376 0.188 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:710(setUp) 1 0.000 0.000 0.374 0.374 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:126(test_course_info_to_ccxcon_invalid_ccx_connector) 130860/128740 0.286 0.000 0.373 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:72(force_text) 189748 0.373 0.000 0.373 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:684(table_alias) 64439 0.371 0.000 0.371 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/dateparse.py:107() 1 0.000 0.000 0.371 0.371 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:300(test_entrance_exam_view_direct_missing_score_setting) 1611 0.013 0.000 0.371 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:540(insert_definition) 2 0.000 0.000 0.371 0.185 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:650(test_delete_certificate_without_global_staff_permissions) 1 0.000 0.000 0.371 0.371 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:646(test_change_cohort_group_id) 3438 0.012 0.000 0.370 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:217() 1 0.000 0.000 0.369 0.369 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:383(test_some_cohorts) 164625 0.154 0.000 0.368 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:788(get_default) 5954 0.181 0.000 0.367 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:358(deconstruct) 361 0.002 0.000 0.366 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/serializers.py:21(get_name) 22 0.000 0.000 0.366 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:32(setUp) 1 0.000 0.000 0.365 0.365 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:541(test_get_set_grader_types_ajax) 1 0.037 0.037 0.365 0.365 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_pipeline.py:24(test_probably_only_uses_charset) 2118 0.005 0.000 0.365 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:333(remove) 21009 0.142 0.000 0.365 0.000 /usr/lib/python2.7/decimal.py:2421(quantize) 1 0.000 0.000 0.365 0.365 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:74(test_libraries_on_course_index) 130272 0.170 0.000 0.362 0.000 /edx/app/edxapp/edx-platform/common/lib/dogstats/dogstats_wrapper/wrapper.py:8(_clean_tags) 10 0.000 0.000 0.362 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:520(setUp) 9 0.001 0.000 0.362 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:139(setUp) 4 0.000 0.000 0.362 0.090 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py:56(create_dummy_course) 1619 0.049 0.000 0.361 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:120(enter_request_context) 1 0.000 0.000 0.361 0.361 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2246(test_empty_sequential) 3000 0.004 0.000 0.361 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1708(count) 2 0.000 0.000 0.359 0.180 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1079(_make_draft_content_different_from_published) 17 0.000 0.000 0.359 0.021 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:23(setUp) 5 0.000 0.000 0.359 0.072 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:524(signatory_detail_handler) 2 0.000 0.000 0.358 0.179 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:815(test_certificate_activation_failure) 10 0.001 0.000 0.358 0.036 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:22(setUp) 2113 0.014 0.000 0.358 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/django.py:20(contentstore) 16 0.000 0.000 0.357 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:24(setUp) 1 0.000 0.000 0.357 0.357 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:260(test_post_course_update) 71508 0.173 0.000 0.357 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:887(_update_document_single_field) 1 0.000 0.000 0.356 0.356 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:561(test_export_failure_top_level) 1 0.000 0.000 0.356 0.356 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:143(test_contentstore_views_entrance_exam_get) 35 0.001 0.000 0.355 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/segmentio.py:84(track_segmentio_event) 1 0.000 0.000 0.355 0.355 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:202(test_already_published) 366445 0.355 0.000 0.355 0.000 /usr/lib/python2.7/weakref.py:357(get) 1 0.000 0.000 0.354 0.354 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:179(test_feature_flag_off) 2 0.000 0.000 0.351 0.176 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export.py:48(test_export_course_with_directory_name) 23803 0.020 0.000 0.350 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:90(_get_field) 10 0.000 0.000 0.350 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:315(certificate_activation_handler) 10768 0.036 0.000 0.350 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:291(branch_setting) 1 0.000 0.000 0.349 0.349 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:614(test_update_cohort_group_id) 22854 0.072 0.000 0.349 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:162(typecast_decimal) 117 0.001 0.000 0.349 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:385(get_library) 3317 0.005 0.000 0.347 0.000 /usr/lib/python2.7/gettext.py:583(gettext) 146217 0.163 0.000 0.347 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/config.py:164(get_models) 148 0.003 0.000 0.345 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:472(render) 6 0.001 0.000 0.345 0.057 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:86(_copy_published_modules_to_course) 2 0.000 0.000 0.344 0.172 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1654(verify_openassessment_present) 1 0.000 0.000 0.343 0.343 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:83(test_import_existing_entrance_exam_course) 3317 0.008 0.000 0.342 0.000 /usr/lib/python2.7/gettext.py:545(dgettext) 4290 0.012 0.000 0.342 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:848(has_published_version) 643887 0.342 0.000 0.342 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:686(get_prep_value) 9 0.000 0.000 0.342 0.038 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1330(textbooks_list_handler) 1 0.000 0.000 0.341 0.341 /edx/app/edxapp/edx-platform/pavelib/assets.py:590(process_npm_assets) 14 0.001 0.000 0.341 0.024 /edx/app/edxapp/edx-platform/pavelib/assets.py:594(copy_vendor_library) 700 0.011 0.000 0.341 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:114(find) 2277 0.007 0.000 0.340 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:557(__get_return_value) 3 0.000 0.000 0.340 0.113 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:406(_assert_video_removal) 557 0.298 0.001 0.339 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:379(is_theme_dir) 1 0.000 0.000 0.338 0.338 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:209(test_no_ol_course_update) 1 0.000 0.000 0.338 0.338 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:560(test_update_manual_cohort_name) 10883 0.337 0.000 0.338 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/serialization.py:139(get_pickleable_exception) 1 0.000 0.000 0.338 0.338 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_preview.py:80(test_preview_no_asides) 17 0.000 0.000 0.338 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:70(update_grader_from_json) 1 0.000 0.000 0.337 0.337 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:742(test_studio_user_permissions) 26659 0.064 0.000 0.337 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1077(grade_cutoffs) 20 0.001 0.000 0.337 0.017 /usr/lib/python2.7/subprocess.py:651(__init__) 24 0.001 0.000 0.336 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:463(course_listing) 103433/94926 0.148 0.000 0.336 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1778(get_related_populators) 11 0.000 0.000 0.336 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:24(tabs_handler) 20 0.093 0.005 0.336 0.017 /usr/lib/python2.7/subprocess.py:1199(_execute_child) 1233 0.014 0.000 0.336 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:27(__init__) 260606 0.335 0.000 0.335 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:408(validate_thread_sharing) 1 0.000 0.000 0.335 0.335 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:537(test_create_new_cohort_existing_name) 1902 0.023 0.000 0.335 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1110(has_course) 1 0.000 0.000 0.335 0.335 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:633(test_update_cohort_remove_group_id) 1 0.000 0.000 0.335 0.335 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1065(test_direct_only_categories_not_republished) 1 0.000 0.000 0.335 0.335 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1097(test_course_handouts_rewrites) 2614 0.010 0.000 0.335 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:769(_pre_setup) 1628 0.015 0.000 0.334 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:291(process_response) 201857 0.280 0.000 0.334 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:247(get_language) 2 0.000 0.000 0.334 0.167 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:567(test_search_disabled) 2409 0.082 0.000 0.334 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:199(structure_to_mongo) 1 0.000 0.000 0.333 0.333 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:457(test_get_single_cohort) 2 0.000 0.000 0.333 0.166 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/test.py:184(test_handle_requests) 1600 0.007 0.000 0.332 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/middleware.py:74(process_request) 22679 0.114 0.000 0.331 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1706(model_unpickle) 1 0.000 0.000 0.331 0.331 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:231(test_invalid_course_id) 2 0.000 0.000 0.331 0.165 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1661(verify_dndv2_present) 442735 0.330 0.000 0.330 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:352(default) 21368 0.110 0.000 0.330 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:209(wrapper) 7 0.000 0.000 0.330 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:579(_set_partitions) 19910 0.048 0.000 0.330 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/datastructures.py:346(__getattr__) 504470 0.330 0.000 0.330 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2644(get_entry_map) 1 0.000 0.000 0.329 0.329 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:671(test_update_cohort_missing_user_partition_id) 30668 0.063 0.000 0.329 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:173(__init__) 17163 0.190 0.000 0.328 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:24(_current_ids_subquery) 7 0.000 0.000 0.328 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:791(setup_course_base) 10826 0.107 0.000 0.326 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/crypto.py:28(salted_hmac) 708 0.008 0.000 0.326 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:336(render_css) 1 0.000 0.000 0.326 0.326 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:98(test_removes_deleted_user_partitions) 9108 0.072 0.000 0.324 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:253(sort) 3 0.000 0.000 0.324 0.108 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:201(delete_entrance_exam) 3753 0.008 0.000 0.323 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:135(_get_post) 21009 0.172 0.000 0.323 0.000 /usr/lib/python2.7/decimal.py:6100(_insert_thousands_sep) 16 0.002 0.000 0.323 0.020 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:705(render_header_extras) 1 0.000 0.000 0.322 0.322 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1020(test_republish) 11 0.000 0.000 0.322 0.029 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:1024(wrapper) 87 0.003 0.000 0.322 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:626(logout) 659 0.003 0.000 0.321 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:368() 1 0.000 0.000 0.321 0.321 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:92(test_pbkdf2_sha256_password_reuse) 2093 0.006 0.000 0.320 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:197(_get_content_groups_usage_info) 21120 0.066 0.000 0.320 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1181(_course_key_to_son) 1 0.000 0.000 0.319 0.319 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import_pure_xblock.py:42(test_import_draft) 1 0.000 0.000 0.318 0.318 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:368(test_editable_short_description_fetch) 377955 0.318 0.000 0.318 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1622(related_fields) 2615757 0.318 0.000 0.318 0.000 /usr/lib/python2.7/copy.py:101(_copy_immutable) 16 0.000 0.000 0.318 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:349(get_themes) 1 0.000 0.000 0.317 0.317 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2132(test_video_license_export) 77 0.001 0.000 0.317 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:99(process_static_urls) 53 0.023 0.000 0.317 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:119(fetch_all) 127729 0.316 0.000 0.316 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/einfo.py:13(__init__) 402 0.002 0.000 0.316 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:374(lookup_item) 1636 0.012 0.000 0.315 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:245(_load_post_and_files) 1612 0.017 0.000 0.314 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/locale.py:36(process_response) 1 0.001 0.001 0.314 0.314 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:365(test_library_import) 73 0.000 0.000 0.313 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:153(replace_static_urls) 3 0.021 0.007 0.311 0.104 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/pipeline.py:425(make_random_password) 1027 0.002 0.000 0.311 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:637(is_valid_path) 71825 0.251 0.000 0.311 0.000 /usr/lib/python2.7/threading.py:132(__init__) 1 0.000 0.000 0.311 0.311 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:199(test_rewrite_reference_list) 389 0.021 0.000 0.311 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:334(clear_cache) 85 0.001 0.000 0.311 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:84(get_exception_response) 386 0.002 0.000 0.310 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:285(register_model) 34 0.000 0.000 0.310 0.009 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:190(get_courselike) 1740 0.006 0.000 0.310 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:785(_lookup_template) 25801/23869 0.310 0.000 0.310 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:299(flatten_result) 243 0.199 0.001 0.308 0.001 /usr/lib/python2.7/lib-tk/FileDialog.py:9() 8 0.000 0.000 0.308 0.038 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:908(_assert_image_urls_all_default) 95577 0.121 0.000 0.308 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:97(splitext) 24 0.000 0.000 0.308 0.013 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:196(runTest) 594212 0.272 0.000 0.307 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:680(pre_save) 1 0.000 0.000 0.307 0.307 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:658(test_content_library_export_import) 12 0.000 0.000 0.306 0.026 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/executor.py:17(__init__) 1 0.000 0.000 0.305 0.305 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1416(test_create_course_with_course_creator) 2 0.001 0.000 0.305 0.153 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:51(check_index_and_outline) 58143/47765 0.087 0.000 0.305 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:89(__getattr__) 159844 0.304 0.000 0.305 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:2092(__init__) 708 0.008 0.000 0.304 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/__init__.py:12(compressed_css) 123817 0.304 0.000 0.304 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:235(_field_data) 96009 0.197 0.000 0.304 0.000 /usr/lib/python2.7/threading.py:373(notify) 7 0.000 0.000 0.303 0.043 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:44(_create_course_with_access_groups) 1 0.000 0.000 0.303 0.303 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:252(test_force_publish_dry_run) 4 0.000 0.000 0.301 0.075 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:119(test_double_enrollment) 341 0.008 0.000 0.301 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:546(from_xml) 118 0.005 0.000 0.300 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:58(serialize_item) 21144 0.063 0.000 0.300 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:272(process_rhs) 20 0.000 0.000 0.299 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2161(_get_xblock_info) 3367 0.045 0.000 0.299 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:106(clear_caches) 1624 0.012 0.000 0.299 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/logger.py:35(send) 161826 0.298 0.000 0.298 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:497(check) 906078 0.298 0.000 0.298 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:99(__getitem__) 6 0.000 0.000 0.297 0.050 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:44(create_content_groups) 1 0.000 0.000 0.297 0.297 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1158(test_publish_states_of_nested_xblocks) 98 0.001 0.000 0.296 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:30(add_instructor) 4517 0.051 0.000 0.296 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1173(__get__) 57574 0.212 0.000 0.296 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/errors.py:126(__init__) 219963 0.140 0.000 0.296 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:182() 21009 0.183 0.000 0.296 0.000 /usr/lib/python2.7/decimal.py:1936(_power_exact) 1 0.000 0.000 0.295 0.295 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:693(setUp) 7 0.000 0.000 0.294 0.042 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:27(setUp) 94279 0.208 0.000 0.294 0.000 /usr/lib/python2.7/threading.py:440(acquire) 13153 0.039 0.000 0.294 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2934(robust_usage_key) 49349 0.177 0.000 0.294 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:88(tags) 15 0.000 0.000 0.294 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:165(validate_and_update_from_json) 924 0.083 0.000 0.293 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:244(fixture_dirs) 67206 0.210 0.000 0.293 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/dispatch/signal.py:205(_live_receivers) 4724 0.038 0.000 0.293 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/testid.py:262(startTest) 2 0.000 0.000 0.292 0.146 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py:76(test_export_course) 1 0.000 0.000 0.292 0.292 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1256(test_course_enrollments_and_roles_on_delete) 11 0.000 0.000 0.292 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:34(enroll) 2 0.000 0.000 0.292 0.146 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:668(test_update_active_certificate_without_global_staff_permissions) 2120 0.005 0.000 0.292 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:36(_get_new_csrf_key) 28419 0.073 0.000 0.292 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/task/base.py:68(request) 9 0.000 0.000 0.292 0.032 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:425(assert_success) 1 0.000 0.000 0.292 0.292 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:399(test_refreshes_children_if_capa_type_change) 1194 0.017 0.000 0.292 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:293(_setup_func) 19265/5731 0.193 0.000 0.291 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:64(_compile) 615 0.002 0.000 0.291 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:67(is_unit) 1537 0.004 0.000 0.291 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:204(component_support_level) 2 0.000 0.000 0.290 0.145 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:478(test_library_import_branch_settings_again) 463 0.002 0.000 0.290 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/assetstore/assetmgr.py:49(find) 100027 0.045 0.000 0.290 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/pipeline.py:443() 51 0.001 0.000 0.290 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1244(wrap_xblock) 6784 0.034 0.000 0.289 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:215(_clear_bulk_ops_record) 738737 0.289 0.000 0.289 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:206(next_char) 41 0.000 0.000 0.288 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:84(_resolve_template) 41 0.000 0.000 0.288 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:75(resolve_template) 578724 0.282 0.000 0.288 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:76(__exit__) 7020 0.010 0.000 0.288 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:71() 32518 0.121 0.000 0.287 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:186(get_model) 2 0.000 0.000 0.286 0.143 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py:86(test_export_course_stdout) 16/14 0.000 0.000 0.286 0.020 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/vertical_block.py:85(author_view) 16/14 0.000 0.000 0.286 0.020 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/studio_editable.py:15(render_children) 47/8 0.001 0.000 0.285 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:491(_check_equality) 1 0.000 0.000 0.285 0.285 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:912(test_http_update_from_json) 86 0.000 0.000 0.285 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader.py:23(get_template) 8 0.000 0.000 0.285 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1265(_update_partition_id) 12 0.004 0.000 0.284 0.024 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:338(render_header_extras) 1 0.000 0.000 0.284 0.284 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1273(test_course_access_groups_on_delete) 2430 0.007 0.000 0.284 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2975(_get_index_if_valid) 17266 0.028 0.000 0.283 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:593(__get__) 225 0.004 0.000 0.282 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:84(wrapper) 2 0.000 0.000 0.282 0.141 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:446(test_library_import_branch_settings) 123203 0.282 0.000 0.282 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:334(__init__) 204 0.001 0.000 0.281 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/utils.py:25(_save_forum_role) 1 0.000 0.000 0.280 0.280 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:585(test_can_delete_certificate_with_slash_prefix_signatory) 13 0.000 0.000 0.279 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:104(update_grace_period_from_json) 21/16 0.000 0.000 0.279 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:28(update_credit_course_requirements) 1 0.000 0.000 0.278 0.278 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1459(test_item_factory) 13800 0.113 0.000 0.278 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:413(__init__) 404 0.005 0.000 0.277 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:219(parse_file_upload) 1 0.000 0.000 0.277 0.277 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1743(test_default_metadata_inheritance) 14 0.000 0.000 0.277 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:270(remove_entrance_exam_milestone_reference) 708 0.006 0.000 0.276 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/__init__.py:27(render_css) 34443 0.029 0.000 0.276 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:83(ugettext) 65 0.001 0.000 0.276 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:488(get_course_cohort_settings) 3001 0.020 0.000 0.276 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:670(get_transcripts_info) 1 0.000 0.000 0.276 0.276 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:235(test_login_ratelimited) 123 0.002 0.000 0.276 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:254(get_course_cohorts) 49800 0.096 0.000 0.275 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:69(writer_leaves) 18 0.000 0.000 0.275 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:83(_add_simple_content_block) 46 0.000 0.000 0.275 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:150(search) 1136632 0.274 0.000 0.274 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:938(join_parent_model) 2673 0.029 0.000 0.274 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:225(disable) 19917 0.065 0.000 0.274 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:240(__init__) 1 0.000 0.000 0.274 0.274 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1334(test_create_course_duplicate_number) 1 0.000 0.000 0.274 0.274 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1308(test_create_course_duplicate_course) 853469 0.273 0.000 0.273 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:240(get_meta) 2673 0.029 0.000 0.273 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:207(enable) 17 0.001 0.000 0.273 0.016 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:253(encode) 12 0.001 0.000 0.273 0.023 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:120(_set_verification_partitions) 1 0.000 0.000 0.273 0.273 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1792(test_wiki_slug) 1 0.000 0.000 0.273 0.273 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:934(test_advanced_components_munge_tabs) 67206 0.272 0.000 0.273 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/objects.py:14(mro_lookup) 9 0.000 0.000 0.272 0.030 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:243(assertRedirects) 17 0.272 0.016 0.272 0.016 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/crypto.py:125(pbkdf2) 19 0.000 0.000 0.272 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:484(_login_as_non_staff_user) 84421 0.083 0.000 0.272 0.000 /usr/lib/python2.7/logging/__init__.py:710(release) 24 0.001 0.000 0.271 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/user.py:101(_course_team_user) 1 0.000 0.000 0.271 0.271 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1115(test_published_and_draft_contents_with_update) 2592 0.003 0.000 0.270 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:180(__exit__) 1 0.000 0.000 0.270 0.270 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:805(test_edit_unit) 1 0.000 0.000 0.270 0.270 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1140(_check_verticals) 16 0.000 0.000 0.270 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:408(_get_item_in_course) 4799 0.018 0.000 0.270 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/certificates/api.py:475(get_active_web_certificate) 1 0.000 0.000 0.269 0.269 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1194(test_create_course_default_language) 52099 0.042 0.000 0.269 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:314(system) 436377 0.269 0.000 0.269 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:263(__setstate__) 1 0.000 0.000 0.269 0.269 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1392(test_create_course_with_course_creation_disabled_staff) 2592 0.003 0.000 0.269 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:177(__enter__) 1189 0.019 0.000 0.268 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:153(drop_mongo_collections) 24 0.000 0.000 0.268 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:69(assertUserIsValid) 112813 0.268 0.000 0.268 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/weakref_backports.py:47(__call__) 1 0.000 0.000 0.268 0.268 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:154(test_get_lib_edit_html) 1 0.000 0.000 0.267 0.267 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_tasks.py:181(test_update_xblocks_cache_with_display_name_none) 186919 0.236 0.000 0.267 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:154(__get__) 42018 0.135 0.000 0.267 0.000 /usr/lib/python2.7/decimal.py:1639(_fix) 31 0.002 0.000 0.267 0.009 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:29(_export_drafts) 20 0.000 0.000 0.266 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:104(wrap_part_extraction) 17713 0.030 0.000 0.266 0.000 /usr/lib/python2.7/collections.py:204(copy) 15 0.000 0.000 0.266 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:166(replace_static_url) 30668 0.055 0.000 0.266 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:896(__init__) 1 0.000 0.000 0.266 0.266 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:167(test_container_page_with_valid_and_invalid_usage_key_string) 435011 0.259 0.000 0.265 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:246(_drivers) 8 0.000 0.000 0.265 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:47(_create_account) 1 0.000 0.000 0.265 0.265 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_crud.py:111(test_delete_course) 1 0.000 0.000 0.263 0.263 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_permissions.py:19(setUp) 99707 0.094 0.000 0.263 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:216(output_field) 243 0.016 0.000 0.263 0.001 /usr/lib/python2.7/lib-tk/tkColorChooser.py:22() 7 0.000 0.000 0.263 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:22(setUp) 10585 0.163 0.000 0.263 0.000 /usr/lib/python2.7/gzip.py:45(__init__) 703 0.002 0.000 0.262 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:156(get) 64005 0.152 0.000 0.262 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:130(__getattr__) 1 0.000 0.000 0.262 0.262 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1036(test_illegal_draft_crud_ops) 4 0.001 0.000 0.261 0.065 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:734(test_happy_path) 8438 0.181 0.000 0.261 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:265(set) 82 0.005 0.000 0.261 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:574(test_canonical_asset_path_with_c4x_style_assets) 703 0.003 0.000 0.261 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:371(__init__) 1 0.000 0.000 0.260 0.260 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1202(test_create_course_with_dots) 4 0.000 0.000 0.260 0.065 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:188(test_redirect_to_course) 106439 0.135 0.000 0.260 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1315(get_prep_value) 5421 0.071 0.000 0.260 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:853(__init__) 2860 0.011 0.000 0.260 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:246(savepoint_rollback) 11 0.000 0.000 0.260 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:57(setUp) 1 0.000 0.000 0.260 0.260 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_crud.py:48(test_factories) 44479 0.097 0.000 0.260 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:44(reader_leaves) 1 0.000 0.000 0.259 0.259 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1404(test_create_course_no_course_creators_staff) 3554 0.004 0.000 0.259 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:424(_ensure_file) 21009 0.258 0.000 0.258 0.000 /usr/lib/python2.7/decimal.py:5957(_parse_format_specifier) 1 0.000 0.000 0.257 0.257 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:504(test_can_edit_group_configuration) 42 0.000 0.000 0.257 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/user_service.py:28(get_current_user) 1283 0.013 0.000 0.257 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/logger.py:36(send) 1 0.000 0.000 0.257 0.257 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:456(test_update_grader_from_json) 42 0.001 0.000 0.257 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/user_service.py:57(_convert_django_user_to_xblock_user) 2602 0.011 0.000 0.257 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:985(_fixture_setup) 1 0.000 0.000 0.256 0.256 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:307(test_inheritance_in_locked_section) 1 0.001 0.001 0.256 0.256 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:111(test_course_staff_access) 1 0.000 0.000 0.256 0.256 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_unit_page.py:24(test_public_component_preview_html) 4 0.000 0.000 0.256 0.064 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:432(setUp) 115 0.005 0.000 0.256 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/admin.py:34(autodiscover) 1763 0.003 0.000 0.256 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:152(activate) 1 0.000 0.000 0.256 0.256 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:212(test_remove_icrv_requirement) 112334 0.256 0.000 0.256 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:314(get_extra_select) 1 0.000 0.000 0.255 0.255 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1190(test_create_course) 17 0.000 0.000 0.255 0.015 /edx/app/edxapp/edx-platform/openedx/core/lib/extract_tar.py:69(safetar_extractall) 4220 0.009 0.000 0.255 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3024(_update_head) 9 0.000 0.000 0.255 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1406(textbooks_detail_handler) 1 0.010 0.010 0.255 0.255 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:829(generate_altered_fields) 87025 0.117 0.000 0.254 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1447(pre_save) 10 0.000 0.000 0.254 0.025 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:78(assertPrefIsValid) 1 0.000 0.000 0.253 0.253 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:436(test_video_removal_multiple_courses) 1763 0.005 0.000 0.253 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:213(activate) 46863 0.187 0.000 0.253 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1263(__init__) 4 0.000 0.000 0.252 0.063 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:725(delete_item) 5799 0.038 0.000 0.252 0.000 /usr/lib/python2.7/gzip.py:248(read) 1 0.000 0.000 0.252 0.252 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:314(test_inheritance_in_locked_subsection) 727 0.028 0.000 0.252 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/store_utilities.py:23(rewrite_nonportable_content_links) 16 0.001 0.000 0.252 0.016 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:153(test_groups) 1998 0.012 0.000 0.251 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/proctoring.py:30(register_special_exams) 115 0.001 0.000 0.251 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/__init__.py:23(autodiscover) 2 0.000 0.000 0.251 0.125 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1785(_show_course_overview) 33278 0.114 0.000 0.250 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1446(__init__) 1 0.000 0.000 0.250 0.250 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:355(test_refreshes_children_if_libraries_change) 2849 0.038 0.000 0.250 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/loader.py:23(__init__) 115 0.038 0.000 0.250 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/module_loading.py:54(autodiscover_modules) 34843 0.017 0.000 0.250 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:329(ugettext) 1628 0.019 0.000 0.250 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/middleware.py:18(process_response) 1 0.000 0.000 0.250 0.250 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:813(test_date_fields) 1 0.000 0.000 0.249 0.249 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:924(test_import_textbook_as_content_element) 2744 0.027 0.000 0.249 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:162(addSuccess) 47 0.001 0.000 0.249 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:365(add_user_to_cohort) 4324/3116 0.015 0.000 0.249 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:135(_wrapper) 203047 0.092 0.000 0.249 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:212(get) 10883 0.077 0.000 0.249 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:481(__init__) 166 0.018 0.000 0.248 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:306(__repr__) 1 0.000 0.000 0.248 0.248 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:139(test_data_dir_fallback) 284221 0.248 0.000 0.248 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:598(iteritems) 5605 0.026 0.000 0.247 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:82(_hash) 1766/1763 0.002 0.000 0.247 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:203(translation) 1323/79 0.011 0.000 0.247 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:226(compute_inherited_metadata) 1 0.000 0.000 0.246 0.246 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:199(test_get_container_fragment) 312 0.003 0.000 0.246 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:104(xblock_studio_url) 4226 0.009 0.000 0.246 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:307(update_course_index) 4 0.000 0.000 0.246 0.061 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:107(__init__) 1 0.000 0.000 0.246 0.246 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:170(test_login_ratelimited) 6 0.000 0.000 0.245 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:274(setUp) 75379 0.076 0.000 0.245 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:338(__init__) 21 0.001 0.000 0.245 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:35(setUp) 1 0.000 0.000 0.245 0.245 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:300(test_no_inheritance) 15 0.000 0.000 0.245 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:37(setUp) 21009 0.160 0.000 0.244 0.000 /usr/lib/python2.7/decimal.py:3845(copy) 2223 0.030 0.000 0.244 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:135(build_absolute_uri) 2 0.000 0.000 0.244 0.122 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:240(find) 174470 0.244 0.000 0.244 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:2108(add_votes) 11 0.001 0.000 0.244 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:304(add_users_to_cohort) 174282 0.173 0.000 0.244 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2158(get_prep_value) 66700 0.047 0.000 0.244 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:616(wrap) 1 0.000 0.000 0.243 0.243 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:124(test_preserves_existing_user_partitions) 4924 0.017 0.000 0.243 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:87(address) 10 0.000 0.000 0.243 0.024 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:825(request_add_users_to_cohort) 3 0.000 0.000 0.243 0.081 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_certificates.py:33(setUpClass) 1 0.000 0.000 0.242 0.242 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:359(test_can_edit_content_group) 2860 0.015 0.000 0.242 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:212(_savepoint_rollback) 15565 0.087 0.000 0.242 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:47(wrapper) 316 0.000 0.000 0.242 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:131(_new_gnu_trans) 1 0.000 0.000 0.242 0.242 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:547(test_can_delete_group_configuration) 4266 0.011 0.000 0.241 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:283(_iterate_items_and_content_group_ids) 46 0.000 0.000 0.241 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:27(_wrapper) 1 0.000 0.000 0.241 0.241 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:473(test_update_cutoffs_from_json) 10 0.000 0.000 0.241 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:459(export_handler) 5660 0.011 0.000 0.241 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:422(parse_block_mapping_first_key) 909010 0.240 0.000 0.240 0.000 /usr/lib/python2.7/threading.py:64(_note) 4122 0.009 0.000 0.239 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1024(build_field) 243 0.161 0.001 0.239 0.001 /usr/lib/python2.7/lib-tk/Tix.py:29() 3730 0.053 0.000 0.239 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mongo_utils.py:49(connect_to_mongodb) 2 0.000 0.000 0.239 0.120 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:902(test_persistent_overrides) 47715 0.134 0.000 0.239 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1668(get_joining_columns) 1612 0.005 0.000 0.239 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:201(get_language_from_path) 26067 0.131 0.000 0.238 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/version.py:34(get_major_version) 1 0.000 0.000 0.237 0.237 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:152(test_public_child_container_preview_html) 1236 0.014 0.000 0.237 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:813(_drop_database) 243 0.018 0.000 0.237 0.001 /usr/lib/python2.7/lib-tk/tkMessageBox.py:25() 243 0.016 0.000 0.236 0.001 /usr/lib/python2.7/lib-tk/tkFileDialog.py:43() 8661 0.024 0.000 0.236 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:280(make_asset_key) 1 0.000 0.000 0.236 0.236 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:116(test_preserves_partition_id_for_verified_partitions) 42 0.000 0.000 0.235 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:28(bound_func) 134412 0.235 0.000 0.235 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/dispatch/signal.py:16(_make_id) 35076 0.185 0.000 0.235 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:290(do_translate) 404 0.023 0.000 0.234 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:107(parse) 1612 0.015 0.000 0.234 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:467(get_language_from_path) 3116 0.013 0.000 0.234 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:927(_enter_atomics) 4 0.000 0.000 0.233 0.058 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1111(_get_course_details_response) 581/457 0.001 0.000 0.233 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:172(errors) 11315 0.233 0.000 0.233 0.000 /usr/lib/python2.7/traceback.py:27(format_list) 7 0.000 0.000 0.233 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export.py:25(handle) 1 0.000 0.000 0.233 0.233 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:858(test_update_from_json) 1 0.000 0.000 0.233 0.233 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:451(test_refresh_fails_for_unknown_library) 237 0.002 0.000 0.232 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:378(full_clean) 1 0.000 0.000 0.232 0.232 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:491(test_video_status_update_request) 2 0.000 0.000 0.232 0.116 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:264(_test_indexing_course) 1 0.000 0.000 0.231 0.231 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:401(test_can_delete_content_group) 1 0.000 0.000 0.231 0.231 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_users_default_role.py:92(test_user_role_on_course_recreate_with_change_name_case) 1 0.000 0.000 0.231 0.231 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:121(test_forced_password_change) 36 0.000 0.000 0.230 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:390(get_user_id) 27 0.001 0.000 0.230 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:174(cohort_handler) 9 0.000 0.000 0.230 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:49(preview_handler) 21 0.001 0.000 0.230 0.011 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:428(parse_xml) 3 0.000 0.000 0.230 0.077 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:91(update_cutoffs_from_json) 104315 0.230 0.000 0.230 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:120(dirname) 3949 0.020 0.000 0.229 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1047(build_standard_field) 10 0.000 0.000 0.229 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:27(setUp) 1 0.000 0.000 0.228 0.228 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:113(test_xlint_fails) 1 0.000 0.000 0.228 0.228 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:1084(perform_xlint) 40 0.000 0.000 0.228 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/mixins.py:55(retrieve) 6 0.000 0.000 0.228 0.038 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mako_module.py:46(studio_view) 243 0.148 0.001 0.228 0.001 /usr/lib/python2.7/lib-tk/tkSimpleDialog.py:26() 82 0.001 0.000 0.228 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:195(do_extends) 2 0.001 0.000 0.227 0.114 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:525(_check_csv_response) 7093 0.032 0.000 0.227 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/_os.py:61(safe_join) 21 0.002 0.000 0.227 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/provider.py:118(create_credit_request) 45 0.001 0.000 0.227 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:269(_studio_wrap_xblock) 431449 0.227 0.000 0.227 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:288(__eq__) 1671 0.011 0.000 0.227 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:557(call) 1 0.000 0.000 0.226 0.226 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:271(test_sequential_source_for_vertical) 9824/4924 0.101 0.000 0.226 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:389(test_address) 1872 0.008 0.000 0.226 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:164(sign) 18387 0.078 0.000 0.226 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1050(get_prep_lookup) 87 0.000 0.000 0.225 0.003 /usr/lib/python2.7/httplib.py:1055(request) 1579 0.012 0.000 0.225 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/locale.py:29(process_request) 22447 0.014 0.000 0.225 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:17(__getitem__) 3241 0.020 0.000 0.225 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py:560(index_dictionary) 87 0.001 0.000 0.225 0.003 /usr/lib/python2.7/httplib.py:1082(_send_request) 1 0.000 0.000 0.225 0.225 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:453(test_can_create_new_certificate_if_it_does_not_exist) 1371 0.023 0.000 0.225 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1530(create_definition_from_data) 601 0.005 0.000 0.225 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:923(get_queryset) 14402/14401 0.024 0.000 0.225 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:149(evaluate) 82 0.000 0.000 0.225 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:95(get_parent) 13 0.000 0.000 0.224 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:386(wrapped) 243 0.150 0.001 0.224 0.001 /usr/lib/python2.7/lib-tk/Tkdnd.py:100() 102098 0.223 0.000 0.223 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:532(__getitem__) 2849 0.015 0.000 0.223 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:42(construct_document) 41172 0.197 0.000 0.223 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:207(fromutc) 160558 0.076 0.000 0.223 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:188(extra) 243 0.147 0.001 0.223 0.001 /usr/lib/python2.7/lib-tk/ttk.py:13() 1 0.000 0.000 0.223 0.223 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:305(test_certificate_info_not_in_response) 4173 0.013 0.000 0.222 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/partition_scheme.py:102(get_cohorted_user_partition) 6 0.000 0.000 0.222 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:61(create_account) 6 0.000 0.000 0.222 0.037 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/change_enrollment.py:80(handle) 7700/2286 0.012 0.000 0.222 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:49(deep_deconstruct) 2885 0.038 0.000 0.222 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:92(decode) 243 0.148 0.001 0.221 0.001 /usr/lib/python2.7/lib-tk/SimpleDialog.py:1() 6 0.001 0.000 0.221 0.037 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/change_enrollment.py:107(update_enrollments) 2460 0.023 0.000 0.220 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:103(process_view) 11 0.001 0.000 0.220 0.020 /usr/lib/python2.7/tarfile.py:2061(extractall) 293675 0.217 0.000 0.219 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:94(prefix) 88 0.000 0.000 0.219 0.002 /usr/lib/python2.7/httplib.py:1040(endheaders) 243 0.145 0.001 0.219 0.001 /usr/lib/python2.7/lib-tk/ScrolledText.py:12() 88 0.000 0.000 0.219 0.002 /usr/lib/python2.7/httplib.py:882(_send_output) 70094 0.135 0.000 0.219 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:38(__exit__) 28420 0.090 0.000 0.219 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:898(_get_request) 89 0.001 0.000 0.219 0.002 /usr/lib/python2.7/httplib.py:855(send) 34 0.000 0.000 0.218 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/error.py:18(inner) 57 0.001 0.000 0.218 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:57(_get_course_and_check_access) 1 0.001 0.001 0.218 0.218 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:397(test_start_date_on_page) 1 0.000 0.000 0.218 0.218 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:279(test_certificate_info_in_response) 65 0.000 0.000 0.218 0.003 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/courses.py:81(get_course_with_access) 9582 0.034 0.000 0.218 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1593(to_python) 4795 0.182 0.000 0.218 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:136(fromstring) 6 0.002 0.000 0.218 0.036 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:124(_add_draft_modules_to_course) 1 0.000 0.000 0.218 0.218 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:62(test_rerun) 71409 0.217 0.000 0.217 0.000 /usr/lib/python2.7/functools.py:17(update_wrapper) 1 0.000 0.000 0.216 0.216 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:418(test_default_cohort) 584 0.007 0.000 0.215 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:168(usage_key_with_run) 243 0.140 0.001 0.215 0.001 /usr/lib/python2.7/lib-tk/tkFont.py:9() 41 0.001 0.000 0.215 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:55(get_user_preferences) 44808 0.111 0.000 0.215 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:221(pop) 1 0.000 0.000 0.215 0.215 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_users_default_role.py:72(test_user_role_on_course_recreate) 1 0.000 0.000 0.215 0.215 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:319(test_change_after_first_sync) 4875 0.014 0.000 0.214 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1275(display_number_with_default) 3102 0.009 0.000 0.214 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:194(salt) 1 0.000 0.000 0.214 0.214 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:122(test_course_listing_has_pre_requisite_courses) 14 0.005 0.000 0.214 0.015 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:268(render_header_extras) 6 0.000 0.000 0.213 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:213(setUp) 8144 0.016 0.000 0.213 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1272(replace) 19 0.001 0.000 0.213 0.011 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:274(add_node_as_child) 2 0.000 0.000 0.213 0.106 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:477(assert_video_status) 3886 0.019 0.000 0.212 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:65(_create_cache) 20 0.001 0.000 0.212 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:733(is_allowable_password_reuse) 163 0.001 0.000 0.212 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:126(add_users) 5 0.000 0.000 0.212 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:119(_update_item) 22447 0.030 0.000 0.211 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:41(get_collection) 33326 0.091 0.000 0.211 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:753(scan_to_next_token) 1 0.000 0.000 0.211 0.211 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1224(test_editing_view_wrappers) 1 0.000 0.000 0.211 0.211 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:225(test_view_index_ok) 230 0.001 0.000 0.210 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1210(_get_release_date) 243 0.137 0.001 0.210 0.001 /usr/lib/python2.7/lib-tk/Dialog.py:3() 111309 0.143 0.000 0.210 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:759(deferred_to_columns) 331029 0.209 0.000 0.209 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:937() 8 0.000 0.000 0.209 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:150(video_encodings_download) 1 0.000 0.000 0.209 0.209 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:63(test_entrance_exam_milestone_removal) 252844 0.209 0.000 0.209 0.000 /usr/lib/python2.7/markupbase.py:49(updatepos) 1 0.000 0.000 0.209 0.209 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1008(test_revert_to_published) 159843 0.208 0.000 0.208 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:718(promote_joins) 1 0.000 0.000 0.208 0.208 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_header_menu.py:39(test_header_menu_with_web_certs_enabled) 4 0.000 0.000 0.208 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:719(create_aside) 491 0.009 0.000 0.208 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:131(__init__) 1 0.000 0.000 0.207 0.207 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:482(test_can_edit_certificate) 4 0.000 0.000 0.207 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1105(setUp) 3 0.000 0.000 0.206 0.069 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_course.py:21(setUp) 39 0.004 0.000 0.205 0.005 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:35(render_body) 1 0.000 0.000 0.205 0.205 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:280(test_block_with_children) 9 0.000 0.000 0.205 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:45(upload_asset) 1 0.000 0.000 0.205 0.205 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:294(test_notifications_enabled_and_sent) 1 0.000 0.000 0.205 0.205 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:207(test_query_counts_with_multiple_reverification_blocks) 16654 0.074 0.000 0.205 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:319(inheriting_field_data) 27201 0.087 0.000 0.205 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:232(_backing_file) 25887 0.095 0.000 0.204 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:140(__getattr__) 205546 0.185 0.000 0.204 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:562(_get_pk_val) 9670 0.111 0.000 0.204 0.000 /usr/lib/python2.7/gzip.py:285(_read) 11290 0.054 0.000 0.204 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:976(branch_setting) 6 0.000 0.000 0.203 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:46(handle) 1 0.000 0.000 0.203 0.203 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:458(test_get_all_courses) 175697 0.203 0.000 0.203 0.000 /usr/lib/python2.7/logging/__init__.py:1346(getEffectiveLevel) 118036 0.202 0.000 0.202 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:144(__getattr__) 8 0.000 0.000 0.202 0.025 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:645(test_extra_fields) 5 0.000 0.000 0.202 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:76(export_course_to_tarfile) 1 0.000 0.000 0.202 0.202 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:521(test_can_edit_certificate_without_is_active) 29 0.000 0.000 0.201 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/error.py:40(render_404) 1 0.000 0.000 0.201 0.201 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:364(test_ssl_cms_redirection) 112331 0.140 0.000 0.201 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:135(as_sql) 22 0.000 0.000 0.201 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:659(assert_extra_field_error) 202493 0.201 0.000 0.201 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:272(__getitem__) 2849 0.008 0.000 0.201 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:139(parse_implicit_document_start) 15 0.000 0.000 0.200 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:177(update_section_grader_type) 96 0.006 0.000 0.200 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:345(test_canonical_asset_path_with_new_style_assets) 112331 0.160 0.000 0.199 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:528(get_distinct) 1872 0.011 0.000 0.199 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:96(dumps) 1 0.000 0.000 0.199 0.199 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:831(_rerun_course) 17471 0.143 0.000 0.199 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:916(_to_string) 1163810 0.198 0.000 0.198 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:350(select_format) 2 0.000 0.000 0.198 0.099 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:163(test_course_not_configured) 6443 0.023 0.000 0.198 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:761(__init__) 1 0.000 0.000 0.198 0.198 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:224(test_login_ratelimited_success) 1 0.000 0.000 0.197 0.197 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:872(test_reorder_children) 3165 0.004 0.000 0.197 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:188(__wrapper__) 1 0.000 0.000 0.197 0.197 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:901(test_move_parented_child) 4236 0.034 0.000 0.197 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/search_engine_base.py:44(get_search_engine) 37621 0.196 0.000 0.196 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:284(__init__) 730 0.195 0.000 0.196 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:34(isfile) 21053 0.062 0.000 0.196 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:124(batch_process_rhs) 1 0.000 0.000 0.196 0.196 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:300(test_notifications_sent_to_parse) 52134 0.195 0.000 0.195 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/version.py:42(get_complete_version) 1 0.000 0.000 0.195 0.195 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:89(test_task_adding_icrv_requirements) 8507 0.129 0.000 0.195 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1685(__init__) 1 0.000 0.000 0.195 0.195 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:200(test_with_coursexml) 5 0.000 0.000 0.195 0.039 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:16(setUp) 2 0.000 0.000 0.195 0.097 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:257(test_course_overview_cache_invalidation) 1 0.000 0.000 0.195 0.195 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:322(test_unsafe_tar) 1 0.002 0.002 0.194 0.194 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:307(test_notifications_error_from_parse) 2 0.000 0.000 0.194 0.097 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:62(test_default_lang_pref_saved) 3165 0.009 0.000 0.194 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:89(__init__) 1972 0.047 0.000 0.194 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:121(_get_reverse_relationships) 601 0.006 0.000 0.193 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:420(convert_item) 3329 0.014 0.000 0.193 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:718(_from_string) 61317 0.076 0.000 0.193 0.000 /usr/lib/python2.7/gettext.py:176(__init__) 255853 0.193 0.000 0.193 0.000 /edx/app/edxapp/edx-platform/common/lib/dogstats/dogstats_wrapper/wrapper.py:16(clean) 59090 0.167 0.000 0.193 0.000 /usr/lib/python2.7/HTMLParser.py:366(parse_endtag) 3949 0.068 0.000 0.192 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:66(get_field_kwargs) 45 0.001 0.000 0.192 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:103(reload_course) 1 0.000 0.000 0.191 0.191 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:288(test_notifications_enabled_but_not_requested) 27143 0.034 0.000 0.191 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1450(get_resource_filename) 36286 0.172 0.000 0.191 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:365(normalize) 1 0.000 0.000 0.191 0.191 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:398(test_assign_unique_identifier_to_certificates) 1 0.114 0.114 0.191 0.191 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor/views/instructor_dashboard.py:3() 1 0.000 0.000 0.190 0.190 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_clone_course.py:57(test_space_in_asset_name_for_rerun_course) 2894 0.009 0.000 0.190 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:51(get_template_path_with_theme) 8 0.000 0.000 0.190 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:134(setUp) 123399 0.189 0.000 0.189 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:121(__init__) 13664 0.048 0.000 0.189 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:316(get_subtree_edited_on) 1 0.000 0.000 0.189 0.189 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:411(test_create_nicely) 152 0.003 0.000 0.189 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:224(migrate_cohort_settings) 171838 0.166 0.000 0.188 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1060(check_related_objects) 1120563 0.188 0.000 0.188 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:514(get_db_converters) 21 0.000 0.000 0.187 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:20(setUp) 66 0.000 0.000 0.187 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:361(validate_user_preference_serializer) 95577 0.187 0.000 0.187 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:93(_splitext) 16 0.000 0.000 0.187 0.012 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:350(get_child_descriptors) 33278 0.085 0.000 0.187 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1523(_fn) 20 0.000 0.000 0.187 0.009 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:161(delete_course) 34 0.000 0.000 0.187 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:288(_get_selected_child_blocks) 140750 0.186 0.000 0.186 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:224(get_rhs_op) 20 0.000 0.000 0.186 0.009 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:419(delete_course) 1 0.000 0.000 0.186 0.186 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:276(test_update_inline_discussion_settings) 91 0.001 0.000 0.186 0.002 /usr/lib/python2.7/tarfile.py:2098(extract) 230488 0.186 0.000 0.186 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:193(__next) 6 0.000 0.000 0.186 0.031 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:230(setUp) 336628 0.185 0.000 0.185 0.000 /usr/lib/python2.7/copy.py:113(_copy_with_constructor) 21021 0.046 0.000 0.185 0.000 /usr/lib/python2.7/decimal.py:863(__eq__) 1 0.000 0.000 0.185 0.185 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2241(test_empty_chapter) 1 0.000 0.000 0.185 0.185 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import_pure_xblock.py:35(test_import_public) 11464 0.034 0.000 0.185 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/definition_lazy_loader.py:12(__init__) 1 0.000 0.000 0.185 0.185 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:228(test_definition_shared_with_library) 67949 0.125 0.000 0.185 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/util/django.py:11(get_current_request_hostname) 3165 0.162 0.000 0.185 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:102(__prepare_class__) 307 0.004 0.000 0.185 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/api.py:24(authorable_xblocks) 1 0.000 0.000 0.184 0.184 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:160(test_toggle_tab_visibility) 2 0.000 0.000 0.184 0.092 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:136(check_toggle_tab_visiblity) 95537 0.116 0.000 0.184 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:167(default) 1 0.000 0.000 0.184 0.184 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:115(test_course_info_to_ccxcon_no_ccx_enabled) 91 0.002 0.000 0.184 0.002 /usr/lib/python2.7/tarfile.py:2169(_extract_member) 16 0.000 0.000 0.184 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:130(test_bits) 212776 0.184 0.000 0.184 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/error.py:6(__init__) 9 0.000 0.000 0.184 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:137(reindex_course_and_check_access) 3 0.000 0.000 0.184 0.061 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:644(_handle_redirects) 71508 0.088 0.000 0.183 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1758(_set_updater) 6364 0.012 0.000 0.183 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/filesystem.py:17(get_template_sources) 2744 0.175 0.000 0.183 0.000 /usr/lib/python2.7/unittest/runner.py:57(addSuccess) 4875 0.011 0.000 0.183 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1289(display_org_with_default) 31 0.000 0.000 0.183 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/generic/base.py:81(dispatch) 1 0.000 0.000 0.183 0.183 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:514(test_update_section_grader_type) 7 0.000 0.000 0.182 0.026 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/management/commands/compile_sass.py:66(parse_arguments) 1069 0.013 0.000 0.182 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/json_request.py:61(__init__) 4 0.000 0.000 0.182 0.045 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:197(primitive_insert) 1 0.000 0.000 0.182 0.182 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:205(test_get_settings) 31 0.000 0.000 0.182 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:301(update_usage_info) 3157 0.103 0.000 0.182 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:432(get_supported_language_variant) 114498 0.124 0.000 0.182 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1059(get_prep_value) 9287 0.014 0.000 0.181 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:351(validators) 40 0.001 0.000 0.181 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:461(set_course_cohort_settings) 3002 0.006 0.000 0.181 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/__init__.py:112(__iter__) 1 0.001 0.001 0.181 0.181 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:24(test_save_valid_data) 941 0.008 0.000 0.181 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/manager.py:28(get_queryset) 5 0.000 0.000 0.181 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:86(export_course_to_directory) 3 0.000 0.000 0.181 0.060 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:313(setUp) 20 0.000 0.000 0.181 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:53(_get_course_credit_requirements) 16809 0.027 0.000 0.181 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:278(load_index) 11324/8494 0.012 0.000 0.181 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:395(construct_yaml_map) 1 0.000 0.000 0.180 0.180 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:143(test_course_info_to_ccxcon_no_config) 6 0.000 0.000 0.180 0.030 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:334(try_tar) 60 0.000 0.000 0.180 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:166(paginate_queryset) 44325 0.041 0.000 0.180 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:163(has_listeners) 1 0.000 0.000 0.180 0.180 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1600(test_deprecated_no_advance_component_button) 78837 0.142 0.000 0.180 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:618(__init__) 59 0.001 0.000 0.180 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/pagination.py:244(paginate_queryset) 369929 0.170 0.000 0.179 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:169(select_related_descend) 26 0.002 0.000 0.179 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/api.py:35(course_structure) 85739 0.102 0.000 0.179 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/django_courseware_routers.py:22(db_for_read) 1 0.000 0.000 0.178 0.178 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:875(test_can_handle_without_parent) 1053/589 0.005 0.000 0.178 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:951(do_if) 8211 0.019 0.000 0.177 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1086(make_course_usage_key) 312 0.001 0.000 0.177 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:80(xblock_has_own_studio_page) 208/183 0.005 0.000 0.177 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:224(get_canonicalized_asset_path) 1387/1178 0.006 0.000 0.177 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:166(do_block) 2720 0.032 0.000 0.176 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:86(encode) 189 0.014 0.000 0.176 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:333(from_model) 6490 0.020 0.000 0.176 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:406(__init__) 135158 0.101 0.000 0.176 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/django_courseware_routers.py:31(db_for_write) 1204 0.010 0.000 0.176 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:173(verify) 1 0.000 0.000 0.176 0.176 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:102(create_cohorted_discussions) 5894 0.010 0.000 0.175 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dogapi/stats/dog_stats_api.py:134(timer) 2 0.000 0.000 0.175 0.087 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:301(test_dump_to_neo4j_cache) 529214 0.174 0.000 0.174 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:318(__hash__) 5 0.000 0.000 0.174 0.035 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:349(handle) 1 0.000 0.000 0.173 0.173 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:205(test_query_counts) 1 0.000 0.000 0.173 0.173 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1633(test_create_support_level_flag_off) 1 0.000 0.000 0.173 0.173 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:190(test_get_component_templates) 64136 0.098 0.000 0.173 0.000 /usr/lib/python2.7/collections.py:125(items) 2 0.000 0.000 0.173 0.086 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:457(force_publish_course) 1 0.000 0.000 0.172 0.172 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1004(test_make_draft) 10217 0.128 0.000 0.172 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:63(as_sql) 1 0.000 0.000 0.172 0.172 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:491(test_delete_grace_period) 2 0.000 0.000 0.171 0.086 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2051(setUp) 3520 0.014 0.000 0.171 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:56(_get_user_session_key) 31316 0.171 0.000 0.171 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/path.py:16(normpath) 1 0.000 0.000 0.171 0.171 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:291(test_course_outline_with_display_course_number_as_none) 7258 0.080 0.000 0.171 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:178(__init__) 32 0.000 0.000 0.171 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/utils.py:8(get_course_blocks) 31 0.001 0.000 0.170 0.005 /edx/app/edxapp/edx-platform/openedx/core/lib/courses.py:35(create_course_image_thumbnail) 23 0.001 0.000 0.170 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2553(delete_item) 16 0.000 0.000 0.170 0.011 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/clickjacking.py:19(wrapped_view) 2788 0.014 0.000 0.170 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:345(make_course_key) 22402 0.095 0.000 0.170 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/__init__.py:22(clear_request_cache) 615 0.004 0.000 0.170 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:451(to_internal_value) 128117 0.149 0.000 0.170 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:340(is_naive) 5481 0.043 0.000 0.170 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:73(get_host) 5662 0.014 0.000 0.170 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:205(construct_mapping) 1780 0.003 0.000 0.169 0.000 /usr/lib/python2.7/unittest/case.py:286(_addSkip) 1 0.001 0.001 0.169 0.169 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:173(from_apps) 1 0.000 0.000 0.169 0.169 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:991(setUp) 555 0.006 0.000 0.169 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:159(get_user) 75379 0.169 0.000 0.169 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:359(from_storable) 82919 0.122 0.000 0.169 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:280(atomic) 4 0.000 0.000 0.169 0.042 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_change_enrollment.py:43(test_convert_users) 1628 0.005 0.000 0.169 0.000 /usr/lib/python2.7/logging/__init__.py:1631(debug) 5731 0.047 0.000 0.168 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:433(_compile_info) 299540 0.168 0.000 0.168 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2214(_is_unpacked_egg) 1 0.000 0.000 0.167 0.167 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1514(test_basic_components) 1 0.000 0.000 0.167 0.167 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:345(test_get_user_partitions_and_groups) 2898 0.005 0.000 0.167 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:174(get_current_theme) 29683 0.160 0.000 0.166 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1730(get_normalized_value) 1208 0.005 0.000 0.166 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:93(to_internal_value) 24 0.000 0.000 0.166 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:97(youtube_video_transcript_name) 12 0.000 0.000 0.166 0.014 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:262(get_finders) 1780 0.019 0.000 0.166 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:151(addSkip) 5 0.000 0.000 0.166 0.033 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:267(get_finder) 11839 0.017 0.000 0.166 0.000 /usr/lib/python2.7/argparse.py:2326(_get_formatter) 21 0.000 0.000 0.166 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1404(_emit_course_deleted_signal) 46 0.000 0.000 0.166 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/cache.py:55(_wrapped_view_func) 741 0.004 0.000 0.165 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1302(get_validators) 3879 0.024 0.000 0.165 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:29(__init__) 10479 0.065 0.000 0.165 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:351(_populate_pk_values) 1 0.000 0.000 0.164 0.164 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:154(test_course_info_to_ccxcon_ok) 1 0.000 0.000 0.164 0.164 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/management/commands/tests/test_post_cohort_membership_fix.py:34(test_post_cohortmembership_fix) 4767 0.011 0.000 0.164 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1243(_clone) 2 0.000 0.000 0.163 0.082 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1325(test_content_group_not_assigned) 29909 0.082 0.000 0.163 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1040(service) 13933 0.028 0.000 0.163 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:32(pre_save) 57646 0.071 0.000 0.163 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:132(get_token) 1 0.000 0.000 0.163 0.163 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:110(test_public_unreleased_xblock) 1 0.000 0.000 0.162 0.162 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:250(test_fields) 64422 0.104 0.000 0.162 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:152(topological_traversal) 1233 0.034 0.000 0.162 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:37(__init__) 7 0.000 0.000 0.162 0.023 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:640(import_children) 17 0.000 0.000 0.162 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:37(setUp) 4 0.000 0.000 0.161 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:107(test_course_enrollment) 16 0.000 0.000 0.161 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:254(selected_children) 239554 0.161 0.000 0.161 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/django_courseware_routers.py:13(_is_csmh) 11 0.000 0.000 0.161 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:91(create_non_staff_authed_user_client) 640 0.003 0.000 0.160 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context_processors.py:19(csrf) 1 0.000 0.000 0.160 0.160 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:219(test_get_container_nested_container_fragment) 9 0.000 0.000 0.160 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:132(_list_libraries) 5 0.000 0.000 0.160 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:12(setUp) 1273 0.023 0.000 0.160 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:656(__init__) 1224 0.026 0.000 0.159 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:545(__init__) 171707 0.159 0.000 0.159 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:302(compiler) 2 0.000 0.000 0.158 0.079 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py:65(test_get_course_with_different_case) 4057/3889 0.008 0.000 0.158 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:321(add_to_class) 641208 0.158 0.000 0.158 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:298(_parse_letter_version) 112 0.003 0.000 0.158 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:232(index_dictionary) 1614 0.007 0.000 0.158 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:443(update_definition) 551 0.158 0.000 0.158 0.000 /usr/lib/python2.7/socket.py:227(meth) 301 0.004 0.000 0.158 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:106(save) 22 0.001 0.000 0.157 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1131(_configure_credit) 8562 0.023 0.000 0.157 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1523(user_signup_handler) 8438 0.026 0.000 0.157 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:236(__init__) 1 0.000 0.000 0.157 0.157 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:114(test_public_released_xblock) 4 0.000 0.000 0.157 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:216(test_visibility_of_entrance_exam_section) 6494 0.013 0.000 0.156 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:53(__init__) 10885 0.017 0.000 0.156 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1643(get_foreign_related_value) 16 0.001 0.000 0.156 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:146(put_handler) 14 0.000 0.000 0.156 0.011 /edx/app/edxapp/edx-platform/openedx/core/lib/edx_api_utils.py:17(get_edx_api_data) 27 0.000 0.000 0.156 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:524(setUp) 320873 0.155 0.000 0.155 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1644(can_filter) 27 0.000 0.000 0.155 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:299(_update_asset) 26661 0.042 0.000 0.155 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1067(raw_grader) 21 0.001 0.000 0.155 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:539(_deprecated_blocks_info) 2615 0.026 0.000 0.155 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:946(get_aside_of_type) 7 0.000 0.000 0.155 0.022 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:516(test_email_pattern_requirements) 178 0.003 0.000 0.155 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:279(get_content_digest_for_asset_path) 4 0.000 0.000 0.154 0.039 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:548(test_no_source_image) 131846 0.154 0.000 0.154 0.000 :12(_make) 2 0.000 0.000 0.154 0.077 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1677(test_forum_id_generation) 4378 0.011 0.000 0.154 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1077(make_course_key) 2988 0.002 0.000 0.154 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/__init__.py:18() 16809 0.017 0.000 0.154 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:258(_load_from_file) 764 0.007 0.000 0.154 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:125(fill_in_run) 439 0.003 0.000 0.154 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1555(update_definition_from_data) 7 0.000 0.000 0.154 0.022 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_signals.py:23(setUp) 10 0.000 0.000 0.153 0.015 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:244(deconstruct) 4786 0.015 0.000 0.153 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1140(_clone) 12 0.000 0.000 0.153 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/public.py:40(login_page) 2 0.000 0.000 0.153 0.076 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:496(_test_course_location_info) 2475 0.005 0.000 0.153 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:628(__iter__) 2988 0.004 0.000 0.152 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/collator.py:102(sort_key) 237 0.008 0.000 0.152 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:396(_clean_fields) 12019 0.020 0.000 0.152 0.000 /usr/lib/python2.7/hmac.py:125(new) 1189 0.010 0.000 0.152 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:614(_drop_database) 924 0.005 0.000 0.152 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:38(add_arguments) 1 0.000 0.000 0.152 0.152 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:122(test_public_no_start_xblock) 31930 0.077 0.000 0.151 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:775(_save_parents) 74144 0.122 0.000 0.151 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2560(requires) 21009 0.151 0.000 0.151 0.000 /usr/lib/python2.7/decimal.py:6077(_group_lengths) 8438 0.012 0.000 0.151 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:244(get) 1 0.000 0.000 0.151 0.151 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:91(test_unicode_chars_in_course_name_import) 5973 0.015 0.000 0.151 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:61(get_attribute) 11 0.000 0.000 0.150 0.014 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:253(author_view) 1 0.000 0.000 0.150 0.150 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:988(test_post_settings_with_staff_not_enrolled) 21 0.006 0.000 0.150 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/signals.py:20(_listen_for_course_delete) 70132 0.112 0.000 0.150 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1012(markers_pass) 1026 0.010 0.000 0.150 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:62(get_user_permissions) 1069 0.003 0.000 0.150 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:59(parse_args) 2823 0.149 0.000 0.149 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lookup.py:329(_check) 10553 0.035 0.000 0.149 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1639(cache_and_return) 972 0.127 0.000 0.149 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:127(parse) 11839 0.080 0.000 0.149 0.000 /usr/lib/python2.7/argparse.py:154(__init__) 23151 0.084 0.000 0.148 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:55(construct_object) 7 0.000 0.000 0.148 0.021 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:243(_post_set_preview_lang) 418/62 0.139 0.000 0.148 0.002 /usr/lib/python2.7/shutil.py:210(rmtree) 3 0.000 0.000 0.148 0.049 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:119(delete_course_update) 1070 0.001 0.000 0.148 0.000 /usr/lib/python2.7/argparse.py:1700(parse_args) 327820 0.148 0.000 0.148 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:276(stale_possible_simple_keys) 7891 0.023 0.000 0.147 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1308(get_prep_lookup) 1104611 0.147 0.000 0.147 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:485(_sanitize) 1 0.000 0.000 0.147 0.147 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:151(test_block_with_missing_fields) 8 0.000 0.000 0.147 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:323(create_arbitrary_content) 1 0.000 0.000 0.147 0.147 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:95(test_is_staff_access) 10151 0.067 0.000 0.147 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:546(fetch_value) 1 0.000 0.000 0.147 0.147 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1103(test_make_public_with_update) 30 0.000 0.000 0.147 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/vertical_block.py:135(definition_to_xml) 12 0.000 0.000 0.147 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:32(_user_factory_with_history) 467 0.005 0.000 0.147 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:125(xblock_type_display_name) 367946 0.146 0.000 0.146 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:828(branch) 15 0.000 0.000 0.146 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:155(delete_course) 1 0.000 0.000 0.146 0.146 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:940(test_duplicated_version) 159 0.001 0.000 0.146 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:281(has_changes) 1204 0.009 0.000 0.145 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:129(loads) 1070 0.031 0.000 0.145 0.000 /usr/lib/python2.7/argparse.py:1707(parse_known_args) 4 0.000 0.000 0.145 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:124(edit_tab_handler) 8 0.000 0.000 0.145 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_organizations_helpers.py:19(setUp) 1 0.000 0.000 0.144 0.144 /edx/app/edxapp/edx-platform/common/djangoapps/track/management/tests/test_tracked_command.py:25(test_command) 1 0.000 0.000 0.144 0.144 /edx/app/edxapp/edx-platform/common/djangoapps/track/management/tests/test_tracked_command.py:18(_run_dummy_command) 1 0.000 0.000 0.144 0.144 /edx/app/edxapp/edx-platform/common/djangoapps/track/management/tracked_command.py:52(execute) 14 0.000 0.000 0.144 0.010 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:200(get) 24 0.001 0.000 0.144 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:39(setUp) 1 0.000 0.000 0.144 0.144 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:471(check) 1 0.000 0.000 0.144 0.144 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/checks/registry.py:61(run_checks) 2849 0.032 0.000 0.144 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:59(__init__) 123 0.000 0.000 0.144 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:270(flush) 1115 0.007 0.000 0.143 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py:34(load_command_class) 59 0.000 0.000 0.143 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:116(__len__) 75198 0.102 0.000 0.143 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:201(__init__) 2 0.000 0.000 0.143 0.072 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:331(test_invalid_paging) 5 0.000 0.000 0.143 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:390(create_export_tarball) 4 0.000 0.000 0.143 0.036 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/backcompat_module.py:19(from_xml) 6309 0.025 0.000 0.143 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:72(evaluate) 4 0.000 0.000 0.142 0.036 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/backcompat_module.py:65(from_xml) 4660 0.016 0.000 0.142 0.000 /usr/lib/python2.7/Cookie.py:593(__setitem__) 434102 0.142 0.000 0.142 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1638() 1 0.000 0.000 0.142 0.142 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:197(test_get_html) 1 0.001 0.001 0.142 0.142 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/checks/model_checks.py:11(check_all_models) 1 0.000 0.000 0.142 0.142 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:834(test_overrides) 1248 0.013 0.000 0.142 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:93(end_cache_isolation) 1 0.000 0.000 0.141 0.141 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:219(test_can_create_certificate) 15118 0.015 0.000 0.141 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/_os.py:31(abspathu) 1581 0.011 0.000 0.141 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:972(get_template_dir) 2 0.000 0.000 0.141 0.071 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:123(test_required_fields_are_absent) 8 0.002 0.000 0.141 0.018 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:55(check_course_overview_against_course) 2172 0.007 0.000 0.141 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py:18(_get_all_permissions) 9943 0.078 0.000 0.141 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:68(__init__) 181 0.002 0.000 0.141 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1198(check) 14 0.000 0.000 0.140 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:337(_course_outline_json) 5662 0.021 0.000 0.140 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:120(construct_mapping) 4724 0.008 0.000 0.140 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:56(afterTest) 1710 0.005 0.000 0.140 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1194(resource_isdir) 188633 0.139 0.000 0.139 0.000 /usr/lib/python2.7/threading.py:285(__enter__) 2 0.000 0.000 0.139 0.070 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:290(test_course_overview_caching) 53 0.000 0.000 0.139 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:589(_prefetch_related_objects) 16 0.000 0.000 0.139 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1052(add_container_page_publishing_info) 53 0.002 0.000 0.139 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1429(prefetch_related_objects) 264 0.002 0.000 0.139 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/models.py:57(pre_save_callback) 1 0.000 0.000 0.139 0.139 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_commands.py:19(test_errors_for_invalid_arguments) 16235 0.138 0.000 0.138 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:109(parse_url) 1 0.000 0.000 0.138 0.138 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:994(test_make_public) 1 0.000 0.000 0.138 0.138 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:131(test_draft_container_preview_html) 741 0.008 0.000 0.138 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1348(get_unique_for_date_validators) 68 0.082 0.001 0.137 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2247(open) 1230 0.003 0.000 0.137 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:536(run_validation) 615 0.002 0.000 0.137 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:42(filter_queryset) 5 0.000 0.000 0.136 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/tests/test_api.py:343(test_update_email_optin) 222172 0.136 0.000 0.136 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:37() 5 0.001 0.000 0.136 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:106(_update_xblocks_cache) 4 0.000 0.000 0.136 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:941(setUp) 2018 0.026 0.000 0.136 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:85(_parse_time) 44480 0.136 0.000 0.136 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:105(_has_expired) 1 0.000 0.000 0.136 0.136 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1506(test_create_item) 6495 0.095 0.000 0.136 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:54(connect) 30005/29812 0.119 0.000 0.136 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:742(_get_fields) 11 0.000 0.000 0.136 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1313(assert_course_creation_failed) 59 0.002 0.000 0.136 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1591(prefetch_one_level) 16 0.000 0.000 0.135 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:199(publish_selected_children_events) 18 0.001 0.000 0.135 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:207(_upload_asset) 8 0.000 0.000 0.135 0.017 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:273() 8 0.002 0.000 0.135 0.017 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:57(create_block_analytics_summary) 4 0.000 0.000 0.135 0.034 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:945(setUp) 68 0.002 0.000 0.135 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:218(__init__) 8884 0.029 0.000 0.135 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/http.py:43(urlquote) 13877 0.134 0.000 0.135 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:145(__init__) 50 0.001 0.000 0.134 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/tests/utils.py:40(setUp) 2 0.000 0.000 0.134 0.067 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:457(_test_course_about_store_index) 921 0.009 0.000 0.134 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:531(get_definitions) 824 0.011 0.000 0.133 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1672(invalidate_enrollment_mode_cache) 1 0.000 0.000 0.133 0.133 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:495(test_get_all_courses_by_mobile_available) 91914 0.133 0.000 0.133 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:112(basename) 4 0.000 0.000 0.133 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1010(setUp) 12019 0.123 0.000 0.133 0.000 /usr/lib/python2.7/hmac.py:30(__init__) 85 0.000 0.000 0.133 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:161(connect) 1 0.000 0.000 0.132 0.132 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_cleanup_assets.py:24(setUp) 85 0.000 0.000 0.132 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:123(_new_conn) 2 0.000 0.000 0.132 0.066 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:373(_test_start_date_propagation) 67 0.002 0.000 0.132 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lookup.py:299(_load) 85 0.053 0.001 0.132 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/connection.py:49(create_connection) 10063 0.038 0.000 0.132 0.000 /usr/lib/python2.7/inspect.py:804(getargspec) 12 0.000 0.000 0.132 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:297(create_image) 536 0.006 0.000 0.132 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:221(problem_types) 161826 0.131 0.000 0.131 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:492(key_checker) 21009 0.084 0.000 0.131 0.000 /usr/lib/python2.7/decimal.py:3137(_log10_exp_bound) 1 0.000 0.000 0.131 0.131 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:425(test_video_removal) 4724 0.023 0.000 0.131 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:109(afterTest) 1 0.000 0.000 0.131 0.131 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:197(test_chapter_source_for_vertical) 4 0.000 0.000 0.131 0.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/management/commands/compile_sass.py:121(handle) 2712/2434 0.015 0.000 0.131 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:798(_populate_self_namespace) 8438 0.033 0.000 0.131 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:38(get_cache) 12944 0.074 0.000 0.131 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:227(walk_to_end) 5317 0.004 0.000 0.130 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:395(get_attribute) 5 0.000 0.000 0.130 0.026 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:24(setUp) 31179 0.130 0.000 0.130 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:36(check_expression_support) 13 0.000 0.000 0.130 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:177(remove_entrance_exam_graders) 171347 0.130 0.000 0.130 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:13(_get_lookup) 447 0.003 0.000 0.130 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:312(to_representation) 57488 0.092 0.000 0.130 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:981(get_prep_value) 94 0.002 0.000 0.129 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:120(logout) 2 0.000 0.000 0.129 0.065 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:127(test_create_account) 9 0.000 0.000 0.129 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:17(setUp) 1299 0.004 0.000 0.129 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:950(validate_unique) 4556 0.052 0.000 0.129 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:460(to_json) 4474 0.129 0.000 0.129 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:468(__new__) 764 0.003 0.000 0.129 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:236(fill_in_run) 1 0.000 0.000 0.129 0.129 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:207(test_chapter_source_for_sequential) 27 0.000 0.000 0.129 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:147(_get_content_experiment_usage_info) 6 0.000 0.000 0.129 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:73(_activate_user) 28420 0.083 0.000 0.129 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:247(top) 1 0.000 0.000 0.128 0.128 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:418(test_get_list_pagination) 159 0.001 0.000 0.128 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:913(has_changes) 9 0.001 0.000 0.128 0.014 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:156(__enter__) 12943 0.111 0.000 0.128 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:449(_extract_model_params) 922 0.003 0.000 0.128 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:54(rotate_token) 37614 0.058 0.000 0.128 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/contracts/__init__.py:23(contract) 84415 0.127 0.000 0.127 0.000 /usr/lib/python2.7/logging/__init__.py:148(getLevelName) 10 0.000 0.000 0.127 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:126(get_content_experiment_usage_info) 615 0.002 0.000 0.127 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:556(to_internal_value) 1 0.000 0.000 0.127 0.127 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_certificates.py:184(setUpClass) 2 0.000 0.000 0.126 0.063 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:22(test_bulk_convert) 33825 0.035 0.000 0.126 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:77(__init__) 20689 0.126 0.000 0.126 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:156(__init__) 9 0.000 0.000 0.126 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:65(delete_course_and_groups) 1 0.000 0.000 0.126 0.126 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_certificates.py:212(setUpClass) 7329 0.033 0.000 0.126 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:297(serialize_asset_key_with_slash) 4 0.000 0.000 0.125 0.031 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:167(_add_local_translations) 20 0.001 0.000 0.125 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/signals.py:50(listen_for_library_update) 6420 0.042 0.000 0.125 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformer_registry.py:19(get_registered_transformers) 210516 0.125 0.000 0.125 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:710(ref_alias) 52138 0.082 0.000 0.125 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1210(id) 41720 0.047 0.000 0.125 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/__init__.py:17(from_usage_key) 1 0.000 0.000 0.125 0.125 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:458(test_create_with_future_date) 1 0.000 0.000 0.125 0.125 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:465(test_static_tabs_initialization) 2172 0.017 0.000 0.124 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py:28(_get_builtin_permissions) 1 0.000 0.000 0.124 0.124 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:50(test_save_without_org_and_course_data) 1 0.000 0.000 0.124 0.124 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:324(test_dump_to_neo4j_published) 922 0.010 0.000 0.124 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1925(log_successful_login) 1 0.000 0.000 0.124 0.124 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:314(videos_index_html) 1 0.000 0.000 0.124 0.124 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:188(test_query_counts_with_no_reverification_blocks) 2193 0.085 0.000 0.124 0.000 /usr/lib/python2.7/_strptime.py:299(_strptime) 1 0.000 0.000 0.124 0.124 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:160(test_no_forced_password_change) 46 0.001 0.000 0.124 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1266(render) 10159 0.013 0.000 0.124 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1366(get_joining_columns) 1 0.000 0.000 0.123 0.123 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:68(test_save_with_course_only) 339698 0.123 0.000 0.123 0.000 /usr/lib/python2.7/contextlib.py:12(__init__) 1 0.000 0.000 0.123 0.123 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:752(test_delete_signatory_non_existing_certificate) 31 0.001 0.000 0.123 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:236(_get_and_validate_course) 2263 0.004 0.000 0.122 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:325(send_bulk_library_updated_signal) 447 0.002 0.000 0.122 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:260(get_url) 26522/13036 0.122 0.000 0.122 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:151(getwidth) 1 0.000 0.000 0.122 0.122 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:697(test_delete_non_existing_certificate) 67 0.002 0.000 0.122 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:366(_compile_from_file) 1780 0.008 0.000 0.122 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/result.py:46(addSkip) 34 0.001 0.000 0.121 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:116(copy_from_template) 2 0.000 0.000 0.121 0.060 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:581(_verify_export_failure) 346 0.003 0.000 0.121 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:168(get_parent_location) 406 0.017 0.000 0.121 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:735(_parse_video_xml) 63420 0.120 0.000 0.120 0.000 /usr/lib/python2.7/HTMLParser.py:334(check_for_whole_start_tag) 106824 0.120 0.000 0.120 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/tracker.py:123(initialize_tracker) 108 0.005 0.000 0.120 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:192(_get_fields_translate_references) 1 0.000 0.000 0.120 0.120 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:351(test_audit_course_mode_is_skipped) 4 0.000 0.000 0.120 0.030 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/tests/test_api.py:396(test_change_email_optin) 16654 0.086 0.000 0.120 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:272(__init__) 270868 0.120 0.000 0.120 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:127(active) 14398 0.075 0.000 0.119 0.000 /usr/lib/python2.7/traceback.py:147(format_exception_only) 1 0.000 0.000 0.119 0.119 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:86(test_save_with_org_only) 1 0.000 0.000 0.119 0.119 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:42(test_entrance_exam_milestone_addition) 1 0.000 0.000 0.119 0.119 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:573(test_basic) 345376 0.119 0.000 0.119 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:467(__hash__) 9590 0.100 0.000 0.119 0.000 /usr/lib/python2.7/decimal.py:661(from_float) 250 0.042 0.000 0.119 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py:35(load_template_source) 447 0.002 0.000 0.119 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/reverse.py:36(reverse) 1 0.000 0.000 0.119 0.119 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:177(test_get_json) 1 0.000 0.000 0.118 0.118 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:266(test_chapter_source_for_vertical) 17486 0.049 0.000 0.118 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:88(compose_scalar_node) 1 0.000 0.000 0.118 0.118 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:212(test_sequential_source_for_sequential) 3770 0.035 0.000 0.118 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/draft_and_published.py:23(__init__) 24625 0.038 0.000 0.118 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:728(get_fields) 1 0.000 0.000 0.118 0.118 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:202(test_sequential_source_for_vertical) 1 0.000 0.000 0.118 0.118 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2121(test_course_license_export) 85363 0.081 0.000 0.118 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1290(pre_save) 27146 0.038 0.000 0.118 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:193(to_locale) 1 0.000 0.000 0.117 0.117 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:309(test_clear_lang) 5 0.000 0.000 0.117 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:82(activate_user) 39 0.093 0.002 0.117 0.003 /usr/lib/python2.7/gettext.py:264(_parse) 2 0.000 0.000 0.117 0.059 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_tasks.py:149(test_update_xblocks_cache) 10585 0.107 0.000 0.117 0.000 /usr/lib/python2.7/gzip.py:371(close) 4 0.000 0.000 0.117 0.029 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_util.py:28(_decorated) 33278 0.086 0.000 0.117 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2944(_find_adapter) 1161 0.003 0.000 0.117 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:951(__call__) 72 0.001 0.000 0.117 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:572(_delete_subtree) 29252 0.117 0.000 0.117 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:47(round_power_2) 169 0.001 0.000 0.117 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:1116(load) 6 0.002 0.000 0.117 0.019 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:28(render_body) 71696 0.116 0.000 0.116 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1715(add_ordering) 4 0.000 0.000 0.116 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/force_publish.py:29(handle) 1 0.000 0.000 0.116 0.116 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1023(test_delete) 1842 0.115 0.000 0.116 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/result.py:86(printLabel) 1 0.000 0.000 0.116 0.116 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:291(test_no_source_for_vertical) 3 0.000 0.000 0.116 0.039 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:32(setUp) 1 0.000 0.000 0.116 0.116 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1048(test_add) 215410 0.116 0.000 0.116 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:17(__init__) 13052 0.025 0.000 0.116 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:519(__hash__) 2 0.000 0.000 0.116 0.058 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:153(test_required_fields_are_absent) 181 0.002 0.000 0.116 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1276(_check_fields) 1 0.000 0.000 0.116 0.116 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:154(test_json_responses) 292 0.001 0.000 0.115 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1375(get_library) 20 0.000 0.000 0.115 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:107(update_library_index) 67420 0.115 0.000 0.115 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:251(expanduser) 1 0.000 0.000 0.114 0.114 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:956(test_delete) 168828 0.114 0.000 0.114 0.000 /usr/lib/python2.7/logging/__init__.py:607(filter) 1 0.000 0.000 0.114 0.114 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1031(test_update) 17907 0.057 0.000 0.114 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:66(_set) 70799 0.078 0.000 0.114 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/stat.py:40(S_ISDIR) 1600 0.009 0.000 0.114 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/vertical_block.py:159(index_dictionary) 4435 0.018 0.000 0.114 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:933(__init__) 96872 0.114 0.000 0.114 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:519(has) 1161 0.022 0.000 0.114 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:958(_mock_call) 11 0.000 0.000 0.113 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/views.py:49(post) 11 0.000 0.000 0.113 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/views.py:63(process_darklang_request) 48360 0.069 0.000 0.113 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2017(get_db_converters) 14 0.001 0.000 0.113 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:237(add_entrance_exam_milestone) 361 0.003 0.000 0.113 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/serializers.py:28(get_preferences) 183202 0.113 0.000 0.113 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1913(__init__) 1070 0.053 0.000 0.113 0.000 /usr/lib/python2.7/argparse.py:1742(_parse_known_args) 100513/100508 0.105 0.000 0.113 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/__init__.py:319(__get__) 16912 0.056 0.000 0.113 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1323(scan_plain_spaces) 126 0.002 0.000 0.113 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:107(_get_usage_info) 9619/3204 0.039 0.000 0.113 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:350(_compute_subtree_edited_internal) 1579 0.007 0.000 0.112 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:197(get_language_from_request) 1 0.000 0.000 0.112 0.112 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:140(test_valid_id) 1 0.000 0.000 0.112 0.112 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:761(test_update_from_json_filtered_edxnotes_on) 34 0.002 0.000 0.112 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2385(copy_from_template) 2440 0.018 0.000 0.112 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:193(process_response) 1 0.000 0.000 0.112 0.112 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:322(test_can_create_new_content_group_if_it_does_not_exist) 14002 0.019 0.000 0.112 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2901(__eq__) 447 0.003 0.000 0.112 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/reverse.py:56(_reverse) 1872 0.009 0.000 0.112 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:182(sign) 1 0.000 0.000 0.112 0.112 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:212(test_insert) 2849 0.018 0.000 0.112 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:122(determine_encoding) 449935 0.112 0.000 0.112 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:257(__getstate__) 1 0.000 0.000 0.112 0.112 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:590(test_honor_code) 3034 0.026 0.000 0.111 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:133(parse) 16 0.000 0.000 0.111 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:917(student_view) 4 0.000 0.000 0.111 0.028 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:171(test_json_response) 158571 0.095 0.000 0.111 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1118(to_python) 1 0.000 0.000 0.111 0.111 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:672(__call__) 1 0.000 0.000 0.111 0.111 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:593(run) 11521 0.041 0.000 0.111 0.000 /usr/lib/python2.7/urlparse.py:137(urlparse) 1 0.000 0.000 0.111 0.111 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:79(test_creates_user_partitions) 1 0.000 0.000 0.111 0.111 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/service_status/test.py:22(test_ping) 578724 0.111 0.000 0.111 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:73(__enter__) 10159 0.016 0.000 0.110 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1672(get_reverse_joining_columns) 439 0.001 0.000 0.110 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:279(reverse_usage_url) 4052 0.031 0.000 0.110 0.000 /usr/lib/python2.7/urlparse.py:251(urljoin) 2 0.000 0.000 0.110 0.055 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:349(test_versioning) 2 0.000 0.000 0.110 0.055 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:549(test_export_targz_urlparam) 50 0.000 0.000 0.110 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:296(get_course_content_milestones) 21 0.000 0.000 0.110 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:375(convert_to_draft) 4 0.001 0.000 0.110 0.027 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/problem-edit.html.py:28(render_body) 6518 0.007 0.000 0.109 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:165(__enter__) 22 0.000 0.000 0.109 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:38(set_credit_requirements) 23 0.001 0.000 0.109 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/signals.py:63(handle_item_deleted) 4145 0.003 0.000 0.109 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:420(compile_filter) 1 0.000 0.000 0.109 0.109 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:576(test_profile_whitelist) 2988 0.040 0.000 0.109 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/collator.py:57(collation_elements) 1 0.000 0.000 0.108 0.108 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:37(test_view_index_xhr_content) 178385 0.108 0.000 0.108 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:714(unref_alias) 2427 0.014 0.000 0.108 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1351(_drop_database) 66096 0.086 0.000 0.108 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/base.py:169(__del__) 65 0.001 0.000 0.108 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/cookies.py:42(set_logged_in_cookies) 34414 0.031 0.000 0.108 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:62() 443 0.009 0.000 0.108 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1173(emit_event) 12 0.000 0.000 0.108 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:154(get) 3770 0.023 0.000 0.107 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1289(__init__) 31 0.001 0.000 0.107 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/admin.py:12(login) 1 0.000 0.000 0.107 0.107 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:266(test_replace_by_id) 1 0.000 0.000 0.107 0.107 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:687(test_update_from_json_filtered_on) 7 0.000 0.000 0.107 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:134(get_split_test_partitions_with_usage) 3 0.000 0.000 0.107 0.036 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:292(test_set_status_non_verified_enrollment) 12 0.000 0.000 0.107 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:86(_request) 23 0.000 0.000 0.107 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1411(_emit_item_deleted_signal) 2 0.000 0.000 0.107 0.053 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:759(assert_problem_display_names) 156 0.000 0.000 0.107 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:106(run_validation) 1 0.000 0.000 0.107 0.107 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:77(test_add_gate) 4344 0.008 0.000 0.107 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:292(_start_transaction_under_autocommit) 1604 0.005 0.000 0.107 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/store_utilities.py:11(_prefix_only_url_replace_regex) 1 0.000 0.000 0.106 0.106 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:198(test_delete) 84415 0.106 0.000 0.106 0.000 /usr/lib/python2.7/logging/__init__.py:70() 71033 0.106 0.000 0.106 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:773(request_xblock_fields) 1 0.000 0.000 0.106 0.106 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:282(test_preview_lang_with_dark_language) 7549 0.005 0.000 0.106 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:253(__getattr__) 2 0.000 0.000 0.106 0.053 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:152(test_invalid_json) 1 0.000 0.000 0.106 0.106 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:242(test_create_new_by_id) 31 0.000 0.000 0.106 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/debug.py:65(sensitive_post_parameters_wrapper) 4145 0.030 0.000 0.105 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:601(__init__) 1579 0.029 0.000 0.105 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:485(get_language_from_request) 21047 0.070 0.000 0.105 0.000 /usr/lib/python2.7/decimal.py:799(_cmp) 4862 0.056 0.000 0.105 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3049(_serialize_fields) 1 0.000 0.000 0.105 0.105 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:222(test_save) 7674 0.024 0.000 0.105 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:88(process_event) 3 0.000 0.000 0.105 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_preview.py:158(setUp) 1 0.000 0.000 0.105 0.105 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:65(test_remove_prerequisite) 2932 0.026 0.000 0.105 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:381(get_user_id_from_session) 27488 0.104 0.000 0.105 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:117(cache_key_name) 1 0.000 0.000 0.105 0.105 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_pipeline/finder.py:112(__init__) 2 0.000 0.000 0.105 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_header_menu.py:22(setUp) 49 0.001 0.000 0.104 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:530(activate) 1 0.000 0.000 0.104 0.104 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:183(test_too_frequent_password_resets) 1 0.000 0.000 0.104 0.104 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:53(test_add_prerequisite) 5977 0.009 0.000 0.104 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:367(allow_migrate_model) 6 0.000 0.000 0.104 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:18(setUp) 294494 0.104 0.000 0.104 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:261(next_possible_simple_key) 2 0.000 0.000 0.104 0.052 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:92(test_dump_specific_courses) 740 0.003 0.000 0.104 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:180(file_to_xml) 1 0.000 0.000 0.104 0.104 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_all_courses.py:32(test_export_all_courses) 65 0.001 0.000 0.104 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/cookies.py:97(set_user_info_cookie) 2891 0.008 0.000 0.103 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:549(__init__) 2 0.000 0.000 0.103 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_all_courses.py:35(export_courses_to_output_path) 2849 0.004 0.000 0.103 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:264(parse_block_node) 23 0.000 0.000 0.103 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/utils.py:27(_is_in_course_tree) 1 0.000 0.000 0.103 0.103 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:71(test_view_index_xhr_put) 7030 0.013 0.000 0.103 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:138(match) 11 0.000 0.000 0.103 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader.py:49(select_template) 1875 0.008 0.000 0.103 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:203(_validate_cookie_params) 56 0.001 0.000 0.103 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/defaults.py:66(permission_denied) 4963 0.010 0.000 0.102 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:11(__init__) 21 0.000 0.000 0.102 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:160(setUp) 1 0.000 0.000 0.102 0.102 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:94(test_remove_gate) 5 0.000 0.000 0.102 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:143(delete_grader) 1 0.000 0.000 0.102 0.102 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/service_status/views.py:35(celery_ping) 2 0.000 0.000 0.102 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:308(_test_delete_course_from_search_index_after_course_deletion) 6 0.000 0.000 0.102 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:40(login) 1 0.000 0.000 0.102 0.102 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:255(test_can_create_group_configuration) 46 0.000 0.000 0.102 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:34(create_mode) 3879 0.014 0.000 0.102 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:26(__init__) 5 0.000 0.000 0.102 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:873(course_info_handler) 50 0.001 0.000 0.102 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:338(fetch_course_content_milestones) 31 0.001 0.000 0.102 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/views.py:31(login) 2 0.000 0.000 0.101 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_credit_eligibility.py:20(setUp) 1 0.000 0.000 0.101 0.101 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:124(test_happy_path) 7549 0.011 0.000 0.101 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:250(__getitem__) 1 0.000 0.000 0.101 0.101 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:197(test_get_list_pagination) 1 0.101 0.101 0.101 0.101 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/service_status/tasks.py:12(delayed_ping) 316 0.001 0.000 0.101 0.000 /usr/lib/python2.7/glob.py:18(glob) 1079 0.002 0.000 0.101 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:30(wrapper) 2 0.000 0.000 0.101 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:702(test_export_on_invalid_displayname) 1 0.000 0.000 0.101 0.101 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:448(test_cannot_delete_non_existent_content_group) 145 0.002 0.000 0.101 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:240(clean_email) 1 0.000 0.000 0.101 0.101 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:74(test_reorder_tabs) 2 0.000 0.000 0.100 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:334(setUp) 31310 0.100 0.000 0.100 0.000 /usr/lib/python2.7/uuid.py:199(__str__) 31 0.000 0.000 0.100 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:477(get_all_asset_metadata) 279/190 0.002 0.000 0.100 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/cache_utils.py:23(_wrapper) 5679 0.030 0.000 0.100 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:159(parse_document_start) 141268 0.100 0.000 0.100 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:100(__call__) 51 0.000 0.000 0.100 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:48(render_from_lms) 11414 0.013 0.000 0.100 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:545(for_branch) 63065 0.049 0.000 0.100 0.000 /usr/lib/python2.7/decimal.py:5836(_convert_other) 1 0.000 0.000 0.099 0.099 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1492(test_course_overview_view_with_course) 4 0.001 0.000 0.099 0.025 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:153(_add_installed_apps_translations) 1914 0.042 0.000 0.099 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:82(__init__) 66 0.001 0.000 0.099 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/cookies.py:121(get_user_info_cookie_data) 22404 0.046 0.000 0.098 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:108(__init__) 1 0.000 0.000 0.098 0.098 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:241(test_private_pages_auth) 6 0.000 0.000 0.098 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:827(_get_module_info) 3075 0.007 0.000 0.098 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:158(signature) 93 0.002 0.000 0.098 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:400(_filter_disabled_blocks) 1611 0.007 0.000 0.098 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:47(process_request) 3 0.000 0.000 0.098 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:111(setUp) 2 0.000 0.000 0.098 0.049 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:251(index_recent_changes) 6516 0.021 0.000 0.098 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:339(verbose_name_raw) 40158 0.098 0.000 0.098 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/monkey_patch/django_db_models_options.py:17(_expire_cache) 9 0.000 0.000 0.097 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:22(setUp) 31 0.001 0.000 0.097 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:603(get_all_asset_metadata) 10 0.000 0.000 0.097 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:174(setUp) 1 0.000 0.000 0.097 0.097 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:17(setUpClass) 7 0.000 0.000 0.097 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/migrate_to_split.py:53(handle) 187/98 0.001 0.000 0.097 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:642(has_changes) 67 0.095 0.001 0.097 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/compat.py:86(load_module) 84410 0.097 0.000 0.097 0.000 /usr/lib/python2.7/logging/__init__.py:446(usesTime) 20736/9123 0.015 0.000 0.097 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:557(next) 85 0.000 0.000 0.097 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:179(is_valid) 7 0.000 0.000 0.097 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:63(verify_error_message) 24825 0.063 0.000 0.097 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/__init__.py:35(__getattr__) 5 0.000 0.000 0.097 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:128(_external_login_or_signup) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_theme_style_overrides.py:84(test_template_override) 2356 0.007 0.000 0.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1071(replace) 84406 0.096 0.000 0.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:58(record_matches_key) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:104(test_course_listing_errored_deleted_courses) 22 0.000 0.000 0.096 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:212(get_theme_base_dir) 10135 0.020 0.000 0.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:196(__setitem__) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:589(test_cannot_delete_non_existent_group_configuration) 41 0.000 0.000 0.096 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:58(update_state) 8541 0.049 0.000 0.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:146(update) 129135 0.096 0.000 0.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:253(__get__) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:125(test_message_catalog_translations) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:374(test_get_list_nonempty) 2417 0.019 0.000 0.096 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:56(_drop_database) 5769 0.012 0.000 0.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:317(read) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:466(test_can_create_new_group_configuration_if_it_does_not_exist) 6198 0.024 0.000 0.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:112(get_hasher) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_credit_eligibility.py:35(test_course_details_with_enabled_setting) 38 0.000 0.000 0.095 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:26(_get_library) 207 0.003 0.000 0.095 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/result.py:180(_exc_info_to_string) 5977 0.034 0.000 0.095 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:322(allow_migrate) 16 0.001 0.000 0.095 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/services.py:51(get_credit_state) 12 0.000 0.000 0.095 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:132(get_handler) 152 0.004 0.000 0.095 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:152(__init__) 1 0.000 0.000 0.095 0.095 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:228(test_delete) 6143 0.086 0.000 0.095 0.000 /usr/lib/python2.7/gzip.py:227(write) 18271 0.045 0.000 0.094 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:336(savepoint_create_sql) 7 0.000 0.000 0.094 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_shim.py:236(setUp) 63027 0.094 0.000 0.094 0.000 /usr/lib/python2.7/decimal.py:5425(__init__) 1 0.000 0.000 0.094 0.094 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:40(setUpClass) 5330 0.016 0.000 0.094 0.000 /usr/lib/python2.7/json/__init__.py:294(loads) 254 0.001 0.000 0.094 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:490(get_selected_partition) 1 0.000 0.000 0.094 0.094 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_header_menu.py:29(test_header_menu_without_web_certs_enabled) 1273 0.010 0.000 0.094 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:286(__init__) 150625 0.093 0.000 0.094 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:131(__init__) 1224 0.011 0.000 0.094 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:560(do_connection) 57963 0.093 0.000 0.093 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:987(_should_apply_cached_metadata) 18 0.000 0.000 0.093 0.005 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:274(convert_to_draft) 904 0.012 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1238(__get__) 12 0.000 0.000 0.093 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:70(test_invalid_input) 14002 0.033 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:650(__eq__) 53124 0.036 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:56(__ge__) 8 0.000 0.000 0.093 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1423(setUp) 44 0.000 0.000 0.093 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:92(find_gating_milestones) 26009 0.018 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:402(appendlist) 2 0.000 0.000 0.093 0.046 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:645(test_cdn) 212660 0.093 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1399(to_python) 2071 0.011 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:564(parse_boundary_stream) 18 0.000 0.000 0.093 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:903(convert_to_draft) 2390 0.022 0.000 0.092 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3239(_new_block) 200 0.002 0.000 0.092 0.000 /usr/lib/python2.7/unittest/result.py:152(_exc_info_to_string) 188633 0.092 0.000 0.092 0.000 /usr/lib/python2.7/threading.py:288(__exit__) 49 0.000 0.000 0.092 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1809(get_block) 29110 0.092 0.000 0.092 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:40(clear_request_cache) 1 0.000 0.000 0.092 0.092 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:177(test_get_vertical) 1 0.000 0.000 0.092 0.092 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:72(setUp) 53180 0.054 0.000 0.092 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:602(from_json) 15471 0.039 0.000 0.092 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:1076(pre_sql_setup) 1 0.000 0.000 0.092 0.092 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:58(test_programs_displayed) 84406 0.092 0.000 0.092 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:128(anyp) 2 0.000 0.000 0.092 0.046 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:589(test_disabled_with_prior_data) 3 0.000 0.000 0.092 0.031 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:95(test_invalid_permission) 9487 0.015 0.000 0.091 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1407(get_path_info) 65 0.001 0.000 0.091 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:797(create) 1 0.000 0.000 0.091 0.091 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1352(get_templatetags_modules) 182 0.001 0.000 0.091 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:470(to_representation) 9030 0.013 0.000 0.091 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1183(_block_matches_all) 29549 0.055 0.000 0.091 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/lru_cache.py:26(_make_key) 1 0.000 0.000 0.090 0.090 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:157(test_login) 20689 0.090 0.000 0.090 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:45(__init__) 2994 0.028 0.000 0.090 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:562(subtask_from_request) 420 0.003 0.000 0.090 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:264(has_support) 8 0.001 0.000 0.090 0.011 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:665(editable_metadata_fields) 9 0.000 0.000 0.090 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/services.py:111(set_credit_requirement_status) 9 0.001 0.000 0.090 0.010 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:255(render_header_extras) 41 0.001 0.000 0.090 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:925(_get_structures_for_branch_and_locator) 1204 0.012 0.000 0.090 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:187(unsign) 1 0.000 0.000 0.090 0.090 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:941(test_module_preview_in_whitelist) 3075 0.009 0.000 0.090 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:74(base64_hmac) 38 0.000 0.000 0.090 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1023(get_libraries) 123575 0.090 0.000 0.090 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:310(runtime) 11296 0.043 0.000 0.089 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1646(get_instance_value_for_fields) 2 0.000 0.000 0.089 0.045 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:770(_get_settings_html) 22401 0.043 0.000 0.089 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/task/base.py:72(backend) 4 0.000 0.000 0.089 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:249(_post_clear_preview_lang) 40 0.001 0.000 0.089 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1768(_find_course_assets) 29038 0.035 0.000 0.089 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:59(as_object_id) 2 0.000 0.000 0.088 0.044 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_commands.py:15(setUp) 160180 0.088 0.000 0.088 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:514(link_reverse_func) 10814 0.040 0.000 0.088 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:494(__repr__) 48 0.001 0.000 0.088 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:1027(get_all_exams_for_course) 3199 0.007 0.000 0.088 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:200(db_manager) 31 0.001 0.000 0.088 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:269(add_course_content_milestone) 981 0.011 0.000 0.088 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:78(__deepcopy__) 1404 0.007 0.000 0.088 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/util/misc.py:32(escape_html_characters) 21194 0.088 0.000 0.088 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:119(_delete) 2 0.000 0.000 0.088 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:210(check) 1 0.000 0.000 0.087 0.087 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:201(test_cms_registration_page_bypass) 11 0.000 0.000 0.087 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:96(_list_libraries) 152318 0.087 0.000 0.087 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:577(_warn_deprecated_outside_JSONField) 1851 0.008 0.000 0.087 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:339(__init__) 62 0.001 0.000 0.087 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:687(_create_metadata_editor_info) 4 0.000 0.000 0.087 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:186(primitive_delete) 6880 0.029 0.000 0.087 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1754(_create_new_field_data) 2 0.000 0.000 0.087 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:540(_test_exception) 906 0.012 0.000 0.087 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:272(load_metadata) 144560 0.087 0.000 0.087 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1924(annotation_select) 382838 0.087 0.000 0.087 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2922(__hash__) 145 0.002 0.000 0.086 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:136(addFailure) 2 0.000 0.000 0.086 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:444(_test_course_about_property_index) 260 0.002 0.000 0.086 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/request.py:14(safe_get_host) 220678 0.086 0.000 0.086 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:124(ensure_connection) 1574 0.005 0.000 0.086 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/method_override/middleware.py:8(process_view) 4118 0.040 0.000 0.086 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:140(patch_vary_headers) 12 0.000 0.000 0.086 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:820(reindex_library) 18271 0.043 0.000 0.086 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:344(savepoint_commit_sql) 1 0.000 0.000 0.086 0.086 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1319(test_change_user_partition_id) 1 0.000 0.000 0.086 0.086 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:160(test_draft_child_container_preview_html) 12 0.000 0.000 0.086 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:463(do_library_reindex) 4 0.000 0.000 0.086 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:308(course_search_index_handler) 8834 0.030 0.000 0.086 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:906(connections_support_transactions) 1569 0.025 0.000 0.085 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1293(partition_fields_by_scope) 10 0.000 0.000 0.085 0.009 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:285(studio_render_children) 20/4 0.000 0.000 0.085 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:750(get_lib_content_block_children) 42288 0.085 0.000 0.085 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:179(rhs_is_direct_value) 20 0.000 0.000 0.085 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:115(_get_credit_course_requirement_xblocks) 1 0.000 0.000 0.085 0.085 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:263(test_preview_lang_with_released_language) 2 0.000 0.000 0.085 0.042 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:696(test_error_generating_thumbnails) 1 0.000 0.000 0.085 0.085 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:928(test_creating_item) 49 0.001 0.000 0.085 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/models.py:223(create) 21010 0.085 0.000 0.085 0.000 /usr/lib/python2.7/decimal.py:3783(__init__) 1 0.000 0.000 0.085 0.085 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:190(test_course_info_to_ccxcon_500_error) 1 0.000 0.000 0.085 0.085 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:635(test_content_group_not_used) 1440 0.003 0.000 0.085 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1190(resource_exists) 1019 0.003 0.000 0.085 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:233(check_password) 7 0.000 0.000 0.084 0.012 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mako_module.py:37(get_context) 1 0.000 0.000 0.084 0.084 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:202(test_client_passed) 29218 0.084 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:67() 7670 0.067 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:124(disconnect) 13964 0.064 0.000 0.084 0.000 /usr/lib/python2.7/urlparse.py:168(urlsplit) 1 0.005 0.005 0.084 0.084 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/__init__.py:1() 105 0.000 0.000 0.084 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:33(_get_milestone_relationship_type) 9 0.000 0.000 0.084 0.009 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:94(verify_visibility_view_contains) 42056 0.059 0.000 0.084 0.000 /usr/lib/python2.7/decimal.py:727(_check_nans) 1 0.000 0.000 0.084 0.084 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:338(test_not_permitted) 2 0.000 0.000 0.084 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:53(setUp) 4724 0.024 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:175(stopTest) 1 0.000 0.000 0.084 0.084 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:738(test_group_configuration_not_used) 57574 0.084 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/errors.py:47(__init__) 6938 0.027 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lazy/lazy.py:17(__get__) 346 0.002 0.000 0.084 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:576(get_parent_location) 11134 0.020 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:318(parts) 4279 0.013 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:14(__init__) 5061 0.033 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:337(__init__) 5 0.000 0.000 0.084 0.017 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:37(setUp) 1 0.000 0.000 0.083 0.083 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:936(test_not_indexable) 39645 0.054 0.000 0.083 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:2033(is_nullable) 1 0.000 0.000 0.083 0.083 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:38(test_remove) 380/344 0.060 0.000 0.083 0.000 /usr/lib/python2.7/inspect.py:247(getmembers) 4733 0.017 0.000 0.083 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:145(get_user_model) 1 0.000 0.000 0.083 0.083 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:996(test_all) 1 0.000 0.000 0.083 0.083 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:897(test_http_fetch_initial_fields) 96084 0.083 0.000 0.083 0.000 /usr/lib/python2.7/threading.py:300(_is_owned) 5 0.000 0.000 0.083 0.017 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:584(editor_saved) 32623 0.067 0.000 0.082 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:140(get_app_config) 5 0.000 0.000 0.082 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:102(test_create_library_invalid) 30208 0.055 0.000 0.082 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:141(service_declaration) 2 0.000 0.000 0.082 0.041 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:55(test_empty_image_name) 302 0.004 0.000 0.082 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:479(insert_course_index) 1 0.000 0.000 0.082 0.082 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:439(update_course) 1019 0.006 0.000 0.082 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:36(check_password) 31 0.001 0.000 0.082 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:285(create_course_content_milestone) 2 0.000 0.000 0.082 0.041 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:403(definition_from_xml) 3849 0.029 0.000 0.082 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1168(__init__) 150 0.001 0.000 0.082 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:51(get_counters) 3 0.000 0.000 0.082 0.027 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:540(_enrollment_with_complete_course) 831 0.004 0.000 0.082 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:79(__init__) 1 0.000 0.000 0.082 0.082 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:257(test_can_write_on_publish_signal) 1914 0.025 0.000 0.082 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:239(_base_environ) 20 0.000 0.000 0.082 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:146(_get_xblocks) 539 0.005 0.000 0.082 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:834(index_dictionary) 4 0.000 0.000 0.082 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:266(_signup) 24 0.001 0.000 0.082 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:32(clear_subs_content) 2 0.000 0.000 0.081 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:471(_test_course_about_mode_index) 2 0.000 0.000 0.081 0.041 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:671(test_cdn_with_external_image) 9 0.000 0.000 0.081 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/bulk_change_enrollment.py:61(handle) 256 0.001 0.000 0.081 0.000 /usr/lib/python2.7/unittest/case.py:446(assertRaises) 4 0.000 0.000 0.081 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:113(_enroll_users) 927 0.006 0.000 0.081 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/method_override/middleware.py:16(_get_method_override) 5754 0.058 0.000 0.081 0.000 /usr/lib/python2.7/gzip.py:164(_write_gzip_header) 162415 0.081 0.000 0.081 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1309() 348/169 0.055 0.000 0.081 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/os.py:209(walk) 1 0.000 0.000 0.081 0.081 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_signals.py:21(test_course_published_ccxcon_call) 1109 0.004 0.000 0.081 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:133(get_app_configs) 1612 0.008 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:302(close) 1228 0.002 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1115(for_branch) 4378 0.014 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:83(__init__) 3949 0.015 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:46(needs_label) 2146 0.006 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:256(get_session_auth_hash) 1 0.000 0.000 0.080 0.080 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:139(test_remove_credit_requirement_status) 72692 0.080 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:136(_get_operator) 1 0.000 0.000 0.080 0.080 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:405(test_sequential_and_problem_have_group_access) 56827 0.048 0.000 0.080 0.000 /usr/lib/python2.7/collections.py:138(iteritems) 447 0.015 0.000 0.080 0.000 /usr/lib/python2.7/traceback.py:281(extract_stack) 1972 0.008 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:166(_merge_relationships) 36 0.001 0.000 0.079 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:328(get_libraries) 458099 0.079 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1115(get_internal_type) 217702 0.079 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:324(validate_no_broken_transaction) 27152 0.079 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:70(to_locale) 9578 0.067 0.000 0.079 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/core.py:95(instance_key) 1848 0.005 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:375(get_migratable_models) 387 0.007 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:328(_prepare) 12 0.000 0.000 0.079 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:349(sendall) 4128 0.057 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:388(encode) 617 0.002 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/models.py:199(video_status_update_callback) 418563 0.079 0.000 0.079 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:259() 1 0.000 0.000 0.079 0.079 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:364(test_audit_only_disables_cert) 2 0.000 0.000 0.078 0.039 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:570(test_disabled_no_prior_data) 1 0.000 0.000 0.078 0.078 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1378(test_add_groups) 8 0.000 0.000 0.078 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:24(setUp) 3 0.000 0.000 0.078 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:80(reorder_tabs_handler) 53478 0.034 0.000 0.078 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:509(get_pk_value_on_save) 105 0.001 0.000 0.078 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/models.py:65(get_value_for_org) 2720 0.035 0.000 0.078 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:211(get_expiry_date) 8 0.000 0.000 0.078 0.010 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:32(setUp) 3 0.000 0.000 0.078 0.026 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:63(_handle_remove) 72692 0.054 0.000 0.078 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:65(_compare) 67274 0.078 0.000 0.078 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:283(expandvars) 1 0.000 0.000 0.078 0.078 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/test.py:127(test_preview_html) 1 0.061 0.061 0.078 0.078 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/views.py:3() 177 0.005 0.000 0.077 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/footer.html.py:21(render_body) 2839 0.006 0.000 0.077 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:292(create_definition) 1902 0.011 0.000 0.077 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:441(user_profile_post_save_callback) 3 0.000 0.000 0.077 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py:62(setUp) 51 0.000 0.000 0.077 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:970(render_asides) 2 0.000 0.000 0.077 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:341(test_course_key_decorator) 1 0.041 0.041 0.077 0.077 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1() 1 0.000 0.000 0.077 0.077 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:363(test_course_id_string) 44 0.001 0.000 0.077 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:1775(thumbnail) 40212 0.023 0.000 0.077 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:114(get_event) 10392 0.009 0.000 0.077 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:250(_write_to_file) 5330 0.026 0.000 0.077 0.000 /usr/lib/python2.7/json/decoder.py:359(decode) 1 0.000 0.000 0.077 0.077 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:68(clone_course) 1 0.000 0.000 0.077 0.077 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:280(test_dump_to_neo4j_rollback) 1 0.000 0.000 0.077 0.077 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1794(clone_course) 98997 0.077 0.000 0.077 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:827(_clean_item_data) 630 0.002 0.000 0.077 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:92(has_studio_write_access) 252 0.002 0.000 0.077 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:286(get_user_partition_info) 27 0.000 0.000 0.077 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:225(set_required_content) 5848 0.019 0.000 0.077 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:310(is_comprehensive_theming_enabled) 24 0.076 0.003 0.076 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:1523(resize) 1 0.000 0.000 0.076 0.076 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_userstanding.py:17(setUp) 1249 0.015 0.000 0.076 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:222(set_cookie) 2 0.000 0.000 0.076 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_change_enrollment.py:86(test_user_not_found) 50 0.001 0.000 0.076 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1161(_xmodule) 3 0.000 0.000 0.076 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:20(setUp) 37 0.000 0.000 0.076 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:323(setUpClass) 2992 0.022 0.000 0.076 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:944() 1 0.000 0.000 0.076 0.076 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:183(test_get_list_nonempty) 20270 0.076 0.000 0.076 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:160(_convert_to_charset) 1 0.000 0.000 0.076 0.076 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:158(delete_grace_period) 2124 0.003 0.000 0.076 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py:19(get_template_sources) 41377 0.075 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:252(hms) 1 0.000 0.000 0.075 0.075 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:478(test_email) 1 0.000 0.000 0.075 0.075 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_crud.py:41(test_get_some_templates) 10044 0.062 0.000 0.075 0.000 /usr/lib/python2.7/inspect.py:744(getargs) 9800 0.014 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:556(get_field_by_name) 31 0.000 0.000 0.075 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:448(_fetch_top_level) 12 0.000 0.000 0.075 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/sql.py:127(sql_flush) 7943 0.011 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:475() 1 0.000 0.000 0.075 0.075 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_commands.py:39(test_parse_arguments) 1 0.000 0.000 0.075 0.075 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:450(test_get_select_courses) 164 0.001 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:307(count) 8422 0.025 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:78(set_many) 1 0.000 0.000 0.074 0.074 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:182(test_no_access) 1544 0.013 0.000 0.074 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:151(_getsignature) 88946 0.074 0.000 0.074 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/crum/__init__.py:23(get_current_request) 113603 0.074 0.000 0.074 0.000 :35(__getnewargs__) 43 0.001 0.000 0.074 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:59(_advanced_component_types) 10 0.000 0.000 0.074 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:23(_change_password) 7758 0.009 0.000 0.074 0.000 /usr/lib/python2.7/threading.py:412(Semaphore) 1 0.000 0.000 0.074 0.074 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:408(test_get_list_filter_user_nonempty) 7258 0.033 0.000 0.074 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:55(__init__) 106824 0.074 0.000 0.074 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:377(__init__) 1 0.000 0.000 0.073 0.073 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:126(test_draft_released_xblock) 4 0.000 0.000 0.073 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:165(test_invalid_keys) 1 0.000 0.000 0.073 0.073 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:139(test_html_false_content_group_staff_locked) 1 0.000 0.000 0.073 0.073 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:107(test_html_empty_partition) 110008 0.073 0.000 0.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:289(is_prerelease) 8800/8097 0.009 0.000 0.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:139(__text_cast) 57291 0.035 0.000 0.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:975(get_db_prep_value) 7 0.000 0.000 0.073 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:202(set_credit_requirement_status) 1 0.000 0.000 0.073 0.073 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:318(real_sendall) 1 0.000 0.000 0.073 0.073 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:111(test_authoring_access) 1 0.000 0.000 0.073 0.073 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:186(test_get_empty_container_fragment) 13916 0.048 0.000 0.073 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:474(__init__) 1 0.000 0.000 0.073 0.073 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:238(test_update_always_cohort_inline_discussion_settings) 150 0.001 0.000 0.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:135(get_many) 26009 0.034 0.000 0.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:393(setlistdefault) 4615 0.056 0.000 0.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipware/ip.py:8(get_ip) 48 0.000 0.000 0.073 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1860(_get_student_block) 7 0.000 0.000 0.073 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:623(get_courselike) 27 0.001 0.000 0.073 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_group.py:33(handle) 2 0.000 0.000 0.072 0.036 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:272(test_discussions_email_digest_pref) 164 0.001 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:460(get_count) 62108 0.065 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:101(__eq__) 1 0.000 0.000 0.072 0.072 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:781(test_out_of_range) 16 0.000 0.000 0.072 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:32(set_group_permissions) 256 0.001 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:244(delete) 43 0.067 0.002 0.072 0.002 /usr/lib/python2.7/tarfile.py:2227(makefile) 4233 0.014 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:320(__init__) 1144 0.013 0.000 0.072 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/middleware.py:120(_verify_session_auth) 105019 0.072 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/subclassing.py:38(__get__) 237 0.001 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:415(_clean_form) 247 0.001 0.000 0.072 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:105(delete) 49139 0.072 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1382(get_accessor_name) 3 0.000 0.000 0.072 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:290(test_file_size) 9 0.000 0.000 0.072 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:132(setUp) 1 0.000 0.000 0.072 0.072 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:212(test_course_explicit_english) 1238 0.008 0.000 0.071 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:705(_drop_database) 5 0.000 0.000 0.071 0.014 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:186(get_context) 21 0.000 0.000 0.071 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:649(remove_deleted_items) 10283 0.053 0.000 0.071 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1906(get_reverse_path_info) 4280 0.017 0.000 0.071 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:38(__init__) 26 0.000 0.000 0.071 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/api.py:17(_retrieve_course) 24 0.000 0.000 0.071 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:59(_build_and_run_request) 5 0.000 0.000 0.071 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:383(set_group_access) 366 0.001 0.000 0.071 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:115(has_studio_read_access) 172 0.004 0.000 0.071 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:308(_assert_contains) 148 0.001 0.000 0.071 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:248(_get_raw_parent_locations) 10479 0.033 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:427(partition) 1 0.000 0.000 0.070 0.070 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:221(test_update_is_cohorted_settings) 1 0.000 0.000 0.070 0.070 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:595(test_reindex_course) 12 0.014 0.001 0.070 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/introspection.py:67(django_table_names) 117 0.001 0.000 0.070 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:340(assertContains) 119803 0.070 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:598(deferred_to_data) 4 0.000 0.000 0.070 0.018 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:424(get_select_courses) 4474 0.027 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:477(__init__) 35 0.000 0.000 0.070 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:76(get_object) 1 0.000 0.000 0.070 0.070 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:805(test_non_positive_page) 1299 0.015 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:966(_get_unique_checks) 4830 0.032 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:738(__init__) 3712 0.066 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/module_loading.py:111(module_has_submodule) 48 0.001 0.000 0.070 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1256(__set__) 1 0.000 0.000 0.069 0.069 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:119(test_html_empty_partition_staff_locked) 16 0.000 0.000 0.069 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:57(assert_student_in_group) 7657 0.025 0.000 0.069 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/annotator_mixin.py:33(__init__) 37614 0.052 0.000 0.069 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/contracts/main.py:99(contract_decorator) 84453 0.069 0.000 0.069 0.000 /usr/lib/python2.7/threading.py:1143(currentThread) 3 0.000 0.000 0.069 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:85(_assert_status) 16 0.000 0.000 0.069 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/partition_scheme.py:27(get_group_for_user) 9 0.000 0.000 0.069 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:112(is_course_cohorted) 39796 0.069 0.000 0.069 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:150(__setattr__) 11839 0.008 0.000 0.069 0.000 /usr/lib/python2.7/argparse.py:1680(_add_action) 179/177 0.003 0.000 0.069 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:755(_inherit_from) 6 0.000 0.000 0.069 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:19(setUp) 158 0.009 0.000 0.069 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/user_dropdown.html.py:33(render_body) 3470 0.027 0.000 0.069 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1113(scan_block_scalar_indentation) 84415 0.069 0.000 0.069 0.000 /usr/lib/python2.7/threading.py:958(name) 145 0.007 0.000 0.068 0.000 /usr/lib/python2.7/unittest/runner.py:73(addFailure) 1 0.000 0.000 0.068 0.068 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:920(test_indexing_library) 14021 0.032 0.000 0.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:292(save_possible_simple_key) 2615 0.009 0.000 0.068 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:150(create_aside) 32515 0.048 0.000 0.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/config.py:151(get_model) 491 0.051 0.000 0.068 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:872(_preprocess_problem) 748 0.061 0.000 0.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/lru_cache.py:160(cache_clear) 1 0.000 0.000 0.068 0.068 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:255(test_update_course_wide_discussion_settings) 39 0.001 0.000 0.068 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:188(render_header_extras) 194287 0.062 0.000 0.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:349(swapped) 27 0.000 0.000 0.068 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/token_utils.py:36(build_token) 4 0.000 0.000 0.068 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:617(can_read_block) 19859 0.031 0.000 0.068 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:134(get_current_request) 39 0.000 0.000 0.068 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:300(add_or_update_course_requirement) 1 0.000 0.000 0.068 0.068 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:742(test_few_users) 2614 0.017 0.000 0.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:194(_pre_setup) 245 0.003 0.000 0.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:118(__init__) 1 0.000 0.000 0.068 0.068 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:95(test_create_staff_user) 39796 0.031 0.000 0.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:104(release_local) 23100 0.013 0.000 0.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:209() 1 0.000 0.000 0.067 0.067 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:924(test_updating_item) 1205 0.004 0.000 0.067 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:201(check) 34004 0.021 0.000 0.067 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:125(peek_token) 2410 0.020 0.000 0.067 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:929(html_id) 4256 0.028 0.000 0.067 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/utils.py:6(_load_class) 6 0.000 0.000 0.067 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:94(setUp) 4660 0.023 0.000 0.067 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/cookie.py:78(_BaseCookie__set) 1 0.000 0.000 0.067 0.067 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:162(test_fetch_video) 4736 0.016 0.000 0.067 0.000 /usr/lib/python2.7/logging/__init__.py:1309(removeHandler) 1 0.000 0.000 0.067 0.067 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:389(test_get_list_filter_key_nonempty) 1 0.000 0.000 0.066 0.066 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1348(test_change_same_user_partition_id) 32451 0.066 0.000 0.066 0.000 /usr/lib/python2.7/json/encoder.py:236(floatstr) 72647 0.066 0.000 0.066 0.000 /usr/lib/python2.7/traceback.py:12(_print) 1 0.000 0.000 0.066 0.066 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:86(test_errored_course_regular_access) 1 0.000 0.000 0.066 0.066 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:79(test_django_service_translation_works) 9580 0.013 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/serializer_helpers.py:131(__setitem__) 2112 0.024 0.000 0.066 0.000 /usr/lib/python2.7/inspect.py:895(getcallargs) 1 0.000 0.000 0.066 0.066 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:331(test_certificate_unsupported_method) 51 0.001 0.000 0.066 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:126(anonymous_id_for_user) 6 0.000 0.000 0.066 0.011 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_token_utils.py:21(setUp) 3210 0.031 0.000 0.066 0.000 /usr/lib/python2.7/argparse.py:1182(__init__) 87812 0.066 0.000 0.066 0.000 /usr/lib/python2.7/threading.py:59(__init__) 17113 0.043 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:132(get_db_converters) 46 0.000 0.000 0.066 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:65(assert_and_parse_html) 129 0.029 0.000 0.066 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:437(load_policy) 1 0.000 0.000 0.066 0.066 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:132(test_html_false_content_group) 13915 0.026 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:15(_curried) 46 0.000 0.000 0.066 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:220(parse_html) 1751 0.008 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:143(COOKIES) 4787 0.066 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:181(__generate) 1235 0.003 0.000 0.066 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/block_metadata_utils.py:21(display_name_with_default) 81 0.000 0.000 0.066 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/backends.py:90(get_user) 94323 0.065 0.000 0.065 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:52(isabs) 27 0.001 0.000 0.065 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:563(validate_split_test) 1 0.000 0.000 0.065 0.065 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:327(test_disabled) 1574 0.019 0.000 0.065 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:76(make_view_atomic) 157225 0.065 0.000 0.065 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1249(need_having) 7758 0.012 0.000 0.065 0.000 /usr/lib/python2.7/threading.py:433(__init__) 1 0.000 0.000 0.065 0.065 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:949(test_move_child_creates_orphan_error) 27176/17587 0.065 0.000 0.065 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2712(descendants) 1 0.000 0.000 0.065 0.065 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:203(test_invalid_pre_requisite_course) 1872 0.005 0.000 0.065 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:163(sign) 1 0.000 0.000 0.065 0.065 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:932(test_deleting_item) 6 0.000 0.000 0.065 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/tests/test_middleware.py:20(setUp) 16949 0.065 0.000 0.065 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:363(as_sql) 1 0.000 0.000 0.065 0.065 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tests/test_signals.py:22(test_course_update) 1 0.000 0.000 0.065 0.065 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:124(test_html_populated_partition_staff_locked) 5267 0.015 0.000 0.065 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:228(_compile_charset) 1 0.000 0.000 0.065 0.065 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:312(test_update_settings_with_invalid_field_data_type) 22403 0.050 0.000 0.065 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/functional.py:211(first) 5 0.000 0.000 0.065 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/editing_module.py:39(get_context) 1 0.000 0.000 0.065 0.065 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:316(test_single_session_with_url_not_having_login_required_decorator) 950 0.001 0.000 0.064 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:957(render) 1 0.000 0.000 0.064 0.064 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:246(test_cannot_create_certificate_if_user_has_no_write_permissions) 15167 0.033 0.000 0.064 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:425(to_storable) 1 0.000 0.000 0.064 0.064 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:43(test_not_implemented) 25 0.001 0.000 0.064 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:347(submit_feedback) 2 0.000 0.000 0.064 0.032 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:70(test_header_lang_pref_saved) 145202 0.064 0.000 0.064 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:349(has) 1 0.000 0.000 0.064 0.064 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:303(test_update_settings_with_missing_field) 1142 0.002 0.000 0.064 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:345(display_name_with_default) 147139 0.064 0.000 0.064 0.000 /usr/lib/python2.7/decimal.py:2802(adjusted) 23 0.000 0.000 0.064 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:620(general_validation_message) 8032 0.041 0.000 0.064 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:164(get_del_batches) 20 0.000 0.000 0.064 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/tests.py:22(setUp) 18 0.000 0.000 0.064 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:515(tearDown) 1 0.059 0.059 0.064 0.064 /edx/app/edxapp/edx-platform/lms/djangoapps/class_dashboard/dashboard_data.py:3() 1 0.000 0.000 0.064 0.064 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1362(test_change_non_existent_user_partition_id) 122111 0.064 0.000 0.064 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:807(run) 5912 0.025 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:84(resolve_context) 112334 0.063 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:54(get_group_by) 210166 0.063 0.000 0.063 0.000 /usr/lib/python2.7/decimal.py:792(__nonzero__) 1972 0.008 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:157(_merge_fields_and_pk) 2846 0.011 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:818(__get__) 928 0.002 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1104(version_agnostic) 3290 0.016 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1044(__init__) 31 0.000 0.000 0.063 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/forms.py:35(clean) 1786 0.005 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:312(url) 8 0.000 0.000 0.063 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:220(get_and_verify_publish_state) 1 0.000 0.000 0.063 0.063 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:454(test_delete_image_type_asset) 410 0.004 0.000 0.063 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:552(check_sum_of_calls) 3598 0.028 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:670(_clean) 44 0.006 0.000 0.063 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:797(convert) 1 0.000 0.000 0.063 0.063 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:622(test_terms_of_service) 27894 0.063 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:362(__getstate__) 155 0.001 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1218(resource_listdir) 1 0.000 0.000 0.062 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1155(test_course_details_with_disabled_setting_non_global_staff) 6 0.000 0.000 0.062 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:20(setUp) 19 0.000 0.000 0.062 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:501(active_and_inactive_children) 6 0.000 0.000 0.062 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2155(activate_account) 243 0.004 0.000 0.062 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1583(_update_definition_from_data) 9943 0.062 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:179(_set_creation_counter) 1 0.000 0.000 0.062 0.062 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:460(test_get_detail) 1 0.000 0.000 0.062 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:175(test_no_coursexml) 4 0.000 0.000 0.062 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2163(_test_page) 2994 0.016 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:758(subtask) 13 0.000 0.000 0.062 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:119(course_cohort_settings_handler) 6 0.000 0.000 0.062 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/views.py:93(_set_preview_language) 1 0.000 0.000 0.062 0.062 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:58(test_create_same_user) 215690 0.062 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:195(__init__) 60 0.000 0.000 0.062 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:185(create_profile) 2 0.000 0.000 0.062 0.031 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:2043(test_get_basic) 514 0.005 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:967(tearDownClass) 2 0.000 0.000 0.062 0.031 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:56(init_course_action_states) 4136 0.009 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:298(add_documents) 56504 0.033 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:591(to_json) 12548 0.035 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:255(all) 15 0.000 0.000 0.062 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:617(wrapper) 145 0.000 0.000 0.062 0.000 /usr/lib/python2.7/unittest/result.py:15(inner) 1 0.000 0.000 0.062 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:286(test_staff_to_instructor_still_enrolled) 1 0.000 0.000 0.062 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1523(test_capa_module) 10142 0.009 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:241(callback) 2 0.059 0.029 0.061 0.031 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:76(find) 54 0.001 0.000 0.061 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:349(_save_request_status) 1 0.000 0.000 0.061 0.061 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:521(test_get_pagination) 37 0.000 0.000 0.061 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:332(tearDownClass) 6 0.000 0.000 0.061 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:207(setUp) 145 0.001 0.000 0.061 0.000 /usr/lib/python2.7/unittest/result.py:119(addFailure) 24 0.000 0.000 0.061 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:72(get_youtube_ids) 1 0.000 0.000 0.061 0.061 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/management/commands/tests/test_post_cohort_membership_fix.py:22(setUp) 427472 0.061 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/_structures.py:33(__neg__) 59 0.001 0.000 0.061 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:720(get_prefetch_queryset) 9505 0.019 0.000 0.061 0.000 /usr/lib/python2.7/logging/__init__.py:205(_acquireLock) 3826 0.010 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:167(commit) 1 0.000 0.000 0.061 0.061 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:153(test_html_verification_checkpoints) 9 0.003 0.000 0.061 0.007 /edx/app/edxapp/edx-platform/cms/lib/xblock/authoring_mixin.py:33(visibility_view) 1851 0.024 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:105(__init__) 210473 0.061 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2488(key) 1 0.000 0.000 0.061 0.061 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1146(test_course_details_with_disabled_setting_global_staff) 11839 0.014 0.000 0.061 0.000 /usr/lib/python2.7/argparse.py:1508(_add_action) 3 0.000 0.000 0.061 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:130(setUp) 14720 0.055 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/urls/__init__.py:19(include) 754 0.003 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:653(__getattr__) 10883 0.060 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/serialization.py:153(get_pickleable_etype) 5 0.000 0.000 0.060 0.012 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:44(__init__) 5 0.000 0.000 0.060 0.012 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:213(__init__) 398 0.002 0.000 0.060 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:616(check_mongo_calls_range) 16708 0.038 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:383(construct_yaml_str) 19433/12852 0.032 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:754(__setattr__) 9512 0.060 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1044(drop) 62026 0.060 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:2053(get_order_dir) 1 0.000 0.000 0.060 0.060 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:254(test_dump_to_neo4j) 3453 0.016 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:400(__init__) 18344 0.060 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:469(course) 1 0.000 0.000 0.060 0.060 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:67(test_view_index) 113 0.001 0.000 0.060 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:159(save) 2273 0.012 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:524(__reduce__) 1 0.000 0.000 0.060 0.060 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1465(test_course_index_view_with_course) 90114 0.060 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:384(_get_app) 54 0.001 0.000 0.060 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:336(__new__) 86 0.001 0.000 0.060 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:154(has_course) 21009 0.039 0.000 0.060 0.000 /usr/lib/python2.7/decimal.py:2507(_rescale) 10883 0.028 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:755(__init__) 84027 0.039 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/contracts/main.py:415(check) 1 0.000 0.000 0.059 0.059 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:111(test_html_populated_partition) 1710 0.004 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1474(resource_isdir) 9 0.000 0.000 0.059 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:255(users_in_cohort) 97104 0.059 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:900(placeholder) 4660 0.009 0.000 0.059 0.000 /usr/lib/python2.7/Cookie.py:691(value_encode) 115 0.001 0.000 0.059 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:583(clear_url_caches) 15 0.000 0.000 0.059 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:221(inner) 169294 0.059 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:782(has_default) 1 0.000 0.000 0.059 0.059 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:245(test_single_session) 58 0.001 0.000 0.059 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:83(get_lms_link_for_item) 54 0.005 0.000 0.059 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/internal.py:38(__new__) 8 0.000 0.000 0.059 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:688(request_users_in_cohort) 13 0.000 0.000 0.059 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:537(import_from_xml) 139 0.059 0.000 0.059 0.000 /usr/lib/python2.7/tarfile.py:2315(chmod) 2 0.000 0.000 0.059 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:150(test_non_staff_user) 182 0.001 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:462(get_attribute) 1166 0.019 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1190(get_uniqueness_extra_kwargs) 1 0.000 0.000 0.059 0.059 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:579(test_add_user_to_cohort) 64140 0.048 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:330(is_aware) 50824 0.059 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1200(__init__) 73 0.000 0.000 0.058 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:381(_export_field_content) 64428 0.058 0.000 0.058 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:115(traverse_topologically) 331476 0.058 0.000 0.058 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:352() 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:783(test_delete_field) 2779 0.010 0.000 0.058 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:641(get_parent_list) 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:882(test_consistent_definitions) 125334 0.058 0.000 0.058 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/split_test.py:43() 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:170(test_dump_all_courses) 40677 0.058 0.000 0.058 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:14(_make_id) 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:435(test_fail_for_non_video_module) 128489 0.058 0.000 0.058 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:164(convert_datetimefield_value) 382 0.001 0.000 0.058 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:647(check_mongo_calls) 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:274(test_single_session_with_no_user_profile) 155 0.000 0.000 0.058 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1480(resource_listdir) 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:155(test_fetch_about_attribute_error) 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:105(test_save_with_invalid_course) 91753 0.057 0.000 0.058 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:170(__init__) 22 0.000 0.000 0.058 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:164(add_credit_course) 22 0.000 0.000 0.057 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:132(add_course_milestone) 17907 0.057 0.000 0.057 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:79(get_backend_timeout) 1 0.000 0.000 0.057 0.057 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:266(test_set_status_non_credit) 2178 0.007 0.000 0.057 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1040(make_course_usage_key) 7092 0.014 0.000 0.057 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:144(get_current_site) 155 0.057 0.000 0.057 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1570(_listdir) 16 0.000 0.000 0.057 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:96(post) 50524 0.040 0.000 0.057 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:718(_apply_projection_operators) 21 0.000 0.000 0.057 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:47(process_middleware_request) 28 0.000 0.000 0.057 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:165(has_children_visible_to_specific_content_groups) 44 0.054 0.001 0.057 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:120(load) 1634 0.004 0.000 0.057 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1075(has_course) 1763 0.013 0.000 0.057 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:290(location) 5721 0.013 0.000 0.057 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:13(base64_encode) 313357 0.056 0.000 0.056 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/hidden_content.py:32(name) 51608 0.056 0.000 0.056 0.000 /usr/lib/python2.7/decimal.py:3725(_dec_from_triple) 25094 0.056 0.000 0.056 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:400(upgrade_tabs) 693 0.008 0.000 0.056 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1151(__repr__) 1 0.000 0.000 0.056 0.056 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1476(test_course_index_view_xss) 104788 0.056 0.000 0.056 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:523(set) 9824 0.023 0.000 0.056 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:474(src) 1 0.000 0.000 0.056 0.056 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:97(test_get_and_set_credit_state) 2 0.000 0.000 0.056 0.028 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:531(test_course_mode_info_with_different_enrollments) 1 0.000 0.000 0.056 0.056 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:759(test_assets_overwrite) 20 0.000 0.000 0.056 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:86(_get_min_grade_requirement) 969 0.005 0.000 0.056 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:388(asset_db_key) 1 0.000 0.000 0.056 0.056 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1164(test_course_details_with_enabled_setting_global_staff) 22641 0.056 0.000 0.056 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/resolver.py:140(resolve) 1 0.000 0.000 0.056 0.056 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1174(test_course_details_with_enabled_setting_non_global_staff) 81440 0.055 0.000 0.055 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:134(nest) 1204 0.005 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:167(unsign) 2 0.000 0.000 0.055 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:187(update_entrance_exam) 2816 0.005 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:645(resolve) 66 0.001 0.000 0.055 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:138(__call__) 22 0.000 0.000 0.055 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:212(create_course_milestone) 66 0.001 0.000 0.055 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:334(create_user_preference_serializer) 95 0.000 0.000 0.055 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:141(filter_queryset) 3 0.000 0.000 0.055 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:141(setUp) 5 0.000 0.000 0.055 0.011 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:50(author_view) 1 0.000 0.000 0.055 0.055 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:269(test_remove_staff_does_not_unenroll) 14 0.000 0.000 0.055 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:423(create_non_staff_user) 1 0.000 0.000 0.055 0.055 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:249(test_course_updates_invalid_url) 5 0.000 0.000 0.055 0.011 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:393(get_html) 6676 0.055 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1282(_to_deprecated_string) 1 0.000 0.000 0.055 0.055 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:92(test_authoring_login_required) 40 0.000 0.000 0.055 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/filters.py:69(filter_queryset) 16 0.000 0.000 0.055 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:110(put) 95172/23100 0.055 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:207() 14145 0.022 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:248(instances_with_model) 29 0.000 0.000 0.055 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:141(is_currently_visible_to_students) 1 0.000 0.000 0.055 0.055 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:17(test_view_index) 3 0.000 0.000 0.055 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:188(setUpClass) 5 0.000 0.000 0.055 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:226(setUp) 1 0.000 0.000 0.055 0.055 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:280(test_auto_auth_disabled) 1 0.000 0.000 0.054 0.054 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:736(test_export_with_orphan_vertical) 6472 0.054 0.000 0.054 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:87(_parent_map) 2140 0.004 0.000 0.054 0.000 /usr/lib/python2.7/argparse.py:1310(add_argument_group) 179/29 0.006 0.000 0.054 0.002 /usr/lib/python2.7/tarfile.py:1974(add) 16 0.001 0.000 0.054 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:680(_create_vertical_for_group) 1579 0.005 0.000 0.054 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/middleware.py:10(process_request) 1 0.000 0.000 0.054 0.054 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:317(test_post_success) 31767/31245 0.037 0.000 0.054 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/filters.py:74(decode) 1299 0.004 0.000 0.054 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1018(_perform_unique_checks) 1 0.000 0.000 0.054 0.054 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:311(test_valid_paging) 35 0.000 0.000 0.054 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:14(get_object_or_404) 25 0.000 0.000 0.054 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/mixins.py:26(create_programs_config) 10602/7258 0.029 0.000 0.054 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:357(_generate_next_sequence) 1 0.000 0.000 0.054 0.054 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:944(test_exception) 1 0.000 0.000 0.054 0.054 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:229(test_login_link_on_activation_age) 35 0.000 0.000 0.054 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/shortcuts.py:142(get_object_or_404) 11839 0.031 0.000 0.053 0.000 /usr/lib/python2.7/argparse.py:573(_format_args) 286455 0.053 0.000 0.053 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:962() 8118 0.009 0.000 0.053 0.000 /usr/lib/python2.7/threading.py:242(Condition) 1 0.000 0.000 0.053 0.053 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:43(test_programs_requires_staff) 17001 0.050 0.000 0.053 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1863(get_loaded_field_names) 4 0.000 0.000 0.053 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:105(check_page_get) 4731 0.013 0.000 0.053 0.000 /usr/lib/python2.7/logging/__init__.py:1298(addHandler) 10 0.000 0.000 0.053 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:165(_get_entrance_exam) 445 0.002 0.000 0.053 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:33(user_has_role) 1 0.000 0.000 0.053 0.053 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:745(test_task_indexing_course) 6 0.000 0.000 0.053 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dop_adapter.py:27(setUp) 5 0.000 0.000 0.053 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:16(setUp) 172 0.016 0.000 0.053 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:252(tokenize) 86 0.001 0.000 0.053 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:403(has_course) 66 0.000 0.000 0.053 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:203(to_internal_value) 43 0.000 0.000 0.053 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:240(ancestor_has_staff_lock) 3253 0.051 0.000 0.052 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:65(to_json) 2 0.000 0.000 0.052 0.026 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:985(test_credit_request_status) 22404 0.052 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:111(update) 13 0.001 0.000 0.052 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:59(create_exam) 996 0.002 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:700(complex_filter) 117330 0.052 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:347(__deepcopy__) 19 0.000 0.000 0.052 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:443(editor_saved) 991 0.002 0.000 0.052 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:160(get_item_location) 90 0.001 0.000 0.052 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:396(to_internal_value) 73 0.002 0.000 0.052 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1456(generate_enrollment_status_hash) 4 0.000 0.000 0.052 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:140(setUp) 835 0.009 0.000 0.052 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:120(render_url) 1 0.000 0.000 0.052 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:940(test_search_disabled) 925 0.042 0.000 0.052 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:170(clean_metadata_from_xml) 2 0.000 0.000 0.052 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:232(test_video_supported_file_formats) 1 0.000 0.000 0.052 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:955(test_advanced_components_munge_tabs_validation_failure) 2475 0.004 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:441(__next__) 1441 0.006 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:127(clean) 1 0.000 0.000 0.052 0.052 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:224(test_remove_status_non_credit) 1751 0.029 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/cookie.py:91(parse_cookie) 4596 0.032 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:560(_to_string) 1027 0.006 0.000 0.051 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:272(_encode_data) 1 0.000 0.000 0.051 0.051 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:59(create_verification_user_partitions) 10 0.000 0.000 0.051 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1505(change_mode) 84406 0.051 0.000 0.051 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:63(_allow) 640 0.018 0.000 0.051 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:72(lazy) 11 0.000 0.000 0.051 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:328(test_enrollment_mode_display) 10735 0.051 0.000 0.051 0.000 /usr/lib/python2.7/argparse.py:1400(_get_optional_kwargs) 533 0.002 0.000 0.051 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1007(__init__) 1 0.000 0.000 0.051 0.051 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:130(test_proctored_exam_filtering) 36 0.000 0.000 0.051 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/middleware.py:117(_activate_preview_language) 64 0.003 0.000 0.051 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:578(definition_to_xml) 73 0.001 0.000 0.051 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:398(get_group_info_for_cohort) 1 0.000 0.000 0.051 0.051 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:63(test_create_multiple_users) 6 0.000 0.000 0.051 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:236(setUp) 2070 0.004 0.000 0.051 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:247(_get_content_groups_items_usage_info) 16 0.018 0.001 0.051 0.003 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:164(render_content) 78 0.002 0.000 0.051 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:257(import_asset_metadata) 4660 0.045 0.000 0.051 0.000 /usr/lib/python2.7/Cookie.py:312(_quote) 19 0.000 0.000 0.051 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/helpers.py:17(enrollment_mode_display) 1 0.000 0.000 0.051 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:213(test_post_invalid_json) 3 0.000 0.000 0.051 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:214(assert_bad) 25 0.000 0.000 0.050 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:627(get_courses_accessible_to_user) 41292 0.050 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:258(ampm) 193998 0.050 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:198(to_language) 21009 0.050 0.000 0.050 0.000 /usr/lib/python2.7/decimal.py:6044(_format_align) 8149 0.018 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:492(as_sql) 25902 0.048 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:217(_get_current_object) 1245 0.004 0.000 0.050 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:683(_convert_ref_fields_to_new_namespace) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:523(test_exclude_inactive_partitions) 15375 0.043 0.000 0.050 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:791(_get_cache) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:67(test_cohort_membership_changed) 5267 0.049 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:256(_optimize_charset) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:542(test_export_targz) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:726(test_fail_for_non_video_module) 1637 0.009 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/middleware.py:14(process_request) 2140 0.011 0.000 0.050 0.000 /usr/lib/python2.7/argparse.py:1486(__init__) 1 0.014 0.014 0.050 0.050 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:50(__init__) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:195(test_fail_for_non_video_module) 5330 0.047 0.000 0.050 0.000 /usr/lib/python2.7/json/decoder.py:370(raw_decode) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_credit_eligibility.py:25(test_course_details_with_disabled_setting) 509 0.003 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:147(open) 287821 0.050 0.000 0.050 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:47(name) 3689 0.003 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:785(resolve) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:307(setUp) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:72(test_student_cohort_assignment) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:553(test_exclude_partitions_with_no_groups) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2072(test_lib_child_xblock_info) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:199(test_unicode_mktg_cookie_names) 9 0.001 0.000 0.049 0.005 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/visibility_editor.html.py:16(render_body) 52 0.002 0.000 0.049 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1000(clear) 78844 0.046 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:141(__getitem__) 205 0.001 0.000 0.049 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:560() 38 0.000 0.000 0.049 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/helpers.py:63(_enrollment_mode_display) 1579 0.009 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/__init__.py:5(default_storage) 1766 0.001 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:909(map_into_course) 11617/9119 0.010 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:344(__next__) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:212(test_redirect_to_main) 99956 0.049 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:129(__init__) 13488 0.049 0.000 0.049 0.000 /usr/lib/python2.7/json/encoder.py:101(__init__) 95430 0.049 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1670() 386 0.003 0.000 0.049 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:186(get_asset_key_from_path) 85 0.001 0.000 0.049 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:352(prepare_request) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:589(test_library_export) 2 0.000 0.000 0.048 0.024 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:347(export_library_to_xml) 7 0.000 0.000 0.048 0.007 /usr/lib/python2.7/logging/__init__.py:1605(exception) 139 0.048 0.000 0.048 0.000 /usr/lib/python2.7/tarfile.py:2324(utime) 1 0.000 0.000 0.048 0.048 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:337(test_json_responses) 7 0.000 0.000 0.048 0.007 /usr/lib/python2.7/logging/__init__.py:1597(error) 5171 0.017 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:438(extract) 30946/30944 0.048 0.000 0.048 0.000 /usr/lib/python2.7/gettext.py:401(ugettext) 8049 0.018 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:163(scheme) 162 0.000 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1394(start) 1710 0.004 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1567(_isdir) 1 0.000 0.000 0.048 0.048 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/tests/test_middleware.py:42(test_session_change_cms) 10368 0.045 0.000 0.048 0.000 /usr/lib/python2.7/email/__init__.py:78(__getattr__) 1 0.000 0.000 0.048 0.048 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:969(test_roundtrip_with_unicode_course_id) 1655 0.010 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:513(__init__) 2 0.000 0.000 0.048 0.024 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tests/test_signals.py:17(setUp) 1 0.000 0.000 0.048 0.048 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1859(test_vertical_xblock_info) 1 0.000 0.000 0.048 0.048 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:117(test_detail_post_instructor) 416 0.002 0.000 0.048 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:525(capture_call) 62 0.001 0.000 0.048 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:121(addError) 104268 0.048 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/version.py:38() 4 0.000 0.000 0.048 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:180(setUp) 10 0.000 0.000 0.048 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:55(remove_all_instructors) 5597 0.046 0.000 0.048 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:51() 6 0.000 0.000 0.048 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2648(delete_course) 1 0.000 0.000 0.048 0.048 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/tests/test_middleware.py:22(_test_change_session_hash) 9 0.001 0.000 0.047 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:200(get_html) 6318 0.005 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:288(load_doc_type) 5 0.000 0.000 0.047 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/monitoring/exceptions.py:9(record_request_exception) 5 0.000 0.000 0.047 0.009 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:646(get_problem_html) 9 0.000 0.000 0.047 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:310(add_cohort) 58 0.000 0.000 0.047 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:169(get_value_for_org) 1 0.000 0.000 0.047 0.047 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:702(test_cs_user_created) 2495 0.033 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/exceptions.py:107(__init__) 2849 0.047 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:138(check_printable) 1 0.000 0.000 0.047 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:522(test_creation) 11839 0.037 0.000 0.047 0.000 /usr/lib/python2.7/argparse.py:1320(_add_action) 12032 0.047 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:315(bind) 2849 0.014 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:48(__init__) 6 0.000 0.000 0.047 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:30(setUp) 5 0.000 0.000 0.047 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/generate_course_overview.py:39(handle) 6936 0.037 0.000 0.047 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:124(__init__) 164 0.003 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:367(get_aggregation) 514 0.004 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:943(setUpClass) 1 0.000 0.000 0.047 0.047 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:228(test_redirect_to_specified) 82961 0.047 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:139(__init__) 13949 0.024 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:212(last_insert_id) 44 0.000 0.000 0.047 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:170(remove_users) 1 0.000 0.000 0.046 0.046 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:97(test_detail_post_staff_other_inst) 27 0.000 0.000 0.046 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:46(check_group_permissions) 4459 0.019 0.000 0.046 0.000 /usr/lib/python2.7/collections.py:81(__delitem__) 1 0.000 0.000 0.046 0.046 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_views.py:27(test_language_session_update) 4138 0.018 0.000 0.046 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:365(_get_location_info) 1 0.000 0.000 0.046 0.046 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:417(test_course_overview_version_update) 387 0.019 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:197(contribute_to_class) 4 0.000 0.000 0.046 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:644(can_create_block) 83795 0.046 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1735(clear_ordering) 20/8 0.000 0.000 0.046 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:194(find_release_date_source) 7639 0.022 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:398(url_patterns) 53 0.003 0.000 0.046 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:56(wrap_xblock) 20790 0.046 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:591(as_sql) 23 0.000 0.000 0.046 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:61(check_permissions) 2887 0.039 0.000 0.046 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:84(modulestore) 455 0.002 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:345(makedir) 1796 0.006 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:239(process_rhs) 3826 0.044 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:139(_commit) 31/29 0.000 0.000 0.046 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:542(capture) 10592 0.026 0.000 0.045 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1404(get_cache_name) 1914 0.008 0.000 0.045 0.000 /usr/lib/python2.7/Cookie.py:603(output) 1137 0.006 0.000 0.045 0.000 /usr/lib/python2.7/argparse.py:1887(consume_positionals) 1 0.000 0.000 0.045 0.045 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:157(test_logout_logging) 57819 0.027 0.000 0.045 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:206(match) 8872 0.015 0.000 0.045 0.000 /usr/lib/python2.7/unittest/case.py:508(assertEqual) 176671 0.045 0.000 0.045 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:212(utcoffset) 1 0.000 0.000 0.045 0.045 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2100(test_add_xblock) 186 0.000 0.000 0.045 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1846(check) 1 0.000 0.000 0.045 0.045 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:270(test_retry) 7890 0.045 0.000 0.045 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:23(clear_cache_handlers) 2475 0.006 0.000 0.045 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:460(__init__) 1972 0.018 0.000 0.045 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:86(_get_fields) 1 0.000 0.000 0.045 0.045 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_all_courses.py:19(setUp) 15479 0.035 0.000 0.045 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:840(_block_matches) 1236 0.010 0.000 0.045 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:580(_drop_database) 1384 0.004 0.000 0.045 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/time_zone_utils.py:36(get_display_time_zone) 2787 0.009 0.000 0.045 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:688(__init__) 8118 0.041 0.000 0.045 0.000 /usr/lib/python2.7/threading.py:260(__init__) 6952 0.026 0.000 0.045 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1263(number) 1 0.000 0.000 0.045 0.045 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:70(test_not_credit_course) 1 0.000 0.000 0.045 0.045 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1292(test_create_groups) 7110 0.020 0.000 0.045 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:41(get_value) 4 0.000 0.000 0.045 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:623(can_edit_block) 1489 0.007 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:77(__ensure_index_files_id) 84036 0.044 0.000 0.044 0.000 /usr/lib/python2.7/decimal.py:3896(Etiny) 1 0.000 0.000 0.044 0.044 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:450(test_username) 3 0.000 0.000 0.044 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/utils.py:35(get_programs) 3849 0.034 0.000 0.044 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:175(__init__) 2492 0.006 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:655(contribute_to_class) 5 0.000 0.000 0.044 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:453(assert_username_error) 3061 0.044 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/baseconv.py:72(convert) 22 0.000 0.000 0.044 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_util.py:46(with_site_configuration_context) 1 0.000 0.000 0.044 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:143(test_detail_post_no_json) 2830 0.003 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:403(fetch_document_start) 11 0.000 0.000 0.044 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:78(wrapped) 182 0.003 0.000 0.044 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:31(marketing_link) 24 0.000 0.000 0.044 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:84(_get_cohort_representation) 186 0.000 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1515(check) 8230 0.040 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:639(_expand_dots) 1056 0.002 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:943(__init__) 124728 0.044 0.000 0.044 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/annotator_mixin.py:38(handle_data) 832 0.003 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:413(_compare_equal) 2 0.000 0.000 0.044 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:636(test_export_course_doest_not_exist) 14398 0.027 0.000 0.044 0.000 /usr/lib/python2.7/traceback.py:203(_format_final_exc_line) 1 0.000 0.000 0.044 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:321(test_unsupported_http_accept_header) 2 0.000 0.000 0.044 0.022 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:438(studio_post_duplicate) 4 0.000 0.000 0.044 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:629(can_delete_block) 1616 0.012 0.000 0.044 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:108(should_process_request) 4 0.000 0.000 0.044 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:635(can_copy_block) 1 0.000 0.000 0.044 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:83(test_detail_post_staff) 2905 0.006 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:253(__init__) 31014 0.044 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:938(__init__) 5721 0.044 0.000 0.044 0.000 /usr/lib/python2.7/base64.py:317(encodestring) 31748 0.036 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:77(__get__) 5 0.000 0.000 0.044 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:481(assert_email_error) 45 0.000 0.000 0.044 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:119(applicable_aside_types) 6685 0.012 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:183(iri_to_uri) 1 0.000 0.000 0.044 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:170(test_pre_requisite_course_list_present) 39005 0.030 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:326(unwind_indent) 5 0.000 0.000 0.044 0.009 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:71(setUp) 61 0.001 0.000 0.043 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/models.py:85(get_all_orgs) 13935 0.033 0.000 0.043 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:127(set) 81439 0.043 0.000 0.043 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:140(unnest) 198 0.001 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:113(check) 410 0.001 0.000 0.043 0.000 /usr/lib/python2.7/logging/__init__.py:1613(warning) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:761(test_indexing_responses) 89 0.004 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:166(fields) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:635(test_reindex_course_search_index_error) 37 0.000 0.000 0.043 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:130(has_item) 101854 0.043 0.000 0.043 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:146(is_root) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:201(test_course_plain_english) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:225(test_serialize_course) 23702 0.031 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1865(get_prep_value) 2157 0.004 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:708(clean_for_html) 1345 0.009 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1080(__init__) 130 0.001 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:369(initial) 416 0.002 0.000 0.043 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:447(__init__) 102 0.002 0.000 0.043 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:231(_load_preview_module) 5 0.000 0.000 0.043 0.009 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:298(new_lcp) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:39(test_index) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:101(test_global_staff_access) 5 0.000 0.000 0.043 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:37(setUp) 1 0.000 0.000 0.042 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:789(test_allow_unsupported_xblocks) 1056 0.004 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:158(__init__) 20 0.000 0.000 0.042 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:324(update_content_group_usage_info) 65266 0.042 0.000 0.042 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:325(category) 511 0.010 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:309(do_translate) 37 0.000 0.000 0.042 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:246(has_item) 1 0.000 0.000 0.042 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:164(test_notifications_handler_get) 1 0.000 0.000 0.042 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:273(test_course_index_invalid_url) 716 0.005 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:429(get_queryset) 213736 0.042 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:332(_parse_local_version) 43 0.000 0.000 0.042 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:111(get_milestones) 63027 0.042 0.000 0.042 0.000 /usr/lib/python2.7/decimal.py:440(getcontext) 15 0.000 0.000 0.042 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:328(add_course_content_milestone) 3 0.000 0.000 0.042 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:158(test_invalid_course_key_messages) 15 0.000 0.000 0.042 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:232(update_email_opt_in) 43 0.001 0.000 0.042 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:182(fetch_milestones) 11 0.000 0.000 0.042 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:70(tearDown) 267457 0.042 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2155(get_internal_type) 10112 0.021 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:44(located_context) 1 0.000 0.000 0.042 0.042 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:157(test_get_gated_content) 1 0.000 0.000 0.042 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:624(test_empty_content_type) 2 0.000 0.000 0.042 0.021 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/management/commands/post_cohort_membership_fix.py:34(handle) 1 0.000 0.000 0.042 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py:100(test_locator_string) 139 0.004 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:350(preinit) 22402 0.042 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:842(__init__) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:160(test_permissions) 1619 0.006 0.000 0.041 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:163(get_session_key) 47 0.000 0.000 0.041 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1144(__eq__) 192594 0.041 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:957(get_internal_type) 31 0.001 0.000 0.041 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:462(capture_stack) 1612 0.010 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/clickjacking.py:29(process_response) 334 0.001 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1084(check) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:628(test_fetch_initial_fields) 58 0.000 0.000 0.041 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/models.py:102(has_org) 7575 0.041 0.000 0.041 0.000 /usr/lib/python2.7/json/encoder.py:272(_make_iterencode) 2830 0.012 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:409(fetch_document_indicator) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:375(test_regular_site_fetch) 40815 0.041 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:591(has_support) 424 0.009 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:151(encode_multipart) 878 0.002 0.000 0.041 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1148() 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:185(test_mongo_course_with_split_course_key) 253 0.002 0.000 0.041 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/request_context.py:32(get_template_context_processors) 14 0.002 0.000 0.041 0.003 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:150(render_content) 80 0.000 0.000 0.041 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2047(deconstruct) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:839(_test_creating_item) 71 0.001 0.000 0.041 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:1623(save) 35 0.000 0.000 0.041 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:268(has_item) 58064 0.041 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:116(__setattr__) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:203(test_notifications_handler_dismiss) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:103(test_authoring_header) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1194(test_field_value_errors) 1080 0.002 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:372(realpath) 214445 0.040 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1396(get_internal_type) 72640 0.040 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:139(_coerce_version) 34 0.000 0.000 0.040 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/api.py:255(create_account) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:250(test_course_name) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:934(test_only_changed) 4 0.000 0.000 0.040 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:105(setUp) 20689 0.034 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:285(validate) 4 0.000 0.000 0.040 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:50(setUp) 426 0.005 0.000 0.040 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/__init__.py:6(is_enabled) 4 0.000 0.000 0.040 0.010 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:79(set_staff_only) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:808(test_indexing_html_error_responses) 11 0.000 0.000 0.040 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:34(get_programs) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:143(test_ssl_login_without_signup_cms) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:653(setUp) 82301 0.040 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/process.py:44(current_process) 3 0.000 0.000 0.040 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:40(assert_verification_returned) 2988 0.040 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/collator.py:88(sort_key_from_collation_elements) 251 0.001 0.000 0.040 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:705(get_text) 3076 0.013 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:151(__init__) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:201(test_query_counts_with_one_reverification_block) 4474 0.038 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:540(_mock_add_spec) 2 0.000 0.000 0.040 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:189(test_invalid_json) 491 0.040 0.000 0.040 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:218(make_xml_compatible) 12 0.000 0.000 0.040 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:68(summarize_block) 12 0.000 0.000 0.040 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:41(setUp) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:190(test_locked_asset_registered) 20 0.002 0.000 0.040 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:185(_get_proctoring_requirements) 17 0.000 0.000 0.040 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:307(get_block_original_usage) 6418 0.020 0.000 0.040 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/milestones.py:22(collect) 656 0.003 0.000 0.040 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:371(decache_block) 1126/1116 0.001 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:347(app_dict) 549 0.005 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:375(fields) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:871(test_image_creation_race_condition) 3886 0.022 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:53(__init__) 3 0.000 0.000 0.039 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/views.py:130(_clear_preview_language) 13 0.000 0.000 0.039 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:193(get_child_of_lc_block) 1164 0.008 0.000 0.039 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/user_partitions.py:127(__init__) 2 0.000 0.000 0.039 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1044(test_cannot_make_credit_request_after_response) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:173(test_bad_http_verb_with_lib_key) 2615 0.005 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:608(load_aside_type) 3278 0.017 0.000 0.039 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:105(truncate_fields) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:164(test_fail_data_with_bad_locator) 6 0.000 0.000 0.039 0.006 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:37(assertAllowedMethods) 4 0.000 0.000 0.039 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:88(setUp) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:239(test_marketing_site_fetch) 38 0.001 0.000 0.039 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:529(set_config) 161894 0.039 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:157(field_cast_sql) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:29(test_marketing_link) 2882 0.004 0.000 0.039 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:157(get_current_site_theme) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:367(test_course_overview_saving_race_condition) 5826 0.009 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:179(is_secure) 1440 0.002 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1459(has_resource) 2239 0.011 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:806(_resolve_lookup) 225755 0.039 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1032(get_internal_type) 30924 0.039 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/trie.py:22(find_prefix) 8 0.000 0.000 0.039 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:84(_verify_non_staff_cannot_access) 488 0.001 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:175(default) 194 0.002 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:708(__init__) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:905(test_get_depth_with_drafts) 12 0.000 0.000 0.038 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:294(is_item_in_course_tree) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:87(test_lib_create_permission) 1648 0.007 0.000 0.038 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/shim.py:100(__call__) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:130(test_find_all_for_display_filter_exclude) 62 0.001 0.000 0.038 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/result.py:54(addError) 24 0.000 0.000 0.038 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2539(contribute_to_class) 12 0.000 0.000 0.038 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:356(get_credit_requirement_status) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/tests.py:14(setUp) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1444(test_course_index_view_with_no_courses) 2466 0.004 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:67(create_collection) 121641 0.038 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/contracts/enabling.py:26(all_disabled) 6 0.000 0.000 0.038 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:527(options) 49349 0.038 0.000 0.038 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:62(__init__) 6 0.000 0.000 0.038 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:329(options) 14133 0.007 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:209(deactivate_all) 1646 0.020 0.000 0.038 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/shim.py:22(__call__) 35 0.000 0.000 0.038 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1106(has_item) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1734(test_json_responses) 234 0.002 0.000 0.038 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:233(create_support_legend_dict) 7739 0.011 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:854(_get_choices) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:213(test_logout_logging_no_pii) 9 0.000 0.000 0.038 0.004 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:161(add_prerequisite) 925 0.008 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:49(__init__) 110/75 0.003 0.000 0.038 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:148(render) 7 0.000 0.000 0.038 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1517(add_view) 140264 0.038 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2529(version) 1872 0.013 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:89(dumps) 6 0.000 0.000 0.038 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:335(verify_lists_expected_cohorts) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:161(test_locked_versioned_old_styleasset) 2994 0.016 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:669(signature) 1166 0.026 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1265(_get_model_fields) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:977(test_secret_key_changes) 1035 0.003 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1246(deconstruct) 12 0.000 0.000 0.038 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:22(setUp) 17 0.000 0.000 0.038 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1515(get_block_original_usage) 10883 0.028 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:463(_maybe_group) 55865 0.038 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:792(from_json) 2530 0.001 0.000 0.038 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/request_context.py:38() 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:841(test_change_enrollment_modes) 1910 0.007 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:284(_get_path) 39516 0.019 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:387() 1596 0.003 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:175(translate_token) 797 0.010 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1813(__init__) 1674 0.005 0.000 0.037 0.000 /usr/lib/python2.7/Cookie.py:467(output) 4 0.000 0.000 0.037 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:256(test_syntax_errors_in_range) 491 0.002 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:243(makedir) 5481 0.037 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:531(split_domain_port) 194421 0.037 0.000 0.037 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/visibility.py:25(name) 19859 0.022 0.000 0.037 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:33(get_current_request) 63100 0.037 0.000 0.037 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:32(__init__) 1 0.000 0.000 0.037 0.037 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:383(test_exception_request_over_email) 6369 0.037 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:38(__init__) 99707 0.037 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:225(_output_field_or_none) 15 0.000 0.000 0.037 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:1076(get_last_exam_completion_date) 15 0.000 0.000 0.037 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:310(add_course_milestone) 50 0.000 0.000 0.037 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1814(get_user_by_username_or_email) 10315 0.017 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1063(__init__) 1 0.000 0.000 0.037 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:49(test_list_libraries) 26680 0.037 0.000 0.037 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:306(__getattr__) 387 0.016 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:234(get_containing_app_config) 26 0.000 0.000 0.037 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:495(image_urls) 1 0.000 0.000 0.037 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:890(_test_not_indexable) 1 0.000 0.000 0.037 0.037 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_enrollment.py:37(setUpClass) 1 0.000 0.000 0.037 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:527(test_export_html) 73239 0.037 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/stat.py:24(S_IFMT) 7 0.000 0.000 0.037 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1426(changeform_view) 1872 0.007 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:179(timestamp) 108978 0.037 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:149(append) 194441 0.037 0.000 0.037 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/start_date.py:30(name) 10885 0.027 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:652(get_ancestor_link) 8 0.000 0.000 0.037 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:980(_verify_published_with_no_draft) 1 0.000 0.000 0.037 0.037 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:299(test_empty_preview_language) 71 0.035 0.000 0.037 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:444(_save) 24 0.001 0.000 0.037 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2069(create_many_to_many_intermediary_model) 2 0.000 0.000 0.037 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:155(test_video_pipeline_not_enabled) 14402 0.037 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:163(__repr__) 15082 0.029 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:264(create_token) 1 0.000 0.000 0.037 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:580(test_non_ascii_course) 3 0.000 0.000 0.037 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:170(setup_student_in_group_0) 5945 0.015 0.000 0.037 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:119(load_function) 2615 0.008 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:116(__init__) 981 0.001 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:225(__deepcopy__) 1205 0.001 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:245(_check_choices) 39796 0.037 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:141(__release_local__) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:137(test_create_account_pw_already_exists) 43 0.000 0.000 0.036 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1170() 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:1000(setUpClass) 1619 0.005 0.000 0.036 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:203(get_request_ip_address) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:511(test_get_basic) 4724 0.005 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:66(beforeTest) 10 0.000 0.000 0.036 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:141(download_transcripts) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:310(test_cache_headers_with_ttl_locked) 54 0.000 0.000 0.036 0.001 /usr/lib/python2.7/tarfile.py:1639(open) 5 0.000 0.000 0.036 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/public.py:72(howitworks) 26 0.000 0.000 0.036 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:80(add_milestone) 17 0.000 0.000 0.036 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:204(create) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:340(test_cache_headers_without_ttl_locked) 7705 0.009 0.000 0.036 0.000 /usr/lib/python2.7/HTMLParser.py:98(__init__) 2 0.000 0.000 0.036 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:159(test_video_pipeline_not_configured) 5 0.000 0.000 0.036 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:424(get_country_time_zones) 161894 0.036 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:222(lookup_cast) 5 0.000 0.000 0.036 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_api.py:13(setUp) 15362 0.026 0.000 0.036 0.000 /usr/lib/python2.7/HTMLParser.py:102(reset) 54 0.001 0.000 0.036 0.001 /usr/lib/python2.7/tarfile.py:1723(gzopen) 3714 0.014 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:77(get_callable) 3 0.000 0.000 0.036 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:216(assert_correct_asset_response) 58888 0.036 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:774(from_json) 623 0.002 0.000 0.036 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:12(get_default_time_display) 26 0.000 0.000 0.036 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:106(create_milestone) 1 0.000 0.000 0.035 0.035 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:81(test_user_signup_from_non_configured_site) 7159 0.012 0.000 0.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:46(smart_text) 16 0.000 0.000 0.035 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:255(get_exam_by_id) 1 0.000 0.000 0.035 0.035 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:122(test_find_all_for_display) 873 0.002 0.000 0.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:951(deconstruct) 21572 0.031 0.000 0.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/lru_cache.py:19(__init__) 1 0.000 0.000 0.035 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_course.py:51(test_course_deleted) 2849 0.011 0.000 0.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:127(parse_stream_start) 10392 0.030 0.000 0.035 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:18(__init__) 5129 0.005 0.000 0.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:678() 96020 0.035 0.000 0.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:879() 53392 0.035 0.000 0.035 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:58(restore_ccx_collection) 432/416 0.002 0.000 0.035 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:104(strftime_localized) 211 0.003 0.000 0.035 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:444() 1582 0.014 0.000 0.035 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:170(encrypt_session_key) 115 0.024 0.000 0.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/admin.py:81(get_urls) 4 0.000 0.000 0.035 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:593(assert_honor_code_error) 1 0.000 0.000 0.035 0.035 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:181(test_logout_deletes_mktg_cookies) 3 0.000 0.000 0.035 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:314(setUp) 251 0.001 0.000 0.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:614(construct_xblock) 4 0.000 0.000 0.035 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1231(_get_release_date_from) 83 0.029 0.000 0.035 0.000 /usr/lib/python2.7/collections.py:305(namedtuple) 1 0.034 0.034 0.035 0.035 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sentinels/__init__.py:1() 472 0.004 0.000 0.035 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3089(_new_structure) 2 0.000 0.000 0.035 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:993(_delete_asset_in_course) 9885 0.013 0.000 0.035 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:200(current_request_has_associated_site_theme) 17 0.001 0.000 0.035 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/extract_tar.py:39(safemembers) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:150(test_locked_versioned_asset) 81758 0.034 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/config.py:143(check_models_ready) 3 0.000 0.000 0.034 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_signals.py:75(test_verified_mode_explicitly_set) 3 0.000 0.000 0.034 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:79(setUp) 20852 0.034 0.000 0.034 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:122(__init__) 14201 0.034 0.000 0.034 0.000 /usr/lib/python2.7/base64.py:43(b64encode) 1268 0.002 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:947(create_var) 4842 0.022 0.000 0.034 0.000 /usr/lib/python2.7/gzip.py:194(_read_gzip_header) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:546(test_password) 164/147 0.001 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:790(do_for) 4 0.000 0.000 0.034 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:549(assert_password_error) 3 0.000 0.000 0.034 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:253(verify_success) 1644 0.010 0.000 0.034 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:211(process_response) 2 0.000 0.000 0.034 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:2030(test_methods_not_allowed) 3 0.000 0.000 0.034 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:180(update_item) 69734 0.034 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:802(course) 10159 0.018 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1628(reverse_related_fields) 14 0.000 0.000 0.034 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:116(render_title) 2 0.000 0.000 0.034 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_tasks.py:129(test_calculate_course_xblocks_data) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:72(test_user_requested_access) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:270(setUp) 14516 0.034 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:403(declarations) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1068(test_create_credit_request_for_second_course) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:450(test_create_item_negative) 25234 0.034 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:70(__new__) 5688 0.034 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:101(check_docinfo) 763 0.023 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/locale.py:22(__init__) 157 0.003 0.000 0.034 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:82(response_usage_key) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py:66(test_user_email) 4 0.000 0.000 0.033 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:625(assert_terms_of_service_error) 1576 0.011 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:141(__call__) 24 0.000 0.000 0.033 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:96(get_credit_requirements) 18792 0.033 0.000 0.033 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:98(__getattr__) 29855 0.033 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/path.py:128(relpath) 1016 0.003 0.000 0.033 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1944(enforce_single_login) 117 0.000 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:850(__init__) 1372 0.020 0.000 0.033 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:89(make_name_unique) 6 0.000 0.000 0.033 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:162(patch_handler) 2 0.000 0.000 0.033 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:138(_get_container_preview_with_error) 1821 0.024 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:560(get_all_field_names) 60 0.001 0.000 0.033 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2404(deconstruct) 11150 0.033 0.000 0.033 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:946(default_modulestore) 151 0.001 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/base.py:1242(makeopendir) 45 0.000 0.000 0.033 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/xblock_config/models.py:22(asides_enabled) 84415 0.033 0.000 0.033 0.000 /usr/lib/python2.7/multiprocessing/process.py:59(current_process) 26 0.000 0.000 0.033 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:589(save_snapshot) 1131 0.010 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:240(__init__) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:114(test_enough_digits) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:19(test_configure) 2053 0.005 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:136(identify_hasher) 2471 0.003 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:64(__or__) 7837 0.033 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:688(clean_keeping_underscores) 35696 0.033 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:595(itervalues) 1101 0.003 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:934(render_value_in_context) 1972 0.012 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:579(get_all_related_objects) 2686 0.017 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:416(values) 12 0.000 0.000 0.033 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/xblock_discussion.py:204(parse_xml) 73 0.000 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:46(page) 22/10 0.000 0.000 0.033 0.003 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:761(_extract_html) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:962(test_roundtrip_for_logged_user) 2849 0.012 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:360(fetch_stream_start) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:121(test_success_video_module_source_subs_uploading) 6 0.000 0.000 0.032 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:213(add_xml_to_node) 795 0.001 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:172(has) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:214(test_profile_year_of_birth_non_integer) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:77(create_account_and_fetch_profile) 11 0.000 0.000 0.032 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:12(create_catalog_api_client) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py:89(test_user_id) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:614(test_negative_conditions) 11 0.000 0.000 0.032 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:22(store_uploaded_file) 327 0.000 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:66(_get_count) 670 0.003 0.000 0.032 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:22(from_json) 1674 0.032 0.000 0.032 0.000 /usr/lib/python2.7/Cookie.py:487(OutputString) 4 0.000 0.000 0.032 0.008 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:243(render_html) 17486 0.032 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/events.py:65(__init__) 984 0.001 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:667(all) 198 0.018 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:184(_check_clashes) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1422(test_create_course_with_unicode_in_id_disabled) 21 0.000 0.000 0.032 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:313(modes_for_course_dict) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:424(test_fail_data_with_bad_locator) 3 0.000 0.000 0.032 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1181(assert_create_course_failed) 1814 0.006 0.000 0.032 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:26(get_queryset) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:111(test_get_prerequisite) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:64(test_accounts_password_reuse) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:48(test_create_user) 4 0.001 0.000 0.032 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:442(_get_sorted_time_zone_list) 11976 0.032 0.000 0.032 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/draft_and_published.py:37(branch_setting) 978 0.011 0.000 0.032 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:152(from_json) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:447(test_minimal_success) 9 0.001 0.000 0.032 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:843(verify_added_users_to_cohort) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:174(test_mongo_course) 62667 0.032 0.000 0.032 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:67() 10883 0.028 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:419(__init__) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:110(test_non_global_staff_access) 30 0.000 0.000 0.032 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1065(get_enrollment) 8505 0.031 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1764(add_select_related) 708 0.005 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/utils.py:33(guess_type) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:800(test_null_field) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/common/djangoapps/enrollment/management/tests/test_enroll_user_in_course.py:25(setUpClass) 2849 0.009 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:372(fetch_stream_end) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_crud.py:82(test_temporary_xblocks) 84415 0.031 0.000 0.031 0.000 /usr/lib/python2.7/multiprocessing/process.py:161(name) 227 0.001 0.000 0.031 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/errortracker.py:12(exc_info_to_str) 2193 0.009 0.000 0.031 0.000 /usr/lib/python2.7/_strptime.py:27(_getlang) 14133 0.021 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:237(deactivate_all) 2 0.000 0.000 0.031 0.016 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:33(_mako_inherit) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_organizations.py:13(setUp) 4724 0.016 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:95(start) 33278 0.031 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2933(_get_mro) 1489 0.014 0.000 0.031 0.000 /usr/lib/python2.7/collections.py:194(__reduce__) 1529 0.005 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:129(GET) 4 0.000 0.000 0.031 0.008 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:356(get_html) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:87(test_marketing_cookie) 9 0.000 0.000 0.031 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:55(tearDown) 186919 0.031 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:209(_next_class) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_unit_page.py:31(test_draft_component_preview_html) 14 0.000 0.000 0.031 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:412(_accessible_courses_list_from_groups) 57 0.001 0.000 0.031 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/models.py:110(clear_site_cache) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:56(test_without_commit) 8 0.001 0.000 0.031 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:411(test_previous_builds) 19 0.000 0.000 0.031 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:989(remove) 89 0.001 0.000 0.031 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:524(register) 2 0.000 0.000 0.031 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2171(_get_xblock_outline_info) 3080 0.031 0.000 0.031 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:193(_compute_digest) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:499(test_create_new_cohort) 903 0.001 0.000 0.031 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:454(_get_time_zone_dictionary) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:99(test_user_signup_including_enhanced_profile) 19 0.001 0.000 0.031 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1116(_remove_items) 39402 0.031 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:228(_savepoint_allowed) 2 0.000 0.000 0.031 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:86(set_prerequisite_courses) 3757 0.019 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:635(parse_header) 7 0.000 0.000 0.031 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:971(content_importers) 18684 0.011 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:47(__lt__) 6320 0.030 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:853(name) 5129 0.006 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1651(_resolve_sort_key) 9128 0.025 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:801(_add_cache) 5 0.000 0.000 0.030 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:368(remove_user_from_cohort) 2988 0.012 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/collator.py:152(build_lookup_key) 182 0.000 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:125(get_url) 7566 0.025 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1761(populate) 1440 0.002 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1564(_has) 2 0.000 0.000 0.030 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1437(assert_course_permission_denied) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:416(test_fail_data_without_file) 28 0.000 0.000 0.030 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:540(apply_cdn_to_urls) 8904 0.013 0.000 0.030 0.000 /usr/lib/python2.7/hmac.py:119(hexdigest) 19 0.000 0.000 0.030 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/mixins.py:14(create_catalog_integration) 2520 0.006 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:55(_combine) 3969 0.013 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:534(run_validators) 180 0.002 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:76(execute) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:46(test_password_length_long_enough) 1872 0.004 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/baseconv.py:60(encode) 6 0.001 0.000 0.030 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:705(verify_users_in_cohort_and_response) 1019 0.004 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:394(verify) 63 0.003 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:270(definition_to_xml) 2 0.000 0.000 0.030 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:386(post_asset_update) 11 0.000 0.000 0.030 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:341(patch) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:301(test_subs_uploading_with_byte_order_mark) 9505 0.008 0.000 0.030 0.000 /usr/lib/python2.7/logging/__init__.py:214(_releaseLock) 182 0.001 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/models.py:102(get_absolute_url) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:58(test_inactive_enrollment) 7680 0.020 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:196(evaluate) 70214 0.030 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1513() 851 0.001 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:257() 31 0.000 0.000 0.030 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:298(get_cohort_by_id) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:95(test_password_enough_lowercase) 47/42 0.001 0.000 0.030 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tasks.py:15(send_activation_email) 1268 0.006 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2445(_get_path_info) 6 0.000 0.000 0.030 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:39(save) 2 0.000 0.000 0.030 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:144(test_invalid_course_key) 301 0.001 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:81(_get_num_pages) 61 0.001 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:248(create_xblock) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:833(test_update_generic_fields) 65 0.000 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:333(get_course_requirements) 16 0.000 0.000 0.030 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:216(verify_item_publish_state) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:298(test_with_username_password_nonmatch) 13142 0.029 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:62(__new__) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:45(test_index_member) 41133 0.029 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:371(getlist) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1098(test_non_existent_cohort) 114 0.000 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:29(validate_number) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:915(test_only_added) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:830(test_indexing_seq_error_responses) 7258 0.029 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/utils.py:64(multi_extract_dict) 9 0.000 0.000 0.029 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:77(render_response) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1025(test_emails) 27 0.000 0.000 0.029 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:290(get_parent_location) 15471 0.029 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:92(_setup_query) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:571(test_name) 3 0.000 0.000 0.029 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:574(assert_name_error) 1744 0.002 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:524(version_agnostic) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:133(test_get_lib_info) 41/27 0.000 0.000 0.029 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/models.py:60(post_save_callback) 4 0.000 0.000 0.029 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:551(patch) 35173 0.029 0.000 0.029 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:506(from_about_dictionary) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:71(test_user_signup_source) 7 0.000 0.000 0.029 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:313(test_video_event) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:241(test_with_unicode) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:101(test_negative_conditions) 4351 0.016 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/text.py:24() 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:309(test_course_mode_info) 1655 0.006 0.000 0.029 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:112(create_transformer) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:83(test_require_login) 21009 0.029 0.000 0.029 0.000 /usr/lib/python2.7/decimal.py:1591(__int__) 3 0.000 0.000 0.029 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:175(delete_item) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:698(test_reindex_html_error_json_responses) 52 0.000 0.000 0.029 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:182(users_with_role) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:232(test_dictionary_similarity_pass) 1136 0.006 0.000 0.029 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:42(_cohort_membership_changed) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:30(test_programs_config_disabled) 1759 0.005 0.000 0.029 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:749(get_item) 818 0.002 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:203(__deepcopy__) 3 0.000 0.000 0.029 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_signals.py:60(test_verified_mode) 1914 0.012 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:212(get_script_name) 2086 0.009 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:94(enter_context) 183 0.002 0.000 0.029 0.000 /usr/lib/python2.7/tarfile.py:2035(addfile) 2893 0.005 0.000 0.029 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:40(get_template) 6 0.000 0.000 0.028 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:251(get_dir_for_fname) 5 0.000 0.000 0.028 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1464(remove_content_or_experiment_group) 18 0.000 0.000 0.028 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:242(get_all_files) 40 0.001 0.000 0.028 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:343(qs) 85 0.001 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:288(prepare) 4810 0.014 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:27(base64_decode) 1211 0.003 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:514(make_usage_key) 8 0.000 0.000 0.028 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:339(get_or_create_content_group) 3399 0.005 0.000 0.028 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:292(__eq__) 6333 0.014 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/crypto.py:81(constant_time_compare) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:52(test_unusable_password) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:651(test_reindex_json_responses) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:152(test_enough_wordss) 2 0.000 0.000 0.028 0.014 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:29(_mako_generate_namespaces) 10 0.000 0.000 0.028 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:336(get_videos_for_course) 23 0.000 0.000 0.028 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:24(find_first) 1056 0.006 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:24(_get_backends) 1639 0.005 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:296(findall) 1972 0.011 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:94(_get_forward_relationships) 263 0.001 0.000 0.028 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/models.py:66(post_save_callback) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1050(test_delimiters) 74 0.001 0.000 0.028 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:29(setUp) 10 0.000 0.000 0.028 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:317(_get_videos_for_filter) 6 0.000 0.000 0.028 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:413(add_children_to_node) 2 0.000 0.000 0.028 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:117(test_course_creation_with_org_not_in_system) 41377 0.028 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:233(jump) 45146 0.028 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:197(has_subfields) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:85(get) 5405 0.011 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:478(__next__) 9 0.000 0.000 0.028 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:22(setUp) 10 0.000 0.000 0.028 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:663(group_configuration_url) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:277(test_contentstore_views_entrance_exam_get_invalid_user) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:499(test_fail_bad_sjson_subs) 3 0.000 0.000 0.028 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:139(failed) 2566 0.008 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:578(_parse_header) 6340 0.015 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:309(allow_relation) 4 0.000 0.000 0.028 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1120(request_remove_user_from_cohort) 4724 0.017 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:55(afterTest) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:182(test_multiple_errors_pass) 4660 0.028 0.000 0.028 0.000 /usr/lib/python2.7/Cookie.py:431(__init__) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:278(test_happy_path) 1910 0.008 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:213(uri_to_iri) 47 0.000 0.000 0.027 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:240(replace_static_urls) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:41(test_generate_all) 55 0.000 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/__init__.py:41(send_mail) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1076(test_can_cohort_unenrolled_users) 1489 0.006 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:67(__is_secondary) 17341 0.027 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:25(bulk_batch_size) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:110(test_public_pages_load) 2 0.000 0.000 0.027 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:135(test_anon_user) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2121(test_no_add_advanced) 1037 0.003 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:26(is_password_usable) 177 0.001 0.000 0.027 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:32(_mako_generate_namespaces) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:71(test_without_to_mode) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:133(test_enough_punctuations) 101428 0.019 0.000 0.027 0.000 /usr/lib/python2.7/unittest/case.py:798(assertIn) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:61(test_create_user_org_tags) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2111(test_no_add_discussion) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:282(test_upload_image) 54 0.001 0.000 0.027 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/shortcuts.py:175(resolve_url) 15 0.000 0.000 0.027 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:137(_change_state) 1441 0.003 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:679(clean) 15 0.000 0.000 0.027 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/admin.py:67(save_model) 2 0.000 0.000 0.027 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:140(test_put) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1026(test_reuse_credit_request) 1451 0.007 0.000 0.027 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:53(clean_out_mako_templating) 5312 0.027 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/utils.py:31(extract_dict) 50 0.000 0.000 0.027 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:537(build) 21 0.000 0.000 0.027 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:97(set_by_domain) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:76(test_password_enough_uppercase) 774 0.027 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:44(subclass_exception) 8230 0.012 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:657(_discard_operators) 59 0.000 0.000 0.027 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:131(setUpClass) 58004 0.027 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:284() 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:421(ssl_login) 2776 0.013 0.000 0.027 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/time_zone_utils.py:8(_format_time_zone_string) 80827 0.027 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:75(__hash__) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:786(test_indexing_video_error_responses) 15471 0.026 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:888(count_active_tables) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:89(test_rerun_failed) 1740 0.007 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:104(get_full_path) 19 0.000 0.000 0.026 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:625(snapshot_post_save_receiver) 3 0.000 0.000 0.026 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_models.py:21(setUp) 1514 0.003 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:253(load_item) 11 0.000 0.000 0.026 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:56(set_config_by_domain) 18599 0.026 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:674(get_cache_name) 3 0.000 0.000 0.026 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:16(setUp) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:720(test_reindex_seq_error_json_responses) 1525 0.019 0.000 0.026 0.000 /usr/lib/python2.7/inspect.py:845(formatargspec) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:346(project_state) 27 0.000 0.000 0.026 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1298(get_parent_location) 5 0.000 0.000 0.026 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:436(setUp) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:210(make_state) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:173(test_basic_auth) 7 0.000 0.000 0.026 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:588(get_dest_id) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:80(test_non_owner_or_staff_user) 29038 0.026 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:203(__validate) 62667 0.026 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/library_content.py:54() 3789 0.024 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:234(__init__) 5 0.000 0.000 0.026 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_linkedin.py:65(test_linked_in_url_with_cert_name_override) 913 0.003 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/js_utils.py:76(js_escaped_string) 2 0.000 0.000 0.026 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:43(dismiss_ui_and_verify) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:100(test_course_structure_with_no_block_types) 518 0.002 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:177(rollback) 11397 0.015 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:371(_get_wrapped_tests) 82 0.001 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:230(bind_template) 158 0.013 0.000 0.026 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/sock.html.py:54(render_body) 990 0.004 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:94(format_html) 1 0.026 0.026 0.026 0.026 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/GifImagePlugin.py:27() 1194 0.003 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/subfs.py:26(_encode) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1199(test_can_remove_user_from_cohort) 4947 0.011 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:65(b64_encode) 3741 0.006 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:873(_verify_revision_is_published) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:816(test_validate_from_json_wrong_inputs) 2001 0.007 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:281(find) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:156(test_detail_delete_staff) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:116(test_no_duplicate_libraries) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:525(test_course_mode_info_with_honor_enrollment) 708 0.002 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:35(try_staticfiles_lookup) 37311 0.026 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/tokens.py:3(__init__) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:470(test_fail_nonyoutube_subs_dont_exist) 113340 0.026 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:71() 4 0.000 0.000 0.025 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:48(add_prerequisite_course) 37714 0.025 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:643(unique) 20 0.000 0.000 0.025 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:187(remove_prerequisite) 17262 0.025 0.000 0.025 0.000 /usr/lib/python2.7/gzip.py:19(write32u) 57 0.000 0.000 0.025 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/store_utilities.py:80(draft_node_constructor) 9 0.000 0.000 0.025 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:402(get_visibility_partition_info) 2670/205 0.007 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:911(get_nodes_by_type) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:177(test_tab_preview_html) 7258 0.013 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:429(_get_model_class) 58 0.000 0.000 0.025 0.000 /usr/lib/python2.7/unittest/case.py:975(assertRaisesRegexp) 1882 0.002 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/manager.py:22(get_super_queryset) 16016 0.025 0.000 0.025 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:345(to_storable) 2114 0.007 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:102(exit_context) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:72(test_create_defined_user) 12 0.000 0.000 0.025 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/xblock_discussion.py:234(_apply_metadata_and_policy) 2 0.000 0.000 0.025 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:69(test_bad_http_verb) 43 0.000 0.000 0.025 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/serializers.py:53(serialize_milestones) 3 0.000 0.000 0.025 0.008 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:162(test_has_permission_as_owner_with_edit) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:168(test_debug_auth) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:252(test_staff_cannot_delete_other) 2594 0.003 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:81(conditional_escape) 6220 0.003 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:183() 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:94(test_find_gating_milestones) 23 0.000 0.000 0.025 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/shortcuts.py:94(redirect) 27634 0.025 0.000 0.025 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:182(to_json) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:572(test_update_random_cohort_name) 28677 0.025 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:140(_decode_path) 5400 0.007 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:160() 40417 0.025 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:567(_set_pk_val) 84112 0.025 0.000 0.025 0.000 /usr/lib/python2.7/decimal.py:699(_isnan) 2 0.000 0.000 0.025 0.012 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:150(render_header_extras) 26 0.000 0.000 0.025 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:213(is_cdn_request) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:388(test_no_visibility_set) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:119(test_course_structure_with_block_types) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:51(test_create_user_course_tags) 35/34 0.003 0.000 0.025 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2468(_copy_from_template) 7111 0.014 0.000 0.025 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:166(get_value) 4860 0.025 0.000 0.025 0.000 /usr/lib/python2.7/gzip.py:335(_add_read_data) 70132 0.024 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1021() 12488 0.024 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:260() 3 0.000 0.000 0.024 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_signals.py:30(signal_kwargs) 23 0.000 0.000 0.024 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/models.py:43(get_cdn_user_agents) 42018 0.024 0.000 0.024 0.000 /usr/lib/python2.7/decimal.py:714(_isinfinity) 9951 0.010 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:373(unget) 4047 0.020 0.000 0.024 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:138(dirty_branches) 275 0.002 0.000 0.024 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/help_context_processor.py:28(get_online_help_info) 48 0.024 0.001 0.024 0.001 /usr/lib/python2.7/tarfile.py:2216(makedir) 3 0.000 0.000 0.024 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:295(definition_from_xml) 8 0.000 0.000 0.024 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:286(get_course_enrollments) 7 0.000 0.000 0.024 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:956(patch_descriptor_kvs) 5129 0.006 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1647(_resolve_key) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:676(test_reindex_video_error_json_responses) 5170 0.022 0.000 0.024 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:811(_clear_cache) 21 0.000 0.000 0.024 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/segmentio.py:31(segmentio_event) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:74(test_login_success_unicode_email) 172 0.000 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:156(get) 10201 0.016 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1801(get_prep_value) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:929(test_move_orphaned_child_error) 4724 0.013 0.000 0.024 0.000 /usr/lib/python2.7/unittest/runner.py:50(startTest) 20 0.000 0.000 0.024 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:668(_save) 797 0.005 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1497(__init__) 15373 0.016 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:390(urlconf_module) 7 0.000 0.000 0.024 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:964() 130 0.001 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/response.py:51(rendered_content) 102 0.009 0.000 0.024 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:601(bind_for_student) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:484(test_empty_youtube_attr_and_sub_attr) 35255 0.024 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:221(__reduce__) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:715(test_edxnotes_present) 1188 0.007 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:92(loads) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:235(test_delete_nonexistant) 6394 0.017 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:49(__call__) 9498 0.019 0.000 0.024 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:449() 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:798(test_validate_from_json_correct_inputs) 8 0.000 0.000 0.024 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:348(videos_post) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:56(test_force_publish_non_split) 132 0.000 0.000 0.024 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/extract_tar.py:16(resolved) 180 0.001 0.000 0.024 0.000 /usr/lib/python2.7/tarfile.py:2335(next) 640 0.024 0.000 0.024 0.000 /usr/lib/python2.7/functools.py:53(total_ordering) 22 0.000 0.000 0.024 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:276(evaluate) 10 0.000 0.000 0.024 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:305(test_invalid_mode_expiration) 3 0.000 0.000 0.024 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_course.py:28(handle) 38 0.000 0.000 0.024 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1325(import_library) 418 0.002 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1784(contribute_to_class) 1092/1080 0.005 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:380(_joinrealpath) 27125 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:232() 36 0.001 0.000 0.023 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/http.py:245(__init__) 22 0.000 0.000 0.023 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:370(generate) 2112 0.012 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1607(parse_asides) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:367(xblock_outline_handler) 72 0.003 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:940(read_grading_policy) 14402 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:142(__init__) 23627 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:98(assertMyTest) 2 0.000 0.000 0.023 0.012 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:191(render_header_extras) 518 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:144(_rollback) 14346/3892 0.015 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:881(get_nodes_by_type) 1889 0.005 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:74(deserialize_field) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:31(setUp) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:209(test_get_1) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:849(xmodule_handler) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:862(_test_updating_item) 91 0.000 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:180(is_visible_to_specific_content_groups) 1205 0.002 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:305(_check_backend_specific_checks) 1028 0.004 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/serializer_helpers.py:17(__init__) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/tests/test_middleware.py:16(setUp) 143095 0.023 0.000 0.023 0.000 /usr/lib/python2.7/json/encoder.py:361() 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:38(test_maintenance_index) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:206(handle_ajax) 30668 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:187(insert_values) 22 0.000 0.000 0.023 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:632(simple_generate) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:312(test_entrance_exam_feature_flag_gating) 17486 0.016 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:163(construct_scalar) 2826 0.007 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:70(__invert__) 24 0.007 0.000 0.023 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:96(render_content) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:244(test_fail_bad_data_srt_file) 22 0.000 0.000 0.023 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:597(generate) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/tests/test_api.py:377(test_update_email_optin_no_age_set) 1115 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/fnmatch.py:45(filter) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:125(test_prerequisites) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:136(test_config_disabled) 1808/1338 0.004 0.000 0.023 0.000 :20(__repr__) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:594(test_cannot_update_assignment_type_of_single_random_cohort) 112 0.001 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/error_module.py:158(from_xml) 2047 0.008 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:229(split_contents) 42018 0.023 0.000 0.023 0.000 /usr/lib/python2.7/decimal.py:2787(_isinteger) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:798(test_malformed_edit_unit_request) 24 0.000 0.000 0.023 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/token_utils.py:78(attach_profile_claim) 741 0.010 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1317(get_unique_together_validators) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:67(test_login_success_no_pii) 62238 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2804(_dep_map) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tests/test_signals.py:44(test_course_delete) 66 0.000 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:111(filter_queryset) 6 0.012 0.002 0.023 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:203(_save) 194 0.000 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:650(__init__) 1189 0.004 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/baseconv.py:66(decode) 15350 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/UserDict.py:35(__getitem__) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:857(test_reset_override) 404 0.008 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:52(__init__) 2 0.000 0.000 0.023 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_access.py:18(setUp) 6 0.000 0.000 0.023 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:40(_verify_exam_data) 1655 0.023 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:46(__getitem__) 1966 0.009 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:427(prep_for_like_query) 30929 0.022 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:248(__getattr__) 23564 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1047(check_query_object_type) 72692 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:144(operator) 3470 0.007 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1099(scan_block_scalar_ignored_line) 65945 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/base.py:193(close) 2625 0.004 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:221(__init__) 194 0.005 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:681(update) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:384(test_success_download_nonyoutube) 31640 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:398(related_query_name) 12019 0.022 0.000 0.022 0.000 /usr/lib/python2.7/hmac.py:100(_current) 31245 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/filters.py:73(__getattr__) 177 0.001 0.000 0.022 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/header.html.py:23(_mako_get_namespace) 32 0.000 0.000 0.022 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1057(safe_get_username) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:239(test_staff_can_delete_self) 12 0.000 0.000 0.022 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/management.py:11(create_default_site) 2 0.000 0.000 0.022 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:56(_expected_blocks) 442 0.003 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:290(contribute_to_class) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:701(test_update_from_json_filtered_off) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2167(test_how_it_works) 2495 0.009 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:183(_merge) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:181(test_locked_asset_not_registered) 98 0.000 0.000 0.022 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:272(reverse_library_url) 1111 0.006 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:60(__init__) 32693 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:129(__promise__) 2224 0.007 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:82(make_immutable_fields_list) 1115 0.003 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:276(get_version) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:180(test_delete_last_instructor) 12 0.002 0.000 0.022 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:142(render_content) 120 0.001 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:399(form) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:540(test_success_download_nonyoutube) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:168(test_detail_delete_instructor) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:672(test_validate_update_filtered_on) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:75(test_initial_password_hash) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:202(test_locked_asset_staff) 26979/26937 0.018 0.000 0.022 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:778(__get__) 1166 0.010 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:941(get_field_names) 302 0.002 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:268(request) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:746(test_validate_update_filtered_edxnotes_on) 2194 0.008 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:548(getlocale) 68 0.000 0.000 0.022 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:287(_track_index_request) 4439/4317 0.009 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:92(__new__) 1442 0.005 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:412(appendlist) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:649(test_fetch_giturl_not_present) 7072 0.008 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:223(inner) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:731(test_validate_update_filtered_edxnotes_off) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:225(test_permission_denied_other) 154 0.001 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:464(read) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:369(test_debug_auth) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:102(test_proctored_exam_requirements) 4842 0.016 0.000 0.022 0.000 /usr/lib/python2.7/gzip.py:343(_read_eof) 130 0.002 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/renderers.py:85(render) 20594 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:900(_parsems) 4724 0.008 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:219(afterTest) 6354 0.014 0.000 0.022 0.000 /usr/lib/python2.7/argparse.py:807(__init__) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:723(test_edxnotes_not_present) 62 0.000 0.000 0.022 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1446(get_field_provenance) 13 0.000 0.000 0.022 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:330(has_changes) 9889 0.008 0.000 0.022 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:34(is_request_in_microsite) 2 0.000 0.000 0.022 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:35(assert_path_not_found) 1489 0.002 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:31(__getattr__) 10 0.000 0.000 0.022 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/api.py:30(perform_search) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:641(test_fetch_giturl_present) 11 0.000 0.000 0.022 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:427(set_assignment_type) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:775(test_update_from_json_filtered_edxnotes_off) 3 0.000 0.000 0.022 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:145(render) 105086 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:44(normcase) 3 0.000 0.000 0.022 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_import.py:35(setUp) 3 0.000 0.000 0.021 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:778(assert_names) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:657(test_validate_update_filtered_off) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:185(test_mocked_filtered_response) 29252 0.021 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:67(measure) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:1937(setUpClass) 4 0.000 0.000 0.021 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:987(_verify_published_with_draft) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:245(test_unsupported_http_accept_header) 48 0.000 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:1186(_update_module_location) 73374 0.021 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1509() 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:245(assert_correct_filter_response) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_middleware.py:105(setUp) 177 0.001 0.000 0.021 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/header.html.py:29(_mako_generate_namespaces) 2294 0.012 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:227(isname) 26 0.000 0.000 0.021 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:336(get_course) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:94(test_view_index_xhr_put_invalid) 731 0.005 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:929(__init__) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1016(test_get) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:150(test_config_enabled) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_permissions.py:45(_create_users) 6 0.000 0.000 0.021 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:28(setUp) 1612 0.010 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:277(close) 797 0.004 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:848(__init__) 1574 0.002 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:185(get_language_bidi) 10883 0.016 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:82(__set__) 1292 0.016 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/utils.py:12(default) 4 0.000 0.000 0.021 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:146(_init_translation_catalog) 2 0.000 0.000 0.021 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/tests/test_api.py:449(test_get_country_time_zones) 5536 0.019 0.000 0.021 0.000 /usr/lib/python2.7/urlparse.py:390(parse_qsl) 6 0.000 0.000 0.021 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:169(get_section_grader_type) 6 0.000 0.000 0.021 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:205(_get_video) 8 0.001 0.000 0.021 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1523(changelist_view) 24 0.000 0.000 0.021 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/introspection.py:45(table_names) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:846(test_correct_http_status) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:166(test_login_user_info_cookie) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1002(test_query_counts) 1189 0.009 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:35(mixed_store_config) 10112 0.020 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/locator.py:47(get) 23 0.000 0.000 0.021 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:204(snapshot) 27 0.005 0.000 0.021 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:173(export_all_for_course) 49 0.000 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:129(forwards_plan) 1 0.014 0.014 0.021 0.021 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/__init__.py:3() 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:712(test_cs_user_not_created) 97 0.000 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/extract_tar.py:23(_is_bad_path) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:956(test_only_present) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1800(test_course_handler_with_invalid_course_key_string) 23 0.000 0.000 0.021 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:138(remove_users) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:38(test_group_name_case_sensitive) 130 0.001 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:312(check_permissions) 55 0.000 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:297(send) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_cookies.py:17(setUpClass) 22402 0.021 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/signals.py:181(start_user_task) 1137 0.011 0.000 0.021 0.000 /usr/lib/python2.7/argparse.py:2039(_match_arguments_partial) 24392 0.021 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:383(setlist) 2992 0.021 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:650(create_youtube_url) 40 0.001 0.000 0.021 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/mixin.py:140(validate) 43 0.001 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/models.py:30(parse_path_data) 1 0.000 0.000 0.021 0.021 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:30(_mako_inherit) 5 0.000 0.000 0.021 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:191(test_can_auto_enroll) 3593 0.007 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:861(_verify_branch_setting) 24 0.001 0.000 0.020 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/introspection.py:52(get_names) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:77(test_create_library) 5 0.000 0.000 0.020 0.004 /usr/lib/python2.7/traceback.py:238(format_exc) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:26(test_view_index_xhr) 1388 0.002 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/time_zone_utils.py:20(get_time_zone_abbr) 8813/3462 0.013 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:438(__getattribute__) 4 0.000 0.000 0.020 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:222(get_video_info) 3 0.000 0.000 0.020 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export.py:37(setUp) 102 0.002 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:291(__init__) 142 0.001 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:437(readchunk) 16976 0.020 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/tokens.py:98(__init__) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:194(test_post_last_instructor) 22 0.000 0.000 0.020 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:243(get_credit_course) 3598 0.009 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:87(select) 1007 0.002 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:155(clean) 256 0.003 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_checker.py:4(check_html) 14301 0.020 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:78(tag) 55 0.000 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/backends/locmem.py:22(send_messages) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:698(test_fail_data_with_bad_locator) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/tests/test_api.py:389(test_update_email_optin_anonymous_user) 1489 0.002 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:28(__getitem__) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:62(test_login_success) 119212 0.020 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:199() 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:554(test_add_cohort) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:22(test_user) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_views.py:35(setUpClass) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:171(test_nonexistent_group) 2860 0.010 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:350(savepoint_rollback_sql) 863 0.003 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:546(get_policy) 8 0.000 0.000 0.020 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:111(get_gating_milestone) 3792/2899 0.012 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:613(__getattr__) 7 0.000 0.000 0.020 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:136(delete) 160 0.001 0.000 0.020 0.000 /usr/lib/python2.7/tarfile.py:1246(fromtarfile) 2673 0.008 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:149(__init__) 30 0.001 0.000 0.020 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/__init__.py:711(fromstring) 3458 0.011 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:101(__init__) 2492 0.010 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:289(add_field) 4 0.000 0.000 0.020 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:77(setUp) 370 0.010 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:200(_check_signature) 13 0.000 0.000 0.020 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/push_notification.py:24(enqueue_push_course_update) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:14(setUpClass) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:154(test_invalid_id) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1050(test_bad_contentstore_request) 55 0.001 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:264(message) 1458 0.003 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:35(_get_request_ip) 3003 0.009 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:56(__init__) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login_registration_forms.py:45(setUpClass) 151 0.000 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:108(has_course_author_access) 2095 0.020 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3117(_get_parents_from_structure) 84 0.000 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:890(_get_structures_for_branch) 13 0.000 0.000 0.020 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:331(delete_asset) 2085 0.008 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:357(content) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:632(test_check_youtube_with_transcript_name) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:141(test_required_content) 22 0.000 0.000 0.020 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:286(get_cohort_by_name) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:20(test_get_themes) 303 0.001 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:300(insert_course_index) 2602 0.002 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:980(_should_reload_connections) 11118/6094 0.020 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/deconstruct.py:19(__new__) 844 0.003 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1195(__init__) 721 0.002 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1031(make_course_key) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:104(test_ssl_login_with_signup_cms) 1167 0.005 0.000 0.020 0.000 /usr/lib/python2.7/argparse.py:1789(take_action) 108 0.001 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1818(service) 1 0.019 0.019 0.020 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/migrations/0001_initial.py:2() 708 0.009 0.000 0.020 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/mako/css.html.py:16(render_body) 59 0.000 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:136(tearDownClass) 5379 0.011 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:287(__call__) 16 0.000 0.000 0.020 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:152() 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:248(test_ext_auth_password_length_too_short) 1153 0.020 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/util.py:155(getvalue) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:360(test_change_enrollment_200_no_redirect) 22 0.000 0.000 0.020 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/models.py:77(get_exam_by_content_id) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:852(test_indexing_no_item) 796 0.001 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2463(get_path_info) 127 0.000 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:691(jsonify_value) 6 0.000 0.000 0.019 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2602(dispatch) 4 0.000 0.000 0.019 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:106(compress_directory) 2037/1984 0.011 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:156(process_percent_code) 113 0.001 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/permissions.py:21(has_permission) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:75(test_rerun_succeeded) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1841(test_chapter_xblock_info) 2491 0.008 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1226(get_original) 2830 0.012 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:217(process_directives) 2 0.000 0.000 0.019 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:637(add_missing_groups) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:506(test_debug_auth) 183 0.002 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:70(is_any_marketing_link_set) 1740 0.005 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:230(escape_uri_path) 8 0.000 0.000 0.019 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:255(fetch_courses_milestones) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:41(test_with_libraries_disabled) 187 0.002 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1250(forum_posts_allowed) 23 0.000 0.000 0.019 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:213(should_dump_course) 11 0.000 0.000 0.019 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:363(_accessible_courses_summary_list) 13240 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:461(run) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:535(test_export_json_unsupported) 979 0.006 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/http.py:100(cookie_date) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_forms.py:22(test_save_valid_data) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:342(test_change_enrollment_400) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:296(test_upload_with_non_ascii_charaters) 43 0.000 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:578(_delete_item) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:378(test_course_outline_initial_state) 11 0.000 0.000 0.019 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1571(course_overview) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:49(test_disabled_feature) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1117(test_prefetch_children) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:972(test_asset_delete_and_restore) 11942 0.015 0.000 0.019 0.000 /usr/lib/python2.7/gzip.py:150(_check_closed) 38828 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:119(check_apps_ready) 133 0.001 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/errortracker.py:34(error_tracker) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_refunds.py:44(setUpClass) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:70(test_staff_user) 14526 0.019 0.000 0.019 0.000 /usr/lib/python2.7/gzip.py:24(read32) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:58(test_no_verifications) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_models.py:16(setUpClass) 3 0.000 0.000 0.019 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:480(test_paths) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:49(test_change_status) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:96(setUpClass) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_users_default_role.py:53(test_user_forum_default_role_on_course_deletion) 474 0.001 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:127(get_attribute) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:108(test_cohort_partition_group_assignment) 121 0.001 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:76(cache_incr) 7 0.000 0.000 0.019 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:32(get_course_updates) 67 0.001 0.000 0.019 0.000 /usr/lib/python2.7/unittest/case.py:995(assertRegexpMatches) 1969 0.009 0.000 0.019 0.000 /usr/lib/python2.7/cgi.py:303(parse_header) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1454(test_course_factory) 720 0.002 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1958(__repr__) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_models.py:34(test_generate_enrollment_status_hash) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:135(test_group) 1914 0.004 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:232(pre_save) 14172 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:359(stopTest) 1205 0.018 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/validation.py:24(check_field) 1574 0.008 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:259(get_language_bidi) 63 0.000 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:830(create_xblock) 11 0.000 0.000 0.019 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:48(create) 2026 0.017 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:132(islink) 2 0.000 0.000 0.019 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:289(setUp) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:146(test_student_lazily_assigned) 30 0.000 0.000 0.019 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/__init__.py:611(document_fromstring) 298 0.002 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:909(enforce_type) 13125 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:559(__new__) 61981 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:244(month) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:209(test_permission_denied_self) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_fix_not_found.py:22(test_fix_not_found_non_split) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:46(test_spaces_in_image_name) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:106(test_reorder_tabs_invalid_list) 3318 0.011 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:349(_replace_encoding) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:93(setUpClass) 42 0.000 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1953(record_registration_attributions) 10936 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:241(get_bytes_from_wsgi) 4 0.000 0.000 0.018 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py:118(_post_submission) 2894 0.003 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:122(get_template) 2849 0.009 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:190(parse_document_end) 846 0.003 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1663(_update_enrollment_in_request_cache) 5754 0.018 0.000 0.018 0.000 /usr/lib/python2.7/gzip.py:157(_init_write) 1489 0.003 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:79(get_database) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:158(test_fail_data_without_file) 44804 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/functional.py:75(maybe_list) 2 0.000 0.000 0.018 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:1092(setUp) 1611 0.016 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:36(is_asset_request) 31177 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:138(set_source_expressions) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:165(test_toggle_invalid_tab_visibility) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1409(test_create_course_no_course_creators_not_staff) 6666 0.010 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:162(__setattr__) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:132(test_login_not_activated_no_pii) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py:25(test_no_args) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:223(test_get_nonexistant) 2193 0.003 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:20(load_backend) 30864 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/collator.py:144(_valid_char) 3 0.000 0.000 0.018 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:628(definition_to_xml) 7890 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:86(reset_template_engines) 941 0.003 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/manager.py:10(__get__) 19 0.000 0.000 0.018 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/models.py:89(get_exam_by_id) 12 0.000 0.000 0.018 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:95(setUp) 63 0.001 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/models.py:101(get_all_exams_for_course) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login_registration_forms.py:162(setUpClass) 42 0.000 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1923(record_utm_registration_attribution) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:878(_test_deleting_item) 17163 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:359(__init__) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:212(test_contentstore_views_entrance_exam_get_bogus_course) 8971/8889 0.017 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/safestring.py:117(mark_safe) 1612 0.005 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:270(apply_response_fixes) 7 0.000 0.000 0.018 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:426(_validate_transcripts_data) 4 0.000 0.000 0.018 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:266(remove_signatory) 7 0.000 0.000 0.018 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:56(change_state_and_verify_email) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:70(test_detail_post) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_bulk_email_settings.py:28(setUpClass) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:364(test_success_download_youtube) 6 0.000 0.000 0.018 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:589(_get_partition_info) 3 0.000 0.000 0.018 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:313(get_courses) 4 0.000 0.000 0.018 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:176(get_course_milestones_fulfillment_paths) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:259(test_fail_bad_name_srt_file) 36380 0.018 0.000 0.018 0.000 /usr/lib/python2.7/argparse.py:1234(register) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_utils.py:198(setUpClass) 82540 0.018 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py:18(name) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1067(test_delete_course) 27 0.000 0.000 0.018 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:65(_create_fake_images) 11839 0.009 0.000 0.018 0.000 /usr/lib/python2.7/argparse.py:1435(_pop_action_class) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:221(test_update_course_structure) 161 0.002 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:11(__init__) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:167(test_delete) 17002 0.018 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:121(get_configuration) 7018 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:280(__str__) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:725(test_enrollment_non_existent_user) 9 0.000 0.000 0.018 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:62(test_display_level_of_education) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:334(test_malformed_grading_policy) 543 0.001 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:75() 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:87(test_approved_verification) 20530 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:270(tzoffset) 5824 0.007 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:189(__init__) 3104 0.018 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/shim.py:61(remove_shim_context) 2749 0.007 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:358(get) 31014 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:951(get_source_expressions) 6689 0.017 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2497(_get_m2m_reverse_attr) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1018(test_empty_trashcan) 90 0.000 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:33(course_team_url) 7741 0.004 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:663(__setitem__) 4724 0.006 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/testid.py:284(afterTest) 6783 0.008 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:393() 510 0.001 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:624(fetch_tag) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:142(test_not_logged_in) 206 0.001 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:163(from_deprecated_string) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:205(test_post_non_json) 46 0.001 0.000 0.017 0.000 /usr/lib/python2.7/optparse.py:1191(__init__) 3 0.000 0.000 0.017 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/heartbeat/tests/test_heartbeat.py:20(setUp) 2885 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/serializers.py:17(loads) 18 0.000 0.000 0.017 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:193(get_course_last_published) 3954 0.010 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:550(validate) 5 0.000 0.000 0.017 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:239(handle_uncaught_exception) 9 0.000 0.000 0.017 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:32(_set_level_of_education) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:83(test_note_read) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:124(test_reorder_tabs_invalid_tab) 9108 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:73(__init__) 84 0.000 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1905(create_comments_service_user) 59090 0.017 0.000 0.017 0.000 /usr/lib/python2.7/HTMLParser.py:136(clear_cdata_mode) 5 0.000 0.000 0.017 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:132(get_cohorted_commentables) 1840 0.004 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:290(read) 115 0.002 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/error_module.py:83(_construct) 7 0.000 0.000 0.017 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_signals.py:29(create_mode) 364 0.002 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:78(is_marketing_link_set) 3 0.000 0.000 0.017 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/user_service.py:34(get_anonymous_user_id) 13 0.000 0.000 0.017 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:283(add_milestone) 10686 0.008 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:210(__str__) 6990 0.011 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1285(org) 863 0.009 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:929(policy_key) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:131(test_detail_post_missing_role) 14398 0.017 0.000 0.017 0.000 /usr/lib/python2.7/traceback.py:212(_some_str) 687 0.012 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/urls/__init__.py:49(patterns) 53124 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:57() 89 0.002 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:66(__init__) 184 0.001 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:119(permission_blacked_out) 49 0.011 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:184(ensure_not_cyclic) 72692 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:148(version) 31773 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:248(_UTC) 1612 0.008 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/__init__.py:54(reset_queries) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1101(test_user_has_no_final_grade) 5 0.000 0.000 0.017 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:173(get_course_run) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:121(test_login_not_activated) 3 0.000 0.000 0.017 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1031(get_courses) 4/2 0.000 0.000 0.017 0.009 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:424(_copy_overrides) 3886 0.003 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:38(get_key_func) 22 0.000 0.000 0.017 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:421(_get_requirements_to_disable) 11839 0.017 0.000 0.017 0.000 /usr/lib/python2.7/argparse.py:765(__init__) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2173(test_login) 4 0.000 0.000 0.017 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/public.py:23(signup) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:117(test_dump_skip_course) 2 0.000 0.000 0.017 0.008 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:85(set_group_access) 1 0.016 0.016 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/migrations/0001_initial.py:2() 4615 0.004 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipware/utils.py:33(is_valid_ip) 10 0.000 0.000 0.017 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/search_engine_base.py:36(search_string) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:828(_test_indexing_library) 24 0.002 0.000 0.017 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/introspection.py:57(get_table_list) 105 0.002 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/log_utils.py:9(audit_log) 43 0.000 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:17(find_all) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:87(test_get_program_types) 6256 0.015 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:798(_databases_names) 16/2 0.000 0.000 0.017 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:809(_get_draft_counts) 2 0.000 0.000 0.017 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:71() 2 0.000 0.000 0.017 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:567(source_library_values) 3144 0.007 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:91(set_rollback) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:266(test_contentstore_views_entrance_exam_post_invalid_http_accept) 42018 0.017 0.000 0.017 0.000 /usr/lib/python2.7/decimal.py:3900(Etop) 12 0.000 0.000 0.017 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/recorder.py:55(applied_migrations) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1397(test_create_course_with_course_creation_disabled_not_staff) 7234 0.014 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/django.py:100(_get_manager) 19 0.000 0.000 0.017 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:183(set_caching_headers) 10883 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:73(__init__) 132 0.000 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:404(concrete_fields) 170 0.000 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:390() 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:293(test_contentstore_views_entrance_exam_unsupported_method) 1931 0.008 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:349(requires_parental_consent) 369 0.003 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:490(_from_string) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:274(test_undefined_file_extension) 2 0.000 0.000 0.016 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/error.py:45(render_500) 275 0.003 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/help_context_processor.py:57(get_doc_url) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2188(test_csrf_token_is_present_in_form) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:255(test_contentstore_views_entrance_exam_post_bogus_course) 2018 0.007 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:75(indexing_is_enabled) 72 0.001 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:642(label_tag) 12943 0.016 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:460() 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:173(test_has_permission_as_non_owner) 761 0.002 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/csrf.py:35(process_view) 4 0.000 0.000 0.016 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_util.py:25(_decorated) 1069 0.016 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py:106() 763 0.007 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/cache.py:63(__init__) 109 0.004 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:158(_preview_module_system) 187 0.001 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1226(get_discussion_blackout_datetimes) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:286(test_no_file) 94 0.001 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1934(log_successful_logout) 510 0.004 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:941(scan_tag) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:205(test_contentstore_views_entrance_exam_delete_bogus_course) 1 0.010 0.010 0.016 0.016 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/models.py:1() 15 0.000 0.000 0.016 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:81(save_subs_to_store) 481 0.001 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:160(run_validators) 168 0.001 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/utils.py:21(flatatt) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:97(test_bad_course_id) 2720 0.016 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/serializers.py:14(dumps) 15721 0.016 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1617(set_limits) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:52(test_generate_one) 113603 0.016 0.000 0.016 0.000 :41(__getstate__) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:51(test_detail) 7 0.000 0.000 0.016 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:688(get_user_request_status) 2992 0.010 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1470(handler_url) 2628 0.008 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:486(__new__) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:80(test_get_value) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1189(test_can_remove_user_not_in_cohort) 1388 0.002 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/time_zone_utils.py:28(get_time_zone_offset) 4469 0.010 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:601(__set_side_effect) 4 0.000 0.000 0.016 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:264(test_course_has_professional_mode) 6176 0.015 0.000 0.016 0.000 /usr/lib/python2.7/StringIO.py:208(write) 1579 0.008 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/session_inactivity_timeout/middleware.py:22(process_request) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:490(test_delete_asset_with_invalid_thumbnail) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:115(test_html_no_partition_staff_locked) 17144 0.016 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:677(get_internal_type) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:69(test_get_banner_image_url) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:216(test_get_2) 3 0.000 0.000 0.016 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/program.py:23(get) 3684 0.012 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/errorclass.py:139(addError) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1387(test_create_course_with_bad_organization) 33184 0.016 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:126(check_models_ready) 244 0.001 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:898(to_json) 31014 0.016 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:948(set_source_expressions) 34219 0.016 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:371() 471 0.001 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1027(deconstruct) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:211(test_missing_group) 311 0.002 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:554(get_queryset) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:78(test_get_video_thumbnail_image_url) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:237(test_missing_partition) 26833 0.016 0.000 0.016 0.000 /usr/lib/python2.7/argparse.py:1238(_registry_get) 464 0.001 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:2037(_assert_time_zone_is_valid) 2126 0.005 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/conf.py:86(__getattr__) 3949 0.013 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:29(__getitem__) 1194 0.007 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/path.py:143(pathjoin) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1850(test_sequential_xblock_info) 1 0.016 0.016 0.016 0.016 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:11() 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:37(test_non_ascii_image_name) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:951(test_create_credit_request_grade_length) 53 0.000 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/caching.py:31(del_cached_content) 15 0.000 0.000 0.016 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/models.py:20(get_cache_ttl) 5662 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:170(flatten_mapping) 5044 0.008 0.000 0.015 0.000 /usr/lib/python2.7/base64.py:101(urlsafe_b64encode) 9218 0.013 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1369(get_extra_restriction) 1494 0.009 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:241(__init__) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/utils.py:113(get_app_template_dirs) 14172 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:354(startTest) 15471 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:136(add_update_fields) 4848 0.007 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:91(set_value) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_organizations.py:27(test_organization_list) 453 0.002 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:65(_sanitize_token) 6 0.000 0.000 0.015 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:33(test_decorated) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2170(test_signup) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:108(get_pre_requisite_courses_not_completed) 6 0.000 0.000 0.015 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:117(initiated) 46 0.000 0.000 0.015 0.000 /usr/lib/python2.7/optparse.py:1258(_populate_option_list) 39 0.000 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1440(enrollments_for_user) 2 0.000 0.000 0.015 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:172(list_available_libraries) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:29(test_get_image_url) 6518 0.004 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:172(__exit__) 7 0.000 0.000 0.015 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/provider.py:320(update_credit_request_status) 2257 0.015 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:37(is_pointer_tag) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:816(test_get_items) 2 0.000 0.000 0.015 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/views.py:1075(get_queryset) 73374 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1510() 53 0.000 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:389(get_url) 1681 0.005 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:88(location) 29 0.000 0.000 0.015 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/models.py:140(update_site_configuration_history) 3355 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:42(iterchildren) 22404 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/functional.py:219() 7340 0.014 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/text.py:375(smart_split) 3730 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:13(__init__) 1082 0.004 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1554(__init__) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:102(test_private_unreleased_xblock) 7 0.000 0.000 0.015 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:320(fix_not_found) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:70(test_get_programs_anonymous_user) 1154 0.003 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:20(get_template_path) 2024 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:738(parse_accept_lang_header) 53 0.000 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/models.py:203(paths) 8746 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:31(_filter) 4860 0.015 0.000 0.015 0.000 /usr/lib/python2.7/StringIO.py:54(__init__) 8872 0.015 0.000 0.015 0.000 /usr/lib/python2.7/unittest/case.py:475(_getAssertEqualityFunc) 50 0.000 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:207(get_all_content_for_course) 85 0.002 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:324(prepare_url) 491 0.002 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:614(_process_includes) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:107(test_get_gating_milestone_not_none) 73 0.001 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_utils.py:18(create_youtube_string) 1124 0.015 0.000 0.015 0.000 /usr/lib/python2.7/email/utils.py:124(formatdate) 1515 0.002 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:110(demote) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:131(test_create_account_username_already_exists) 39605 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:336(_is_magic) 4662 0.007 0.000 0.015 0.000 /usr/lib/python2.7/urlparse.py:223(urlunparse) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:231(get_force_publish_course_response) 32960 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:234(_clear_dead_receivers) 24 0.000 0.000 0.015 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:645(_remove_in_process_courses) 7 0.000 0.000 0.015 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1169(_refresh_course_tabs) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:116(test_get_gating_milestone_is_none) 51 0.001 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:581(_save) 716 0.002 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/dummy.py:15(get) 184 0.001 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:152(_check_caller_authority) 6 0.000 0.000 0.015 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:28(fetch_grader) 7 0.003 0.000 0.015 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:9(add_organization) 11 0.000 0.000 0.015 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:650(format_course_for_view) 3841 0.009 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1652(clear_select_clause) 343 0.001 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:105(format_html_join) 20/11 0.000 0.000 0.015 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:216(find_staff_lock_source) 85204 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:218(dst) 51 0.001 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:232(_get_all_content_for_course) 6 0.000 0.000 0.015 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:337(get_course_content_milestones) 398 0.000 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:656(write_to) 3 0.000 0.000 0.015 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:205(update_exam) 88 0.000 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:533(__str__) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:58(test_detail_inactive) 101 0.001 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:509(_set_field_if_present) 4810 0.015 0.000 0.015 0.000 /usr/lib/python2.7/base64.py:326(decodestring) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:93(test_mail_admin_on_pending) 41292 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:236(weekday) 14 0.000 0.000 0.015 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2907(fix_not_found) 1161 0.005 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:184(handle_starttag) 11519 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/signals.py:212(task_succeeded) 88 0.000 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:569(as_widget) 85 0.000 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:242(get_connection) 7293 0.010 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:428(_simple) 3649 0.008 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:271(iterfind) 3911 0.010 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1945(get_default) 8 0.000 0.000 0.015 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:99(check_admin_message_state) 17486 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/nodes.py:27(__init__) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:90(test_login_fail_incorrect_email_with_advanced_security) 26833 0.015 0.000 0.015 0.000 /usr/lib/python2.7/argparse.py:95(_callable) 117 0.001 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:43(create_modulestore_instance) 6968 0.010 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_metadata_utils.py:33(number_for_course_location) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1081(test_create_request_null_mailing_address) 86 0.001 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:103(has_access) 179 0.013 0.000 0.014 0.000 /usr/lib/python2.7/tarfile.py:1846(gettarinfo) 622 0.011 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_sites_extensions/models.py:15(get_site_cache_ttl) 68 0.000 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:35(get_url) 15 0.000 0.000 0.014 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:292(get_milestones) 27376 0.014 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:26(client) 1786 0.007 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:262(filepath_to_uri) 8232 0.014 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:348(addSuccess) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:64(test_detail_invalid) 7452 0.014 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:386(_update_unget_history) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:209(test_post_malformed_json) 17777 0.014 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:405(get_subtree_edited_on) 8499 0.014 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:307(__init__) 14 0.000 0.000 0.014 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:69(save_to_store) 2195 0.004 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:449(_parse_localename) 5 0.000 0.000 0.014 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:33(verify_rerun_state) 487 0.004 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:475(_forward_fields_map) 6 0.000 0.000 0.014 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:21(set_year_of_birth) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:93(test_note_update) 3 0.000 0.000 0.014 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/email_utils.py:35(send_credit_notifications) 130 0.001 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:288(perform_content_negotiation) 11 0.000 0.000 0.014 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:788(_get_record_for_user) 24 0.000 0.000 0.014 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/tools/nontrivial.py:58(newfunc) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:75(test_task_adding_requirements) 387 0.006 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:92(__init__) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:118(test_private_no_start_xblock) 1167 0.010 0.000 0.014 0.000 /usr/lib/python2.7/argparse.py:2200(_get_values) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:447(test_delete_asset) 94 0.011 0.000 0.014 0.000 /usr/lib/python2.7/tempfile.py:317(mkdtemp) 681 0.003 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:495(errors) 716 0.002 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/dummy.py:20(set) 1972 0.010 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:610(get_all_related_many_to_many_objects) 5665 0.014 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/nodes.py:36(__init__) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:415(test_fetch_grader) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:145(test_login_unicode_email) 56 0.003 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/urls.py:3() 71 0.001 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:514(static_updater) 15976 0.014 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:589() 2490 0.014 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/encoding.py:125(safe_repr) 40 0.000 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/filters.py:43(get_filter_class) 3 0.000 0.000 0.014 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:616(definition_from_xml) 1514 0.005 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:228(body) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:381(test_duplicate_email) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:120(test_cache_utilization) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:188(test_partition_changes_nondestructive) 6 0.000 0.000 0.014 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:335(set_login_session) 1923 0.007 0.000 0.014 0.000 /usr/lib/python2.7/ConfigParser.py:590(get) 9889 0.007 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:190(is_request_in_microsite) 70094 0.014 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:35(__enter__) 797 0.003 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:429(__init__) 1550 0.003 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:94(relabeled_clone) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:106(test_private_released_xblock) 6 0.014 0.002 0.014 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/testutil.py:176(read_data_file) 45604 0.014 0.000 0.014 0.000 /usr/lib/python2.7/glob.py:82() 405 0.001 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/js_utils.py:36(dump_js_escaped_json) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:152(test_set_config_by_domain) 308 0.001 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1089(generic_tag_compiler) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:91(test_delete_user_lang_preference_not_supported_by_system) 1612 0.008 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:151(close_caches) 68 0.001 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2293(_open_core) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:469(test_get_cohort_names) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:220(test_dictionary_similarity_fail3) 3320 0.005 0.000 0.014 0.000 /usr/lib/python2.7/argparse.py:865(__init__) 191 0.002 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:90(_load_mixed_class) 4724 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:85(truncate) 2 0.000 0.000 0.013 0.007 /edx/app/edxapp/venvs/edxapp/src/pygeoip/pygeoip/__init__.py:127(_setup_segments) 810 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:206(upload_handlers) 199 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:723(content) 2654 0.006 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/testing.py:16(using_safe_cookie_data) 763 0.008 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/src/codejail/codejail/django_integration.py:22(__init__) 2206 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/compat.py:148(inspect_func_args) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:194(test_assignment_type) 10883 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/signals.py:190(task_failed) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:114(test_unlocked_asset) 1131 0.002 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/color.py:65(color_style) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:151(test_login_unicode_password) 82 0.000 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:105(render) 40 0.002 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:189(__new__) 6977 0.009 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/UserDict.py:91(get) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:43(test_encoder) 42631 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:73(_path) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1090(test_create_request_null_country) 574 0.002 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:147(_get_metadata_from_xml) 1840 0.004 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:49(read) 2 0.000 0.000 0.013 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:279(copy_or_rename_transcript) 4800 0.013 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1086(lowest_passing_grade) 7741 0.006 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:53(coerce_property) 28 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:717(seek) 1 0.013 0.013 0.013 0.013 /edx/app/edxapp/edx-platform/lms/djangoapps/discussion/plugins.py:3() 6 0.000 0.000 0.013 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2368(reactivation_email_for_user) 507 0.004 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1308(_from_deprecated_string) 122 0.005 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:938(response_a11y_data) 2 0.000 0.000 0.013 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:2025(test_options) 1890 0.008 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:82(available_attrs) 130 0.002 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/negotiation.py:37(select_renderer) 32 0.000 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:257(__init__) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:675(test_get_course_cohort_settings) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:966(test_create_credit_request_address_empty) 54 0.000 0.000 0.013 0.000 /usr/lib/python2.7/tarfile.py:1715(taropen) 1559 0.003 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:174(_clean_inheritance_tokens) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1446(test_invalid_handler) 6689 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2482(_get_m2m_attr) 648 0.002 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/management.py:28() 7565 0.007 0.000 0.013 0.000 /usr/lib/python2.7/collections.py:117(keys) 183 0.000 0.000 0.013 0.000 /usr/lib/python2.7/tarfile.py:1000(tobuf) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:916(test_credit_request) 13403 0.009 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:732(check_plain) 2 0.000 0.000 0.013 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:391(verify_all_components_visible_to_all) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:113(test_login_fail_wrong_password_no_pii) 10170 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:38(__init__) 43050 0.013 0.000 0.013 0.000 /usr/lib/python2.7/HTMLParser.py:447(unescape) 26 0.000 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:538(invalidate_country_rule_cache) 1445 0.007 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:125(__init__) 1612 0.007 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/middleware.py:13(process_response) 1035 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:936(eval) 54 0.001 0.000 0.013 0.000 /usr/lib/python2.7/tarfile.py:1513(__init__) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:174(test_generate_discussion_id_map) 334 0.002 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:197(format) 13211 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1912(set_extra_mask) 6 0.008 0.001 0.013 0.002 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/__init__.py:71(search_function) 1 0.011 0.011 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/migrations/0001_initial.py:2() 4 0.001 0.000 0.013 0.003 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/choicegroup.html.py:18(render_body) 27 0.000 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:123(has_item) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/tests/test_static_content.py:13(test_optional_include_mako) 65 0.000 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/courses.py:118(check_course_access) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:72(test_get_paginated_data) 1640 0.012 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/logger.py:48(default) 164 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:978(add_annotation) 4498 0.007 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:429() 39 0.001 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:55(check_groups) 4615 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipware/utils.py:5(is_valid_ipv4) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:107(test_login_fail_wrong_password) 21009 0.013 0.000 0.013 0.000 /usr/lib/python2.7/decimal.py:6137(_format_sign) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_serializers.py:39(test_data) 695 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:601(__iter__) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:181(test_file_upload_lower_case_extension) 4660 0.010 0.000 0.013 0.000 /usr/lib/python2.7/Cookie.py:451(set) 22402 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:315(__del__) 2491/2280 0.011 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1373(__exit__) 187 0.000 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:199(default) 13 0.000 0.000 0.013 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:137(compare_details_with_encoding) 11 0.000 0.000 0.013 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:350(get_in_process_course_actions) 85 0.000 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:130(connection_from_url) 468 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:375(_setup) 6340 0.006 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/django_courseware_routers.py:40(allow_relation) 8230 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:659() 387 0.003 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:11(ensure_default_manager) 639 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:148(__cast) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1116(test_update_invalid_credit_status) 42 0.000 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:158(test_remove_block) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:122(test_modes_for_course_expired) 420 0.003 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1298(contribute_to_class) 1640 0.009 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/contexts.py:12(course_context_from_url) 1000/940 0.002 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:132(__wrapper__) 941 0.002 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/manager.py:17(__init__) 142 0.000 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:656(generate) 406 0.002 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:202(_initialize_handlers) 5481 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:552(validate_host) 86 0.001 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:352(_has_access_course) 17668 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:910() 105 0.001 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:677(should_user_reset_password_now) 8733 0.012 0.000 0.012 0.000 /usr/lib/python2.7/Cookie.py:330(_unquote) 15988 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:252(__iter__) 932 0.003 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:180(__init__) 1 0.012 0.012 0.012 0.012 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/migrations/0001_initial.py:2() 6 0.000 0.000 0.012 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:457(test_verified_min_price) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_request_event.py:28(test_get_answers_to_log) 22708 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:92(__init__) 17001/8494 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:209(get_select_from_parent) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:32(test_arbitrary_values) 4842 0.012 0.000 0.012 0.000 /usr/lib/python2.7/gzip.py:190(_init_read) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:75(test_owner) 52 0.001 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:154(compare_date_fields) 21058 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:286(get_rhs_op) 24512 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:592(iterkeys) 1422 0.006 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:247(__repr__) 1054 0.005 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:848(_kwargs_for_include) 40 0.000 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:314(__init__) 46 0.000 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:21(add_arguments) 2 0.000 0.000 0.012 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:449(test_create) 1579 0.006 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/session.py:16(__init__) 4730 0.006 0.000 0.012 0.000 /usr/lib/python2.7/logging/__init__.py:1139(setLevel) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:122(test_restricted_course_cache_with_save_delete) 142 0.000 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:323(stream) 1442 0.002 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:408(setlistdefault) 14 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:18(setUp) 4724 0.008 0.000 0.012 0.000 /usr/lib/python2.7/unittest/result.py:79(stopTest) 4 0.000 0.000 0.012 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_token_utils.py:27(test_jwt_construction) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_request_event.py:14(test_post_answers_to_log) 1 0.010 0.010 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/migrations/0001_initial.py:2() 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:98(test_login_fail_no_user_exists_no_pii) 2 0.000 0.000 0.012 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:301(verify_content_existence) 439 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:96(get_db_prep_value) 15 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:100(get_cohorted_discussions) 4 0.000 0.000 0.012 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:253(setUp) 285 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:1372(url) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:239(test_duplicate_activation_key) 2 0.000 0.000 0.012 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/views.py:70(user_requested_access) 192 0.002 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:132(backcompat_paths) 288 0.000 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:196(has) 56827 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:631(enforce_type) 4 0.000 0.000 0.012 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:191(_verify_release_date_source) 3 0.000 0.000 0.012 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:61(tearDown) 4011 0.007 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/django.py:90(_load_model_class) 4109 0.012 0.000 0.012 0.000 /usr/lib/python2.7/base64.py:60(b64decode) 5 0.000 0.000 0.012 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:84(function_wrapper) 37 0.000 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:31(get_url_for_course_key) 2 0.000 0.000 0.012 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:95(_problem_type_filter) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/heartbeat/tests/test_heartbeat.py:29(test_sql_fail) 9 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:168(download_youtube_subs) 5 0.000 0.000 0.012 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:277(get_gated_content) 198 0.002 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1115(_compute_visibility_state) 36 0.000 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:293(exists) 1533 0.005 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/middleware.py:127(country_access_rules) 4 0.000 0.000 0.012 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_logic.py:25(setUp) 3757 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:668(_parse_header_params) 8 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:342(mode_for_course) 17 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/serializers.py:69(get_blocks) 2 0.000 0.000 0.012 0.006 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:255(render_header_extras) 1045 0.005 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/http.py:83(urlencode) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1830(test_metadata_not_persistence) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_theme_style_overrides.py:133(test_template_override) 2 0.000 0.000 0.012 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/finders.py:67(find) 2083 0.005 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/contexts.py:36(course_context_from_course_id) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:275(test_success) 11839 0.012 0.000 0.012 0.000 /usr/lib/python2.7/argparse.py:557(_metavar_formatter) 68 0.000 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:78(__init__) 1596 0.005 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/clickjacking.py:42(get_xframe_options_value) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export.py:23(test_no_args) 644 0.003 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1192(_id_dict_to_son) 4594 0.007 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:45(is_simple_callable) 11 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/views.py:51(get_course_creator_status) 3966 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:314(__getitem__) 1056 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:111(has) 24 0.000 0.000 0.012 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:30(_mako_inherit) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:83(test_login_fail_no_user_exists) 5 0.000 0.000 0.012 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:787(remove_tags_from_html) 4 0.000 0.000 0.012 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:110(_filter_child) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:104(test_min_course_price_for_currency) 86 0.001 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:663(_dispatch) 472 0.000 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2466(get_reverse_path_info) 811 0.001 0.000 0.012 0.000 /usr/lib/python2.7/mimetypes.py:274(guess_type) 1152 0.011 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:25(__init__) 387 0.006 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/text.py:455(camel_case_to_spaces) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:755(test_reindex_no_permissions) 64268 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1671(__iter__) 20 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:108(_bind_module) 15 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:417(get_discussion_categories_ids) 1760 0.005 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:570(__set_return_value) 468 0.000 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:22() 178 0.001 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:38(encode_unicode_characters_in_url) 28 0.000 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:378(courses_with_role) 2639 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/importlib.py:28(import_module) 2 0.000 0.000 0.011 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:450(send_video_status_update) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:47(test_generate_course_structure) 1005 0.002 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:997(__init__) 6 0.000 0.000 0.011 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:146(get_course_milestones) 2392 0.006 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/__init__.py:31(get_cache) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:68(test_profile_image) 2765 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:179(fromutc) 207 0.002 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:130(chain) 9128 0.011 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/id_manager.py:17(__init__) 11 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:448(is_last_random_cohort) 1 0.011 0.011 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0002_coursemode_expiration_datetime_is_explicit.py:2() 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:278(test_success_from_mobile_web_view) 29 0.000 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:20(is_enabled) 130 0.001 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:263(read) 15 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/push_notification.py:17(push_notification_enabled) 2237 0.008 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:172(__get__) 13836 0.011 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:485(_start_outermost_bulk_operation) 96 0.000 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:453(related_objects) 5665 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/events.py:22(__init__) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:130(test_unlocked_versioned_asset_old_style) 12115 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:365(extend_nodelist) 225 0.001 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/edit_info.py:47(published_on) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:56(test_pre_1900_date) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:117(test_get_value_for_org) 85 0.001 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:102(connection_from_host) 15 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:128(get_accessible_discussion_xblocks) 2 0.000 0.000 0.011 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:161(update_video_status) 99 0.001 0.000 0.011 0.000 /usr/lib/python2.7/mimetools.py:24(__init__) 3 0.000 0.000 0.011 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:523(update_eligibility) 1026 0.003 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:25(is_ccx_course) 39 0.000 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:109(handler_url) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/user.py:27(request_course_creator) 44 0.001 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:283(needs_serialization) 929 0.002 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:847(value_to_string) 1 0.011 0.011 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/migrations/0002_auto_20160325_0407.py:2() 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:226(test_country_access_list_cache_with_save_delete) 130 0.001 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/serializers.py:61(deserialize_milestone) 13739 0.008 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:274(__getitem__) 2499 0.006 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:865(get) 24 0.000 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:167(clear_sub_content) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:118(test_invalid_user_at_step_4) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:548(test_create_new_cohort_missing_user_partition_id) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:77(test_success) 2075 0.006 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:363(__init__) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:282(test_success_from_mobile_app) 1716 0.003 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1048(ensure_index) 93 0.002 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:370(get_aside_of_type) 4724 0.008 0.000 0.011 0.000 /usr/lib/python2.7/unittest/result.py:59(startTest) 16 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/views.py:39(update_course_creator_group) 468 0.002 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:8(get_user) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:135(test_validator) 16950 0.011 0.000 0.011 0.000 /usr/lib/python2.7/inspect.py:67(ismethod) 8 0.000 0.000 0.011 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:306(result_list) 84 0.001 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:206(build_response) 476 0.002 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:84(clean) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:151(test_get_value_for_org_2) 531 0.002 0.000 0.011 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:208(render_dir_rtl) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:287(test_with_username_password_match) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:28(test_virgin_fetch) 4724 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:100(end) 37 0.002 0.000 0.011 0.000 /usr/lib/python2.7/threading.py:717(start) 520 0.004 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:160(tearDownClass) 2849 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:81(__init__) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:53(test_non_existent_user) 1738 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:146(_copy) 3003 0.009 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:77(write) 177 0.001 0.000 0.011 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:291(render_show_language_selector) 38 0.000 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:346(get_fields) 3 0.000 0.000 0.011 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:194(test_success_downloading_subs) 9 0.000 0.000 0.011 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:279(get_exam_by_content_id) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:241(test_notes_collection) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:21(test_duplicate_user_key) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/heartbeat/tests/test_heartbeat.py:25(test_success) 1491 0.004 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:266(validate) 24 0.000 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:455(_accessible_libraries_list) 82 0.000 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:14(assert_logged) 1 0.011 0.011 0.011 0.011 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor/views/tools.py:3() 21098 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/newrelic-2.74.0.54/newrelic/api/import_hook.py:97(find_module) 6 0.000 0.000 0.011 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:583(get_all_asset_metadata) 20 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:293(get_course_summaries) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:168(test_course_has_payment_options) 1321 0.003 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1648(_get_mode_active_request_cache) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/heartbeat/tests/test_heartbeat.py:37(test_modulestore_fail) 954 0.002 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:19(__init__) 76 0.006 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/poll_module.py:151(definition_from_xml) 3 0.000 0.000 0.011 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:340(test_downloading_subs_using_transcript_name) 61 0.001 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:903(collect_ids_from_matching_indexes) 21098 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:184(find_module) 11505/11422 0.011 0.000 0.011 0.000 :1(reraise) 1 0.010 0.010 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/migrations/0002_assetexcludedextensionsconfig.py:2() 854 0.001 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:121() 3241 0.006 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:27(append) 4 0.000 0.000 0.011 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:186(delete_user_preference) 20 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:113(update_block_cache_if_needed) 9763 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:135(clear) 1 0.011 0.011 0.011 0.011 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/migrations/0002_auto_20151124_1024.py:2() 863 0.004 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1010(get_default_field_names) 8058 0.008 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:93(_get_tests) 2552 0.006 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:57(from_json) 58 0.000 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:174(get_paginated_response) 811 0.004 0.000 0.011 0.000 /usr/lib/python2.7/mimetypes.py:95(guess_type) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:172(test_locked_asset_not_logged_in) 662 0.001 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/subclassing.py:36(__set__) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:147(test_group_remove) 384 0.003 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1155(send_signal) 74 0.001 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:224(build) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:298(test_verification_status_invisible) 18 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/serializers.py:41(to_representation) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_cookies.py:22(setUp) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:193(test_get_value_for_org) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:138(test_unlocked_versioned_asset_with_nonexistent_version) 2 0.000 0.000 0.011 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:372(test_hide_credit_modes) 524 0.003 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/structures.py:42(__init__) 11839 0.011 0.000 0.011 0.000 /usr/lib/python2.7/argparse.py:566(format) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:122(test_unlocked_versioned_asset) 7258 0.010 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:344(_setup_counter) 8 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:808(is_user_locked_out) 2830 0.006 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:691(check_document_start) 9131 0.011 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:23(__init__) 1 0.010 0.010 0.011 0.011 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/hidden_content.py:3() 16 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:558(find_structures_by_id) 13 0.000 0.000 0.011 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/models.py:282(get_review_policy_for_exam) 183 0.000 0.000 0.011 0.000 /usr/lib/python2.7/tarfile.py:1027(create_gnu_header) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:198(test_non_staff) 818 0.001 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:183(__deepcopy__) 7890 0.010 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:105(reset_hashers) 9 0.001 0.000 0.011 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:150(render_content) 2248 0.004 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:44(escape) 3849 0.010 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:158(__init__) 112 0.000 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:137(get_location_from_path) 1279 0.002 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1623(_make_usage_key) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_middleware.py:124(test_session_cookie_domain_with_site_configuration_override) 475 0.002 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1655(_get_enrollment_in_request_cache) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:90(test_user_signup_missing_enhanced_profile) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:369(test_non_staff) 2128 0.007 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:280(make_bytes) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:120(test_same_email_varied_case) 9 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/utils.py:9(user_from_str) 15471 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:152(get_related_updates) 6 0.000 0.000 0.010 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/provider.py:369(get_credit_requests_for_user) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:267(test_course_access_history_with_rules) 85 0.000 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:214(_get_conn) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:259(test_verification_status_visible) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:120(test_create_account_errors) 1239 0.002 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:416(__next__) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:54(get) 6 0.000 0.000 0.010 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:647(credit_requests_for_user) 16 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:347(find_structures_by_id) 1196 0.005 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/django.py:9(load_function) 342 0.001 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:337(setUp) 1622 0.005 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:435(lists) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:152(test_fail_data_without_id) 38945 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1877(get_internal_type) 151 0.005 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/base.py:838(opendir) 12 0.000 0.000 0.010 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/recorder.py:43(ensure_schema) 2058 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:210(handle_data) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:196(test_dictionary_similarity_fail1) 77 0.000 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:250(render) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:64(test_authentication_required) 136 0.001 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/split_test.py:60() 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:186(test_invalid_user) 3 0.000 0.000 0.010 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:193(test_exact_match_gets_priority) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:537(test_get_cohort_by_id) 7 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/edxnotes/plugins.py:18(is_enabled) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:103(test_not_enough_digits) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:266(test_duplicate_email) 67 0.000 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/util.py:52(verify_directory) 334 0.001 0.000 0.010 0.000 /usr/lib/python2.7/string.py:561(vformat) 8 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/tagging.py:69(save_tags) 5 0.000 0.000 0.010 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:209(get) 16460 0.010 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/shim.py:51(move_from_context) 38492 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:137(__len__) 58 0.001 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/paginators.py:20(get_paginated_response) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:459(test_retrieves_partition_info_with_selected_groups) 183 0.003 0.000 0.010 0.000 /usr/lib/python2.7/tarfile.py:1113(_create_header) 4364 0.010 0.000 0.010 0.000 /usr/lib/python2.7/cgi.py:291(_parseparam) 62259 0.010 0.000 0.010 0.000 /usr/lib/python2.7/HTMLParser.py:411(handle_starttag) 2 0.000 0.000 0.010 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:171(setUp) 47 0.000 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:134(setUp) 180 0.000 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1195(render) 1464 0.003 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:147(_field_data) 1012 0.006 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:352(to_deprecated_string) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:88(test_modes_for_course_multiple) 55 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:170(__init__) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:763(test_task_library_update) 2689 0.010 0.000 0.010 0.000 /usr/lib/python2.7/urlparse.py:160(_splitnetloc) 47 0.001 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:128(setUp) 227 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_static.py:9(static) 3 0.000 0.000 0.010 0.003 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:220(copy_from_template) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:728(test_no_users) 15362 0.010 0.000 0.010 0.000 /usr/lib/python2.7/markupbase.py:37(reset) 5 0.000 0.000 0.010 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:178(test_only_in_role) 1397 0.010 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3129(_sync_children) 2992 0.010 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:558(available_translations) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:150(test_has_permission_as_staff) 2244 0.005 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:40(_read_limited) 115 0.000 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/subfs.py:51(opendir) 1 0.010 0.010 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/migrations/0001_initial.py:2() 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:483(test_delete_asset_with_invalid_asset) 1622 0.006 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:445(_is_cookie_present) 6 0.000 0.000 0.010 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:625(_find_course_assets) 3 0.000 0.000 0.010 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1284(_assert_children) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_signals.py:64(test_programs_enabled) 481 0.001 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:152(validate) 10151 0.007 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:722(check_value) 66 0.000 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:23(setUp) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:322(test_download) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:35(test_password_length_too_short) 6552 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:190(get_permission_codename) 11839 0.010 0.000 0.010 0.000 /usr/lib/python2.7/argparse.py:1448(_check_conflict) 2186 0.008 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:384(score_documents) 6 0.000 0.000 0.010 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2741(_find_course_assets) 31 0.000 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/forms.py:136(__init__) 14 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/edxnotes.py:299(__init__) 1 0.007 0.007 0.010 0.010 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/migrations/0001_initial.py:2() 99 0.000 0.000 0.010 0.000 /usr/lib/python2.7/rfc822.py:88(__init__) 595 0.002 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:42(merge_setting) 40 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:109(filters_for_model) 438 0.002 0.000 0.010 0.000 /usr/lib/python2.7/optparse.py:1008(add_option) 27806 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:221(isident) 520 0.002 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:150(setUpClass) 2614 0.004 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:217(_post_teardown) 3 0.000 0.000 0.010 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_users_default_role.py:46(tearDown) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:188(test_data_retrieval_failure) 1 0.009 0.009 0.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:16() 6452 0.010 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:178(post_order_traversal) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:84(test_password_not_enough_lowercase) 1 0.009 0.009 0.010 0.010 /edx/app/edxapp/edx-platform/lms/djangoapps/teams/plugins.py:3() 2 0.000 0.000 0.010 0.005 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:159(test_replace_static_urls) 3 0.000 0.000 0.010 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:767(copy_from_template) 940 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:110(context) 91 0.001 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:717(_has_access_to_course) 21 0.000 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/signals.py:29(_listen_for_course_delete) 3 0.000 0.000 0.009 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:146(course_notifications_handler) 949 0.006 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:481(version_block) 69 0.000 0.000 0.009 0.000 /usr/lib/python2.7/logging/__init__.py:1623(info) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:54(test_password_length_too_long) 10883 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/functional.py:298(regen) 960 0.004 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:141(run_validators) 11839 0.009 0.000 0.009 0.000 /usr/lib/python2.7/argparse.py:199(__init__) 27 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:260(load_asset_from_location) 2172 0.007 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py:40(_check_permission_clashing) 6429 0.006 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:437(validate_empty_values) 7999 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:249(__setattr__) 1082 0.007 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1560(bind) 1126 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:311(decode) 172 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:18(__init__) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_long_username_email.py:39(test_long_email) 12019 0.009 0.000 0.009 0.000 /usr/lib/python2.7/hmac.py:83(update) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:684(test_fail_data_without_id) 3155 0.006 0.000 0.009 0.000 /usr/lib/python2.7/argparse.py:2252(_get_value) 11 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:120(get_lms_link_for_certificate_web_view) 662 0.002 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:64(pre_init) 10687 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:206(get_username) 695 0.002 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:125(__repr__) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:273(test_index_auth) 7890 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:58(reset_cache) 5483 0.006 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:41(__new__) 83 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:201(_new_conn) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:365(test_success_generating_subs) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/course_tag/tests/test_api.py:17(setUp) 3 0.000 0.000 0.009 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:139(remove_user_from_cohort) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:103(test_search) 3 0.000 0.000 0.009 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/services.py:166(remove_credit_requirement_status) 7 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:116(assertCourseActionStatesEqual) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:227(test_range_request_partial_file) 21097 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:184(find_module) 3008 0.006 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py:8(handler_url) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:243(test_range_request_multiple_ranges) 7890 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/settings.py:218(reload_api_settings) 7750 0.009 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:139(coerce_types) 308 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1021(parse_bits) 294 0.003 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context_processors.py:52(i18n) 6 0.000 0.000 0.009 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:38(add_organization) 86 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:432() 6399 0.009 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:23(get_request_cache) 174 0.001 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:186(from_json) 1006/334 0.004 0.000 0.009 0.000 /usr/lib/python2.7/string.py:567(_vformat) 11462 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:546(isstring) 11 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:337(is_cohort_exists) 22535 0.009 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/user_partitions.py:21(name) 4501 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:598(get_script_prefix) 6 0.000 0.000 0.009 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/data.py:99(create_organization) 5 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:91(_assets_json) 2 0.000 0.000 0.009 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:196(setUp) 1204 0.003 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/serializer_helpers.py:127(__init__) 956 0.006 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:129(charset) 3 0.000 0.000 0.009 0.003 /usr/lib/python2.7/urllib2.py:131(urlopen) 4 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_time_zone_utils.py:17(setUp) 28 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:440(get_assignment_type) 19 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/__init__.py:250(find_class) 2097 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:137(_process_exclude_dictionary) 11 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:32(user) 20354 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:174() 7 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:201(generate_subs_from_source) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_views.py:19(setUp) 12429 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:130(get) 7620 0.009 0.000 0.009 0.000 /usr/lib/python2.7/unittest/runner.py:17(__getattr__) 23151 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/resolver.py:88(descend_resolver) 55 0.002 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:264(invalidate_credit_courses_cache) 85 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:612(merge_environment_settings) 511 0.002 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:352(top) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:212(test_remove_user_from_course_group) 1902 0.003 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:412(invalidate_user_profile_country_cache) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_long_username_email.py:22(test_long_username) 66 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:53(recreate_tracker) 39 0.004 0.000 0.009 0.000 /usr/lib/python2.7/gettext.py:77(c2py) 9320 0.009 0.000 0.009 0.000 /usr/lib/python2.7/string.py:484(translate) 46 0.000 0.000 0.009 0.000 /usr/lib/python2.7/optparse.py:1253(_add_version_option) 2 0.000 0.000 0.009 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:511(save_with_metadata) 2 0.000 0.000 0.009 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/search.py:9(path_to_location) 2655 0.006 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:23(__repr__) 812 0.002 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:208(load_handler) 86 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:772(_has_staff_access_to_descriptor) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:155(test_has_permission_as_owner_with_get) 160 0.002 0.000 0.009 0.000 /usr/lib/python2.7/tarfile.py:1200(frombuf) 269 0.000 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:156(__ne__) 459 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:119(__getitem__) 2 0.000 0.000 0.009 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/fix_not_found.py:19(handle) 5 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:46(test_age) 30067 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/tz.py:47(utcoffset) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:122(test_not_enough_punctuations) 227 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/templatetags/staticfiles.py:8(static) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:65(test_password_not_enough_uppercase) 5 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:375(remove_content_references) 1014 0.001 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:341(url_name) 4 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/admin.py:114(send_admin_notification_callback) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:176(test_unicode_values) 8 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:110(collect_and_verify) 1 0.008 0.008 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/migrations/0001_initial.py:2() 87 0.003 0.000 0.009 0.000 /usr/lib/python2.7/httplib.py:271(readheaders) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:376(test_not_pending) 3 0.000 0.000 0.009 0.003 /usr/lib/python2.7/urllib2.py:411(open) 4 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/test.py:107(tearDown) 1194 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:107(_isidentifier) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:889(test_non_staff) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:707(_relation_tree) 8 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:312(assert_enrolled) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:66(test_send_graded_result) 1 0.002 0.002 0.009 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:672(_populate_directed_relation_graph) 7 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tests/factories.py:62(course_key) 1910 0.005 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:247(repercent_broken_unicode) 1189 0.009 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:105(split_mongo_store_config) 2051 0.007 0.000 0.009 0.000 /usr/lib/python2.7/urllib.py:1221(unquote) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:202(test_unique_filenames) 1612 0.003 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:51(process_response) 98 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:104(get_serializer) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:160(test_multiple_errors_fail) 4 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/provider.py:399(get_credit_request_status) 8 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:165() 5 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:25(_set_year_of_birth) 107 0.000 0.000 0.009 0.000 /usr/lib/python2.7/tarfile.py:2495(next) 12 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:341(get_published_on) 4 0.000 0.000 0.009 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:386(remove_content_references) 86 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:711(_has_staff_access_to_location) 22402 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/loaders/base.py:79(on_task_init) 7 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:567(compute_published_info_internal) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:295(test_course_access_history_delete_all) 1001 0.002 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1871(get_prep_lookup) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:208(test_dictionary_similarity_fail2) 298 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:19(__init__) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:141(test_not_enough_words) 708 0.004 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/packager.py:64(__init__) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_tasks.py:19(setUp) 164 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/aggregates.py:17(resolve_expression) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:398(test_get_list_filter_user_empty) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:399(test_id) 83 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:76(_new_pool) 1 0.008 0.008 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/migrations/0001_initial.py:2() 2 0.000 0.000 0.009 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:167() 255 0.001 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:258(convert_video_status) 2 0.000 0.000 0.009 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:413(__call__) 308 0.001 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:31(_cohort_added) 7 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/views.py:968(get_queryset) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:210(test_range_request_full_file) 4122 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1149(include_extra_kwargs) 1400 0.005 0.000 0.009 0.000 /usr/lib/python2.7/urllib.py:1308(urlencode) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:333(test_pickling_calls) 66 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/django/__init__.py:25(__init__) 4757 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/text.py:421(unescape_string_literal) 29 0.000 0.000 0.009 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/404.html.py:29(_mako_inherit) 3115 0.003 0.000 0.009 0.000 /usr/lib/python2.7/hmac.py:109(digest) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:85(test_no_profile_name) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:98(test_get_specific_resource) 3458 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:30(__init__) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:139(test_owner) 2 0.000 0.000 0.009 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1793(__repr__) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:145(test_non_staff_test_non_owner_or_staff_user) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:52(test_get_unpaginated_data) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:102(test_wrong_email) 152 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1090(is_cohorted) 21 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1801(ajax_url) 209 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1153(check) 1003 0.005 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:75(escapejs) 1145 0.002 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/block_metadata_utils.py:10(url_name_for_block) 177 0.002 0.000 0.008 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/segment-io.html.py:18(render_body) 7 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tests/factories.py:48(course_key) 151 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:37(_os_mkdir) 8507 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1750(get_deferred_cls) 3470 0.007 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1059(scan_block_scalar_indicators) 3346 0.004 0.000 0.008 0.000 /usr/lib/python2.7/argparse.py:842(__init__) 73 0.006 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:91(get_netrc_auth) 114 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:22(_validate_course_key) 25525 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/lru_cache.py:23(__hash__) 5 0.000 0.000 0.008 0.002 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/problem.html.py:31(render_body) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:198(test_disabled_too_frequent_password_resets) 6 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:36(get_transformed) 31341 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:135(get_source_expressions) 13 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/reindex_course.py:64(handle) 2 0.000 0.000 0.008 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:168(get_template) 3940 0.006 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:431(_check_and_set_parent) 808 0.003 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/middleware.py:10(__init__) 20561 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:63(__len__) 856 0.005 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:959(default_store) 4 0.000 0.000 0.008 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:105(strip_site_theme_templates_path) 15 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:435(get_statuses) 6 0.008 0.001 0.008 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/locks.py:107(lock) 2492 0.006 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:647(set_attributes_from_name) 9 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:19(_get_prerequisite_milestone) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:134(test_staff_user) 218 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:157(__copy__) 4736 0.008 0.000 0.008 0.000 /usr/lib/python2.7/urlparse.py:233(urlunsplit) 7258 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:281(next) 5738 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:629(get_urlconf) 4 0.000 0.000 0.008 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:469(delete_content_references) 7657 0.008 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/annotator_mixin.py:46(get_data) 15195 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:797(org) 1 0.004 0.004 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0001_initial.py:2() 114 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/validators.py:12(course_key_is_valid) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_signals.py:55(test_programs_disabled) 333 0.005 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:180(__repr__) 11 0.002 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:155(export) 10 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:47(get_microsite_for_domain) 1398 0.005 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:27(default_key_func) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:42(test_intercepts_errors) 2014 0.005 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1051(create_index) 400 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:91(pgettext) 453 0.002 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:816(__init__) 17782 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:407(next_token) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:516(test_get_cohort_by_name) 36 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:85(create_request) 17 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:974(_is_location_published) 41 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:427(render) 101 0.001 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:165(isotime_to_timedelta) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1872(test_component_xblock_info) 131 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/response.py:22(__init__) 11 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:36(__init__) 83 0.002 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:161(__init__) 7553 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:210(has_header) 21197 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/internal.py:65(needs_name) 15082 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:218(__init__) 5 0.000 0.000 0.008 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:39() 84 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:91(resolve_redirects) 47 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:550(_verify_duplicate_display_name) 6699 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:76(__setattr__) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:95(test_given_all_key_prompts_and_reindexes_all_courses) 8507 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:665(get_related_klass_infos) 3 0.000 0.000 0.008 0.003 /usr/lib/python2.7/urllib2.py:439(_open) 1848 0.006 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/serializers/__init__.py:109(get_public_serializer_formats) 1612 0.002 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/utils.py:12(fix_location_header) 6 0.000 0.000 0.008 0.001 /usr/lib/python2.7/urllib2.py:399(_call_chain) 10 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/admin.py:76(update_creator_group_callback) 1252 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:134(normalize_email) 3 0.000 0.000 0.008 0.003 /usr/lib/python2.7/urllib2.py:1227(http_open) 19 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/partition_schemes.py:19(get_group_for_user) 318 0.006 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:71(__init__) 3 0.000 0.000 0.008 0.003 /usr/lib/python2.7/urllib2.py:1152(do_open) 124 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:85(render) 73 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:349(__exit__) 47 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1077(iterator) 161 0.001 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:189(convert_set_grace_period) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_models.py:25(test_enrollment_status_hash_cache_key) 1133 0.008 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:427(_format_filepath) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:140(layout_asides) 3813 0.005 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:371(get_value) 164 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/aggregates.py:91(__init__) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:93(test_user_in_deleted_group) 5 0.000 0.000 0.008 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:534(can_auto_enroll) 15 0.000 0.000 0.008 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/models.py:421(get_proctored_exam_attempts) 6 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:93(_test_bad_request_omit_field) 8514 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/events.py:5(__init__) 23151 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:107(peek_event) 73 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:646(close) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:76(test_lti20_outcomes_put) 15167 0.008 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:462(get_asides) 84 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:628(is_redirect) 2 0.000 0.000 0.008 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1056(test_user_is_not_eligible) 326 0.008 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:96(from_json) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:95(test_require_get_param) 21097 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/boto/vendored/six.py:184(find_module) 506 0.004 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:285(write) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:112(test_accept_multiple_released_langs) 440 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:192(__setitem__) 19324 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:313(remove_possible_simple_key) 1315 0.002 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:46(has_role) 50 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:150(check_key) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:384(test_get_list_filter_key_empty) 237 0.006 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:109(write) 1079 0.005 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:118(get_scheme) 9 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:234(assert_session_lang_equals) 1076 0.001 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/split_test.py:49() 6 0.000 0.000 0.008 0.001 /usr/lib/python2.7/_strptime.py:267(compile) 9370 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1894(set_annotation_mask) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:288(test_vary_header_sent) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:94(test_get_anonymous_user_id_returns_id_for_existing_users) 1716 0.006 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:236(__str__) 11/9 0.000 0.000 0.008 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:669(get_form) 3241 0.008 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3381(__setitem__) 328 0.008 0.000 0.008 0.000 /usr/lib/python2.7/tarfile.py:246(calc_chksums) 58185 0.008 0.000 0.008 0.000 /usr/lib/python2.7/HTMLParser.py:415(handle_endtag) 42 0.004 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:157(root_nodes) 503 0.002 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:113(select) 400 0.002 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:333(pgettext) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:223(test_microsite_get_template) 1617 0.008 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/middleware.py:13(process_response) 2 0.000 0.000 0.008 0.004 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:129(get_prerequisites) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:100(test_org_and_course_roles) 16 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:280(track_event) 8049 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:119(_get_scheme) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:156(test_put_list_not_allowed) 172 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:140(store_rendered_templates) 445 0.003 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:30(add_lazy_relation) 97 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1299(video_pipeline_configured) 3 0.000 0.000 0.008 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:449(add_or_update_requirement_status) 390 0.002 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1005(__init__) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_signals.py:43(test_signal_received) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:45(test_creator_group_enabled_nonempty) 150 0.003 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:54(keys_to_check) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2176(test_logout) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_admin.py:33(test_save_action_admin_form) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:214(test_cannot_set_assignment_type) 1 0.000 0.000 0.008 0.008 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:100(render_header_extras) 3 0.000 0.000 0.008 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:60(initiate_rerun) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/tagging.py:40(student_view_aside) 3889 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/five.py:305(__getattr__) 33 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1930(__get__) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:297(test_cache_headers_with_ttl_unlocked) 9 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:121(_set_microsite_config_from_obj) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:491(test_options) 705 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:160() 33 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1921(create_mock) 1622 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/weakref_backports.py:25(__new__) 3324 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/__init__.py:49(normalize_encoding) 9 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:67(_get_course_cohort_settings_representation) 4483 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1988(__new__) 17486 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:105(construct_scalar) 4 0.000 0.000 0.007 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/models.py:39(get_or_create_with_validation) 436 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:42(__copy__) 78 0.000 0.000 0.007 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:25(_mako_get_namespace) 5 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/models.py:20(get_base_url) 110 0.003 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:232(assert_block_structure) 4 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1161(_assert_credit_status) 399 0.002 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:684(args_check) 207 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:88(_prepareErr) 5977 0.005 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/django_courseware_routers.py:48(allow_migrate) 2288/2286 0.003 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:66() 1612 0.003 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/common.py:109(process_response) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:333(test_create_notes) 22 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_group.py:90(_resolve_permissions) 13 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/reindex_library.py:56(handle) 2 0.000 0.000 0.007 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:145(test_search_usage_ids) 16 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:290(results) 4 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:151(_create_cohort) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:228(test_remove_user_from_course_group_permission_denied) 165 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:498(resolve_expression) 1190 0.003 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context_processors.py:24(_get_val) 2 0.000 0.000 0.007 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:162(test_partial_match_es419) 2 0.000 0.000 0.007 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:328(test_cleanup) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2198(_set_display_name) 136 0.001 0.000 0.007 0.000 /usr/lib/python2.7/httplib.py:579(read) 227 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:88(new_file) 80 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filters.py:57(field) 4 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:226(do_email_change) 146 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:264(close) 204 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:87(__init__) 8 0.000 0.000 0.007 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:285(__init__) 82 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:86(__init__) 1937 0.006 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:164(set_structure_for_branch) 7 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:345(assertAssetsEqual) 404 0.001 0.000 0.007 0.000 /usr/lib/python2.7/cgi.py:1050(valid_boundary) 4 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2421(do_email_change_request) 2 0.000 0.000 0.007 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:336(check_confirm_email_change) 56 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:182(items_for_result) 14657 0.007 0.000 0.007 0.000 /usr/lib/python2.7/inspect.py:142(isfunction) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:976(test_only_unknown) 1619 0.004 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:189(get_user_primary_key) 3634 0.003 0.000 0.007 0.000 /usr/lib/python2.7/mimetypes.py:330(add_type) 304 0.005 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:167(__repr__) 6394 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:77(__init__) 4 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:39(_set_gender) 7 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:85(clean) 58 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:165(mock_registered_transformers) 1827 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:158(__unicode__) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/course_tag/tests/test_api.py:23(test_get_set_course_tag) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:270(test_range_request_malformed_invalid_range) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:40(test_language_in_user_prefs) 18 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:135(has_published) 84 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:349(from_httplib) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:96(test_given_all_key_prompts_and_reindexes_all_libraries) 4 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:393(get_course_milestones_fulfillment_paths) 146 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:93(clear) 6521 0.007 0.000 0.007 0.000 /usr/lib/python2.7/inspect.py:59(isclass) 2 0.000 0.000 0.007 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:584(_set_group_access) 2 0.000 0.000 0.007 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:299(get_courselike) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1171(test_user_does_not_exist) 81 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:32(_validate_content_key) 6670 0.007 0.000 0.007 0.000 /usr/lib/python2.7/json/encoder.py:33(encode_basestring) 12838 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/milestones.py:18(name) 7 0.000 0.000 0.007 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:581(refresh_from_db) 1152 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:833(_kwargs_for_callable) 3426 0.003 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/block_counts.py:21(collect) 70 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/xblock_discussion.py:198(student_view_data) 5 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:517(complete_course_mode_info) 23151 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/resolver.py:111(ascend_resolver) 1543 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/request.py:29(course_id_from_url) 4562 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:89(getDefaultParser) 3 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:123(get_cohort_id) 36 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/middleware.py:97(_clean_accept_headers) 511 0.002 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:75(__init__) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:327(test_cache_headers_without_ttl_unlocked) 54 0.001 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:125(fallback_name) 6712 0.003 0.000 0.007 0.000 /usr/lib/python2.7/unittest/case.py:501(_baseAssertEqual) 81 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/validators.py:25(content_key_is_valid) 2 0.000 0.000 0.007 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:174(test_success) 4084 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:93(__init__) 17 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/poll_module.py:191(definition_to_xml) 39 0.000 0.000 0.007 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:31(_mako_generate_namespaces) 11 0.001 0.000 0.007 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:468(modelform_factory) 82 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:715(do_filter) 99 0.001 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:600(create) 146 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:86(clear) 2917 0.003 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:50(__setitem__) 9 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/views.py:83(_add_user) 12/2 0.000 0.000 0.007 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:69(add_block) 10883 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:558(app) 1629 0.001 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:114(prepare_asides_to_store) 9 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:68(_delete_asset) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:490(_assert_cannot_create_library) 10408 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:293(__ne__) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:142(test_get_transformed_with_collected) 333 0.002 0.000 0.007 0.000 /usr/lib/python2.7/optparse.py:561(__init__) 198 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:441(is_self_paced) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/pavelib/prereqs.py:167(install_node_prereqs) 1 0.004 0.004 0.007 0.007 /edx/app/edxapp/edx-platform/pavelib/prereqs.py:95(prereq_cache) 24 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1157(_group_conf_url) 2 0.000 0.000 0.007 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:331(assertFailedBeforeEmailing) 5 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:319(get_course_milestones) 250 0.001 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:43(request_token) 28 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:192(setUp) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:50(test_language_in_session) 2 0.000 0.000 0.007 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:325(assertRolledBack) 440 0.002 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:83(forbid_multi_line_headers) 3121 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:268(_escape) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:377(test_no_cohorts) 1001 0.004 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:49(migrations_module) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:34(test_get_themes_2) 9 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tracker.py:55(_instantiate_backend_from_name) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:153(test_post_list_not_allowed) 12 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:132(get_context_for_request) 22679 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1699(simple_class_factory) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:279(test_range_request_malformed_out_of_bounds) 168 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:116(extract_cookies_to_jar) 3 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:79(get_program_types) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:914(_test_exception) 6556 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:163(_get_truncated_setting_value) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:208(_dismiss_notification) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:154(test_verified_mode_for_course) 1 0.005 0.005 0.007 0.007 /edx/app/edxapp/edx-platform/lms/djangoapps/course_wiki/tab.py:4() 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:104(test_html_no_partition) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:43(test_instatiate_backends_with_invalid_values) 15 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:315(get_attrs) 31 0.002 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:198(process_root) 44 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:539(__exit__) 7425 0.004 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:35(coerce_atomic_property) 6 0.000 0.000 0.007 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/enabled.py:47(__init__) 4 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:44(get_invalid_backend) 3 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1238(_get_staff_lock_from) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:109(test_require_post_param) 15 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:351(invalidate_cache_for_course) 91 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/viewsets.py:103(initialize_request) 1 0.006 0.006 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/migrations/0001_initial.py:2() 1 0.000 0.000 0.007 0.007 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_optional_include_mako.html.py:26(render_body) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:706(test_update_course_cohort_settings_with_invalid_data_type) 22556 0.007 0.000 0.007 0.000 /usr/lib/python2.7/gzip.py:367(closed) 1612 0.003 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:47(process_request) 5 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:515(has_payment_options) 7 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:633(snapshot_post_delete_receiver) 9633 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:133(get_tracker) 111 0.002 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:711(_parse_youtube) 176 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:933(check) 7242 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:205(_push_frame) 3396 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:94(style_func) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1147(test_non_staff) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py:97(test_multiple_response_matches) 80 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:446(filter_for_field) 6 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:260(_verify_staff_lock_source) 32 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:392(get_course_update_items) 37614 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/contracts/main.py:146(tmp_wrap) 558 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:122(to_json) 23803 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:113() 14 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:404(_post_clean) 101 0.000 0.000 0.007 0.000 /usr/lib/python2.7/_strptime.py:477(_strptime_time) 44 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:542(close) 152 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:1257(clean) 6 0.000 0.000 0.007 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:77(get_available_name) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:469(register_user) 12 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:106(post_segmentio_event) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:176(test_has_configuration_set) 21 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:429(as_sql) 470 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:71(default) 427 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:307(resolve_related_class) 1 0.006 0.006 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/middleware.py:79() 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_userstanding.py:81(test_disabled_account_403s) 181 0.002 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1342(_check_field_name_clashes) 61 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:99(many_init) 665 0.003 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:33(is_entrance_exams_enabled) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_models.py:73(test_save_deletes_cached_enrollment_status_hash) 1131 0.005 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/color.py:11(supports_color) 5 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:38(process_request) 207 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:71(formatError) 130 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:302(perform_authentication) 7 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/migrate_to_split.py:23(parse_args) 1189 0.006 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1266(close_connections) 6 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:107(_test_bad_request_empty_field) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:445(test_post_detail_not_allowed) 61 0.001 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:498(find_matching_course_indexes) 8 0.000 0.000 0.006 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:41(__init__) 3714 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:154(get_mod_func) 1450 0.004 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:220(close) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:623(backend) 4752 0.006 0.000 0.006 0.000 /usr/lib/python2.7/logging/__init__.py:177(_checkLevel) 1 0.001 0.001 0.006 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:439(_get_backend) 66 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2043(__init__) 11 0.000 0.000 0.006 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:244(__new__) 2 0.000 0.000 0.006 0.003 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:215(render_header_extras) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:304(remove_credit_requirement_status) 2 0.000 0.000 0.006 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_admin.py:17(setUp) 655 0.002 0.000 0.006 0.000 /usr/lib/python2.7/gzip.py:424(seek) 230 0.003 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:87(__init__) 5 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/middleware.py:19(process_request) 7890 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:130(file_storage_changed) 3 0.000 0.000 0.006 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:122(_test_success) 48 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:742(jpeg_factory) 1153 0.005 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/util.py:140(__init__) 18684 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:48() 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_models.py:49(test_add_course_requirement_namespace) 5 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/views.py:19(get_object) 7890 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:118(language_changed) 4049 0.003 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:399() 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:188(test_add_user_to_course_group) 1751 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:255(get_str_from_wsgi) 170 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:368(__init__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:721(test_non_staff) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:686(test_update_course_cohort_settings) 110 0.000 0.000 0.006 0.000 /usr/lib/python2.7/email/message.py:218(set_payload) 1 0.005 0.005 0.006 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/context_processors.py:3() 6465 0.006 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:188(_Node) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:86(test_lti20_outcomes_put_like_delete) 377 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:987(contribute_to_class) 6394 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:29(fget) 35 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/middleware.py:84(_fuzzy_match) 944 0.005 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:43(__call__) 122 0.001 0.000 0.006 0.000 /usr/lib/python2.7/tarfile.py:259(copyfileobj) 22426 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/serializer_helpers.py:135(__getitem__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:73(test_nodes_for_course_single) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:150(test_options_list) 96 0.001 0.000 0.006 0.000 /usr/lib/python2.7/unittest/case.py:863(assertItemsEqual) 1 0.006 0.006 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/bulk_change_enrollment.py:1() 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:442(test_options_detail) 77 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:1013(__init__) 1 0.005 0.005 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/middleware.py:27() 5268 0.004 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:282(get_autocommit) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:1106(test_unicode) 140 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:212(user) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:50(test_add_granted) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1158(test_no_username_given) 275 0.001 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/help_context_processor.py:83(get_pdf_url) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:127(save) 510 0.003 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1386(scan_tag_uri) 763 0.003 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/middleware.py:99(__init__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:143(test_accept_mixed_case) 46 0.000 0.000 0.006 0.000 /usr/lib/python2.7/optparse.py:1248(_add_help_option) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:503(test_deleted_groups) 51 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/middleware.py:64(released_langs) 51 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:80(__new__) 4124 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:330() 55 0.001 0.000 0.006 0.000 /usr/lib/python2.7/email/message.py:228(set_charset) 1368 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:58(__iter__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:180(test_update) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/finders.py:39(__init__) 1 0.006 0.006 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0006_courseoverviewimageset.py:2() 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:146(test_get_programs_by_type) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:674(_compile_text) 1567 0.003 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:151(_regex) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:162(test_delete_list_not_allowed) 1914 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:203(get_path_info) 2 0.000 0.000 0.006 0.003 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:166(render_optional_include_mako) 640 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:80(__proxy__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:172() 41 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaultfilters.py:768(date) 12 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:150(test_verify_corrupt_signed_data) 19 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:33(json_http_response) 442 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:364(do_related_class) 156 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:112(get_queryset) 1 0.004 0.004 0.006 0.006 /edx/app/edxapp/edx-platform/lms/lib/comment_client/utils.py:54(perform_request) 2890 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:33(__init__) 3 0.000 0.000 0.006 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:276(test_course_is_professional_mode) 2 0.000 0.000 0.006 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:482(get_template) 1958 0.003 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:239(__radd__) 22402 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/__init__.py:167(kwdict) 1658 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:376(__init__) 20689 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:275(convertyear) 14136 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:269() 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:344(remove_user_from_cohort) 14 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:308(__init__) 941 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/models.py:247(get_history_user) 87 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:41(from_deprecated_string) 967 0.004 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/_os.py:42(upath) 6 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/models.py:21(get_values) 4 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:255(_set_client_session_language) 85 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:560(get_environ_proxies) 3649 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:229(_build_path_iterator) 1 0.006 0.006 0.006 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/plugins.py:3() 8 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:146(post) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:85(test_get_anonymous_user_id_returns_none_for_non_existing_users) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:494(test_put_not_allowed) 10151 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:350(add_indent) 1 0.005 0.005 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/migrations/0001_initial.py:2() 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:500(test_delete_not_allowed) 1 0.006 0.006 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/migrations/0001_initial.py:2() 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:651(_compile) 41 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/formats.py:146(date_format) 3792 0.006 0.000 0.006 0.000 /usr/lib/python2.7/glob.py:99(has_magic) 27195 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:139() 5 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/views.py:22(add_user_with_status_granted) 178 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:239(setUp) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:193(test_required_parameter) 1 0.006 0.006 0.006 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/edxnotes/plugins.py:3() 7 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:69(clean_email) 17863 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:50(__iter__) 409 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/inspect.py:9(getargspec) 1021 0.005 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:66(key) 12838 0.006 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py:35(name) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:576() 1142 0.004 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:220(to_python) 1188 0.003 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:69(b64_decode) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2066(test_lib_xblock_info) 3413 0.006 0.000 0.006 0.000 /usr/lib/python2.7/Cookie.py:440(__setitem__) 181 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1597(_check_long_column_names) 2 0.000 0.000 0.006 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:401(_get_release_date) 9 0.000 0.000 0.006 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:147(_find_entry_points) 1681 0.004 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:414(_iterlists) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:852(test_delete_cascade) 11 0.000 0.000 0.006 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/darklang/preview_lang.html.py:68(render_content) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:306(test_notes_collection_when_no_notes) 4498 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:354(_is_callback) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:53(test_anonymous_id_sub) 4 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:417(copy) 35 0.001 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:365(_get_asset_json) 965 0.006 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2268(_compare_settings) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_forms.py:66(test_add_valid_ips) 491 0.003 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:261(do_reset) 170 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:231(__init__) 536 0.003 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:230() 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:448(test_put_detail_not_allowed) 1612 0.003 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/cache.py:72(process_response) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:503(test_unauthorized) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:204(test_unique_together_constraint) 11906 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2540(_dep_map) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:363(test_delete_list_not_allowed) 1579 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:65(__init__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:342(test_headers) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:354(test_options_list) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:278(get_cohort_names) 427 0.006 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1243(build_block_key_to_parents_mapping) 3225/3149 0.006 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:891(_value_matches) 3792 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:470(has_def) 109 0.001 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:106(__init__) 650 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/mediatypes.py:51(__init__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:117(test_request_context_caching) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:366(test_list_unauthorized) 2849 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:20(__init__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:165(test_list_unauthorized) 10400 0.006 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/cache.py:20(__init__) 36 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:222(can_write) 4 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py:65(check_export_file) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:140(test_course_structure_with_non_existed_block_types) 1 0.005 0.005 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/track/migrations/0001_initial.py:2() 2 0.000 0.000 0.006 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/keyword_substitution.py:25(anonymous_id_from_user_id) 4/1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:177(add_block) 6331 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:217(add_prefix) 7890 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:50(update_connections_time_zone) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:357(test_put_list_not_allowed) 4330 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:74(opengroup) 365 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:956(to_deprecated_string) 36 0.000 0.000 0.006 0.000 /usr/lib/python2.7/SocketServer.py:410(__init__) 4 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:826(increment_lockout_counter) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:84(test_user_requested_already_granted) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:93(test_no_entry_is_saved_for_errors) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:175(test_client_initialization_failure) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:454(test_delete_detail_not_allowed) 10 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/api/permissions.py:100(has_permission) 61 0.001 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:454(find_matching_course_indexes) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:180(get_html) 1069 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py:108() 199 0.001 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1577() 4 0.000 0.000 0.006 0.001 /usr/lib/python2.7/tarfile.py:1840(getnames) 2614 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:224(_urlconf_teardown) 4 0.001 0.000 0.006 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:73(render_content) 4 0.000 0.000 0.006 0.001 /usr/lib/python2.7/tarfile.py:1830(getmembers) 1579 0.004 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:129(update) 4 0.000 0.000 0.006 0.001 /usr/lib/python2.7/tarfile.py:2412(_load) 159 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:583(clean) 55 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/__init__.py:29(get_connection) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:354(test_create_account_duplicate_username) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:42(lms_link_for_certificate_web_view_test) 20 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:520(_open) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:67(test_convert_authenticate_user) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:68(test_not_found_key) 7242 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:211(_pop_frame) 2121 0.004 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:110(__new__) 8 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:363(validate) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:269(test_cache_enabled) 2905 0.003 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:268(__iter__) 8 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:543(validate) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:76(test_get_anonymous_user_id_returns_none_for_non_staff_users) 1116 0.004 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:756() 16 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/utils.py:127(emit_event) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:163(test_cache_disabled) 2203 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/models.py:37(_get_from_cache) 2445 0.002 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:51() 3426 0.003 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/navigation.py:34(collect) 1445 0.003 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:402(setlist) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:234(validate) 41 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:54(render) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:61(test_get_programs) 5 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/models.py:44(get_excluded_extensions) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:346(validate) 13 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:48(link_cohort_to_partition_group) 2589 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:960(to_python) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:328(test_download_not_found_throw) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:457(test_detail_unauthorized) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:68(test_rerun_initiated) 508 0.002 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1495(patch) 14744 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:189() 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:74(test_get_prerequisite_milestone_returns_milestone) 16 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/utils.py:188(_emit_event) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:206(is_prerequisite) 89 0.001 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1540(__init__) 1 0.005 0.005 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/migrations/0002_cdnuseragentsconfig.py:2() 48 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:287(_open) 9870 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1055() 20 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:997(get_course_summaries) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:900(test_empty) 14 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:47(has_configuration_set) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:794(test_get_group_info_for_cohort_queries) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_models.py:39(test_is_studio_tab_enabled) 481 0.003 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/stringify.py:6(stringify_children) 921 0.004 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:436() 9911 0.005 0.000 0.005 0.000 /usr/lib/python2.7/inspect.py:838(strseq) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:452(test_convert_video_status) 2972 0.005 0.000 0.005 0.000 /usr/lib/python2.7/functools.py:39(wraps) 1009 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:66(read) 1 0.001 0.001 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/BmpImagePlugin.py:27() 4 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/dot_overrides.py:51(_authenticate) 7 0.000 0.000 0.005 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:60(_inactivate_record) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_token_utils.py:40(test_user_profile_missing) 2173 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/models.py:151(_add_to_cache) 7560 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:91() 7890 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:162(static_storage_changed) 1122 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:302(__init__) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:183(get_review_policy_by_exam_id) 130 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:198(admin_view) 72 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:624(get_id) 600 0.002 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1014(to_internal_value) 10387 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py:54(get_cache) 5 0.000 0.000 0.005 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:136(update_review_policy) 15307 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:164(_get_session_key) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:96(test_clear) 687 0.003 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:345(cached_col) 2113 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3012(_update_search_targets) 2849 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/events.py:46(__init__) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_models.py:53(test_is_certification_enabled) 832 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:283(local) 137 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/formats.py:106(get_format) 5 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:346(test_should_dump_course) 1 0.005 0.005 0.005 0.005 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor_analytics/csvs.py:5() 2081 0.003 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:242(__init__) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:513() 31 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/caching.py:24(get_cached_content) 1070 0.002 0.000 0.005 0.000 /usr/lib/python2.7/argparse.py:983(__init__) 5813 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:67(__init__) 9 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:337(add_credit_course) 6226 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1670(add_select) 26 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:521(invalidate_cache_for_course) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/__init__.py:48(symbol_by_name) 130 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:355(initialize_request) 15 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:38(test_success) 271 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:448(cookiejar_from_dict) 14 0.000 0.000 0.005 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:36(_mako_inherit) 55 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:39(get_organization_by_short_name) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/__init__.py:55(get_backend_by_url) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/__init__.py:43(get_backend_cls) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:76(test_given_id_list_indexes_libraries) 4 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:528(save_subs_to_store) 1 0.004 0.004 0.005 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/migrations/0001_initial.py:2() 4 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py:25(setUp) 3210 0.005 0.000 0.005 0.000 /usr/lib/python2.7/argparse.py:1439(_get_handler) 109 0.002 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1667(__init__) 21 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_rest_api_client/client.py:48(__init__) 15 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1341(delete_course) 5171 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:421(__init__) 1233 0.005 0.000 0.005 0.000 /usr/lib/python2.7/collections.py:181(__repr__) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:88(test_invalidate_cache_user_profile_country_updated) 5320 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:756(from_json) 17 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/views.py:123(redirect_to_login) 128/122 0.005 0.000 0.005 0.000 /usr/lib/python2.7/socket.py:340(read) 387 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:89(do_pending_lookups) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:74(test_display_gender) 2 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:255(get_required_content) 107 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1388(_flag_library_updated_event) 145 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:84(formatFailure) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:137(test_get_one_program) 1290 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:224(localize) 1165 0.001 0.000 0.005 0.000 /usr/lib/python2.7/unittest/case.py:418(assertTrue) 204 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:121(init_poolmanager) 6 0.001 0.000 0.005 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyquery/pyquery.py:153(__init__) 6974 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:83(location) 111 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:546(__delete__) 3330 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/crum/__init__.py:28(set_current_request) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:191() 1 0.002 0.002 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:35() 85 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:498(prepare_cookies) 54 0.000 0.000 0.005 0.000 /usr/lib/python2.7/tarfile.py:1798(close) 470 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:114(get) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:287(verify_error) 22 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:199(get_details_url) 4011 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/compat.py:33(is_string) 3256 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:437(_is_cookie_marked_for_deletion) 1 0.004 0.004 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/migrations/0003_add_new_config_models.py:2() 15 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:371(delete_all_course_assets) 12838 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/split_test.py:24(name) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:334(test_bad_user) 8 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor/access.py:37(list_with_level) 21144 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:230(max_in_list_size) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:100(add_users) 12848 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/library_content.py:22(name) 42 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:10(webob_to_django_response) 14 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1167(_html_group_result) 42 0.000 0.000 0.005 0.000 /usr/lib/python2.7/tarfile.py:2468(__exit__) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:262(test_cache_disabled) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:36(test_update_state_allow_not_found) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:150(test_kwargs_in_update_state) 4 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1330(clone_course) 1 0.005 0.005 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/migrations/0002_auto_20160202_0228.py:2() 96 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mixin.py:44(add_license_to_xml) 1 0.004 0.004 0.005 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/migrations/0001_initial.py:2() 501 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:50(iterdescendants) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py:81(test_configure_specific_response) 23 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:241(is_user_authorized) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:530(test_create_new_cohort_missing_assignment_type) 2071 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:519(_find_boundary) 763 0.002 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/middleware.py:63(__init__) 5832 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:27(_get_request_header) 121 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:94(__init__) 11 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/raw_module.py:24(definition_to_xml) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:109(test_validate_lti_cannot_add_get_params) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:618(min_course_price_for_currency) 1 0.005 0.005 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/session_inactivity_timeout/middleware.py:10() 498/342 0.002 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/exceptions.py:86(__init__) 1 0.004 0.004 0.005 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/xblock_config/migrations/0001_initial.py:2() 45 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:132(add_never_cache_headers) 401 0.002 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/generic/base.py:49(as_view) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:1098(test_get_set_attribute) 52 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:123() 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:523(test_create_new_cohort_missing_name) 957 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:290(filter) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:472(remove_requirement_status) 4 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1397(is_enrolled_by_partial) 2709 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/signals.py:20(_resolve_references) 1670 0.002 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:78(__nonzero__) 126 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/migration.py:72(mutate_state) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:367(fetch_milestone_courses) 52 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:605(values) 1 0.005 0.005 0.005 0.005 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/milestones.py:3() 1 0.004 0.004 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursetalk/migrations/0001_initial.py:2() 12 0.003 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:105(sql_flush) 85 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:133(get_cookie_header) 73 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:66() 4 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/tests.py:74(test_xblock_export_format) 4 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:352(save_subs_to_store) 1 0.005 0.005 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0002_auto_20160325_1604.py:2() 361 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:161(__eq__) 407 0.003 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:134(to_json) 32 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:63(assert_signature_error_logged) 915 0.002 0.000 0.005 0.000 /usr/lib/python2.7/Queue.py:107(put) 2595 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:219(get) 2 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:307(test_get_non_existent_course) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:122(remove_milestone) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:159(delete_milestone) 39 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2222(_get_course_id) 2614 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:205(_urlconf_setup) 6 0.000 0.000 0.005 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:62(get_organization_by_short_name) 6 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:184(_get_assets_for_page) 4233 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/search_engine_base.py:14(__init__) 1612 0.002 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/crum/__init__.py:57(process_response) 3311 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3270(_get_block_from_structure) 6 0.000 0.000 0.005 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/data.py:171(fetch_organization_by_short_name) 132 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:705(__init__) 2 0.000 0.000 0.005 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/openassessmentblock.py:685(add_xml_to_node) 9009 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:867(_is_set_on) 2 0.000 0.000 0.005 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/xml.py:677(serialize_content_to_xml) 322 0.001 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:25(to_json) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:359(test_zendesk_not_configured) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:366(test_case) 6 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:316(_assert_history) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:843(clear_lockout_counter) 14 0.000 0.000 0.005 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:311(render_requirejs) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:53(test_child_user) 102 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:585(default_headers) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:88(_inactivate_milestone) 2934 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:229(_callable) 1612 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/utils.py:25(conditional_content_removal) 27 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2005(new) 4724 0.004 0.000 0.004 0.000 /usr/lib/python2.7/unittest/result.py:84(_restoreStdout) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2477(confirm_email_change) 403 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1798(__hash__) 59 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/pagination.py:296(get_next_link) 3634 0.004 0.000 0.004 0.000 /usr/lib/python2.7/mimetypes.py:78(add_type) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:78(_make_archive_copy) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:90(test_malformed_accept) 949 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:19(__init__) 58 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:66(get_value_for_org) 4/1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:50(add_block) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/services.py:35(is_credit_course) 168 0.001 0.000 0.004 0.000 /usr/lib/python2.7/cookielib.py:1651(extract_cookies) 306 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:43(__init__) 11 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:157(fields_for_model) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:387(fetch_milestone_course_content) 11 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:358(create_expected_cohort) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1452(test_request_method) 183/167 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:60(eval) 14 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:311(_url) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:105(create_exam_review_policy) 350 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:159(filter_templates) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/management/commands/post_cohort_membership_fix.py:4() 6273 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/html.py:9(is_html_input) 40 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:132(call) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/self_paced/migrations/0001_initial.py:2() 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_signals.py:51(test_no_verified_mode) 6 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/create_course.py:20(parse_args) 6 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:476(add_xml_to_node) 1 0.001 0.001 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0001_initial.py:12(Migration) 6 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:35(assert_response) 10044 0.004 0.000 0.004 0.000 /usr/lib/python2.7/inspect.py:209(iscode) 550 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/help_context_processor.py:41(get_config_value_with_default) 73 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:401(close) 130 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:399(_authenticate) 17 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:21(setUp) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:53(test_tag_context) 42 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/module_utils.py:6(yield_dynamic_descriptor_descendants) 41 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:110(source_library_key) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:182(test_get_all_orgs) 159 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:212(__init__) 1525 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:217(_copy_func_details) 6022 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:77(clean_field) 19 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:622(from_string) 7682 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1959() 49 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1085(_from_string) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/migrations/0002_catalogintegration_username.py:2() 832 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:266(public) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_gating.py:43(test_chapter_deleted) 148 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:224(clean_password) 2936 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:36(_reset_dicts) 171 0.004 0.000 0.004 0.000 /usr/lib/python2.7/urllib.py:1372(getproxies_environment) 10883 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:473(_maybe_clone) 24 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/module_utils.py:20(get_dynamic_descriptor_children) 39 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/segmentio.py:227(parse_iso8601_timestamp) 447 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/reverse.py:15(preserve_builtin_query_params) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_models.py:29(test_cache_control) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:361(remove_video_for_course) 204 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:62(__init__) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/migrations/0001_initial.py:2() 7 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:156(validate) 1620 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:117(all) 5359 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:128(_is_instance_mock) 7 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:439(validate) 36 0.002 0.000 0.004 0.000 /usr/lib/python2.7/uuid.py:541(uuid1) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/migrations/0002_auto_20151119_0913.py:2() 1 0.003 0.003 0.004 0.004 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:3() 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:43(_create_and_assert) 29 0.001 0.000 0.004 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/404.html.py:67(render_content) 15 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1951(delete_all_asset_metadata) 1394 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:126(timezone) 21 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:877(as_subquery_condition) 1101 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/formats.py:188(localize) 2265 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:101(__init__) 10 0.001 0.000 0.004 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:135(render_content) 294 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:206(__init__) 1 0.003 0.003 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:125(test_enable_microsites) 2143 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:16(normalize_whitespace) 115 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:167(exists) 1111 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:76(__new__) 1375 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:87(_accept) 14 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/api.py:8(deprecated_xblocks) 2524 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:14(curry) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:33(open) 178 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:89(addCaptureToErr) 411 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1640(get_local_related_value) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/navigation.py:3() 95 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1009(check) 4 0.004 0.001 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:200(_open) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_models.py:15(test_cache_control) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/migrations/0002_auto_20151119_0913.py:8(Migration) 10 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1246(_xblock_type_and_display_name) 353 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:165(method) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:76(test_get_value_for_org) 404 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:545(exhaust) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/migrations/0001_initial.py:2() 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:191(test_file_upload_upper_case_extension) 7890 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:173(static_finders_changed) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:52(test_multi_replace) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:43(test_delete) 888 0.002 0.000 0.004 0.000 /usr/lib/python2.7/Queue.py:150(get) 1069 0.002 0.000 0.004 0.000 /usr/lib/python2.7/argparse.py:1002(__init__) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:146(test_add_users_doesnt_add_duplicate_entry) 217 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:233(isfile) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/error_module.py:134(from_json) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0007_registrationcookieconfiguration.py:2() 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:836() 19355 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:435(validate_autopk_value) 8 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/models.py:41(__init__) 130 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:388(finalize_response) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/formats.py:94(get_format_modules) 511 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:488(value) 5 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/mixins.py:16(assert_valid_jwt_access_token) 2499 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:261(successful) 1048 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:50() 2368/2309 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:66(__getitem__) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:164(test_static_url_with_query) 6163 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:159(isclass) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyquery/pyquery.py:56(fromstring) 5 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:191(test_empty_cache) 12179 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:151() 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:181(test_reactivation_email_failure) 8 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/formats.py:65(iter_format_modules) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:155(test_programs_unavailable) 6 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:37(registration) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0007_programsapiconfig_program_listing_enabled.py:2() 5 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:71(student_view) 1207/46 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:46(finalize) 1 0.003 0.003 0.004 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:939(generate_altered_options) 1624 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/processors/whitelist.py:26(__call__) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:19(test_course_embargo) 61 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:353(display_name_with_default_escaped) 5 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py:12(setUp) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:222(test_all_modes_for_courses) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:245(test_get_course_run) 13 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:120(get_transcripts_from_youtube) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:186(test_course_has_payment_options_with_no_id_professional) 1152 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:42(_set_with_template) 10 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:140(assert_response) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:222(_verify_successful_upload) 7 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:59(unlink_cohort_partition_group) 7 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/serializers.py:44(serialize_organizations) 3168 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1021(_add_hints) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:284(test_notes_collection_next_previous_with_one_page) 5 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:78(get_html) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:213(parse) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:130(succeeded) 1056 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:196(parse) 165 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:521(copy) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:406(_assert_settings_link_present) 45 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:453(__init__) 164 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:200(get_translation) 85 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:513(should_bypass_proxies) 1104 0.004 0.000 0.004 0.000 /usr/lib/python2.7/argparse.py:1384(_get_positional_kwargs) 31 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:829(bump_prefix) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py:42(test_grade_request) 13 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:57(error_response) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:64(test_update_creator_group) 10883 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/__init__.py:59(_app_or_default) 5197 0.003 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:357() 1923 0.004 0.000 0.004 0.000 /usr/lib/python2.7/ConfigParser.py:570(__getitem__) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:42(test_add_unrequested) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:208(test_serialize_item) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/models.py:30(create_with_validation) 77 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/block_metadata_utils.py:49(display_name_with_default_escaped) 824 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1620(cache_key_name) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:45(test_state_embargo) 43 0.000 0.000 0.004 0.000 /usr/lib/python2.7/shutil.py:46(copyfileobj) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_api.py:93(test_authorable_blocks_by_name) 16 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:614(setUp) 55 0.001 0.000 0.004 0.000 /usr/lib/python2.7/email/message.py:571(set_param) 135 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:27(parse_json) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:628() 1 0.002 0.002 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0001_initial.py:2() 4746 0.003 0.000 0.004 0.000 /usr/lib/python2.7/logging/__init__.py:1567(getLogger) 2469 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:182(__set__) 1914 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:34(__init__) 84 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:307(from_httplib) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:324(__call__) 50 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:507(_build) 9 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:54(match) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/lazy.py:16(__getitem__) 28 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/token_utils.py:30(__init__) 1054 0.004 0.000 0.004 0.000 /usr/lib/python2.7/argparse.py:130(_get_kwargs) 2475 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:299(__init__) 906 0.003 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:302(apply_policy) 1 0.002 0.002 0.004 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:328(_fill) 10 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:445(save) 11 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:41(get_organizations) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:124(__init__) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:579(is_user_eligible_for_credit) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:254(test_course_run_unavailable) 5529 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1813(clear_deferred_loading) 856 0.003 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:965() 7 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1894(_enroll_user_in_pending_courses) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:56(test_course_role) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/course_tag/api.py:42(set_course_tag) 2110 0.003 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:161(structure_for_branch) 1 0.000 0.000 0.004 0.004 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:200(render_header_extras) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:204(register_model) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:477(verify_contains_added_cohort) 11 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:129(get_organizations_for_microsite_by_pk) 10883 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:841(on_failure) 7009 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1374() 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/models.py:17(get_profile_whitelist) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:50(test_wrong_signature) 10 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:70(save_instance) 510 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1360(scan_tag_handle) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/search.py:42(find_path_to_course) 12313 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1590(get_internal_type) 468 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:15(process_request) 1597 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:886(ordered) 1070 0.004 0.000 0.004 0.000 /usr/lib/python2.7/argparse.py:1692(_get_positional_actions) 6518 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:161(__init__) 176/49 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:49(ancestors) 8 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_django_utils.py:17(check_caches) 16 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:17(create_update_url) 5 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:174(user_by_anonymous_id) 1612 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/crum/__init__.py:54(process_request) 230 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:78(_filter_entrance_exam_grader) 276 0.004 0.000 0.004 0.000 /usr/lib/python2.7/urlparse.py:68(clear_cache) 2104 0.004 0.000 0.004 0.000 /usr/lib/python2.7/uuid.py:267(get_hex) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/tests/test_middleware.py:43(test_country_code_added) 2238 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:40(__init__) 28 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jwt.py:36(encode) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py:60(test_configure_default_response) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_pipeline/finder.py:131(find) 16 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:35(assert_not_logged) 16 0.000 0.000 0.004 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:36(_mako_inherit) 27 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/token_utils.py:91(encode) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:971(test_credit_request_disable_integration) 166 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:342(process_rhs) 6676 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:61(__getitem__) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:107(test_is_site_configuration_enabled) 56 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:93(result_headers) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:813(test_multiple_cohorts) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/cms/tests/test_user_tasks.py:44(setUpTestData) 805 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:252(wrap) 7890 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:145(complex_setting_changed) 418 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1975(contribute_to_related_class) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/0004_auto_20161117_1209.py:2() 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:77(test_org_role) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2343(set_user_attribute) 40 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:19(add_organization_course) 36 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_group.py:20(add_arguments) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:75(test_given_id_list_indexes_courses) 647 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:208(escape) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:147(reactivation_email) 41 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/abc.py:86(__new__) 2801 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:29(send) 20689 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:137(__iter__) 1 0.002 0.002 0.004 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/djcelery/backends/cache.py:1() 66 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:40(__init__) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:262(test_course_access_history_no_rules) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:35(test_request_with_latin1_characters) 88 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_pipeline/finder.py:40(exists) 924 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:24(get_autocommit) 2849 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/tokens.py:33(__init__) 2466 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:30(collection_names) 192/54 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:612(reset_mock) 7 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:310(_record_feedback_in_datadog) 8 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:754(_link_cohort_partition_group) 4724 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/testid.py:309(write) 2 0.000 0.000 0.004 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:33(_mako_inherit) 2431 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:248(get_quantifier) 1 0.004 0.004 0.004 0.004 /usr/lib/python2.7/email/mime/audio.py:5() 46 0.000 0.000 0.004 0.000 /usr/lib/python2.7/tempfile.py:447(NamedTemporaryFile) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:96(get_value_for_org) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_access.py:27(test_get_user_role_instructor) 116/100 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:101() 14 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:434(validate_unique) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:53(test_given_invalid_course_key_raises_not_found) 8 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:174(get_results) 1 0.002 0.002 0.004 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImagePalette.py:19() 7242 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:141(writer) 18 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:638(assertHTMLEqual) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:136(get_microsite_for_organization) 957 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:822(expand_template) 35 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:157(formfield_for_dbfield) 1359 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/reference/plugins.py:88(__init__) 1189 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:77(draft_mongo_store_config) 10 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/result_processor.py:104(process_result) 85 0.000 0.000 0.003 0.000 /usr/lib/python2.7/tarfile.py:812(read) 23 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:99(on_microsite_updated) 197 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:126(set_many) 12346 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1807(get_internal_type) 82 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:49(get_queryset) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/lms/djangoapps/notification_prefs/views.py:94(enable_notifications) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_models.py:33(test_get_course_requirements) 6 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:18(setUp) 1161 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:87(__hash__) 797 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1412(__init__) 103 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:655(fetch_double) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py:62(test_transcript_not_found) 4862 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:395(_get) 188 0.000 0.000 0.003 0.000 /usr/lib/python2.7/collections.py:458(__init__) 36 0.000 0.000 0.003 0.000 /usr/lib/python2.7/BaseHTTPServer.py:106(server_bind) 4 0.000 0.000 0.003 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/problem-edit.html.py:18(_mako_get_namespace) 6 0.000 0.000 0.003 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/registration/activation_complete.html.py:31(_mako_inherit) 181 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1535(_check_ordering) 2887 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:63(is_enabled) 40 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:197(encode_file) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:353(test_accept_chinese_language_codes) 617 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:173(to_key_val_list) 1126 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:340(namespace_dict) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:871(test_get_credit_providers) 28 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:77(assert_incorrect_signature_logged) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:37(mock_render_to_response) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:180(test_partial_match_esar_es) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/assessment/migrations/0001_initial.py:2() 1224 0.002 0.000 0.003 0.000 /usr/lib/python2.7/base64.py:109(urlsafe_b64decode) 18 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:188(_get_restricted_courses_from_cache) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:86(test_get_all_orgs) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py:66(test_reset_configuration) 4 0.000 0.000 0.003 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/problem-edit.html.py:24(_mako_generate_namespaces) 40 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:253() 151 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:92(now) 4443 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:400(_set) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:307(test_course_access_history_change_message) 2655 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:34(__repr__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:57(test_unicode_non_json) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:245(test_fail_downloading_subs) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/api/permissions.py:85(has_object_permission) 6495 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:64(configured) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/0001_initial.py:2() 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:58(test_note_create) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:56(test_save) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/course_tag/api.py:18(get_course_tag) 600 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1003(enforce_timezone) 343 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:182(content) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:439(assert_xblock_cache_data) 198 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/colorama/ansitowin32.py:39(write) 1632 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/models.py:21(released_languages_list) 8 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:219(_url) 561/405 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/exceptions.py:156(__iter__) 159 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:292(parse_video_tag) 356 0.001 0.000 0.003 0.000 /usr/lib/python2.7/cookielib.py:1233(__init__) 14114 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:123(has) 68 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:41(__init__) 46 0.001 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/activation_email.txt.py:18(render_body) 1189 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:132(contentstore_config) 34 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:204(_prune_unreachable) 117 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:321(add_error) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_api.py:64(test_authorable_blocks_empty_model) 10 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/result_processor.py:96(add_properties) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:518(get_display_items) 103 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:658(fetch_flow_scalar) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:76(test_ip_blocking) 1740 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lookup.py:258(adjust_uri) 787 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:34(_resolve_model) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py:48(test_transcript_url_not_equal) 22 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:413(setUp) 404 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:304(xreadlines) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/assessment/migrations/0001_initial.py:10(Migration) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/0001_initial.py:10(Migration) 9477 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:164() 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1543(split_exclude) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:203(test_add_user_to_course_group_permission_denied) 125 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:41(_clean_credentials) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:58(test_success_response_launch_lti) 89 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:100(_combined_services) 922 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:201(__init__) 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:154(assertReactivateEmailSent) 253 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:35(__init__) 7 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:101(__init__) 21 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:23(setUp) 8 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:61(create_course_states) 85 0.000 0.000 0.003 0.000 /usr/lib/python2.7/tarfile.py:734(read) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_organizations_helpers.py:63(test_get_organization_by_short_name_when_app_enabled) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_permissions.py:59(tearDown) 7 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/edx_api_utils.py:92(_traverse_pagination) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:49(test_bad_json) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/models.py:234(post_delete) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:153(test_raw_static_check) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:106(test_accept_with_syslang) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:993(validate_no_non_editable_metadata) 45 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:106(patch_response_headers) 27 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:67(_get_usage_key) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:173(test_request_with_session) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_tasks.py:33(test_update_ccxcon_task_retry) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:66(test_validate_lti_valid_request_with_get_params) 13962 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:554(modify_insert_params) 130 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/mediatypes.py:32(order_by_precedence) 55 0.000 0.000 0.003 0.000 /usr/lib/python2.7/email/header.py:374(encode) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_api.py:42(test_deprecated_blocks) 1384/1056 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:204(expression) 364 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:312(__init__) 7662 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:154() 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:179(clear_subs_content) 84 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:538(__init__) 42 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:186(__enter__) 1230 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:526(get_value) 12 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:154(is_restricted_course) 763 0.003 0.000 0.003 0.000 /usr/lib/python2.7/tokenize.py:287(generate_tokens) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:251(test_get_template_path_with_theme_enabled) 198 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/colorama/ansitowin32.py:139(write) 10 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2024(add_to_profile_url) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:79(replace_course_urls) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/provider.py:41(get_credit_providers) 949 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1116(__init__) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:142(get_credit_providers) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:766(test_get_group_info_for_cohort) 814 0.003 0.000 0.003 0.000 /usr/lib/python2.7/urllib.py:1078(splittype) 42 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/__init__.py:52(get_request_or_stub) 143 0.002 0.000 0.003 0.000 /usr/lib/python2.7/tempfile.py:135(next) 4027 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:162(update) 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_middleware.py:15(setUp) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:296(test_string_user_id) 9 0.000 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:34(_mako_inherit) 194 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:534(__init__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:64(test_task_adding_requirements_invalid_course) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:518(test_filter_by_partition_scheme) 46 0.001 0.000 0.003 0.000 /usr/lib/python2.7/tempfile.py:235(_mkstemp_inner) 511 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:442(__init__) 12 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2164(check) 770 0.002 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:93(set) 418 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1788(contribute_to_related_class) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:166(remove_review_policy) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:108(test_given_all_key_prompts_and_reindexes_all_libraries_cancelled) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/poll_module.py:97(get_html) 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:86(add_organization_course) 312 0.001 0.000 0.003 0.000 /usr/lib/python2.7/unittest/case.py:732(assertListEqual) 275 0.002 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:209(to_json) 1244 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:73() 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:100(test_unreleased_accept) 441/132 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/django/__init__.py:58(instantiate_objects) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:159(test_bad_request_anon_user_no_subject) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:588(get_html) 1615 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:144(is_empty) 7 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:78(test_paginated_results) 1166 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1174(get_extra_kwargs) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py:35(test_transcript_url_equal) 1848 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_nose/utils.py:49(uses_mysql) 1612 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:617(set_urlconf) 205 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1446(_patch_multiple) 12 0.000 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:36(_mako_inherit) 1 0.003 0.003 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0004_auto_20151113_1457.py:2() 85 0.000 0.000 0.003 0.000 /usr/lib/python2.7/tarfile.py:753(readnormal) 103 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1141(scan_flow_scalar) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:72(test_site_configuration_post_update_receiver) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:305(assert_not_enrolled) 256 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:315(dirname) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:275(test_missing_received_at) 170 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/url.py:123(parse_url) 1416 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/packager.py:120(create_packages) 4330 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:85(closegroup) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:301(test_hiding_failure) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:164(test_bad_request_anon_user_no_details) 10222 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1690(get_extra_restriction) 7774/7763 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:62(__setitem__) 3144 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:307(set_rollback) 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_group.py:25(_handle_remove) 307 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:210(evaluate) 388 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:412(items) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:334(test_zendesk_error_on_update) 10 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:228(_get_response) 21 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:165(get_mock_request) 1259 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:54(push) 1 0.000 0.000 0.003 0.003 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:239(render_header_extras) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:42(test_invalid_request_url) 84 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:135(__init__) 30 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:288(render) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:40(test_too_many_arguments) 20 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/password_policy_validators.py:18(validate_password_strength) 763 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/model.py:62(cache_model) 186 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1520(_check_unique_target) 7890 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:30(update_installed_apps) 8849 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:811() 11 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:534(_get_rerun_link_for_item) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:96(test_validate_lti_invalid_signature) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:62(test_unknown_path) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:4() 2849 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/events.py:37(__init__) 84 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:360(get_tab_by_slug) 1776 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/compat.py:106(ustr) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:426(test_expiration_datetime_not_explicitly_set) 1091 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:313(nodelist) 66 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/django/__init__.py:30(create_backends_from_settings) 198 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/colorama/ansitowin32.py:156(write_and_convert) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:13(setUp) 188 0.001 0.000 0.003 0.000 /usr/lib/python2.7/collections.py:528(update) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/tests.py:31(test_enrollment_auto_role_creation) 233 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:75(gettext) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:138(test_get_user_for_role) 1718 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/helpers.py:30(_index_list) 130 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/cache.py:50(never_cache) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:134(test_accept_released_territory) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/models.py:79(post_delete_callback) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:60(test_given_library_key_raises_command_error) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:685(setUp) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:442(check_country_access) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:312(test_blackouts) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:45(setUpClass) 180 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:191(last_executed_query) 14 0.000 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:32(_mako_generate_namespaces) 70 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/models.py:37(structure) 8 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:92(validate_course_key) 491 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:235(__init__) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:81(get_course_organizations) 615 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:131(validate) 1668 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:92(find_location) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:103(test_user_track_with_middleware_and_processors) 7294 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/UserDict.py:103(__contains__) 1772 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:150(is_versioned_asset_path) 5280 0.003 0.000 0.003 0.000 /usr/lib/python2.7/inspect.py:907(assign) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_api.py:53(test_disabled_blocks) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/data.py:195(create_organization_course) 1 0.000 0.000 0.003 0.003 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:193(render_header_extras) 127 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:279(_load_method_and_content_type) 95 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/id_manager.py:20(get_definition_id) 6642 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:223(is_authenticated) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/library_content.py:42(summarize_block) 57 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:458(_id_modifier) 6 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/lms_mixin.py:58(max_score) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:46(test_adult_user) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:116(get_course_organizations) 6 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/adapters/dop.py:28(create_public_client) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/tests.py:106(test_legacy_export_format) 2815 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:207(__getitem__) 1990 0.003 0.000 0.003 0.000 /usr/lib/python2.7/unittest/case.py:223(addCleanup) 2849 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/resolver.py:21(__init__) 1420 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:120(__init__) 2849 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/events.py:55(__init__) 301 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/cache_utils.py:86(hashvalue) 38 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:40(__init__) 15 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:404() 3081 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:669(get_attname_column) 27 0.001 0.000 0.003 0.000 /usr/lib/python2.7/json/__init__.py:122(dump) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_course.py:43(test_course_key_not_found) 24 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:248() 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dot_overrides.py:33(test_authenticate_with_email) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:51(is_embargoed) 9 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:21(_get_service_user) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:169(test_valid_request_anon_user) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_models.py:25(test_is_credit_course) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:278(test_get_all_orgs) 8 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:429(email_user) 14978 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:41() 7 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:33(clean_course_id) 228 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/utils.py:136(__getitem__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:143(test_get_all_configs) 9 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:246(__evaluate__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_api.py:75(test_authorable_blocks) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:404(check_for_language) 7890 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:111(clear_serializers_cache) 2927 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:342(set) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:372(verified_mode_for_course) 17 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/models.py:46(ordered_blocks) 1195 0.001 0.000 0.003 0.000 /usr/lib/python2.7/unittest/case.py:755(assertSetEqual) 20 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:77(get_course_summaries) 536 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:46(iter) 6648 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:89(validate_write_concern_params) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py:19(test_unused_url) 907/189 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:471(force_text_recursive) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/data.py:247(fetch_course_organizations) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:49(test_validate_lti_valid_request) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1468(test_response_code) 1 0.002 0.002 0.003 0.003 /edx/app/edxapp/edx-platform/pavelib/prereqs.py:69(compute_fingerprint) 193 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:173(__call__) 6 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/lti.py:147(_get_validated_lti_params_from_values) 10 0.000 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:33(_mako_inherit) 10 0.000 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:231(render_requirejs) 130 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:137(__init__) 924 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:275(parse_name) 75 0.000 0.000 0.003 0.000 /usr/lib/python2.7/argparse.py:1810(consume_optional) 85 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:401(prepare_headers) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:87(test_course_instructor_has_access) 404 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:297(readline) 1 0.002 0.002 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0001_initial.py:2() 130 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/mediatypes.py:14(media_type_matches) 168 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:365() 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:375(test_valid_request_over_email) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/views.py:9(add_user_with_status_unrequested) 11 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:94(_get_current_object) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:82(test_course_staff_has_access) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:62(test_get_dict) 26 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:413(handle_exception) 112 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:74(_encode_params) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_tasks.py:24(test_send_email) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:225(_record_feedback_in_zendesk) 4820 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:461(__lt__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:94(test_released_accept) 194 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:217(__init__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:79(test_structure_json) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:182(test_clear) 75 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2315(deconstruct) 7890 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:154(root_urlconf_changed) 4724 0.003 0.000 0.003 0.000 /usr/lib/python2.7/unittest/result.py:65(_setupStdout) 1281 0.003 0.000 0.003 0.000 /usr/lib/python2.7/tarfile.py:199(itn) 733 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:29(__init__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:147(test_bad_request_anon_user_no_email) 12 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/admin.py:86(send_user_notification_callback) 55 0.000 0.000 0.003 0.000 /usr/lib/python2.7/email/mime/text.py:17(__init__) 1372 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:29(name_to_pathname) 55 0.000 0.000 0.003 0.000 /usr/lib/python2.7/email/message.py:535(get_param) 5061 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:371(encoding) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dot_overrides.py:17(setUp) 496 0.002 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/correctmap.py:25(__init__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:304(test_error) 27 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:204(invalidate_provider_cache) 378 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:310(__init__) 1396 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py:45() 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:34(test_no_parental_controls) 401 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:157(contribute_to_class) 3616 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:63(is_protected_type) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py:48(test_course_key_not_found) 31 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:782(change_aliases) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:714(is_password_reset_too_soon) 103 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:435(path) 177 0.001 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/segment-io-footer.html.py:18(render_body) 59 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/pagination.py:194(_handle_backwards_compat) 2 0.000 0.000 0.003 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:125(render_content) 5945 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:382(display_name) 181 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1397(_check_column_name_clashes) 24 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:996(isdir) 2555 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:431(__getattr__) 1 0.002 0.002 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0001_initial.py:2() 5742 0.003 0.000 0.003 0.000 /usr/lib/python2.7/Cookie.py:582(__init__) 85 0.000 0.000 0.003 0.000 /usr/lib/python2.7/urllib.py:1408(proxy_bypass_environment) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:320(test_zendesk_error_on_create) 4 0.001 0.000 0.003 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:92(render_content) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:87(test_wildcard_accept) 8 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:93(setUp) 9 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:256(_task_from_fun) 11 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:508(render) 20 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:79(paths_equal) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:84(test_empty_accept) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:59(test_course_creation_disabled) 1951 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:40(get_token) 344 0.001 0.000 0.003 0.000 /usr/lib/python2.7/unittest/case.py:623(assertSequenceEqual) 32 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:7(assert_event_matches) 282 0.002 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:303(parent_location) 85 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:409(prepare_body) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:264(test_missing_timestamp) 10 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/result_processor.py:123(excerpt) 1673 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:410(_get_url_name) 3828 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:237(get_prep_value) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:23(lms_link_test) 1 0.003 0.003 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export.py:3() 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:124(test_get_value) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:214(test_microsite_get_template_when_no_template_exists) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:175(get_block_original_usage) 447 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:275(get_name) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_serializers.py:18(test_data) 195 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:137(get_resolver) 14 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/edxnotes.py:303(get_all_notes) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:299(test_get_all_orgs_returns_only_enabled) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:136(test_truncated_user_preference_event) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:55(test_given_invalid_lib_key_raises_not_found) 8688 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py:46() 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:109(test_get_programs_data) 85 0.001 0.000 0.002 0.000 /usr/lib/python2.7/cookielib.py:1328(add_cookie_header) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:116(count) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dot_overrides.py:47(setUp) 108 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:631(configure_mock) 1120/5 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:93(_count) 3745 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:129() 165 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:505(as_sql) 30 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:158(create_segmentio_event_json) 49 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:815(__init__) 32 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:151(get_event_differences) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:69(test_has_override_value) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:61(test_given_course_key_raises_command_error) 117 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/field_data.py:15(__init__) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0003_auto_20160516_0938.py:2() 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:234(test_html5_id_length) 17 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/helpers.py:11(is_cross_domain_request_allowed) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:55(test_is_request_in_microsite) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:114(test_unicode_values) 3063 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:228(__nonzero__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:122(test_validate_lti_garbage) 2827 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3390(compact_list) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:61(test_country) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:142(test_bad_request_anon_user_no_name) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:53(test_no_post_data) 20 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:97(assert_parse_error) 1 0.001 0.001 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:1() 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:84(test_parse_error) 233 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:318(gettext) 42 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:218(can_read) 8 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:30(_mako_inherit) 7498 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:145(__setitem__) 132 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/session_kv_store.py:26(has) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:50(test_user_not_enrolled) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:259(test_get_template_path_with_theme_for_missing_template) 7258 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:451() 10 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:372(test_create_account_invalid_email) 38 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:521(_add_field) 14 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:214(__or__) 59 0.001 0.000 0.002 0.000 /usr/lib/python2.7/textwrap.py:374(dedent) 4542 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:155() 672 0.001 0.000 0.002 0.000 /usr/lib/python2.7/string.py:643(get_field) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:90(on_microsite_deleted) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:331(get_state_for_lcp) 292 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1667(_unpatch_dict) 26 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:55(exception_handler) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2353(get_user_attribute) 4 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:332(copy_all_course_assets) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:130(test_related_fields_ignored) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2335(__unicode__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dot_overrides.py:62(test_inactive_user_validates) 54 0.002 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/xblock_wrapper.html.py:16(render_body) 3134 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:154() 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:48(test_get_value) 11072 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:238(__repr__) 1 0.001 0.001 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:42() 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:54(test_site_configuration_post_save_receiver) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/migrations/0001_initial.py:13(Migration) 2927/2431 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:285(contains) 207 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:229(formatError) 272 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/packages/ordered_dict.py:28(__init__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:165(test_api_config_disabled) 8 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/api.py:57(get_oauth_client) 7890 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:80(clear_routers_cache) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:252(test_missing_data) 3878 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:339(get) 928/912 0.002 0.000 0.002 0.000 /usr/lib/python2.7/urlparse.py:336(unquote) 153 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/session_kv_store.py:9(stringify) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:176(test_get_collected_version_update) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/tests.py:55(setUp) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:274(test_strip_site_theme_templates_path_theme_enabled) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/adapters/dop.py:16(create_confidential_client) 4 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/views/__init__.py:34(performance_log) 294 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context_processors.py:69(static) 1185 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/registry.py:49(registered_tags) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:584(get_block_original_usage) 59 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:729() 7072 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:255() 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:240(test_missing_name) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py:3() 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/0001_initial.py:2() 1972 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:77(_get_pk) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:935(test_import_polls) 1680 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:400(get_asides) 10 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:143(__new__) 41 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:193(__init__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/cleanup_assets.py:20(handle) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:122(test_password) 4656 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/introspection.py:53() 367 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:161(__getitem__) 61 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:125(_class_tags) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:70(options) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/migrations/0001_initial.py:15(Migration) 55 0.001 0.000 0.002 0.000 /usr/lib/python2.7/email/mime/base.py:16(__init__) 115 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:85(eval) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_gating.py:51(test_sequential_deleted) 498 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/__init__.py:236(maybe_reraise) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:474(get_all_course_keys) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:100(test_change_one_field) 1189 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:94(__init__) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:191(_course_notifications_json_get) 4 0.000 0.000 0.002 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:801(log_addition) 2 0.000 0.000 0.002 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/base.html.py:60(render_content) 1177 0.002 0.000 0.002 0.000 /usr/lib/python2.7/argparse.py:2156(_get_nargs_pattern) 1 0.001 0.001 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:9() 2253 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:172(__hash__) 46 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:251(new) 3952 0.002 0.000 0.002 0.000 /usr/lib/python2.7/inspect.py:340(getmro) 511 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:469(tag) 172 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:298(__init__) 1160 0.002 0.000 0.002 0.000 /usr/lib/python2.7/tarfile.py:182(nti) 15 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:390(transform) 168 0.001 0.000 0.002 0.000 /usr/lib/python2.7/cookielib.py:1571(make_cookies) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:170(test_get_collected_outdated_data) 435 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1632(local_related_fields) 6738 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:97(_id_modifier) 151 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/subfs.py:22(__init__) 1612 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/cache.py:69(_should_update_cache) 482/476 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:379(get) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:82(test_display_gender_none_set) 7 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/utils.py:24(get_course_versions) 528 0.002 0.000 0.002 0.000 /usr/lib/python2.7/httplib.py:1020(putheader) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:881(get_child) 1256 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1219() 40 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:265(handle_file_complete) 20 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:239(transform) 153/150 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/django/__init__.py:117(instantiate_from_dict) 11 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/keyword_substitution.py:59(substitute_keywords_with_data) 44 0.001 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/activation_email_subject.txt.py:18(render_body) 4788 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:361(get_validators) 189 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:483() 30 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:101(get_user_partition) 45 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:256(get_theme_base_dirs) 2869 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:237(_is_list) 491 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:94(__init__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:65(test_process_url) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:76(test_django_multi_settings) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_access.py:42(test_get_user_role_staff) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:417(test_expiration_datetime_explicitly_set) 15 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:28(_get_dummy_notes) 90 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:35(patch_cache_control) 4483 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2021(__init__) 83 0.000 0.000 0.002 0.000 /usr/lib/python2.7/Queue.py:26(__init__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_cookies.py:44(test_get_user_info_cookie_data) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:41(test_cohort_added) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/import.py:3() 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:48(test_course_key_not_found) 328 0.001 0.000 0.002 0.000 /usr/lib/python2.7/unittest/case.py:825(assertDictEqual) 845 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1282(__init__) 9952 0.002 0.000 0.002 0.000 /usr/lib/python2.7/StringIO.py:38(_complain_ifclosed) 1189 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:56(disable) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:472(_get_country_access_list) 41 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:745(firstof) 808 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:416(add_library) 2230 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:272(use_argparse) 1050 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:176(filter_templates) 46 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:92(new) 8 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:321(get_queryset) 9 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/keyword_substitution.py:33(substitute_keywords) 177 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access_utils.py:76(in_preview_mode) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:192(test_discussion_id_map_json) 115 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:102() 6 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/locks.py:111(unlock) 3684 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/errorclass.py:144() 40 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:389(do_block_translate) 16 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:146(render_jsextra) 175 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:46(state_forwards) 65 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1835(check) 9 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:162(get_transcripts_for_student) 44 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1127(__init__) 2818 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/serializer_helpers.py:141(__iter__) 3001 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:683() 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:211(test_valid_request_anon_user_configuration_override) 3032 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:57(getter) 11 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/darklang/preview_lang.html.py:30(_mako_inherit) 48 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2133(__init__) 4374 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:517(bytes_to_text) 183 0.002 0.000 0.002 0.000 /usr/lib/python2.7/tarfile.py:972(get_info) 122 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:157(__init__) 55 0.001 0.000 0.002 0.000 /usr/lib/python2.7/email/message.py:492(_get_params_preserve) 672 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:253(format_field) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/xblock_discussion.py:225(_apply_translations_to_node_attributes) 6 0.000 0.000 0.002 0.000 /usr/lib/python2.7/_strptime.py:244(pattern) 4 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:38(check_not_enabled) 198 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:149(_check_relation_model_exists) 130 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/renderers.py:70(get_indent) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/djcelery/migrations/0004_v30_changes.py:2() 62/14 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:112(_media) 71 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1215(get_course) 107 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:417(local_concrete_fields) 1164 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:26(__exit__) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:873(historify_request) 5886 0.002 0.000 0.002 0.000 /usr/lib/python2.7/inspect.py:926(is_assigned) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:271(set_attr) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:357(test_get_expiration_value) 70 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:506(query_for_course) 272 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:105(get) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/keyword_substitution.py:45() 28 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jws.py:68(encode) 72 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:34(_get_dummy_note) 93 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:70(super) 44 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:255(load_prepare) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:197(test_reactivation_email_success) 20 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:979(get_course_summaries) 785/32 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:205(compare_structs) 442 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:58(getchildren) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:84(test_without_options) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:52(_create_ssl_request) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:295(set_attrs) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_views.py:284(setUpClass) 76 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:277(relabel_aliases) 2849 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:13(__init__) 1850 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:295(has_profile_image) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:435(test_expiration_datetime_explicitly_set_to_none) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:85(test_no_tags) 648 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/models.py:142(clear_cache) 2 0.000 0.000 0.002 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:221(render_requirejs) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/program.py:43(get) 924 0.002 0.000 0.002 0.000 /usr/lib/python2.7/importlib/__init__.py:6(_resolve_name) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:41(test_change_many_fields) 124 0.002 0.000 0.002 0.000 /usr/lib/python2.7/socket.py:189(__init__) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:141(__init__) 696 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/markup.py:14(HTML) 60 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2311(__init__) 6941 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:555(index_dictionary) 2 0.002 0.001 0.002 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/__init__.py:277(text_content) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_course.py:35(test_invalid_key_not_found) 15 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:398(process_event) 10 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/result_processor.py:50(find_matches) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:27(test_change_one_field) 7 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1425(enrollment_mode_for_user) 84 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:231(extend) 37 0.002 0.000 0.002 0.000 /usr/lib/python2.7/socket.py:128(getfqdn) 130 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/negotiation.py:91(get_accept_list) 16 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:53(_set_block_values) 387 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:252(_prepare) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:215(test_static_url_with_xblock_resource_on_cdn) 111 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:206(delete) 33 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:876(formfield) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:104(transform) 80 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:84(get_model_field) 41 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1213(to_python) 353 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:226(__init__) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/access.py:7(get_user_role) 3246 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:496(_after_postgeneration) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:69(test_excluded_field) 198 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:121(_check_related_name_is_valid) 8 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:78(render_content) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:96(test_segmentio_ignore_actions) 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:160(assert_response_with_delete_cookie) 929 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:841(_get_val_from_obj) 66 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:677(raise_errors_on_nested_writes) 16 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/json_request.py:86(__init__) 20 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:877(_get_course_blocks_for_branch) 445 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:255(get_registered_model) 47 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:387(_assert_response) 4376 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:206(db) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:53(user_track) 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/models.py:19(log_action) 145 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaultfilters.py:42(_dec) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:52(test_unicode) 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/mixins.py:101(mock_programs_api) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:83(test_validate_lti_old_timestamp) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:180(test_regex) 121 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:63(get_cache_key) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:24(test_no_args) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:241(revert_to_published) 1253 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:182(create_template_dict) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_transformers.py:65(test_transform) 27 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/api.py:39(is_valid_url) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:150(test_no_first_and_last_name_events) 145 0.000 0.000 0.002 0.000 /usr/lib/python2.7/tarfile.py:1267(_proc_member) 299 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:236(service) 886 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:137(validate) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:47(test_course_staff_has_access) 14 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:992(exists) 3245 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/locale.py:70(is_language_prefix_patterns_used) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:471(options) 230 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:855(_get_gating_info) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:274(test_email_failure) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:164(test_basic_pagination) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:35(test_no_language_set_in_session_or_prefs) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:793(revert_to_published) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:51(test_course_instructor_has_access) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export.py:68(test_course_key_not_found) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/contrib/django/__init__.py:1() 218 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:386(__contains__) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:173(get_template_for_microsite) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_logic.py:38(test_get_value_for_org) 260 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:215(_error_catcher) 29 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/404.html.py:103(render_title) 812 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:71(__init__) 7 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:354(_get_notes) 292 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1641(_patch_dict) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:31(test_update_state_allow_not_found_is_false) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:26(compile) 404 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:61(readline) 170 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:567(select_proxy) 4990 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:282(__init__) 2844 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:478(_get_def_callable) 215 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:606(__init__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:767(revert_to_published) 2355 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:595(__get_side_effect) 54 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:553(for_version) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:332(get_fieldsets) 6487 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1257(get_internal_type) 1189 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:48(enable) 16 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:45(assert_no_warning_logged) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:92(test_ip_network_blocking) 162 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:209(non_editable_metadata_fields) 1826/1812 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:63(__eq__) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:338(_on_user_authentication_failed) 2 0.000 0.000 0.002 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:153(render_content) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_parsers.py:20(setUp) 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:90(test_parse_invalid_version) 2534 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:174(__init__) 360 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:133() 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:105(__init__) 41 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1163(__deepcopy__) 87 0.000 0.000 0.002 0.000 /usr/lib/python2.7/httplib.py:379(__init__) 904 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1444(enrollment_status_hash_cache_key) 170 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:50(__getitem__) 130 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:145(default_response_headers) 1189 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:257(clear_existing_modulestores) 444 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:284(_subx) 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/helpers.py:234(get_next_url_for_login_page) 118 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/edit_info.py:19(edited_on) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:326(remove_course_content_milestone) 333 0.002 0.000 0.002 0.000 /usr/lib/python2.7/optparse.py:610(_set_attrs) 6 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/registration/activation_complete.html.py:27(_mako_generate_namespaces) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_transformer_registry.py:40(test_find_unregistered) 82 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:185(relabeled_clone) 374 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:233(offering) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:22(__init__) 8 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/authentication.py:133(enforce_csrf) 14 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:486(combine) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:212(remove_redundant_content_for_courses) 162 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1401(stop) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:72(test_process_url_data_dir_exists) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:291(delete_course_index) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py:17(test_no_args) 18 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:54(assert_no_error_logged) 2849 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:89(dispose) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:65(test_modes_for_course_empty) 2495 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:317(type) 1166 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:173(is_abstract_model) 1131 0.001 0.000 0.002 0.000 /usr/lib/python2.7/StringIO.py:88(isatty) 1207 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:22(__init__) 316 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1426(prefer_xmodules) 7258 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:415(_adjust_kwargs) 1205 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:211(_check_field_name) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:168(test_invalid_data_error_on_get_value) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:107(test_given_all_key_prompts_and_reindexes_all_courses_cancelled) 355 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:971(token_kwargs) 1 0.000 0.000 0.002 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:31(_mako_inherit) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:143(test_dump_skip_beats_specifying) 128 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:363() 84 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:97(__init__) 10 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/middleware.py:109(process_response) 104 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:242(_coerce_version) 4469 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:915(_try_iter) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:255(test_bad_request_auth_user_no_subject) 2102 0.002 0.000 0.002 0.000 /usr/lib/python2.7/urllib.py:1054(_is_unicode) 83 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/fields.py:43(state_forwards) 30 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/views.py:24(__init__) 78 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:391(__init__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_token_utils.py:50(test_override_secret_and_audience) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:94(test_wrap_xblock) 20 0.000 0.000 0.002 0.000 /usr/lib/python2.7/textwrap.py:343(wrap) 119 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:48(generate_thumbnail_name) 47 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:306(path) 335 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:833(runtime) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:58(populate) 55 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:360(assertNotContains) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:165(test_get_collected_cached) 130 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/authentication.py:114(authenticate) 484 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:282(ln) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_models.py:16(test_url_construction) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/migrations/0001_initial.py:9(Migration) 6500 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:244() 11 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:636(media) 228 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:167(_ensure_index) 8 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:115(render_requirejs) 48 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/utils.py:263(lookup_field) 1979 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:97(has_user) 464 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:61(serialize_field) 170 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/user_service.py:22(__init__) 79 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/field_data.py:16(__init__) 9 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/bumper_utils.py:65(bumperize) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_mongodb.py:11(setUp) 1259 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:19(__init__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:285(test_email_success) 587 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/binary.py:156(__new__) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:125(label_tag) 207 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:110(_get_buffer) 5529 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1662(clear_select_fields) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:139(test_replace_course_urls) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/http.py:124(parse_requestline) 11 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:25(collect) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:152(test_bad_request_anon_user_invalid_email) 958 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:218(value_from_datadict) 78 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:943(get_parent_url) 103 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1191(scan_flow_scalar_non_spaces) 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1143(response_add) 90 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:413(resolve_error_handler) 406 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:163(handle_raw_input) 8 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests_oauthlib/oauth2_session.py:37(__init__) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:122(test_replace_jump_to_id_urls) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1246(add_filter) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:1() 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:265(test_valid_request_auth_user) 120 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:156(get_query_string) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:319(delete_course_content_milestone) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/recorder.py:39(migration_qs) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:500(format_library_for_view) 9 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/bumper_utils.py:36(is_bumper_enabled) 88 0.001 0.000 0.002 0.000 /usr/lib/python2.7/httplib.py:903(putrequest) 57/55 0.000 0.000 0.002 0.000 /usr/lib/python2.7/email/header.py:288(_split) 25 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1127(formfield) 972 0.002 0.000 0.002 0.000 /usr/lib/python2.7/StringIO.py:119(read) 24 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:80(__exit__) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:231(replace_course_urls) 81 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/encoder.py:20(default) 37 0.000 0.000 0.002 0.000 /usr/lib/python2.7/threading.py:647(__init__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:118(test_fail_fast_if_reindex_fails) 66 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:196(__init__) 32 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/formats.py:167(number_format) 30 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:662(delete_from) 8 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/caching.py:17(set_cached_content) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:109(test_change_many_fields) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:212(replace_jump_to_id_urls) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:74(open_resource) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/dot_overrides.py:40(validate_user) 376 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:495(construct_managers) 142/71 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/subclassing.py:56(contribute_to_class) 336 0.000 0.000 0.002 0.000 /usr/lib/python2.7/rfc822.py:300(getheaders) 8 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:48(setUp) 20 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:115(urldecode) 16 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:529(asset_location) 8 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:390(url_for_result) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_transformers.py:57(test_collect) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:127(test_get_transformed) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:50(replace_jump_to_id_urls) 85 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:272(request_url) 22 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:57(info) 164 0.000 0.000 0.002 0.000 /usr/lib/python2.7/httplib.py:562(close) 126 0.000 0.000 0.002 0.000 /usr/lib/python2.7/UserList.py:84(extend) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_runtime.py:40(_parsed_path) 306 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:144(from_json) 294 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/context_processors.py:16(doc_url) 72 0.000 0.000 0.002 0.000 /usr/lib/python2.7/argparse.py:2020(_match_argument) 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1133(verify_removed_user_from_cohort) 1 0.000 0.000 0.002 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:85(render_viewcontent) 1824 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/user_partitions.py:187(_intersection) 4 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:229(render_requirejs) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_admin.py:23(test_fields_in_admin_form) 18 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:169(get_command_last_run) 43 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:513(get_child_descriptor) 19 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/easy.py:21(info) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_forms.py:37(test_course_not_found) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/checks.py:8(check_generic_foreign_keys) 1619 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:196(get_username) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/flush.py:21(add_arguments) 27 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/pygen.py:72(writeline) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_forms.py:109(test_add_invalid_ips) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:78(_user_in_cohort) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:1() 2203 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/models.py:30(_get_opts) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/checks.py:12() 9 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:353(bind) 22 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:66(_log) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py:37(test_nonexistent_user_email) 84 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/structures.py:82(copy) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tests/helpers.py:9(is_course_in_block_structure_cache) 68 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:591(__init__) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1341(get_user_partitions_for_scheme) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_django.py:13(test_django_backend) 60 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:426(__hash__) 1921 0.002 0.000 0.002 0.000 /usr/lib/python2.7/ConfigParser.py:657(_interpolate) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:404(retfun) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:164(extract_params) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py:40(test_invalid_course_key) 18 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1207(_vertical_experiment_group_result) 179 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:157(_locals) 29 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:236(get_certificates) 126 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/models.py:200(__unicode__) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:380(verify_asset_locked_state) 15 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:419(set_id_to_usage_key) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py:47(test_nonexistent_user_email) 6551 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:923(__init__) 2702 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1106(_is_started) 145 0.001 0.000 0.002 0.000 /usr/lib/python2.7/tarfile.py:1280(_proc_builtin) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:188(all_modes_for_courses) 71 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:907(_build_remove_filters) 1702 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:124(_translate) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:187(test_different_user_at_step_2_error) 179 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:168(split) 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:127(save_model) 16 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:882(do_ifequal) 15 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tempdir.py:9(mkdtemp_clean) 2661 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:696(to_representation) 434 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:38(__iter__) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:552(update) 3990 0.002 0.000 0.002 0.000 /usr/lib/python2.7/gettext.py:219(ugettext) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:447(clone) 312 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2253(_must_skip) 163 0.002 0.000 0.002 0.000 /usr/lib/python2.7/socket.py:280(close) 84 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/fuzzy.py:65(evaluate) 3745 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:142() 117 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/pagination.py:283(get_page_size) 125 0.002 0.000 0.002 0.000 /usr/lib/python2.7/socket.py:196(close) 27 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:102(__call__) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:87(assert_incorrect_user_logged) 256 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1060(raw_grader) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_forms.py:42(_assert_course_field_error) 2067 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:692(to_internal_value) 78 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:186(get_expiry_age) 59 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1553(get_prefetcher) 832 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:53(__eq__) 36 0.002 0.000 0.002 0.000 /usr/lib/python2.7/ctypes/__init__.py:49(create_string_buffer) 294 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/context_processors.py:49(auth) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/metadata.py:61(determine_metadata) 2295 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:115(__unicode__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_api.py:15(test_released_languages) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:334(add_arguments) 401 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:14(__get__) 85 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:476(prepare_auth) 672 0.001 0.000 0.002 0.000 /usr/lib/python2.7/string.py:601(get_value) 679 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:228(jsonize_grader) 20 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/views/__init__.py:24(_get_request_value) 7866 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:84(_prepare_data) 16 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:32(_mako_generate_namespaces) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/xml.py:166(serialize_rubric) 10 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2054(_cert_name) 3 0.000 0.000 0.002 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:75(render_content) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:126(test_verify_incorrect_user_id) 2 0.000 0.000 0.002 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:126(render_content) 186 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:96(__repr__) 34 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/poll_module.py:198(add_child) 124 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:419(_not_authenticated) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:535(render_options) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:21(setUp) 286 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:213(_string_concat) 34 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:185(get_key) 2790 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:410(prepend_token) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1076(save_model) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:260(test_bad_request_auth_user_no_details) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:340(add_user_milestone) 84 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/fuzzy.py:110(fuzz) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:341(match_text) 256 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2028(__eq__) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:193(remove_subs_from_store) 2652 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:188(next_token) 3949 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:26(__init__) 169 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:354(_verify_user) 1288 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:323(_check_authorized) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:204(test_discussion_id_map) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:407(create_user_milestone) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:373(__init__) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:40(_mock_programs_api) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:130(test_save_subs_to_store) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:786(delete_draft_only) 659 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:506(__eq__) 297 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/utils.py:84(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/mongodb.py:21(__init__) 115 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:432(items) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:64(test_filename_generator) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:539(delete_asset) 2826 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:136(negate) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:355(_assert_history_deleted) 145 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:33(wrap_fragment) 4344 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:316(validate_no_atomic_block) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:1() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/notification_prefs/views.py:63(encrypt) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:916(check_module_metadata_editability) 22 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:80(_print) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:179(test_server_track_with_middleware) 136 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:138(allowed_methods) 36 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:383(tools) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0001_initial.py:8(Migration) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/views.py:1006(get_queryset) 1297 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:163() 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/contrib/django/staff.py:1() 9 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:30(_mako_generate_namespaces) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:120(push_course_update_task) 207 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1350(_check_fix_default_value) 130 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/cookies.py:20(_get_cookie_settings) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_linkedin.py:32(test_linked_in_url) 1128 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:28(__exit__) 478 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mixin.py:30(parse_license_from_xml) 105 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/caching.py:38(location_str) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:455(_delete_cookie) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:55(test_default_filters_do_not_render_view) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_contexts.py:29(assert_parses_course_id_from_url) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:43(test_user_not_found) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:363(test_notifications_defaults) 21 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:836(__deepcopy__) 1525 0.001 0.000 0.001 0.000 /usr/lib/python2.7/string.py:310(join) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:848(action_checkbox) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:663(get_fields) 18 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/password_policy_validators.py:54(validate_password_complexity) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/authentication.py:27(enforce_csrf) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/tests/test_logs.py:106(test_populated_post) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/migrations/0001_initial.py:12(Migration) 49 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tempfile.py:424(close) 275 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:236(timedelta_to_string) 1727/1207 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:47(rstrip_last_element) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:66(test_get_prerequisite_milestone_returns_none) 204 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:651(mount) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:784(setUp) 289 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:259(get_expire_at_browser_close) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:105(test_create_no_user_id) 615 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:31(set_context) 51 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_metadata_utils.py:18(clean_course_key) 42 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:189(file_complete) 406 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:139(__init__) 87 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:147(encode) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:510(delete_course_index) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:25(_assert_courses_not_in_overview) 4438 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:365(encoding) 31 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:513(__init__) 7576 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:244() 526 0.001 0.000 0.001 0.000 /usr/lib/python2.7/cookielib.py:1196(deepvalues) 414 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:903(assertMultiLineEqual) 97 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader.py:142(_engine_list) 40 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:62(get_declared_filters) 46 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:159(django_to_webob_request) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:278(test_config_missing) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:92(test_any_user_has_partial_access) 53 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:38(__init__) 160 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:198() 208 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:215(is_excluded_asset_type) 2157 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:833(version_guid) 25 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/enabled.py:63(_load_one_plugin) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:32(test_invalid_course_key) 46 0.000 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:1368(parse_args) 1690 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/stat.py:55(S_ISLNK) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/openassessmentblock.py:578(prompts) 37 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:420(ensure_indexes) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/middleware.py:65(process_view) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:883(register_uri) 84 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:152(release_conn) 198 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/colorama/ansitowin32.py:172(write_plain_text) 181 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1452(_check_unique_together) 525 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:501(__str__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:366(test_notifications_enabled) 40 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:519(render_option) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1227(_html_nogroup_result) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_helpers.py:22(test_unsafe_next) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:100(test_structure) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:68(test_anchoring_of_patterns_at_beginning) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:170(test_invalid_user_id) 508 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1408(_get_target) 849 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3217(_filter_blacklist) 3500 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:394() 497 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:298(get_max_score) 141 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:26(__call__) 51 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:143(__new__) 207 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:239(formatLogRecords) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1583(_get_non_orphan_parents) 615 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:857(to_internal_value) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1106(render_change_form) 71 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:187(cohorted_discussions) 104 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:74(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:134(test_get_transformed_with_starting_block) 294 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/context_processors.py:5(messages) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1247(response_post_save_add) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2111(create_xblock) 164 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:130(get_default) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:476(render) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:170() 99 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/models.py:42(get_value) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:48(__str__) 38 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:51(parse) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/adapters/dop.py:40(get_client) 615 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:439(get_value) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:216(freeze_time) 41 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/dateformat.py:364(format) 4352 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:375(_assert_mutable) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:127(get_context_for_path) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:139(test_verify_another_signature) 55 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:42(make_msgid) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_runtime.py:18(test_trailing_characters) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:387(test_create_account_invalid_username) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:51(render) 226 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1112(get_resolved_arguments) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/poll_module.py:108(dump_poll) 1048 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:44(to_json) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/management/commands/compile_sass.py:22(add_arguments) 88 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:519(__init__) 66 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/django/__init__.py:144(create_processors_from_settings) 30 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_extensions/db/fields/__init__.py:369(deconstruct) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:104(test_anonymous_user) 88 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:303(age) 9 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:117(setUp) 336 0.001 0.000 0.001 0.000 /usr/lib/python2.7/rfc822.py:233(getallmatchingheaders) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:29(test_staff_permission_required) 161 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:106(datetime_to_fakedatetime) 46 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:109(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/0001_initial.py:2() 7 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/cache_utils.py:101(zunpickle) 504 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:403(iteritems) 2721 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:159(_get_or_create_session_key) 442 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/packages/ordered_dict.py:142(update) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:251(build) 136 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/generic/base.py:109(_allowed_methods) 328 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:932(__init__) 1212 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:83(add) 74 0.000 0.000 0.001 0.000 /usr/lib/python2.7/threading.py:542(Event) 12 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:32(_mako_generate_namespaces) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/data.py:25() 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:96(update_should_display) 17 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/signature.py:45(signature) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:311(test_error_from_mobile_app) 6 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_import.py:23(create_course_xml) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:213(test_cant_update_cookie_at_step_3_error) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/tests/test_logs.py:55(test_empty_post) 316 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:182(merge) 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:215(deserialize_certificate) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:94(test_has_override_value) 160 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/newrelic-2.74.0.54/newrelic/api/transaction.py:1351(add_custom_parameter) 747 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/stat.py:49(S_ISREG) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:406(build_with_contentstore) 305 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:319(basename) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:140(__init__) 4138 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:220(get_internal_type) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:857(update) 371 0.000 0.000 0.001 0.000 /usr/lib/python2.7/StringIO.py:68(next) 2468 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:319(setup_pk) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/migrations/0001_initial.py:11(Migration) 148 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:98(_decorator) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:152(has_override_value) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:89(setUp) 123 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:24(add_blocks) 4984 0.001 0.000 0.001 0.000 /usr/lib/python2.7/collections.py:349() 7202 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:247(close) 1391 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:60(ascii) 3534 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:392() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:166(test_no_user_for_user_id) 49 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1600(__init__) 53 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadedfile.py:92(__init__) 25 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/urls.py:4(replace_query_param) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_views.py:327(setUpClass) 844 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:875(__hash__) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/makemigrations.py:1() 42 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:717(select_for_update) 104 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:131(_legacy_cmpkey) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:895(test_get_credit_providers_details) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/__init__.py:31(new) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:410(submit_button_name) 85 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:252(_put_conn) 1216 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1035(to_python) 600 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/management.py:36() 186 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:508(non_editable_metadata_fields) 1452 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:301(is_in_memory_db) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/0001_initial.py:9(Migration) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:220(new) 43 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:953(_create_library_locator) 4 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:32(_mako_inherit) 145 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:224(formatFailure) 1345 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/path.py:116(abspath) 2425 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1145(_drop_database) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1127(test_get_credit_requests_no_requests) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/email_utils.py:178(_email_url_parser) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:210(_get_singleton) 3614 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1127(course_key) 70 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/settings.py:195(__getattr__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:196(test_anonymous_user) 10 0.000 0.000 0.001 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/split_test_author_view.html.py:18(render_body) 14 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:445(template_path) 20 0.000 0.000 0.001 0.000 /usr/lib/python2.7/textwrap.py:115(__init__) 422 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:956(assertIsNotNone) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:157(__init__) 3044 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:362(create_nodelist) 4717 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:315() 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:446(_verify_deprecated_info) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:83(__init__) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:360(mock_requests_get) 1070 0.001 0.000 0.001 0.000 /usr/lib/python2.7/argparse.py:1160(__init__) 231 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/util.py:84(__get__) 379 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:317(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_authentication.py:25(test_perform_csrf_referer_check) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/push_notification.py:40(send_push_course_update) 181 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1322(_check_id_field) 248 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:805(assertNotIn) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py:32(test_nonexistent_user_id) 9 0.000 0.000 0.001 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/video.html.py:21(render_body) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/elastic.py:1() 1245 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:359(create_variable_node) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/serializers.py:52(deserialize_organization) 381 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/binary.py:174(__getnewargs__) 205 0.001 0.000 0.001 0.000 /usr/lib/python2.7/StringIO.py:258(getvalue) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tests/test_tasks.py:16(test_retry_on_error) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:121(test_update_user_preference) 568 0.001 0.000 0.001 0.000 /usr/lib/python2.7/StringIO.py:139(readline) 1238 0.001 0.000 0.001 0.000 /usr/lib/python2.7/argparse.py:2055(_parse_optional) 1951 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/structures.py:48(__setitem__) 48 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:55(__init__) 119 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:236(get_project_root_name) 74 0.000 0.000 0.001 0.000 /usr/lib/python2.7/threading.py:561(__init__) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_models.py:79(add_credit_course) 10 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:107(render_title) 604 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1940(get_attname_column) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:317(stream_data) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_fix_not_found.py:15(test_no_args) 2071 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:355(normalize_structure_key) 4 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:34(_mako_inherit) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/organization.py:18(get) 78 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:959(index_in_children_list) 83 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:102(__init__) 42 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/response.py:834(_content_type__get) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/migrations/0001_initial.py:2() 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_django_utils.py:47(test_cache_reset_2) 161 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:91(organizations_enabled) 2304 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/introspection.py:83() 2 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:35(_mako_inherit) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:102(test_nonexistent_course_id) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:118(test_verify_expired_signature) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:259(test_no_lms_base_for_certificate_web_view_link) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py:39(test_nonexistent_user_id) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:212(test_server_track_with_middleware_and_google_analytics_cookie) 31 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlistwithkey.py:42(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:116(test_ordered_blocks) 84 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:179(handle_startendtag) 9 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:283(render_requirejs) 5 0.000 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:1004(assertNotRegexpMatches) 810 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:420(get_default) 2520 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:298(get_definition_id) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:42(has_configuration_override) 160 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/newrelic-2.74.0.54/newrelic/api/transaction.py:1298(current_transaction) 2919 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:235(tearDown) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dop_adapter.py:70(test_get_access_token) 781 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:406(_iteritems) 1671 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/factories.py:105(groups) 386 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:217(__init__) 114 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:52(__ne__) 91 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/masquerade.py:158(is_masquerading_as_student) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:33(test_user_track) 53 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadedfile.py:28(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:277(write_render_callable) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:340(tearDown) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:462(_calculate_unique_id) 36 0.000 0.000 0.001 0.000 /usr/lib/python2.7/SocketServer.py:423(server_bind) 203 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/mixin.py:20(from_json) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:168(test_config_missing) 178 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/pyversion.py:178(exc_to_unicode) 2 0.001 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:885(_generate_altered_foo_together) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/migrations/0001_initial.py:12(Migration) 929 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:26(__init__) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:118(_get_modulestore_for_courselike) 2320 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:45(__init__) 41 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:260(make_context) 4 0.000 0.000 0.001 0.000 /usr/lib/python2.7/contextlib.py:88(nested) 24 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:581(render_title) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:268(test_lms_link_for_certificate_web_view) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:742(test_reindex_no_item) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:88(clear_subs_content) 75 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:823(assert_called_with) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:89(test_not_course_url) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/utils.py:25(restore_asset_from_trashcan) 35 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:114(create_segmentio_event) 20 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/password_policy_validators.py:38(validate_password_length) 82 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:806(close_all_connections) 16 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:100(reset_tracker) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:131(test_verify_incorrect_field_value) 1122 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:253(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/migrations/0001_initial.py:9(Migration) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:53(get_organizations) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:119(test_fail_fast_if_reindex_fails) 4474 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:460(__init__) 110 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/enterprise_helpers.py:52(data_sharing_consent_requirement_at_login) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:97(test_invalid_course_id) 288 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:286(to_json) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:307(test_error_from_mobile_web_view) 1164 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:20(__enter__) 101 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:51(assertHttpOK) 460 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:74(__new__) 374 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:204() 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:117(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/middleware.py:45(EmbargoMiddleware) 4124 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:329() 924 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:542(root) 78 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:214(preflight) 1725 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/structures.py:53(__getitem__) 4989 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:888(state) 73 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:677(get_auth_from_url) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_logic.py:28(test_get_value_for_org_when_microsite_has_no_org) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:105(course_and_time_based_filename_generator) 307 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:286(display_name) 170 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:468(merge_cookies) 444 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:264(_compile_repl) 167 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/errortracker.py:24(make_error_tracker) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:33(_assert_courses_in_overview) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_runtime.py:49(test_handler_name) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:265(test_user_not_initially_enrolled) 340 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2329() 66 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/exceptions.py:134(message_dict) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:525() 90 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/http.py:114(http_date) 12 0.000 0.000 0.001 0.000 /usr/lib/python2.7/BaseHTTPServer.py:232(parse_request) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:69(get_organizations) 151 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:172(add_version_to_asset_path) 57 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:881(assert_any_call) 66 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1116(auto_cohort_groups) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/data.py:187(fetch_organizations) 1138 0.001 0.000 0.001 0.000 /usr/lib/python2.7/argparse.py:836(__call__) 46 0.000 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:1319(get_default_values) 167 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:294(__init__) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:54(render_js) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1122(test_update_credit_request_not_found) 88 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:618(value) 82 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:31(_maybe_update) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_theme_style_overrides.py:75(setUp) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:39(test_table_initially_empty) 494 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:157(to_json) 107 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/masquerade.py:141(get_course_masquerade) 82 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaultfilters.py:81(escapejs_filter) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:571() 29 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:141(searcher) 1 0.000 0.000 0.001 0.001 /usr/lib/python2.7/ConfigParser.py:310(readfp) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:106(assert_invalid_session_id) 161 0.001 0.000 0.001 0.000 /usr/lib/python2.7/random.py:175(randrange) 85 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:518(prepare_hooks) 3999 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:930(render) 439 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1562(needs_saved) 9 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:434(test_invalid_syntax) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/tests.py:166(test_export_custom_discussion_id) 1 0.001 0.001 0.001 0.001 /usr/lib/python2.7/ConfigParser.py:464(_read) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:128(render_requirejs) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:34() 9 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:133(display_name_with_default) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_views.py:18(setUp) 152 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1138(cohorted_discussions) 1367 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:528(validators) 165 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:479(__init__) 3429 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformer.py:46(collect) 264 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:223(construct_yaml_bool) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:326(build_with_contentstore) 170 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1131(build_url_field) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:41(get_versioned_asset_url) 1579 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:122(_prepare_messages) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_middleware.py:26(test_default_site_theme) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dot_overrides.py:57(test_active_user_validates) 4 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:35(_mako_inherit) 113 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:147(clean) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:1221(setUpClass) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:472(relpath) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:1013(scope_key) 97 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/utils.py:109(all) 18 0.000 0.000 0.001 0.000 /usr/lib/python2.7/logging/__init__.py:1025(getLogger) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:392(test_activate_account_invalid_key) 24 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:112(errors) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:303(makefile) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/signals.py:14(handle_course_cert_awarded) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/method_override/middleware.py:1() 4 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:131(render_content) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:59(test_any_user_has_no_access) 135 0.001 0.000 0.001 0.000 /usr/lib/python2.7/weakref.py:105(__setitem__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:151(exception_validator) 22 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:328(for_version) 2186 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:266(_paginate_results) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/signature.py:190(collect_parameters) 1151 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/compat.py:68(u) 415 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:688() 106 0.000 0.000 0.001 0.000 /usr/lib/python2.7/random.py:238(randint) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:218(test_deletion_of_cookies_at_step_4) 38 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1482(_check_local_fields) 34 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/algorithms.py:134(sign) 23 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:172(build_mock_object) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1334(unenroll) 3567 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:50(close_connections) 116 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:49(__eq__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:57(test_is_comprehensive_theming_enabled) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/migrations/0001_initial.py:2() 177 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:349(__getattr__) 51 0.001 0.000 0.001 0.000 /usr/lib/python2.7/base64.py:142(b32encode) 1255 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1937(get_attname) 32 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1308(is_library_missing) 20 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_extensions/db/fields/__init__.py:482(deconstruct) 53 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:85(_loaded_messages) 40 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:208(create_block_structure) 848 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:60(normalize_together) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:99(test_create_invalid_session_id) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jwt.py:59(decode) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:215() 85 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:287(location) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:217(test_discussion_id_map_missing) 1830 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:97(__getitem__) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:61(get_content_type_for_model) 198 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/colorama/ansitowin32.py:224(convert_osc) 1190 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:105(__init__) 272 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/hooks.py:17(default_hooks) 151 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:67(__init__) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_django_utils.py:31(test_cache_reset_2) 42 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filters.py:79(filter) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:479(relpathto) 161 0.000 0.000 0.001 0.000 /usr/lib/python2.7/httplib.py:841(close) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:151(find) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:309(_edx_platform_tar) 11 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:545(fill_filekind) 82 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:110(get_static_path_from_location) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:36(test_creator_group_enabled_but_empty) 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:369(build_error_response) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:114(test_create_user_preference) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1187(_html_experiment_group_result) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/mobile_utils.py:9(is_request_from_mobile_app) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_cache_utils.py:41(test_memoize_in_request_cache) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:160(test_request_with_user) 1069 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3310(_update_block_in_structure) 746 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:159(escape) 10 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:29(_mako_generate_namespaces) 1144 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:756(remote) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:48(test_given_no_arguments_raises_command_error) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/migrations/0001_initial.py:8(Migration) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:267(match_tag_start) 336 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/timeout.py:96(__init__) 24 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2577(contribute_to_related_class) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1091(has_library) 23 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_urls.py:20(add_preserved_filters) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:173(test_get_template_path) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/reindex_course.py:52(_parse_course_key) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:113(test_parse_error_at_step_1) 31 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:443(normalize_structure_key) 2773 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:25() 213 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/safestring.py:94(_proxy_method) 487 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1709(get_modulestore_type) 91 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/masquerade.py:150(get_masquerade_role) 24 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageColor.py:116(getcolor) 418 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:351(set_attributes_from_rel) 346 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/base.py:35(__new__) 314 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:109(__exit__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:108(test_success_no_session_and_user) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:490(fields_map) 2712 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:413(dst) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:92(template_loaders) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:191(get_all_orgs) 27 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:91(assert_event_emitted) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:96(get_template_loaders) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/views.py:51(is_enabled) 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:29(_mako_generate_namespaces) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/migrations/0001_initial.py:9(Migration) 177 0.001 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:330(render_modal_placeholder) 1107 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:353(content) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:282(choose_new_seed) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:104(find_template_loader) 514 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:210(construct_yaml_null) 40 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:25(__init__) 68 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:187(get) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:105(test_course_info_to_ccxcon_no_valid_course_key) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/migrations/0001_initial.py:3() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:836(test_multiple_partition_groups) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_core_caching.py:39(test_delete) 1885 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:173(nts) 46 0.000 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:366(__init__) 61 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:453(_get_location_info) 24 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:486(__set__) 1152 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:188(__init__) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:55(get_old_style_versioned_asset_url) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/migrations/0001_initial.py:7(Migration) 180 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:825(to_internal_value) 117 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:31(load_function) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:160(test_get_transformed_with_nonexistent_starting_block) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/forms.py:32(clean_course_key) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:84(test_disabled_wrong_cors_domain_reversed) 248 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:697(auto_id) 41 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/dateformat.py:33(format) 36 0.000 0.000 0.001 0.000 /usr/lib/python2.7/SocketServer.py:201(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffTags.py:20() 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/heartbeat/views.py:12(heartbeat) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:308(_get_render_context) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_django_utils.py:43(test_cache_reset_1) 12 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:368(render_requirejs) 387 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:197() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:103(test_success_no_session) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:643(_import_field_content) 152 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1153(always_cohort_inline_discussions) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:111(test_remove_context) 1098 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:168(stn) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_memcache.py:67(test_safe_key_unicode) 10 0.000 0.000 0.001 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/problem_notifications.html.py:18(render_body) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_sandboxing.py:16(test_sandbox_exclusion) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:251(generate_srt_from_sjson) 120 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/json_request.py:21(default) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:377(test_create_account_invalid_password) 20 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:580(load_prepare) 32 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:13(normalize_key_for_search) 6 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:18(_mako_get_namespace) 39 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:107(to_json) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:98(test_with_current_request) 1583 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:962(assertIsInstance) 708 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/packager.py:42(output_filename) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:899(ifequal) 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:33(_mako_inherit) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/tests.py:15(test_cache_normal_contents) 93 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:411(_mk_bitmap) 955 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:369(get_limit_choices_to) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:219(do_email_validation) 48 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:114() 55 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/header.py:145(__init__) 166 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/utils.py:46(escape) 1613 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:279() 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/xml.py:632(serialize_assessments) 179 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/charset.py:332(encoded_header_len) 174 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:552(context) 24 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/utils.py:375(display_for_field) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:226(test_copy) 260 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:202() 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/teams/plugins.py:18(is_enabled) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:315(get_feedback_form_context) 45 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:72(__len__) 168 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:801(is_feature_enabled) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dot_overrides.py:26(test_authenticate_with_username) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/mixins.py:32(_decode_jwt) 36 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:261(_get_default_search) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_authentication.py:30(test_skip_csrf_referer_check) 1692 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:208() 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/sandboxing.py:8(can_execute_unsafe_code) 572 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:222() 32 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:277(clean_id) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1354(get_course_index_info) 85 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:162(register_hook) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_forms.py:32(test_invalid_course_key) 41 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:193(get_current_timezone) 21 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1177(update_tab) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtfile.py:178(from_string) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:274(_from_string) 1226 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:57(pop) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:635(setUp) 198 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:165(_check_referencing_to_swapped_model) 418 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:536(__init__) 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/utils.py:28(long_token) 11 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/dark_lang/preview_lang_include.html.py:20(render_body) 55 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/header.py:339(_encode_chunks) 6 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:24(_mako_generate_namespaces) 150/47 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1259(has_path_to_root) 338 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:478(controlled_logging) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:182(test_confirm_user_at_step_2) 210 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3062(reference_block_id) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:117(_transform_with_filters) 165 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:308(render_page_alert) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:853(answer_available) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:425(check_exact_number_of_calls) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_orphans.py:17(add_arguments) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/django.py:77(send) 1299 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1061(_perform_date_checks) 7131 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/color.py:47() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:174(test_verify_corrupt_signature) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:143(test_get_template) 526 0.001 0.000 0.001 0.000 /usr/lib/python2.7/cookielib.py:1191(vals_sorted_by_key) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:131(render_content) 83 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:57(__setitem__) 1526 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2276(_get_class) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/tests/test_logs.py:35(test_empty_get) 763 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/src/codejail/codejail/jail_code.py:87(set_limit) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:116(local_resource_url) 113 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/enterprise_helpers.py:25(enterprise_enabled) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:401(match_control_line) 9 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:151(__init__) 377/366 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:83(__contains__) 55 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:215(get_value_for_org) 48 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:134(SOF) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2404(validate_new_email) 333 0.001 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:589(_set_opt_strings) 85 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:443(requote_uri) 84 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:334(get_encoding_from_headers) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/src/edx-reverification-block/edx_reverification_block/xblock/reverification_block.py:407(get_credit_requirement_display_name) 117 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/util.py:35(snake_case) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:218(verify_versions_are_different) 481 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:199(query_params) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/test.py:112(test_aside_contains_tags) 107 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:98(local_random) 72 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/base.py:17(__init__) 3241 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:172(current) 2807 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:289(create_usage) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:785(json) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_contexts.py:54(test_course_id_later_in_url) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:551() 220 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:285(__repr__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/api.py:350(activate_account) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:1() 55 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/encoders.py:63(encode_7or8bit) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:92(test_add_user_unrequested_staff) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/backends/locmem.py:3() 95 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:520(_new) 2944 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:231(setUp) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/migrations/0001_initial.py:15(Migration) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_middleware.py:36(test_default_site_theme_2) 447 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:29(__new__) 97 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1264(path) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:188(test_reactivation_for_unregistered_user) 168 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:292(_get_timeout) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:66(test_transformer_data) 486 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/werkzeug/__init__.py:115(__getattr__) 318 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:178(widget_attrs) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:64(_assert_block_values) 356 0.001 0.000 0.001 0.000 /usr/lib/python2.7/cookielib.py:864(__init__) 16 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_extensions/db/fields/__init__.py:424(__init__) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/reindex_library.py:44(_parse_library_key) 1049 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:199(handle_endtag) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:452(xblock_local_resource_url) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_memcache.py:95(test_safe_key_version_unicode) 48 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:60(APP) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:534() 166 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:59(quote) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:55(test_course_coach_has_access) 1205 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/validation.py:25(ErrorList) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/contrib/django/settings.py:1() 116 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/path.py:323(isprefix) 1164 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:52(_commit_removals) 1328 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:140() 47 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/response.py:180(__init__) 89 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:324(__init__) 120 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:147() 15 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:37(get_time_display) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:168(reinit) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_django_utils.py:27(test_cache_reset_1) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:223(get_view_name) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/testutil.py:185(setUp) 486 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pygments/lexers/__init__.py:259(__getattr__) 24 0.000 0.000 0.001 0.000 /usr/lib/python2.7/subprocess.py:1173(pipe_cloexec) 403 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1783(_key) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:89(reinit) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:57(test_user_track_with_missing_values) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/models.py:11(Note) 85 0.000 0.000 0.001 0.000 /usr/lib/python2.7/cookielib.py:1707(clear_expired_cookies) 41 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:598() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:9() 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:42(add_arguments) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:103(test_wrong_course_id_raises) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:58(reinit) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyquery/pyquery.py:251(__call__) 31 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:42(_validate_course_content_milestone_requirements) 24 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:245(address) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/mobile_utils.py:43(is_request_from_mobile_web_view) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_helper.py:12(test__safe_postlogin_redirect) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1309(clean_id) 1612 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:34(process_request) 204 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/retry.py:113(__init__) 75 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2078(__ne__) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:162(set_many) 186 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:195(validate_domain_part) 160 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/newrelic-2.74.0.54/newrelic/core/transaction_cache.py:52(current_transaction) 190 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:500(__init__) 3247 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:420(_load_model_class) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/tests/test_logs.py:75(test_populated_get) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/testutil.py:57(setUp) 1145 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:73(get_ip) 46 0.001 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:200(__init__) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:168(is_disabled_access_check) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:312(process_extra) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:246(test_server_track_with_no_request) 26 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:81(IPNetwork) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/migrations/0001_initial.py:12(Migration) 45 0.000 0.000 0.001 0.000 /usr/lib/python2.7/HTMLParser.py:132(set_cdata_mode) 364 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:114(_parse_version_parts) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:919(ifnotequal) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/pygen.py:67(writelines) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/helpers.py:195(auth_pipeline_urls) 22 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:98(internal_api_url) 508 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:700(from_json) 20 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/course.py:12(get_lms_link_for_about_page) 1391 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:186(_unmunge_zone) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_helpers.py:32(test_safe_next) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:480(convert) 221 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:28(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:79(test_user_track_with_empty_event) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:149(test_render_to_string_when_no_global_context_cms) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_transformers.py:27(setUp) 22 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:274(delete_cookie) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/workflow/migrations/0001_initial.py:2() 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:128(render_content) 103 0.000 0.000 0.001 0.000 /usr/lib/python2.7/json/decoder.py:34(errmsg) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:342(copy_to_in_mem) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/signature.py:313(normalize_parameters) 31 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/validators.py:38(course_content_milestone_requirements_is_valid) 4557 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:370(__iter__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:633() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:916(generate_altered_unique_together) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/migrations/0001_initial.py:2() 140 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/serializers/json.py:92(default) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_tasks.py:20(test_update_ccxcon_task_ok) 584 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:236() 33 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py:39(login_required) 708 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/compressors/__init__.py:42(__init__) 490 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:70(_hasattr) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:816(closed) 9 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:652(get_default_transcript_language) 726 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:529() 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:448(get_all_courses) 71 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:427(_getencoder) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:24(get_view_name) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:141(test_usual_strftime_behavior) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:39(assert_collected) 1205 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:274(_check_db_index) 1959 0.001 0.000 0.001 0.000 /usr/lib/python2.7/ConfigParser.py:373(optionxform) 54 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:438(many_to_many) 3063 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:231(__bool__) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:432(should_enable_submit_button) 55 0.001 0.000 0.001 0.000 /usr/lib/python2.7/email/utils.py:259(decode_params) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_memcache.py:81(test_safe_key_prefix_unicode) 4319 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:380(exit_command) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:169(leaf_nodes) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:421(submit_button_submitting_name) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:542(_safe_postlogin_redirect) 260 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:467() 162 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/editing_module.py:27(non_editable_metadata_fields) 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:130(render_content) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:147(test_request_in_course_context) 170 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:321(get_rhs_op) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:347(test_basic) 1285 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/packages/ordered_dict.py:63(__iter__) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:321(test_get_transcript_name_youtube_server_language_not_exist) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:197(authenticate) 404 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:213(upload_handlers) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dop_adapter.py:59(test_get_client_not_found) 131/64 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2206(_verify_xblock_info_state) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:105(test_single_forward_for_header_ip_context) 933 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:34(push) 112 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:317(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:154(test_enable_microsites_pre_startup) 2 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/loader.py:137(loadTestsFromDir) 4539 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:32(__getitem__) 11 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/header.py:334(_split_ascii) 6 0.000 0.000 0.001 0.000 /usr/lib/python2.7/random.py:91(__init__) 18 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:53(get_sample_asset) 188 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1326() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:178(test_success) 931 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:232() 314 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:101(__init__) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:140(render_content) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/paginators.py:79(paginate_search_results) 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/shortuuid/main.py:65(uuid) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/base.py:13() 218/215 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:478() 55 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:405(__init__) 4827 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:196() 24 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:436(__exit__) 170 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:258(get_url_kwargs) 170 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/url.py:17(__new__) 31 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:301(get_milestone_relationship_types) 101 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:42() 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:158(register_server) 933 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:28(pop) 292 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1689(_clear_dict) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:177(write_toplevel) 3 0.001 0.000 0.001 0.000 /usr/lib/python2.7/random.py:100(seed) 681 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:242(validated_data) 15 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_extensions/db/fields/__init__.py:403(deconstruct) 424 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/structures.py:59(__iter__) 85 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:209(__init__) 52 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:262(_compare_greater_than) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:79(test_disabled_wrong_cors_domain) 470 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/writer.py:35(__new__) 1101 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:280(template_localtime) 1315 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:158() 564 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2286(__init__) 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:86(render_content) 1047 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:514(is_authenticated) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:116(test_multiple_forward_for_header_ip_context) 321 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:32(default_select) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:381(iterate_displayable) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauth2_provider/migrations/0001_initial.py:2() 59 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/pagination.py:303(get_previous_link) 4319 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:377(enter_command) 85 0.000 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:747(__read) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:361(import_status_handler) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:50(test_given_no_arguments_raises_command_error) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:94(test_disabled_http_referer) 340 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/packages/ordered_dict.py:124(items) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:105(enable_microsites_pre_startup) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:101(test_segmentio_ignore_names) 76 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:480() 177 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:286(render_view_notes) 45 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/session.py:23(_get) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/formatting.py:46(camelcase_to_spaces) 93 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:304(non_field_errors) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_runtime.py:44(test_suffix) 49 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2229(_verify_visibility_state) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:1003(validate_category_hierarchy) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:500(__init__) 6 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/component.html.py:28(render_body) 170 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/url.py:90(split_first) 216 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:571() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/migrations/0001_initial.py:10(Migration) 46 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:154(__init__) 708 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/compilers/__init__.py:21(__init__) 486 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pygments/formatters/__init__.py:104(__getattr__) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:289(test_get_transcript_name_youtube_server_success) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:266(_symlink_tar) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dop_adapter.py:54(test_get_client) 73 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:413(__contains__) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:70(get_module_i18n_service) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:116(test_mongo_filestore) 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:33(_mako_inherit) 99 0.001 0.000 0.001 0.000 /usr/lib/python2.7/mimetools.py:33(parsetype) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:96(test_anonymous_has_no_access) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/test.py:90(post) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtfile.py:191(read) 48 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:106(convert_datetime_to_iso) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_transformers.py:74(test_is_collected_outdated) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:97(test_add_user_granted_staff) 16 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:154(http_method_not_allowed) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:541(test_youtube_good_result) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_contexts.py:16(test_course_id_from_url) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:24(get_request) 43 0.000 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:2131(extractfile) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauth2_provider/migrations/0001_initial.py:11(Migration) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_time_zone_utils.py:26(_display_time_zone_helper) 16 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:733(render_requirejs) 105 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:617(is_student_password_reuse_restricted) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/models.py:1099(invalidate_deadline_caches) 438 0.001 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:981(_check_conflict) 39 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:257(_is_xblock_reorderable) 143 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:161(key_values_cache_key_name) 33 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:440(urlencode) 2744 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/result.py:126(addSuccess) 369 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:506() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0001_initial.py:10(Migration) 405 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/js_utils.py:12(_escape_json_for_js) 16 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:856(get_actions) 203 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/mixin.py:22() 1467 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:382(utcoffset) 672 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:229(__getitem__) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:141(verify_file_presence) 212 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:55(led) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/__init__.py:19(get_backend) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:154(test_server_track) 156 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/generic/base.py:39(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/adapters/dop.py:54(get_access_token) 847 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/subclassing.py:31(__get__) 29/24 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageColor.py:24(getrgb) 342 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/UserDict.py:57(items) 250 0.001 0.000 0.001 0.000 /usr/lib/python2.7/collections.py:149(pop) 83 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:182(DQT) 14 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/request.py:845(params) 3 0.000 0.000 0.001 0.000 /usr/lib/python2.7/tempfile.py:353(mktemp) 52 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:354(__setstate__) 110 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:285(get_registration_extension_form) 1106 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:582(__class__) 129 0.000 0.000 0.001 0.000 /usr/lib/python2.7/functools.py:56() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_runtime.py:35(test_query_string) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:284(enable_microsites_pre_startup) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:25(assert_logged_with_message) 25 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py:134(is_proctored_exam) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/workflow/migrations/0001_initial.py:10(Migration) 3500 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:393() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:482(copy_course_videos) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:169(assign_id) 28 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1395(__init__) 1205 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:308(_check_deprecation_details) 127 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:316(_perform_form_overloading) 130 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:176(_init_decoder) 209 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1159(_check_mutually_exclusive_options) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1120(_verify_editable) 26 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:497(default_deadline_for_credit_eligibility) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0001_initial.py:10(Migration) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/templatetags.py:4() 149 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:275(render_jsextra) 858 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:218() 24 0.001 0.000 0.001 0.000 /usr/lib/python2.7/email/quoprimime.py:73(header_quopri_len) 15 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:87(__init__) 11 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/header.py:418(_split_ascii) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py:147(is_proctored_exam) 16 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformer_registry.py:33(find_unregistered) 64 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:242(addCaptureToErr) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:415(__eq__) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_runtime.py:31(_parsed_query) 30 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:59(get_configuration_value) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:893(get_action_choices) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/cookies.py:156(delete_logged_in_cookies) 49 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:536(_track_activation) 144 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:288(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:420(test_always_rollback) 2499 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:883(result) 181 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1267(_check_managers) 571 0.001 0.000 0.001 0.000 /usr/lib/python2.7/weakref.py:335(__setitem__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:96(test_no_forward_for_header_ip_context) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:308(test_get_transcript_name_youtube_server_no_transcripts) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/models.py:56(discussion_id_map) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:30(test_normal_request) 1152 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:125(_pop_buffer) 1351 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:452(tzname) 41 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:69(render) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:90(course_filename_prefix_generator) 36 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:72(assign_id) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:93(get_courses) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:321(test_get_errored_course) 16 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:536(is_configured) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:79(test_default_request_context) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0001_initial.py:2() 708 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/packager.py:17(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:19(test_get_request_or_stub) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:78(deserialize_fields) 126 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/migration.py:46(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:180(test_munge_catalog_program) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:143(_transform_without_filters) 333 0.001 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:636(_check_type) 31 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlistwithkey.py:84(update) 63 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:41(is_prerequisite_courses_enabled) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/signals.py:33(connect) 294 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/context_processors.py:28(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0009_readd_facebook_url.py:2() 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2208(_check_relationship_model) 901 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:2422(_check) 105/17 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/models.py:69(_traverse_tree) 1242 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1173() 528 0.001 0.000 0.001 0.000 /usr/lib/python2.7/collections.py:375() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0002_auto_20151208_1034.py:2() 40 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:549() 115 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:361(__enter__) 67 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:46(feed) 708 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/packager.py:80(package_for) 265/189 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:392(flatten_bases) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:200(is_configured) 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:143(render_content) 168 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/timeout.py:156(clone) 435 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:340(addFailure) 2938 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:88() 181 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:36(__init__) 1164 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:16(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:163(test_skip_if_referer_not_whitelisted) 12 0.000 0.000 0.001 0.000 /usr/lib/python2.7/rfc822.py:122(readheaders) 55 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/header.py:233(append) 23 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2617(_remove_subtree) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export.py:21(add_arguments) 568 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:45(get_event_iter) 72 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:611(data) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_cache.py:34(test_add_and_get) 1268 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:929(__init__) 901 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:357(validators) 260 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:278(get_content_negotiator) 145 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:306() 20 0.000 0.000 0.001 0.000 /usr/lib/python2.7/textwrap.py:316(wrap) 335 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:208(add) 41 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:1214(now) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:1() 16 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/utils.py:401(display_for_value) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0001_initial.py:10(Migration) 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:77(_assert_bad_request) 95 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:319(render_header_extras) 9 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:187() 15 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:284(deconstruct) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:108(test_enable_microsites_pre_startup) 33 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1825(_set_return_value) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:246(formfield_for_foreignkey) 85 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:636(get_adapter) 33 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py:18(decorator) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/migrations/0003_add_new_config_models.py:9(Migration) 27 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1377(can_toggle_course_pacing) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:314(_from_string) 85 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:273(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:192(test_request_headers) 48/24 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/subclassing.py:53(contribute_to_class) 86 0.000 0.000 0.001 0.000 /usr/lib/python2.7/httplib.py:736(__init__) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:521(make_asset_key) 681 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:235(errors) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:129(test_delete_user_preference) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:125(render) 121 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:755(to_python) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:137(_process_response) 169 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:155(add_frag_resources) 159 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:222(get_parents_map) 2855 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:361() 387 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:146() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0009_readd_facebook_url.py:27(Migration) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:332(_setup) 3 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:29(_mako_inherit) 34 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:688(__repr__) 76 0.000 0.000 0.001 0.000 /usr/lib/python2.7/socket.py:216(makefile) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:34(test_clear_cache_celery) 1318 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:37(close) 2/1 0.001 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/context_processors.py:5() 237 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:354(__getattr__) 16 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:134(render_title) 21 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/factories.py:24(min_price) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_cache.py:50(test_delete) 78 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1599() 170 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:306(update) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:106(test_error_conditions) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:209(__init__) 60 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:646(putchunk) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:287(from_deprecated_string) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:296(_transcripts_logic) 80 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:640(to_tuple) 299 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/help_context_processor.py:14(common_doc_url) 78 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:273(cleaned_extended_profile) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:56(test_is_any_marketing_link_set) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:36(_mako_inherit) 48 0.001 0.000 0.001 0.000 /usr/lib/python2.7/subprocess.py:1160(_set_cloexec_flag) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2053(formfield) 809 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1362(is_hidden) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:114(_try_to_serialize_response) 639 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:201(__setattr__) 18 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/raw_module.py:20(definition_from_xml) 67 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py:163(add_random_event) 55 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:428(_create_message) 72 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:430(id_from_descriptor) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0002_auto_20151208_1034.py:7(Migration) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/forms.py:75(_valid_ip_addresses) 1680 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:235(__eq__) 795 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:311() 2313 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/structures.py:60() 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:275(_from_deprecated_string) 83 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/timeout.py:140(from_float) 16 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/exceptions.py:111(__init__) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:83(__init__) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1980(formfield) 295 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/base.py:56(tag) 181 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1422(_check_index_together) 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:283(render_requirejs) 3 0.000 0.000 0.001 0.000 /usr/lib/python2.7/urllib2.py:226(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/migrations/0001_initial.py:9(Migration) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_pipeline.py:17(setUp) 4 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/charset.py:347(header_encode) 16 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:247(has_usable_password) 22 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:896(make_relative) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_optional_include_mako.html.py:16(_mako_get_namespace) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py:2() 22 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:691(__contains__) 130 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:197(get_renderer_context) 356 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/pyversion.py:22(force_unicode) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_optional_include_mako.html.py:22(_mako_generate_namespaces) 201 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:55(Skip) 4 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:30(_mako_generate_namespaces) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:62(test_reading_filtered_urls_from_settings) 23 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtitem.py:31(__unicode__) 40 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:182(make_csv_dict) 18 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:97(select) 210 0.000 0.000 0.001 0.000 /usr/lib/python2.7/StringIO.py:95(seek) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:292(render) 212/78 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1289() 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:87(setUp) 1315 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:157() 1189 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1012(close_connections) 85 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:517() 1271 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:186(add_prefix) 42 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/response.py:498(_headers__get) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:292(_outside_tar2) 262 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:497(total_calls) 3081 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:666(get_attname) 387 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:155() 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:31(_mako_inherit) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/migrations/0001_initial.py:2() 1088 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/_binary.py:52(i16be) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:1() 1019 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:224(must_update) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:160(get_used_ids) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:60(test_encoder) 810 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:427() 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:62(_parseparam) 327 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:62(ToASCII) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:38(run) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/header.py:488(_binsplit) 979 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:192(get) 1198 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:649(safe_str) 404 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:624(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0003_auto_20160516_0938.py:10(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:161(transform_block_filters) 105 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2082(__call__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/log.py:100(get_logger) 387 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/models.py:56(add_status_query_managers) 215 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:95(hostname) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0009_readd_facebook_url.py:6(table_description) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:963(get_courses) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:167(find_in_app) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:612(to_string) 130 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:245(auth) 69 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:53(register_backend) 1923 0.000 0.000 0.000 0.000 /usr/lib/python2.7/ConfigParser.py:567(__init__) 62 0.000 0.000 0.000 0.000 /usr/lib/python2.7/json/decoder.py:302(__init__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/parsers.py:54(parse) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:250(_combined_asides) 878 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/result.py:180(_is_relevant_tb_level) 96 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/utils.py:292(_get_non_gfk_field) 177 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:435(attr) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:48(__iadd__) 486 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/__init__.py:65(__getattr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/cache.py:33(create) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:174(assert_mock_tracker_call_matches) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:55(test_get_time_display_coerce) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:89(test_disabled_http_request) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:873(from_string) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_core_caching.py:32(test_put_and_get) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:111(_process_query_string) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:367(course_filter) 87 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/utils.py:108(as_ul) 548 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:150(__getitem__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/migrations/0001_initial.py:10(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:44(delete) 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1440(__init__) 227 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/packages/ordered_dict.py:44(__setitem__) 170 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:55(get_detail_view_name) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:174(__mod__) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/compat.py:216(set_rollback) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:53(test_logs_errors) 139 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:2293(chown) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:424(get_languages) 116 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_memcache.py:109(_is_valid_key) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:561(errors) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/forms.py:66(_is_valid_ip) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:145(set_config_by_domain) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:85(__radd__) 400 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:506(_safe_read) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:534(test_youtube_empty_text) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/helpers.py:396(_inner) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:204(clear_cache) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1278(__init__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:188(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:82(get_all_config) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/permissions.py:155(has_permission) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:116(assert_logged_for_request_user_mismatch) 1002 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:414() 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlist.py:129(update) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:189(test_get_css_dependencies) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:364(parse_qs) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_authentication.py:45(_fake_request) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:85(is_collected_outdated) 86 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1172(_set_queryset) 1163 0.000 0.000 0.000 0.000 /usr/lib/python2.7/argparse.py:2277(_check_value) 298 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mongo_utils.py:108(create_collection_index) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:255() 428 0.000 0.000 0.000 0.000 /usr/lib/python2.7/rfc822.py:202(isheader) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/models.py:213(paths) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:424(relpath) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:30() 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:38(construct_instance) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_transformers.py:32(add_mock_transformer) 303 0.000 0.000 0.000 0.000 /usr/lib/python2.7/UserList.py:6(__init__) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:679(_check_dest) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:83(get_all_config) 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:67(__and__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:219(test_set_cross_domain_cookie) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:43(_get_request_value) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:118(to_json) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:60(render) 115 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:470(__init__) 406 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:412(__init__) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:862(_get_flatchoices) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simplejson/__init__.py:462(loads) 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1680(__exit__) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:76(require_global_staff) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/mongodb.py:77(_create_indexes) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srttime.py:81(__unicode__) 77 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:1079(__hash__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:31(_mako_generate_namespaces) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/force_publish.py:25(add_arguments) 510 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/tokens.py:91(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/middleware.py:50(process_response) 1205 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:287(_check_null_allowed_for_primary_keys) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/middleware.py:38(_batch_report) 127 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:107(add_dependency) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:617(assert_user_setting_event_emitted) 162 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/result.py:183(_count_relevant_tb_levels) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/text.py:234(get_valid_filename) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0004_alter_user_username_opts.py:8(Migration) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/base64mime.py:64(header_encode) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:71(querydict_to_multidict) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:112(has_required_keys) 1803 0.000 0.000 0.000 0.000 /usr/lib/python2.7/Queue.py:237(_qsize) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:321(test_no_inheritance_for_orphan) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/utils.py:21(base64url_encode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:145(test_verify_incorrect_key_salt) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:83(assign_group_ids) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:31(_mako_generate_namespaces) 82 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:693(close_connections) 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:115(has_configuration_set) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/exceptions.py:142(messages) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:1005(generate_altered_managers) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:155(parse_versioned_asset_path) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:610(test_convert_sjson_to_txt) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:368(get_progress) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:131(POST) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/abc.py:89() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:188(__init__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:35(_mako_inherit) 950 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/base.py:9(__init__) 644 0.000 0.000 0.000 0.000 /usr/lib/python2.7/rfc822.py:290(getheader) 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/numberformat.py:8(format) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:287(test_orphan_has_no_source) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:223(test_deletion_of_no_cookies_at_step_4) 79 0.000 0.000 0.000 0.000 /usr/lib/python2.7/socket.py:250(__init__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:97(_split_keys_v2) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:299(render_title) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:448(send_tarball) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:231(get_view_description) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_openid_auth/migrations/0001_initial.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py:31(test_invalid_location) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:204(test_update_cookie_data_at_step_3) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/middleware.py:36(_dark_parse_accept_lang_header) 109 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1319(get_db_prep_value) 514 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:835(to_representation) 136 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/mixin.py:24(to_json) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:45(test_get_value) 147 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:154(xblock_primary_child_category) 54 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2280(__repr__) 93 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:248(enforce_type) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/log.py:33(get_logger) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/memcache.py:10(fasthash) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:341(_ssl_dn_extract_info) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:107(read) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/connection.py:96(_set_socket_options) 400 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/annotator_mixin.py:42(handle_entityref) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:799(__init__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:76(_decode_v2) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/utils.py:75(fix_eols) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/password_policy_validators.py:100(validate_password_dictionary) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/tests/test_middleware.py:58(test_ip_address_changed) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:55(process_exception) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:279(_outside_tar) 294 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/api.py:31(get_messages) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:346(get_data_for_vertical) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:167(test_unicode_values) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:279(delete) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:127(parse) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/utils.py:308(label_for_field) 181 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1287(_check_m2m_through_same_relationship) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:156(test_shortcuts) 5 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/problem_ajax.html.py:16(render_body) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:85(assert_no_events_were_emitted) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:741(add) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:350(make_aware) 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:152(render_title) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/500.html.py:67(render_content) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/introspection.py:69(get_table_description) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:79(test_request_token) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/result_processor.py:77(decorate_matches) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_mongodb.py:19(test_mongo_backend) 57 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1571() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:360(disable_credit_requirements) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:1183(splittag) 1006 0.000 0.000 0.000 0.000 /usr/lib/python2.7/string.py:634(parse) 399 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:426(find_filter) 168 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2472(_get_m2m_db_table) 232 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:154(paginator) 57 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:148(generate_lines) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:837(reverse) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:121(deconstruct) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:605(cycle) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/common.py:1() 528 0.000 0.000 0.000 0.000 /usr/lib/python2.7/collections.py:373() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/migrations/0001_initial.py:2() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:99(contribute_to_class) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:100(decode_params_utf8) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:254(_fifo_tar) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:103(test_paginated_results_last_keyword) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:126(render_content) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:28(_mako_generate_namespaces) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/commerce/utils.py:35(ecommerce_api_client) 195 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:101(addPlugin) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursetalk/migrations/0001_initial.py:9(Migration) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:801(match_uriinfo) 55 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/backends/locmem.py:17(__init__) 1381 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:65(__str__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:1() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:450(splitall) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:933(__init__) 665 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:1100() 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/migration.py:178(swappable_dependency) 162 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/string_utils.py:16(_has_non_ascii_characters) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:266(test_task_track) 116 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/errors.py:61(__unicode__) 6 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/registration/activation_complete.html.py:65(render_content) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simplejson/decoder.py:367(decode) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:94(get_used_ids) 217 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1302(hidden) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/change_enrollment.py:138(report) 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1415(get_default_field_names) 196 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:554(__getitem__) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:291(abspath) 590 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/base.py:71(_to_str) 263 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:405(_del_cached_value) 116 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:513(__iter__) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/exceptions.py:83(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:54(setUp) 387 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/models.py:73(add_timeframed_query_manager) 55 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:216(__init__) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtfile.py:205(stream) 307 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2732(get_modulestore_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/tests/test_middleware.py:86(test_same_country_different_ip) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/base.html.py:31(_mako_inherit) 254 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:752(load) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:33(__init__) 302 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:71(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:295(test_get_run_marketing_url) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/api.py:486(_validate_email) 311 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:604() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:41(get_view_description) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srttime.py:84(__str__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/migrations/0001_initial.py:2() 195 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:265(convert_value) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1261(dec) 201 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py:57(append) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:604(redirect_with_get) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/migrations/0001_initial.py:9(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/migrations/0002_artifact_file_storage.py:3() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:73(deconstruct) 83 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/response.py:31(assert_header_parsing) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/mongodb.py:89(send) 194/183 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:77(has_key) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:116(render) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/url_utils.py:7(quote_slashes) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:247(__init__) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1000(get_preserved_filters) 50 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:267(generate_int_id) 969 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1303(tag) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:208(test_get_js_dependencies) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_extensions/db/fields/__init__.py:352(__init__) 192 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:236(_class_escape) 504 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:273() 924 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:288(__contains__) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:428(__enter__) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:56(setUp) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:125(setUp) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/storage.py:32(__init__) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:244(localize) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:26(__init__) 29 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/404.html.py:91(render_bodyclass) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_extensions/db/fields/__init__.py:388(__init__) 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:159(add_to_transaction) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:650(assert_enrollment_event_was_emitted) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:48(_set_cloexec) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/paginators.py:57(get_paginated_response) 10 0.000 0.000 0.000 0.000 :24(_asdict) 272 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1266(__getattr__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:65(contribute_to_class) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/middleware.py:53(process_response) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:557() 80 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filters.py:35(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_memcache.py:38(test_safe_key_long) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/api.py:410(_validate_username) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:123(test_improperly_configured) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/storage.py:46(path) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:742(matches) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_factory.py:38(test_from_cache) 214 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/response.py:7(is_fp_closed) 334 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:224(__init__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/500.html.py:29(_mako_inherit) 372 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1539() 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/__init__.py:35(get_option) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_logger.py:26(test_logger_backend) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jws.py:130(_load) 77 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:218(_active_records) 915 0.000 0.000 0.000 0.000 /usr/lib/python2.7/Queue.py:240(_put) 418 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1435(set_field_name) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/migrations/0001_initial.py:9(Migration) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:638(assert_enrollment_mode_change_event_was_emitted) 291/16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:51(add_path_info) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:468(should_show_save_button) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:838(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0003_auto_20160404_1618.py:2() 155 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:263(__init__) 906 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rules/permissions.py:24(authenticate) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:249(_set_microsite_config) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImagePalette.py:26(ImagePalette) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:29(__getattr__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:367(apply_select_related) 87 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:632(relabeled_clone) 181 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1220(_check_swappable) 511 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:351(TranslateParser) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1790(_create_formsets) 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:95(enforce_required_fields) 97 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:464(prepare_content_length) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/0001_initial.py:9(Migration) 480 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1580() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_openid_auth/migrations/0001_initial.py:8(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:79(test_secret_mismatch) 404 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:434(__init__) 64 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/store_utilities.py:88(get_draft_subtree_roots) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:46(_validate_min_score) 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:233(set_expiry) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:396(test_fail_bad_subs_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/middleware.py:4() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:81(test_static_url_generation) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_url_utils.py:27(test_inverse) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:157(__iter__) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:285(usage) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:663(__eq__) 55 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:258(get_connection) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:36(apply_uri) 928 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:323(_is_unicode) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/models.py:46(deconstruct) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simplejson/decoder.py:380(raw_decode) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:439(storage_service_key) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:66(test_enabled) 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1029(_has_filters) 86 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1188(_get_choices) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:324(stream_data_in_range) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:55(getsize) 175 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:18(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:919(generate_altered_index_together) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:185(test_translated_formats) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/test.py:110(request) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:816(_get_default_search) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/index.html.py:31(_mako_inherit) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1767() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_parsers.py:27(test_parse_supported_type) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/storage.py:393(_setup) 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:179(render_title) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:424(reconstruct_manager) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/GimpPaletteFile.py:17() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:562(__new__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/forms.py:95(clean_whitelist) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:116(test_encoder) 104 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:142(delete) 708 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/packager.py:50(template_name) 1144 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:731(__remote__) 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:119(render_title) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:833(connect) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/migrations/0001_initial.py:7(Migration) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_models.py:31(assert_enrollment_status_hash_cached) 153 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:719(from_json) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/migrations/0001_initial.py:8(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/change_enrollment.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:73(test_no_secret_provided) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:175() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/migrations/0001_initial.py:9(Migration) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:29(_mako_generate_namespaces) 1175 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:820() 708 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/packager.py:46(extra_context) 437 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:405() 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:47(tearDown) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1442(default) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/migrations/0002_auto_20160720_0231.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:204(get_all_content_thumbnails_for_course) 123 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:334(check_throttles) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:725(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:948(get_id) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:56(_media) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:1000(test_incompatible_modulestore) 1053 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:302(__init__) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:327(__init__) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/models.py:23(prepare_path_for_serialization) 526 0.000 0.000 0.000 0.000 /usr/lib/python2.7/cookielib.py:1726(__iter__) 75 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:297(_acquire_restore) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:32(_mako_generate_namespaces) 130 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:222(user) 140 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1567() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_linkedin.py:100(test_linked_in_url_tracking_code) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:684(__init__) 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:410(_getdecoder) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:150(_get_index) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_request.py:46(test_course_id_from_url) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/xblock_config/migrations/0001_initial.py:9(Migration) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/socket.py:541(create_connection) 130 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:254(get_parsers) 72 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:274(__init__) 180 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:440(make_debug_cursor) 301 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:135(__eq__) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:75(_other_partitions) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/edit_info.py:40(published_by) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/signature.py:29(get_shared_secret_key) 344 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:257(addheader) 1008 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/timeout.py:106(_validate_timeout) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:630(_check_action) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:475(setup) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:165(get_child_descriptors) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/raw_module.py:57(definition_to_xml) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:746(prefetch_related) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:183(test_skip_if_no_referer) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:81(test_empty_partition) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:447(should_show_reset_button) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/models.py:158(save) 89 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/multidict.py:28(__init__) 390 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/mediatypes.py:72(precedence) 773 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:458(__init__) 732 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:179() 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1636(__enter__) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/filter_generator.py:34(generate_field_filters) 615 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:49(exclude_current_instance) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:772(get_formsets_with_inlines) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2385(deconstruct) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_help_context_processor.py:37(test_get_doc_url) 1228 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/_binary.py:17(i8) 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:388(add_header) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/assessment/migrations/0002_staffworkflow.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:119(munge_catalog_program) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/models.py:53(generateUUID) 315 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:80() 39 0.000 0.000 0.000 0.000 /usr/lib/python2.7/copy.py:123(_copy_inst) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:216(do_include) 53 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadedfile.py:42(_set_name) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py:23(test_no_args) 815 0.000 0.000 0.000 0.000 /usr/lib/python2.7/Queue.py:243(_get) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/service_status/test.py:14(setUp) 87 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:21(__init__) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/suite.py:69(__call__) 291/97 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:173() 147 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:784(__set__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:428(storage_service_bucket) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:174(new_file) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:50(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_factory.py:25(test_from_modulestore) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:495(validate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/migrations/0001_initial_ccxcon_model.py:3() 109 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:175(content) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:71(run) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:182(cohorted_discussions) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/copy_reg.py:14(pickle) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:1043(validate_data_source_paths) 73 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/packages/ordered_dict.py:120(values) 87 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:532(_check_close) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffTags.py:343(_populate) 877 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/itercompat.py:8(is_iterable) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:27(__init__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:167(test_translated_words) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:376(test_cache_is_cdn_with_cdn_request) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1253(wrap_aside) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:849(create_many_related_manager) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/session_kv_store.py:20(set) 175 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:77(add_model) 145 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1433(_apply_pax_info) 196 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:230(__eq__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py:117(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/migrations/0001_initial.py:9(Migration) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:665(__init__) 16 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/studio_render_children_view.html.py:16(render_body) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_shim.py:35(test_event_field_mapping) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:162(test_segmentio_ignore_unknown_libraries) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:886(update_check) 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:57(_get_page) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/exceptions.py:31(raise_exception) 116 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:80(nud) 141 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:882(__getitem__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:201(test_skip_if_referer_no_protocol) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:379(formfield) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:146(wrap_xblock_aside) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:33(transform) 130 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:184(get_parser_context) 165 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:318(addError) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:74(get_all_orgs) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/migrations/0002_creditconfig.py:2() 2/1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/write_concern.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:418(test_fail_bad_subs_filedata) 496 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/correctmap.py:40(set) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/0002_forumsconfig.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:172(test_skip_if_not_cross_domain) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/tests/test_middleware.py:100(test_ip_address_is_none) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:109() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:922(generate_altered_db_table) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:120(test_xblock_data) 334 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1089(_check_max_length_attribute) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:145(get_ns_resolver) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/formatting.py:25(dedent) 127 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:200(__init__) 168 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/safestring.py:84(__add__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_course.py:33(get_about_page_link) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:64(test_no_secret_config) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:703(from_uri) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:42(test_pre_requisite_courses_enabled) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:285(parse_range_header) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:238(listdir) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:349(test_not_enabled) 63 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:36(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:122(task_track) 160 0.000 0.000 0.000 0.000 /usr/lib/python2.7/weakref.py:134(get) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:176(__init__) 149 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/studio_editable.py:63(has_author_view) 275 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:316(__contains__) 146 0.000 0.000 0.000 0.000 /usr/lib/python2.7/collections.py:108(clear) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0007_registrationcookieconfiguration.py:9(Migration) 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:413(replace_header) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py:23(test_no_args) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:191(get_group_id) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:182(test_ignore_redirect_from_json) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:48(check_enabled) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:240(__init__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:29(_mako_generate_namespaces) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:19(_url_replace_regex) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_decorators.py:18(test_ensure_csrf_cookie_cross_domain) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/utils.py:35(request_timer) 85 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:133(geturl) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:45(test_get_value_returns_override) 159 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:475() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtitem.py:54(from_lines) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/factories.py:64(min_price) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:338(_get_validation_exclusions) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:192(test_skip_if_referer_not_https) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_url_utils.py:31(test_escaped) 192 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:116(send) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_long_username_email.py:10(setUp) 130 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:241(get_format_suffix) 1245 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:951(__init__) 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:323(check_object_permissions) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:1108(_get_handles) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_models.py:21(setUp) 202 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:40(resources) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/helpers.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/djcelery/backends/cache.py:53(__init__) 1157 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/tz.py:50(dst) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:709(_check_callback) 378 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:418() 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1913(record_affiliate_registration_attribution) 204 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:134(_is_exception) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_request.py:23(test_safe_get_host) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/migrations/0002_assetexcludedextensionsconfig.py:9(Migration) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1296(validate_textbook_json) 924 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:291(__getitem__) 58 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:41(IPAddress) 101 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:629(is_staff_password_reuse_restricted) 870 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1634() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:66(_unique_partition_id) 9 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:120(render_title) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_parsers.py:57(test_parse_unconstrained_type) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/pygen.py:149(_is_unindentor) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:1029(validate_data_source_path_existence) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursetalk/migrations/0002_auto_20160325_0631.py:2() 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/contact_us_feedback_email_body.txt.py:18(render_body) 37 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:700(_set_daemon) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/migrations/0001_initial.py:3() 50 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1076(_ip_int_from_string) 110 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:304(__delitem__) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jws.py:107(decode) 201 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/SHAd256.py:83(update) 112 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1415(normalize_prefetch_lookups) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/edit_info.py:26(subtree_edited_by) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0003_auto_20160404_1618.py:9(Migration) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:1123(do_request_) 219 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:81(add_content) 112 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:50(super_len) 178 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:57(create) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:1019(arrange_for_graph) 75 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:380(splitpath) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:71(assert_no_events_emitted) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:53(path_url) 2091 0.000 0.000 0.000 0.000 /usr/lib/python2.7/argparse.py:1602(identity) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:107(__dict__) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:83(deconstruct) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_settings.py:35(setUp) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:216(test_invalid_format_strings) 169 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:470(_is_from_logout) 198 0.000 0.000 0.000 0.000 /usr/lib/python2.7/json/decoder.py:25(linecol) 115 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:94(value_from_datadict) 534 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:185(encoding) 318 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:177(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_parsers.py:75(test_parse_mismatched_filename_and_mimetype) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:838(assert_called_once_with) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:838(related_manager_cls) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:54(test_non_versioned_transformer) 143 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:124(rng) 542 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:91(data) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:41(split_by_comma_and_whitespace) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/migrations/0001_initial.py:9(Migration) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:113(environ) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/tagging.py:28(get_available_tags) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:378(ImageFileDirectory_v2) 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:471(has_filters) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:111(get_all_orgs) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:58(test_get_request) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:142(assert_events_equal) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:308(test_get_request) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:136(test_skip_if_not_secure) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1205(__init__) 138 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:307() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1947(validate_vertical_xblock_info) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0001_initial.py:2() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:185(_publish_event) 186 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:655(non_editable_metadata_fields) 85 0.000 0.000 0.000 0.000 /usr/lib/python2.7/cookielib.py:1269(_cookie_attrs) 165 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:141(_parse_expressions) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:124(get_base_url_path_for_course_assets) 139 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaultfilters.py:828(default) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:220(outer_atomic) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:17(_validate_course_key) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:972(enable) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:196(_verify_pagination_info) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:200(parse_request_body) 164 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:127(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:138(test_request_cached_with_changing_kwargs) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0007_courseoverviewimageconfig.py:2() 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtitem.py:20(__init__) 52 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/copy_reg.py:95(_slotnames) 417 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1723(limit) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_course_tabs.py:16(test_get_tab_types) 170 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:75(__nonzero__) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:436(copy) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:180(render_requirejs) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:30(assert_contract) 61 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/serializer_helpers.py:40(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:161(permission_denied) 81 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:52(_validate_milestone_data) 458 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1465(isreg) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:991(setup_response) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:567(setUp) 1299 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:941(clean) 94 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:117(has_string) 42 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:104(next) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:922(Response) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:479(build_opener) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:141(test_topological_complex) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:332(detect_conflicts) 98 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:368(make_naive) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/signature.py:418(sign_hmac_sha1) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:739(__init__) 64 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:70(xpath_tokenizer) 78 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:279() 698 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:139(__delitem__) 11 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/darklang/preview_lang.html.py:94(render_title) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/validators.py:9(course_key_is_valid) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_context_processors.py:30(test_configuration_platform_name) 126 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/__init__.py:590(lookup) 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:73(get_milestone_relationship_types) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:151(writerow) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/helpers.py:64(topic_name_to_id) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:275(setUp) 2304 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/introspection.py:30(table_name_converter) 285 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:466(__init__) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:390(closed) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:330(chunk_IHDR) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:502(do_targeted_feedback) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:154(test_skip_if_not_cross_domain_decorator) 990 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:101() 75 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:305(__init__) 142 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1562() 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1449(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/index.html.py:63(render_viewcontent) 55 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:431(_create_alternatives) 253 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:338() 36 0.000 0.000 0.000 0.000 /usr/lib/python2.7/SocketServer.py:434(server_activate) 86 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1223(__init__) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/serialize.py:47(loads) 177 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:26(_mako_get_namespace) 1161 0.000 0.000 0.000 0.000 /usr/lib/python2.7/markupbase.py:41(getpos) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jwt.py:79(_validate_claims) 513 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:975(setUpTestData) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:35(_mako_inherit) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:978(generate_altered_order_with_respect_to) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:262(render_requirejs) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:527(test_youtube_bad_status_code) 135 0.000 0.000 0.000 0.000 /usr/lib/python2.7/weakref.py:282(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/parsers.py:126(parse) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/djcelery/picklefield.py:73(__init__) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlist.py:55(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:686(create_foreign_related_manager) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/serializers.py:37(serialize_milestone_with_course_content) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:143(get_backend) 126 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:101(add_node) 120 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:86(get) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/signature.py:38(construct_base_string) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:130(make_selection) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/migrations/0001_initial_ccxcon_model.py:9(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/migrations/0001_initial.py:2() 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:635(__contains__) 1246 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:61(__repr__) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:417(pre_requisite_courses) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:185() 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:580(_check_opt_strings) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:362(test_cache_is_cdn_with_normal_request) 1166 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:104() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:471(media) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/utils.py:9(url_join) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:36(_mako_inherit) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_metadata_utils.py:60(has_course_ended) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:367(test_username_too_long) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/writer.py:1() 616 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:875(_output) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:725(generate_renamed_fields) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/migrations/0002_creditconfig.py:9(Migration) 97 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/utils.py:106(__iter__) 379 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:410() 832 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:54() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:21(setUp) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:395(__deepcopy__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/middleware.py:3() 1128 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:25(__enter__) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:128() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/program_authoring.html.py:33(_mako_inherit) 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/html_error.html.py:20(render_body) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:510(extract_choices) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0004_auto_20151113_1457.py:10(Migration) 378 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:111(__init__) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/request.py:1401(__setattr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/migrations/0001_initial.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:64(test_django_simple_settings) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/exceptions.py:51(__init__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:108() 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:644(_get_location_info) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0001_initial.py:9(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/migrations/0001_initial.py:7(Migration) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:25(test_relations) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_cache_utils.py:27(func_to_memoize) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/crum/__init__.py:61(process_exception) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:191(parse_querystring) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:424(contribute_to_class) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:42(test_course_name_sub) 54 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2272(__str__) 159 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:226(widget_attrs) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:265(generate_milestone_namespace) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ccx_keys/locator.py:50(__init__) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:63(validate) 94 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:665(is_student_forced_password_reset_enabled) 186 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1852(_check_on_delete) 392 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:59() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0004_auto_20160412_1506.py:2() 406 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:126() 294 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context_processors.py:85(request) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_shim.py:269(test_sequence_linear_navigation) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:196(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursetalk/migrations/0002_auto_20160325_0631.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:108(test_without_current_request) 440 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:296(__setitem__) 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/user_dropdown.html.py:94(render_navigation_dropdown_menu_links) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:608(url_fix) 6 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:433(__del__) 308 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1107(__init__) 601 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:969(_next_is_sticky) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0006_logoutviewconfiguration.py:2() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/http.py:269(is_safe_url) 24/13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:345(has_changes_subtree) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:44(test_is_marketing_link_set) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_help_context_processor.py:57(test_get_pdf_url) 1111 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:946(_mock_check_sig) 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py:54(__init__) 33 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py:70(reset) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/assessment/migrations/0002_staffworkflow.py:8(Migration) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:379(__setitem__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:212() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1066() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:210(test_skip_if_no_referer_insecure) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:421(unquote_unreserved) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:700(_check_nargs) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:288(get_ordering_field_columns) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/migrations/0001_initial.py:10(Migration) 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:173(__get__) 466 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:65(__instancecheck__) 530 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:412(assertFalse) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:734(parse_template) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_shim.py:190(test_multiple_backends) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:115(formfield) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:312(declared_fieldsets) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_transformers.py:39(test_add_registered) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:84(generate_password) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:32(test_locators) 82 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:907(has_label) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:894(assertNumQueries) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/middleware.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:243(set_unusable_password) 460 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:319() 215 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:620(to_representation) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_parsers.py:92(test_no_acceptable_types) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:1() 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/dateformat.py:45(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:283(test_unicode_data) 544 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/hooks.py:18() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/inspect.py:47(func_accepts_kwargs) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_shim.py:110(test_event_fields) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/migrations/0002_auto_20160404_0813.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:184(test_request_cached_with_none_result) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadedfile.py:112(__init__) 330 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:702() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/urls.py:16(remove_query_param) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1358(set_user_partitions_for_scheme) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0007_courseoverviewimageconfig.py:9(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/cache.py:51(save) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:243(render_requirejs) 86 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/middleware.py:10(process_exception) 207 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/_util.py:7(isPath) 470 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/writer.py:38(__init__) 120 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:70(get_seconds_since_epoch) 855 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:409() 168 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:266(get_permissions) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:108(put) 45 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/session.py:45(deserialize_messages) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:228(render_requirejs) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/migrations/0001_initial.py:2() 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:80(__add__) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1277(set_usage) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/multidict.py:45(view_list) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:86(__init__) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:124(GET) 6 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:286(get_host) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:156(test_include_analytics_info) 130 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:248(get_renderers) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:65(_paths_from_data) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:87(ungettext) 67 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:128(has_next) 334 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:250(__init__) 130 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/mediatypes.py:58(match) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_fields.py:21(setUp) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:27(_mako_generate_namespaces) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:382(test_create_account_username_password_equal) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:703(whitelist_ips) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:145(touch) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/migrations/0001_initial.py:9(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/self_paced/migrations/0001_initial.py:9(Migration) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:664(write) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:176(LinkTab) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/tests/test_partitions.py:117(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:97(test_request_cached_with_changing_args) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/textwrap.py:243(_wrap_chunks) 56 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:103(is_c4x_path) 401 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:250(__init__) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/SHAd256.py:90(new) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:849(assert_has_calls) 82 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:568(close_connections) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:645(iter_content) 903 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:450() 1205 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/validation.py:11(validate_field) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2164(formfield) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/this.py:21() 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:32(mock_render_to_string) 13 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:1071(_fixupParents) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauth2_provider/migrations/0002_08_updates.py:2() 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:241(render_title) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_help_context_processor.py:27(_get_doc_url) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/0002_forumsconfig.py:9(Migration) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:78(render_content) 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:81(__init__) 521 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:573(module) 418 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:180(__iter__) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:666(_check_choice) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:115(render_requirejs) 72/18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/lms_mixin.py:75() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/test/utils.py:38(assert_no_xss) 2/1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageSequence.py:19() 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:138(crc) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:62(test_request_cached_with_caches_despite_changing_wrapped_result) 356 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:329(name_lower) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:149(make_random_password) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/url_utils.py:19(unquote_slashes) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/redirects/migrations/0001_initial.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:711() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:244(is_valid_course_key) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/textwrap.py:163(_split) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/safe_lxml/safe_lxml/etree.py:23(__init__) 93 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:641(is_password_reset_frequency_restricted) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0006_courseoverviewimageset.py:9(Migration) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/conf.py:10(__getattribute__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:312(match_tag_end) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:390(test_cache_is_cdn_with_cdn_request_multiple_user_agents) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/migrations/0001_initial.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:39(test_custom_separator) 131 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1306(name) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:270(test_get_scheme) 615 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:165() 164 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/aggregates.py:41(_patch_aggregate) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:70(assertCourseDump) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyquery/pyquery.py:247(_css_to_xpath) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:199(read) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/tests/test_logs.py:22(setUp) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:205(fetch_milestone_relationship_types) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/util/misc.py:9(escape_invalid_characters) 127 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/config.py:16(__init__) 204 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:48(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:327(post_process) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/makemigrations.py:22(add_arguments) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:175(read) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:142(test_save_unjsonable_subs_to_store) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/structured_tags_block.html.py:16(render_body) 37 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:620(_newname) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/tests.py:66(_construct_xblock_mock) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1795(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/views.py:15(update_session_language) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:40(event) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/migrations/0001_initial.py:11(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:137(test_get_scheme) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/lazy.py:146(_lazy) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:161() 522 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:237(max_name_length) 136 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:260(get_authenticators) 230 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srttime.py:138(__iter__) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1418(_patch_object) 135 0.000 0.000 0.000 0.000 /usr/lib/python2.7/weakref.py:277(__new__) 123 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:458(is_professional_slug) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:66(commit) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:298(close) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:436(match_comment) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:119(read) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:800(with_metaclass) 62 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/tz.py:35(inner_func) 86 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/utils.py:40(decode_utf8) 672 0.000 0.000 0.000 0.000 /usr/lib/python2.7/string.py:616(convert_field) 808 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:127(upload_complete) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nltk/metrics/distance.py:39(edit_distance) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:294(getmodebase) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:421(uri_query) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_wiki/tab.py:23(is_enabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:287(get_attr) 67 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:216(parse_grader) 95 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:653(is_staff_forced_password_reset_enabled) 142 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:406(handle_startendtag) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:74(assertAcceptEquals) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:39(test_request_cached_miss_and_then_hit) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:600(test_convert_srt_to_txt) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:1092(splithost) 32 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:744(assertTupleEqual) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0004_auto_20160412_1506.py:8(Migration) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1036(has_ended) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_context_processors.py:21(test_platform_name) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/session_kv_store.py:17(get) 210 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/registry.py:55(get_class_for_tag) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:195(validate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/base.py:375(__init__) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:318(prepare_method) 155 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:408(fail) 768 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:98(__subclasshook__) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:786(__hash__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_oauth2_provider/migrations/0001_initial.py:2() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/forms.py:100(clean_blacklist) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:239(render_requirejs) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:208() 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:370(showwarning) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:154(render_value) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:116(create) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:395(annotate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/tests/test_render.py:36(test_requirejs_path_overrides) 115 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:340(__init__) 146 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/packages/six.py:267(itervalues) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:416(deconstruct) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_course_tabs.py:21(create_mock_plugin) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/sock.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PpmImagePlugin.py:18() 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:83(__subclasshook__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:145(store_file_data) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/edit_info.py:12(edited_by) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:694(_check_const) 569 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:243(tearDownClass) 47 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:87(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:171(css_to_xpath) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:308(__init__) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:403(make_id_son) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:92(test_dict) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_shim.py:136(test_no_course_id) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/migrations/0002_artifact_file_storage.py:9(Migration) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/OSRNG/rng_base.py:66(read) 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:80(_unquotevalue) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:48(test_get_time_pass_through) 182 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:866(to_representation) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadedfile.py:99(chunks) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:374(get_queryset) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/GimpGradientFile.py:16() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1215(start_date_is_still_default) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/markupbase.py:169(parse_comment) 142 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1560() 437 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:690(to_native_string) 24 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:178(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/migrations/0002_cdnuseragentsconfig.py:9(Migration) 22/8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1982(validate_xblock_info_consistency) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/fields.py:172(state_forwards) 118 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:393(get_edited_on) 68 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:348(_setup_cache_args) 172 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:246(__init__) 511 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:454(more) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/session.py:31(_store) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0006_logoutviewconfiguration.py:9(Migration) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/http.py:290(_is_safe_url) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:114(enable_microsites) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/decorators.py:16(_inner) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:223(contribute_to_class) 52 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:189(parse_event_payload) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:130(assert_logged_for_session_user_mismatch) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:289(do_get_current_language_bidi) 177 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:122(ccall) 183 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:189(has_key) 511 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:496(next_space_index) 26 0.000 0.000 0.000 0.000 /usr/lib/python2.7/decimal.py:871(__ne__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1133(_verify_not_editable) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:35(add) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0003_auto_20151120_1613.py:2() 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:129(exclude_current_instance) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:468(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:73(test_get_dict) 9 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:348(add_handler) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/tests/test_models.py:71(test_unicode) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:317(contribute_to_class) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/500.html.py:110(render_title) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/tests/test_middleware.py:72(test_ip_address_is_not_changed) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:65(register) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/request.py:101(__init__) 569 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:239(setUpClass) 86 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:397(__getattr__) 96 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:211(build_attrs) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:502() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1043(may_certify) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/base.py:95(__init__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py:19(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_time_zone_utils.py:74(test_display_time_zone_ambiguous_after) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:397(_getmp) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:16(CASCADE) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:865(reset) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:436(test_success_generating_subs) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:421(__len__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:35(Command) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/shortuuid/main.py:47(encode) 7 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/util.py:100(_count_diff_all_purpose) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/OSRNG/posix.py:57(_read) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/migrations/0001_initial.py:2() 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:362(_get_url) 67 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:25(__init__) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/services.py:18(_get_course_key) 104 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:113(_encode_string) 55 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/utils.py:11(__str__) 238 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:281(ccall) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:164(cert_verify) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:212(test_check_logged_in) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_course.py:19(test_about_page_marketing_site) 50/10 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:107(repl) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/xml.py:120(_serialize_criteria) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_cache_utils.py:34(multi_param_func_to_memoize) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:96(test_storage_url_exists) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:437(ordering_field) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/0003_auto_20160101_0525.py:2() 48 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:570(render_online_help_token) 133 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/errortracker.py:19(in_exception_handler) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:31(_mako_generate_namespaces) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/locale.py:1() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1164(related_manager_cls) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:269(enable_microsites) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:485(test_success_generating_subs_speed_down) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:424(captured_queries) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:461(test_success_generating_subs_speed_up) 256 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1041(to_representation) 1268 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:136(nud) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:509(__unicode__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1904(validate_course_xblock_info) 62 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srttime.py:114(coerce) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:394(_enrollment_display_modes_dicts) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/edxnotes/plugins.py:36(is_harvard_notes_enabled) 310 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:950(assertIsNone) 176 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:195(add_initial_prefix) 645 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:1079(encode) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2381(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/subfs.py:7() 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:446(_validate_requirements) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_shim.py:80(test_missing_fields) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/services.py:55(get_settings_bucket) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/introspection.py:210(_table_info) 330 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:723() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:327(get_storage_class) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:54(__getattr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_time_zone_utils.py:56(test_display_time_zone_with_dst) 123 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:233(__init__) 136 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/mixin.py:26() 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:376(ungettext) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1229(related_manager_cls) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2364(__get__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_runtime.py:14(setUp) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:694(createLock) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/codejail/codejail/django_integration.py:5() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_parsers.py:43(test_parse_unsupported_type) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:84(__getitem__) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:18(mock_render_to_string) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1626(_get_course_creator_status) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_memcache.py:19(setUp) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1713(deconstruct) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2083(validate_component_xblock_info) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_time_zone_utils.py:65(test_display_time_zone_ambiguous_before) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:106(test_storage_url_not_exists) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/progress.py:23(__init__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_factory.py:20(setUp) 164 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:176(contains_aggregate) 438 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:833(isbasestring) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:243(cookies_from_request_to_response) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0006_catalog.py:2() 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:143(__init__) 384 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1469(isdir) 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:24(_hasattr) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_pipeline/finder.py:3() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/migrations/0001_initial.py:9(Migration) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:185(finditer) 82 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:896(__ensure_labels) 110 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:148(_get_files) 94 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:386(_unwrapped_field_data) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/shortuuid/main.py:25(_num_to_string) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:19(make_url_for_lib) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:109(__init__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:557() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/migrations/0002_auto_20160202_0228.py:7(Migration) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:269(do_get_current_language) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_time_zone_utils.py:47(test_display_time_zone_without_dst) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:184(__init__) 47 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:58(drop_database) 100 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffTags.py:26(__new__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:116(model_to_dict) 287 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:644() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:100(test_sub_multiple_tags) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/serializers.py:4() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:740(open) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_rest_api_client/auth.py:19(__call__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:200(test_static_url_with_xblock_resource) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:226(_get_modulestore_by_type) 52 0.000 0.000 0.000 0.000 /usr/lib/python2.7/decimal.py:3853(_raise_error) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1276(validate_textbooks_json) 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/base.py:34(__nonzero__) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/headers.py:15(__getitem__) 53 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:341(render_requirejs) 98 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:402(__init__) 102 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/session_kv_store.py:14(__init__) 170 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1875(_check_unique) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/inspect.py:76(func_supports_parameter) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:863(validate) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:77(assert_events) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:118(test_any_unfulfilled_milestones) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:254(test_invalid_emails) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:472(handle_ios_seek_bug) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0007_coursemode_bulk_sku.py:2() 527 0.000 0.000 0.000 0.000 /usr/lib/python2.7/rfc822.py:214(islast) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_course.py:14(test_about_page) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py:18(setUp) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:282(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/__init__.py:87(render_require_js_path_overrides) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:379(__unicode__) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:749(__str__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/teams/__init__.py:11(is_feature_enabled) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:314(recompose_video_tag) 367 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1310(related_model) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/dummy.py:24(delete) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:69(hash_resource) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1966(trim_start) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/dummy.py:7(__init__) 124 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:237(get_max_score) 957 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:520(to_python) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:978(get_library) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PaletteFile.py:16() 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:374(non_editable_metadata_fields) 509 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:107(_adjust_mode) 287 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/request.py:44(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:204(test_recursion_protection) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_cookies.py:26(_get_expected_header_urls) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0005_auto_20151217_0958.py:2() 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/edx-reverification-block/edx_reverification_block/xblock/reverification_block.py:401(get_credit_requirement_name) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:414(_assert_audit_log) 153 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1101(_parse_octet) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:18(__init__) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:97(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:127(items) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1708(__init__) 272 0.000 0.000 0.000 0.000 /usr/lib/python2.7/StringIO.py:253(flush) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:63(assertHttpMethodNotAllowed) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:144(test_strip_enrollment_action) 161 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:481(is_verified_slug) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/filters.py:60(AutoFilterSet) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_help_context_processor.py:32(_get_pdf_url) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:463() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_sandboxing.py:24(test_sandbox_inclusion) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Hash/SHA256.py:77(new) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1582(deconstruct) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:100() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_modify.py:1() 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/migration.py:172(__new__) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/text.py:416(unescape_entities) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:101(_reload_backends) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:49(test_ignores_expected_errors) 86 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:133(enforce_type) 190 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:406() 344 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:263(make_origin) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/utils.py:224(model_format_dict) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:104(__iter__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_signature.py:32(test_non_ascii_unicode_secret_key) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/response.py:459(_status_code__get) 63 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/utils.py:121(__str__) 270 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:2458(_dbg) 178 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/pyversion.py:174(is_base_exception) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/status_span.html.py:16(render_body) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1130(top_level_discussion_topic_ids) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:194(test_error_from_json) 160 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/newrelic-2.74.0.54/newrelic/core/transaction_cache.py:25(current_thread_id) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_util.py:12(test_datetime_encoding) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1247(_get_index_values_from_call_args) 82 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:90() 98 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:912() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:561(_apply_cdn_to_url) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:764(get_formsets) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtfile.py:69(__init__) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:258(__delattr__) 97 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/utils.py:84(__getitem__) 213 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:417(get_published_on) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:712(blacklist_ips) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:353(do_ntranslate) 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:347(has_ended) 83 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/timeout.py:213(read_timeout) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:75(test_with_package) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0003_auto_20151120_1613.py:7(Migration) 9 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:132(render_jsextra) 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/html_error.html.py:40(render_content) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/0004_auto_20151221_1445.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:106(value_from_object) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_sandboxing.py:33(test_courselikes_with_unsafe_code_default) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/finders.py:1() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:551(_parse_hierarchical_part) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/0003_coursecontentmilestone_requirements.py:2() 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:501(__init__) 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:266(render_page_alert) 81 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/validators.py:55(milestone_data_is_valid) 336 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:423(applicable_aside_types) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:22(begin) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/util.py:94(contextualize_text) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/helpers.py:164(to_id) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dop_adapter.py:63(test_get_client_for_token) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/timeout.py:171(start_connect) 162 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/shortcuts.py:200() 795 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:278() 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:72(__bool__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_factory.py:58(test_new) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/extract_tar.py:30(_is_bad_link) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:87(test_validate_min_score_raises) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:27(_mako_generate_namespaces) 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:246(__ne__) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:382(__lt__) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:420(test_valid_syntax) 90 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:62() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:220(get_page_value) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1455(check_handler) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:153(dumps_for_display) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py:138(random_data) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:40(test_get_time_display) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/base.html.py:27(_mako_generate_namespaces) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/migrations/0001_initial.py:8(Migration) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1323(to_deprecated_list_repr) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/storage.py:36(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:206(data) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/middleware.py:1() 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:108(__init__) 83 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/retry.py:193(is_forced_retry) 164 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:161(should_strict_compare) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:151(add_javascript_url) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:400(country_cache_key_name) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_memcache.py:53(test_long_key_prefix_version) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:228() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:205(page_title_breadcrumbs) 67 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2153(_get_child_xblock_info) 123 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:136(clear) 207 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:259() 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1243(_create_option_list) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_group.py:4() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:238(Collection) 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:62(backend) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:181(__init__) 251 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/timeout.py:195(connect_timeout) 115 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:377(__exit__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:68(test_ooc_encoder) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0008_auto_20161117_1209.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/redirects/migrations/0001_initial.py:7(Migration) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:379(has_related_field_in_list_display) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1916(validate_chapter_xblock_info) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/migrations/0002_auto_20160404_0813.py:8(Migration) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:684(read) 460 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:318() 110 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/utils.py:221(unquote) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:189(normalize) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/utils.py:64(validate_html_for_add_buttons) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:310(__init__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:111(pre_save) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srttime.py:161(from_string) 86 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:46(__str__) 177 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:111(ccall) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:45(_check_email_match) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:267(unpublish) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/change_enrollment.py:24(Command) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1501(get_templates_of_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0003_courseoverviewgeneratedhistory.py:2() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:332(set_meta) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:933(disable) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:326(test_no_cohort_user_partitions) 121 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:767(validate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:1056(validate_course_policy) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:589(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/cleanup_assets.py:4() 2/1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/path.py:61(wrapper) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0005_auto_20160531_1653.py:2() 273 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:502() 157 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:345(__repr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:814(wrapper) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jws.py:165(_verify_signature) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/tests/test_middleware.py:26(test_doesnt_barf_removing_nonexistent_headers) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/dateformat.py:188(Z) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:264(_load_data_and_files) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/cache.py:64(exists) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:301(render_title) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tracker.py:37(_initialize_backends_from_django_settings) 123 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:272(get_throttles) 118 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1392(get_current_prefetch_to) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:376() 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:362(get_score) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:20(__init__) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:873(save_form_data) 164 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/aggregates.py:104(convert_value) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/student_field_overrides.py:4() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:114(apply_uri) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0006_catalog.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:8() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0003_auto_20151113_1443.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/migrations/0002_auto_20151124_1024.py:7(Migration) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/parsers.py:191(get_filename) 87 0.000 0.000 0.000 0.000 /usr/lib/python2.7/socket.py:289(__del__) 164 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:375() 947 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:77(__html__) 177 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:346(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:130(test_remove_user_from_group_requires_authenticated) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:173(test_certificate_data_validation) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:384(any_unfulfilled_milestones) 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:38(_formatparam) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:150(_prepare_conn) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:109(setUp) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:483(_build_requests_plus_30_for_minus_30) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:1090(late_transforms) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1383(_ip_int_from_string) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:61(test_invalid_key) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:615(test_convert_sjson_to_srt) 54 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/base.py:143(close) 86 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1088(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:488(subclass_with_self) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/elasticsearch/helpers.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/clickjacking.py:6() 78 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:837(get_courses) 360 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:90(to_representation) 144 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:424(_formatMessage) 284 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:962() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:145(test_skip_if_not_sending_csrf_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:175(__contains__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:85(is_enabled) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:755(__del__) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:537(normalize_headers) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/conf.py:34(USER_TASKS_ARTIFACT_STORAGE) 225 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:54(dictvalue) 102 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:580(default_user_agent) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/pygen.py:192(_indent_line) 24 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:120(online_help_token) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:233(assert_contract) 67 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:522(_create) 183 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:195(__getitem__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:37(setUp) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:47(assertEmailUser) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/factory.py:86(create_new) 193 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1301() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/paths.py:90(add_lookup) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:46(assertContextSetTo) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1616(are_content_experiments_enabled) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/test.py:135(__init__) 164 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:455() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/openassessmentblock.py:229(file_upload_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/middleware.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:78(test_get_all_orgs) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_oauth2_provider/migrations/0001_initial.py:7(Migration) 234 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/util.py:37() 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:442(read) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/authentication.py:16(get_authorization_header) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:496(has_add_permission) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:20(setUp) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/context_processors.py:10(configuration_context) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0002_add_course_catalog_fields.py:2() 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:183() 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:459(_getmp) 137 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/utils.py:33(utf8) 165 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:354(get) 341 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:178(truncate_name) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/deprecation.py:52(__new__) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:216(handle_entityref) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:180(test_sanitize_html_id) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/helpers.py:183() 144 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:515(assertNotEqual) 609 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2094(get_internal_type) 271 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:220() 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:585(remove_block) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:90(has_key) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:269(tearDown) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:912(clean) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_logger.py:15(setUp) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/test.py:29(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework_oauth/authentication.py:137(authenticate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/assets.py:392(coffeescript_files) 59 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1401(get_current_queryset) 253 0.000 0.000 0.000 0.000 /usr/lib/python2.7/cookielib.py:43(_debug) 114 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:67(__bool__) 170 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:203(ccall) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/widgets.py:338(__init__) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_metadata_utils.py:49(has_course_started) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:149(get_tab_by_tab_id_locator) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_api.py:22(test_all_languages) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:84(__iter__) 81 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:243(__eq__) 184 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srttime.py:43(__get__) 610 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:203(__html_format__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/xml.py:82(_serialize_options) 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:412(__init__) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/serializers.py:83(deserialize_requirements) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rfc6266.py:398(build_header) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:233(test_coerce_types) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauth2_provider/migrations/0002_08_updates.py:11(Migration) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/session.py:41(serialize_messages) 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:107(__init__) 682 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:254() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:410(test_initial_grader) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:859(heartbeat) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:79(render) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0005_auto_20160414_1232.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_microsites.py:23(test_breadcrumbs) 180 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:352(ccall) 177 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:133(ccall) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:103(render_title) 61 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:449() 288 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:215(tzname) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:68(match_reg) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:67(test_supported_browser_language_in_session) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_course.py:25(add_arguments) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:115(test_add_user_to_group_requires_authenticated) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1807(__unicode__) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:190() 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:76(to_timestamp) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/compat.py:66(unquote_utf8) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/algorithms.py:114(prepare_key) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:390(__init__) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:103(__add__) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:217(_shimmed_view) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:75(percent_decode) 52 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:59(__gt__) 15 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:131(render_online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/tests/test_decorators.py:27(test_force_header) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:221(test_remove_block_traversal) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1316(teams_enabled) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:286(create_event_without_fields) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/0004_auto_20151221_1445.py:7(Migration) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/_force_publish_course.html.py:31(render_body) 168 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:131() 227 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:352(__enter__) 164 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:143(__init__) 128 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:79(_create_block_value) 447 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:374(use_pk_only_optimization) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0004_auto_20160531_1422.py:2() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:241(test_carriage_returns) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:281(sanitize_html_id) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:123(add_resource_url) 72 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:75(fromutc) 51 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:108(empty) 43 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:245(shim_xmodule_js) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:117(test_django_translator_in_use_with_empty_block) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_modify.py:6(prepopulated_fields_js) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:634(guess_json_utf) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:81(test_validate_min_score_is_valid) 13 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:1127(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:806(generate_removed_fields) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:187(replace) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:129() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:205(test_preserve_headers) 55 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/utils.py:14(get_fqdn) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:276(test_empty_file) 177 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:144(ccall) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:101(_update_from_response) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:649(__str__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/__init__.py:256(get_element_by_id) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:717(_get_transformer_data_version) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/cookie.py:48(decode) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:75(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:52(test_set_status_arg) 406 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:79(handle_raw_input) 504 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:101(select) 270 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:815(__init__) 26 0.000 0.000 0.000 0.000 /usr/lib/python2.7/argparse.py:882(__init__) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:143(_dict_to_list) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:79(test_browser_language_not_be_in_session) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:758(generate_added_fields) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:262(test_only_one_line) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_rest_framework_extensions/authentication.py:181(authenticate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_microsites.py:84(test_enable_microsites_pre_startup) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:302(to_unicode) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:307(get_score) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:269(test_only_one_line_no_trailing_newline) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0007_coursemode_bulk_sku.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:894(unpublish) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:60(test_get_value_for_org) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:120(patch_testcase) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:44(tearDown) 59 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1395(get_current_to_attr) 102 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:840() 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:102(_resolve_context) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:132(get_dict) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1003(extract_course_summary) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:469(get_transformer_data) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_shim.py:252(test_dispatch_to_nonexistent_events) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1044(message_user) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:75(test_to_json) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/migrations/0002_catalogintegration_username.py:7(Migration) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:90(__ne__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:508() 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:896() 55 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:331(_create_attachments) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:90(clear) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:107(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/migrations/0003_auto_20151113_1443.py:2() 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/serialize.py:68(__init__) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/copy_reg.py:59(_reduce_ex) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:194(selector_to_xpath) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/migrations/0001_initial.py:9(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_cache.py:45(test_get_none) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:234(test_line_feeds) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/dogstats/dogstats_wrapper/wrapper.py:41(timer) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/migrations/0001_initial.py:8(Migration) 72 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Hash/SHA256.py:71(__init__) 277 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:433(export_to_file) 132 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:165(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/program_authoring.html.py:29(_mako_generate_namespaces) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:104(test_supported_browser_language_prefix_in_session) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:330(match_end) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0003_courseoverviewgeneratedhistory.py:9(Migration) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1934(validate_sequential_xblock_info) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/serializers.py:17(serialize_organization) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:661(broadcast) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:167(test_third_party_auth_login_failure) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/migrations/0002_data__default_profiles.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/json_util.py:83() 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:87(set_context) 233 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:193(gettext) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1315(assign_textbook_id) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_cache.py:23(add_transformers) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:857(to_python) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:279(get_required_module_descriptors) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/utils.py:12(base64url_decode) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:14() 98 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:113(get_serializer_class) 24 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:558(render_bodyclass) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:255(test_no_trailing_newline) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:323(get_meta) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:360(__set__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:46(_build_calls) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:108(render_title) 150 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1346() 55 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/backends/base.py:17(__init__) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:406(may_certify) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:176(test_non_json_response) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0005_auto_20151217_0958.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/tests/response_xml_factory.py:28(build_xml) 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/locator.py:44(__init__) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/recorder.py:36(__init__) 87 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:52(__init__) 527 0.000 0.000 0.000 0.000 /usr/lib/python2.7/rfc822.py:224(iscomment) 832 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1471() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:82(test_get_default_time_display_no_tzname) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:32(_mako_generate_namespaces) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:149(mock_wrapper) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:248(test_carriage_returns_and_line_feeds) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:262(clean_year_of_birth) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/bulk_change_enrollment.py:17(Command) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1189(simple_tag) 127 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:44(add_parent) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:126(__init__) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/stringprep.py:6() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_course.py:27(test_about_page_marketing_site_https__edge) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/utils.py:115() 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:849(emit) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/algorithms.py:137(verify) 51 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:111(media_property) 75 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:294(_release_save) 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:249(get_body_encoding) 615 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:606(validate) 284 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:966() 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:260(setUp) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:90(__init__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:41(_get_tags) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/signature.py:103(normalize_base_string_uri) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:1346(_handle_exitstatus) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:108(test_set_status_arg) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:47(to_json) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:698(_extract_context) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:367(match_python_block) 45 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:47(dictitem) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/reference/user_service.py:54(__init__) 110 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/_parseaddr.py:162(quote) 98 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:131(get_serializer_context) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:31(_mako_generate_namespaces) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:875(valid_value) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_organizations_helpers.py:44(test_get_course_organizations_returns_none_when_app_disabled) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:142() 11 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:410(ungettext) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0002_add_course_catalog_fields.py:7(Migration) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:505(has_change_permission) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/filesystem.py:3() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/block_depth.py:3() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/index.html.py:27(_mako_generate_namespaces) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1053(has_started) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:250(render_requirejs) 43 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:182(is_ajax) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:36(test_dict) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3278(_get_asides_to_update_from_structure) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:119(test_invalid_page_number) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:19(test_get_default_time_display) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:113(get_task) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:107(render_title) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:317(test_returns_first_cohort_user_partition) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:84(test_post_order) 71 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1456(_block) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:137(next_page_number) 24 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:546(render_requirejs) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:416(RelatedObjectDoesNotExist) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1190(dec) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:4() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:48(setup_mock_graph) 72 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:836(prefix_gen) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:601(close_connections) 59 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:277(to_splittable) 237 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:342(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:398(set_user_id_in_session) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/api.py:17(add_message) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_microsites.py:39(test_breadcrumb_tag) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/test/tools.py:126(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/fix_not_found.py:16(add_arguments) 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_pipeline/finder.py:23(__init__) 93 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:394(add_aside) 143 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:221(_get_candidate_names) 161 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1073(grade_cutoffs) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:252(check) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/serializers.py:74(serialize_requirements) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:156(write_metadata_struct) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0009_programsapiconfig_marketing_path.py:2() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_shim.py:240(test_event_registry_dispatch) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:52(get_child_to_parents_map) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:175() 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:78(queries) 80 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/_binary.py:56(i32be) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/filter_generator.py:18(filter_dictionary) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/migrations/0002_auto_20160204_0809.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:278(__new__) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:102(_get_visible_update) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:159(success_validator) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_cache.py:16(setUp) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/testutil.py:68(tearDown) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:218(load_payload) 62 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srttime.py:66(__init__) 151 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/subfs.py:57(close) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0008_auto_20161117_1209.py:7(Migration) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:572(get_deferred_fields) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/management/tests/test_tracked_command.py:12(handle) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:232(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:618(generate_deleted_models) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/user_dropdown.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8_sig.py:9() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0002_coursemode_expiration_datetime_is_explicit.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0005_auto_20160531_1653.py:7(Migration) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/assets.py:396() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:90(test_add_user_not_active) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:101(__init__) 94 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:96(__init__) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:67(get_event) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:827(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py:150(_reseed) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:345(chunk_IDAT) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:267(render_requirejs) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/oauth2/rfc6749/clients/base.py:51(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:44(test_set_status_kwarg) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework_jwt/authentication.py:23(authenticate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_pipeline.py:29(test_pseudorandomly_picks_chars_from_charset) 12/7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3229(_delete_if_true_orphan) 65 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:32(get_children) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:120(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:46(assert_transformed) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/models.py:398(expiration_datetime) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:133(_assert_datadog_called) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/tests.py:138(test_export_default_discussion_id) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:50(test_get_group_for_user) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/middleware.py:92(__init__) 181 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1252(_check_model) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:616(__init__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/contact_us_feedback_email_subject.txt.py:18(render_body) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:588(load_read) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:152(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:1199(do_shuffle) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:268(_import_task) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/tests/test_decorators.py:16(test_remove_headers) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipware/ip.py:32(get_real_ip) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/tests/test_middleware.py:62(test_does_not_mangle_undecorated_response) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:100(test_set_status_kwarg) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:195(test_digest_incorrect_field_value) 63 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaultfilters.py:74(capfirst) 45 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:1059(_set_content_length) 237 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:90(style_func) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/helpers.py:370(shim_student_view) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:99(compose_sequence_node) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_course.py:9() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:1058(mc_setup_response) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/backends/base.py:1() 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:278(IE_sanitize) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:118(test_unsupported_browser_language_prefix) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_factory.py:49(test_from_cache_none) 85 0.000 0.000 0.000 0.000 /usr/lib/python2.7/cookielib.py:1262(_cookies_for_request) 127 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:41(add_child) 293 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:324(get_output_charset) 275 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1471(issym) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:458() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:112(to_choices_dict) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:42(_get_lib_key) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/UserDict.py:43(clear) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1703(_verify_basic_component) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:114(add_update_values) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:395(check) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:108(test_not_yet_implemented) 302 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:141(name) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/store_utilities.py:35(portable_jump_to_link_substitution) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:87(get_hashers) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:40(_get_lib_key) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/0003_auto_20160101_0525.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:113(test_verify_success) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:347(state_forwards) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:464(set_page_to_browser_url) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/tests/test_middleware.py:50(test_forces_intended_header) 204 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Hash/hashalgo.py:53(update) 509 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:75(_file_wrap) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/store_utilities.py:30(portable_asset_link_subtitution) 26 0.000 0.000 0.000 0.000 /usr/lib/python2.7/decimal.py:1768(_round_half_even) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:31(_get_default_entrance_exam_minimum_pct) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:100(verify_exception) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/data_conversion.py:98(create_prompts_list) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework_jwt/authentication.py:81(get_jwt_value) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py:3() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/migrations/0003_submission_status.py:2() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:21(verify_url) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/utils.py:62(unescape) 70 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/quoprimime.py:95(_max_append) 177 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access_utils.py:23(debug) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/hooks.py:23(dispatch_hook) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:211(get_exception_handler_context) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/tests/test_middleware.py:38(test_removes_intended_headers) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2223(_verify_has_staff_only_message) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_transformers.py:50(test_add_unregistered) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:264(process_requirements) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:311(level_of_education_display) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:29(assert_cookie_data_equal) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_contexts.py:41(assert_empty_context_for_url) 12/6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/multidict.py:340(__getitem__) 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/base.py:31(__bool__) 83 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:68(__init__) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1223(validate) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageMode.py:33(getmode) 68 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2233(_decompression_bomb_check) 77 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:1103(type) 96 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/http.py:274(port) 274 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1473(islnk) 127 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:216(is_anonymous) 170 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:69(__bool__) 20 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:122(render_online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/middleware.py:27(_set_cookie_wrapper) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:105(test_topological_yield_descendants) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:130(render_title) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:203(get_run_marketing_url) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:111() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:208(request_host) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0003_auto_20151113_1443.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/migrations/0003_coursevideo_is_hidden.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:360(_parse) 100 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/_binary.py:73(o32be) 253 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:122(clear_cache) 123 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:343(determine_version) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/migrations/0002_data__add_countries.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/0002_data__seed_relationship_types.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:35(check_invalid_tab_id_response) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:394(_test_search_disabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0005_auto_20160414_1232.py:8(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_pipeline.py:21(test_default_args) 99 0.000 0.000 0.000 0.000 /usr/lib/python2.7/mimetools.py:50(parseplist) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:646(_addHandlerRef) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/exceptions.py:134(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:97(test_remove_content_references_returns_none_when_app_disabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0007_programsapiconfig_program_listing_enabled.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_shib.py:583(test__flatten_to_ascii) 126 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:18(__init__) 47 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:107(port) 56 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:66(from_json) 38/19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:243(_instance_callable) 6/3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:248(xpath) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/enum/__init__.py:359(__getattr__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:577() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/0004_auto_20160201_0523.py:2() 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:717(__init__) 42 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:2464(__enter__) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:180(receive_data_chunk) 177 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access_response.py:31(__nonzero__) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:374(get_tab_by_id) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:404(__init__) 141 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/utils.py:81() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageColor.py:20() 16 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:122(render_bodyclass) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/tests/test_decorators.py:8(fake_view) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:72(mock_wrapper) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/l10n.py:1() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:144(add) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:111(__mod__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:105(public_api_url) 59 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1374(__init__) 64 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:32(__init__) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:74(merge_hooks) 226 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1116() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:108(mock_wrapper) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:309(pre_save) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:313(url_name) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:205(ccall) 11 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gzip.py:403(rewind) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/course_creator_admin_user_pending.txt.py:18(render_body) 121 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:134(to_python) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:339(get_block) 100 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:268(gettempdir) 164 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1908(append_annotation_mask) 12 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:837(assertDictContainsSubset) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/migrations/0003_auto_20160511_2227.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:27(test_get_dflt_time_disp_notz) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/metadata.py:73(determine_actions) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:589(GroupResult) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:340(CoursewareSearchIndexer) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:77(test_add_user_not_authenticated) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/tests/test_middleware.py:15(test_doesnt_barf_if_not_modifying_anything) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:372(test_duplicate_ids) 137 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:26() 94 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:407(clear_child_cache) 314 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:106(__enter__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/0002_proctoredexamstudentattempt_is_status_acknowledged.py:2() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rfc6266.py:368(is_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:96(test_clear) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:262(test_change_email_to_existing_value) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/authentication.py:61(authenticate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_decorators.py:10(fake_view) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:40(generate_subs) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:100(_exists) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/__init__.py:307(gen_task_name) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaultfilters.py:578(length) 37 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:1015(daemon) 55 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:73(absolute_path) 118 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1329(one_to_one) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/serializers.py:23(serialize_milestone_with_course) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:207(test_auto_enroll_mode) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:629(_removeHandlerRef) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:44(_build_calls) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:125(render_jsextra) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:92(get_split_user_partitions) 154 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:148(cast_node) 192 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:431(clean) 196 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:136(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:196(mock_wrapper) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:260(_assert_cookie_sent) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:89(test_static_urls) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1470(create_response) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/migrations/0003_auto_20151113_1443.py:7(Migration) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:221(render_requirejs) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:69(gettext_noop) 55 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:290(recipients) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Hash/SHA256.py:74(new) 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/api.py:448(_validate_password) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:404(subs_filename) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0004_auto_20160531_1422.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py:2() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:846(is_correct) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/migrations/0003_client_logout_uri.py:2() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:866() 59 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1411(__hash__) 62 0.000 0.000 0.000 0.000 /usr/lib/python2.7/string.py:612(format_field) 162 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:100(utcnow) 68 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:241(_accept) 164 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1638(clear_limits) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/logcapture.py:34(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_db.py:199(test_used_ids) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:838(flush) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/method_override/settings.py:1() 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:166(__delattr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:807(__new__) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:119(close) 96 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:717(ccall) 96 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nltk/metrics/distance.py:33(_edit_dist_step) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:341(has_started) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:431(fetch_flow_collection_start) 16 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:694(render_online_help_token) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/authoring_mixin.py:27(_get_studio_resource_url) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:140(flatten_choices_dict) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:144(validate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/templatetags/staticfiles.py:1() 168 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:102(__init__) 83 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:76(username) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1508(get_template) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:165(get_profile_header) 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:133(default_if_not_defined) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:52(__eq__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:383(match_expression) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:20(__init__) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:262(clear) 75 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:299(from_splittable) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:64(register_processor) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/__init__.py:252(__bool__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/0005_proctoredexam_hide_after_due.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/management/commands/post_cohort_membership_fix.py:22(add_arguments) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:91(online_help_token) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:614(load_end) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:69(copy) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:52(level_tag) 50 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:180(expiration_datetime) 160 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/newrelic-2.74.0.54/newrelic/core/transaction_cache.py:184(transaction_cache) 72 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Hash/hashalgo.py:34(__init__) 254 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:29(__hash__) 95 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1014(_check_null) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:406(generate_renamed_models) 99 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:90(add_js) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:110(test_change_group_name) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:293(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:77(test_no_event_if_save_failed) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/fix_not_found.py:3() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:385(__enumerable_to_display) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/__init__.py:45(countries) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaultfilters.py:587(length_is) 121 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:83(expire_after) 214 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:568(isclosed) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:94(test_topological) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/utils.py:98(flatten_fieldsets) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/serialization.py:458(prepare_accept_content) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/migrations/0002_auto_20160720_0231.py:7(Migration) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:819(_fixture_setup) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:317(xpath_class) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:573(Task) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:327(display_name_with_default_escaped) 141 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:660(__getitem__) 68 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/BmpImagePlugin.py:54(_accept) 131 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:938(assertGreater) 145 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:120(block_type) 136 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:238(__str__) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:99(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_signature.py:43(test_unicode_data) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/templatetags.py:11(submit_row) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/templatetags/configuration.py:16(page_title_breadcrumbs_tag) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/utils.py:44(check_settings) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_memcache.py:27(test_numeric_inputs) 21/12 0.000 0.000 0.000 0.000 /usr/lib/python2.7/collections.py:219(__eq__) 72 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1465(is_hidden) 142 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1557() 78 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1361() 78 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/_util.py:4(isStringType) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:270() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:315(test_happy_path_plural) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:495(getdefaultlocale) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:243(get_ordering) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:480(create_task_cls) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:84(name) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/course_creator_admin_subject.txt.py:18(render_body) 16/8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/multidict.py:372(__contains__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/cache.py:67(delete) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:518() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py:2() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_contexts.py:50(test_malformed_course_id) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:69(unquote) 346 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/safestring.py:37(__html__) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlistwithkey.py:249(__len__) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:199(get_file_size) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:852(ManyRelatedManager) 18 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:244(render_online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0006_auto_20160208_1407.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0010_auto_20160329_2317.py:2() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:221(test_subs_for_html5_vid_with_periods) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0009_programsapiconfig_marketing_path.py:7(Migration) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:62(render_css) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/shortuuid/main.py:17(_length) 27 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:2450(__iter__) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:16(__init__) 83 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/fields.py:15(__init__) 311 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1675(get_extra_descriptor_filter) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:105(get_programs_data) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:103(render_title) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:362(process_rhs) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtfile.py:286(_guess_eol) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:433(render) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0005_programsapiconfig_max_retries.py:2() 6 0.000 0.000 0.000 0.000 /usr/lib/python2.7/wsgiref/util.py:29(next) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1736(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0004_programsapiconfig_enable_certification.py:2() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:139(writeheader) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/http.py:256(same_origin) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/registry.py:28(register) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:140(relabeled_clone) 56 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:117(is_studio_tab_enabled) 105 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:209(context) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0004_courseoverview_org.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:303(test_marketing_url_missing) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:301(number) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:68(assert_user_in_session) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/safestring.py:63(_proxy_method) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_rest_api_client/auth.py:10(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py:2() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:669(hostmask) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0002_programsapiconfig_cache_ttl.py:2() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/exceptions.py:16(raise_exception) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0006_programsapiconfig_xseries_ad_enabled.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/exceptions.py:4() 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:653(network) 218 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1465() 58 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:186(_decode) 263 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:101(fixup) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/__init__.py:15(force_header_for_response) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:64(__unicode__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:395(all_locale_paths) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:262(_get_declared_fields) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:91(__get__) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/user_service.py:77() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:49(_disconnect_course_published_event) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:227(_set_value) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:280(render_online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:530(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0008_programsapiconfig_program_details_enabled.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_orphans.py:1() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/serialization.py:460() 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1489() 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:458(_cleanup) 47 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformer_registry.py:48() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:432(location_to_query) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:173(findall) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:798(get_paginator) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:68(_get_results) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:52(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:556(_verify_export_succeeded) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/helpers.py:157(add_field) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py:78(reseed) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:138(test_no_event_if_save_failed) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:116(test_set_config_by_domain) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/timeout.py:14(current_time) 54 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:341(reserved_names) 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:124(register_tracker) 68 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/GifImagePlugin.py:45(_accept) 124 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:75() 189 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:454() 130 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/negotiation.py:69() 14 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:104(render_bodyclass) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/ConfigParser.py:232(__init__) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:107(_save_initial) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/locks.py:24(_fd) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/utils.py:28(templates) 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:107(render_bodyclass) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/response.py:429(_status__set) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/xml.py:603(serialize_training_examples) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:400(_check_image_library_installed) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/widgets.py:262(__deepcopy__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_shim.py:304(test_sequence_tab_navigation) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/migrations/0002_remove_content_type_name.py:17(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:117(test_topological_not_yield_descendants) 86 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:781(_get_hostport) 118 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:175(expiration_datetime) 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/assetstore/__init__.py:255(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/selector.py:107(wantFile) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:189(check_for_language) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/user.py:27(from_django_user) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:96(simplefilter) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_group.py:15(Command) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:253(_flatten_to_ascii) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1502(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py:4() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:1142(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/cache.py:40(_cache_controller) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:450(get_xblock_field) 10 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:143(online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/0003_coursecontentmilestone_requirements.py:7(Migration) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_root_xblock.py:118(display_org_with_default) 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rfc6266.py:370() 9 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:108(render_bodyclass) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:136(__delattr__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2159(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_microsites.py:35(test_platform_name) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/auto.py:1() 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/SocketServer.py:442(server_close) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:352(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_microsites.py:29(test_unicode_title) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:610(getpreferredencoding) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:74(test_pre_order) 81 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:23(__init__) 47 0.000 0.000 0.000 0.000 /usr/lib/python2.7/StringIO.py:114(tell) 336 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:109(info) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:233(_get_value) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:142(render_online_help_token) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1008() 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:504(stack_calls) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/settings.py:23(apply_settings) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:136(make_static_urls_absolute) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:91(__get__) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:756(get_next_entry) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:96() 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:97(new_file) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/pagination.py:26(_positive_int) 160 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:90() 164 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:602(as_sql) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:620(ok) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_db.py:188(test_no_used_ids) 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:1988(_check_size) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:108(test_get_all_configs) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/migrations/0002_auto_20160204_0809.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1969(validate_component_xblock_info) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:102(test_add_user_to_group_requires_staff_access) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/response.py:465(_status_code__set) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_time_zone_utils.py:37(_assert_time_zone_info_equal) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:33(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:39(test_get_value) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:235(is_content_locked) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/serialize.py:107(get_content_type) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:906(close) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/serializers.py:10(serialize_milestone) 90 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:267(ccall) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1069(save_form) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/py3compat.py:53(bytes_from_hex) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/utils/cmd.py:13(django_cmd) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/0004_auto_20161117_1209.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:53(test_has_override_value) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:113(render_title) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/0003_enable_forums.py:2() 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:131(render_online_help_token) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2235(_verify_explicit_staff_lock_state) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:66(error) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/tests/test_api.py:464(test_country_code_errors) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/migrations/0003_submission_status.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:30(test_string) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:250(_set_legacy_event_type) 11 0.000 0.000 0.000 0.000 /usr/lib/python2.7/hashlib.py:119(__hash_new) 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/url.py:25(strip_port_from_host) 90 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:389(_calculate_age) 70 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:19(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/import.py:15(Command) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:56(__call__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py:65(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:325(test_happy_path_singular_2) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:291(get_key) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:59(__setstate__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:125(test_has_configuration_set) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/migrations/0003_coursevideo_is_hidden.py:7(Migration) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/__init__.py:240(__len__) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/annotations.py:57(resolve_all) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/parser.py:325(parse) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:158(online_help_token) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:301(get_prep_value) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:123(assert_user_has_object_permission) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py:86(pseudo_random_data) 84 0.000 0.000 0.000 0.000 /usr/lib/python2.7/json/encoder.py:37(replace) 120 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/_binary.py:69(o16be) 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:58(get_item) 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:349(values) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:111(render_token_list) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:110(render_title) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/OSRNG/posix.py:82(new) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:460() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:109(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lazy/lazy.py:32(invalidate) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:444(test_eligible_for_cert) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:105(test_get_course_milestones_fulfillment_paths_returns_none_when_app_disabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:99(test_success_no_cookies) 54 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/segmentio.py:153() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:78(test_empty) 101 0.000 0.000 0.000 0.000 /usr/lib/python2.7/UserList.py:30(__len__) 82 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:86(fieldnames) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/structures.py:62(__len__) 404 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:438(__iter__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/decorators.py:57(_inner) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/studio_editable.py:41(get_preview_view_name) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:1452(close_unregister_and_remove) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:68(collect) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:392(verify_export_attrs_removed) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/fields.py:110(state_forwards) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:173(_add_fallback) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:104(get_filters) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/utils/cmd.py:6(cmd) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:53(clean_org) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:162(_get_level) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:58(test_convert_anon_user) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:46(test_is_request_in_microsite) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:157(_is_credit_requirement) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/0004_auto_20160201_0523.py:7(Migration) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_modify.py:24(submit_row) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/textwrap.py:146(_munge_whitespace) 60 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:134(iterkeys) 89 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadedfile.py:39(_get_name) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:129(test_topological_yield_single_node) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:425(fetch_flow_sequence_start) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:25(test_get_user_details_extra_keys) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_rest_api_client/auth.py:47(__call__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:158(setUp) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:122(is_enabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/migrations/0004_delete_xblock_disable_config.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/block_counts.py:3() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/OSRNG/posix.py:37(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:120(test_remove_user_from_group_requires_staff_access) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/migrations/0002_data__enable_on_install.py:2() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:65(setdefault) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:330(test_valid_id) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/edxnotes.py:311(add_notes) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:67(__hash__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py:7(Migration) 32 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:26(_mako_get_namespace) 334 0.000 0.000 0.000 0.000 /usr/lib/python2.7/string.py:608(check_unused_args) 142 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/subclassing.py:35(__init__) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:133(__setattr__) 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1505() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:25(is_form_media_type) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:302(findtext) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:149() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:293(_to_string) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:54(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/api.py:49(all_languages) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:345() 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:416(get_ordering_field) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1313(_get_all_options) 62 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/result.py:153(wasSuccessful) 144 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:208(addTypeEqualityFunc) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:366(get_factory) 10 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:95(render_bodyclass) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:74(get_configuration_dict) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Cipher/AES.py:61(new) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:672(remove_block_traversal) 5 0.000 0.000 0.000 0.000 /usr/lib/python2.7/collections.py:228(__ne__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:2() 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:191(__init__) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/factories.py:30(mode_display_name) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:91(test_django_remove_settings) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py:99(_set_key) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:80(test_add_course_content_milestone_returns_none_when_app_disabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/migrations/0003_client_logout_uri.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py:103(_pseudo_random_data) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/serializers.py:30(serialize_organization_with_course) 47 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:184(initialize_js) 68 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:275(_accept) 43 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:372(write) 179 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:104(splitdrive) 103 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:216(tell) 82 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:102(__init__) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:282(_validate_conn) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/helpers.py:273(to_json) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_theme_locales.py:22(test_theme_locale_path_exist) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:133(get_template_path) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:625(write_def_finish) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/settings.py:150(perform_import) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1048(__instancecheck__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py:148(_check_grade_response) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:695(csrf_token) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:412(setUp) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:756(large) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/path2.py:943(mkdir_p) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1512() 82 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:80() 80 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:87() 91 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/util.py:101() 79 0.000 0.000 0.000 0.000 /usr/lib/python2.7/socket.py:296(flush) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:113(makeCall) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/0002_proctoredexamstudentattempt_is_status_acknowledged.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:121(test_invalid_field_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/templatetags/configuration.py:25(platform_name) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:49(mock_wrapper) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_urls.py:10(admin_urlname) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/log.py:81(logger_isa) 39 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:59() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:76(test_get_course_milestones_returns_none_when_app_disabled) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:122(render_jsextra) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:27(_validate_organization_data) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:68(test_wrap_fragment) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:687(RelatedManager) 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:38(__unicode__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/migrations/0004_add_index_on_grant_expires.py:2() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:47(__iter__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_exceptions.py:28(test_exceptions_allows_dict_detail) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:336(__init__) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/serialize.py:85(get_serializer) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:201(get_group) 78 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:184(__init__) 90 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:413(delete_first_token) 156 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:465(validate) 152 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:47(utcoffset) 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:379() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:107() 11 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/darklang/preview_lang.html.py:82(render_bodyclass) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:320(test_happy_path_singular_1) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/encoders.py:24(default) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:86(template_context_processors) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/netrc.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:72(test_add_course_milestone_returns_none_when_app_disabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:131(test_invalid_restriction) 176 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:938(_check_primary_key) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/validators.py:4() 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:189() 70 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:330() 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2281() 127 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/config.py:200(ready) 112 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1069(__init__) 125 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:897() 92 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1483(isdev) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:536(CourseAboutSearchIndexer) 45 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:488() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:989(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:229(__repr__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:118(delete) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_db.py:35(test_concurrent_requests) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Cipher/AES.py:55(__init__) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:218(_get_resource) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:336(test_invalid_id) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/discussion/plugins.py:12(DiscussionTab) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:692(filter_topological_traversal) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:193(serialize_certificate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:267(test_get_template_path_with_theme_disabled) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:38(_remove) 222 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:424(_post_clean) 154 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:607(nodes) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:63(__subclasshook__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:22(__init__) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_exceptions.py:57(test_exceptions_subclass_drf_exceptions) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:196() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:16(test_empty) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:81(test_process_url_no_match) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:2() 9 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:154(online_help_token) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:89(save_m2m) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/contextlib.py:54(contextmanager) 33 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:141(sanitize) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:89(test_get_course_content_milestones_returns_none_when_app_disabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:86(CCXModulestoreWrapper) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ccx_keys/locator.py:88(_to_string) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/serializers.py:1() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:454(fetch_flow_collection_end) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/models.py:16(__init__) 133 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:586(__exit__) 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:168(get_payload) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:174(app_config) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:62(test_anonymous_has_no_access) 37 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:999(daemon) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/discussion/plugins.py:24(is_enabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:23(test_empty_string) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/utils.py:16() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_microsites.py:72(test_get_backend_for_valid_class) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:23(_prepare) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:67() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:1309(symlink) 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:282(render_online_help_token) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:55(assertHttpForbidden) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_settings.py:39(test_apply_settings_adds_exception_middleware) 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/_util.py:23(__init__) 120 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:381() 193 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1298() 52 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:138(add_post_render_callback) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:364(__getattr__) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:461(is_status_update_request) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:340() 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:423(__init__) 6/4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/parsetree.py:31(accept_visitor) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:293(each_context) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_factory.py:31(test_from_modulestore_fail) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_organizations_helpers.py:52(test_add_organization_course_returns_none_when_app_disabled) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:46(pagination) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_string_utils.py:26(test_str_to_bool_errors) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:225(__set__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0002_alter_permission_name_max_length.py:7(Migration) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:526(_get_version) 93 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:37(get_block) 86 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:228(block_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:480() 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/random.py:293(sample) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:90() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/collections.py:484(most_common) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:125(test_remove_user_from_group_requires_active) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:293(__eq__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_logger.py:61(__init__) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:751(small) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:187(link_in_col) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0010_auto_20160329_2317.py:7(Migration) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2097(__repr__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:2() 12/8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1150(filter) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:497(get_attributes) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:59(create_fragment) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:481() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/functional.py:51(__init__) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1462(_parse_hextet) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:290(connect) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:944(_create_option_mappings) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/0005_proctoredexam_hide_after_due.py:7(Migration) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:714() 83 0.000 0.000 0.000 0.000 /usr/lib/python2.7/Queue.py:234(_init) 109 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:443(value_to_db_date) 83 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/fields.py:25(model_name_lower) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:90(get_filters_params) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:78(test_illegal_subtag) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/util.py:77(xstr) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:213(_get_default_ordering) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1509(__init__) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:566(setlocale) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:601(iterlists) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/__init__.py:17(accumulate) 109 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1260(to_python) 115 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:66(_tilesort) 80 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srttime.py:170() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:85(test_empty_string) 24 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:26(_mako_get_namespace) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:155(online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/utils.py:60(CELERY_RESULT_BACKEND) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:458(resolve_expression) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nltk/metrics/distance.py:23(_edit_dist_init) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/filebased.py:18(__init__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:219(render_requirejs) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:519(state_forwards) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/utils.py:18(copy_kwargs) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/models.py:66(get_supported_milestone_relationship_types) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_course_tabs.py:53(test_key_checker) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8_sig.py:17(decode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/decorators.py:26(_inner) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/locale/en/formats.py:4() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:185(test_session_key_encryption) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:89(test_should_not_sub) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/logcapture.py:119(check) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0005_alter_user_last_login_null.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:439(generate_created_models) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:707(get_changelist) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:1274(do_answer_pool) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:616(_get_expected_content_group) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:77(__add__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0006_programsapiconfig_xseries_ad_enabled.py:7(Migration) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/settings.py:164(import_from_string) 150 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Util/py3compat.py:68(bchr) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/fields.py:45(to_representation) 246 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:120(check) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/token_utils.py:65(claim_handlers) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1517(resolve_ref) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1185(filter_function) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2090(__getattr__) 2/1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/command_cursor.py:3() 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:150(actions) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:296(get_html5_ids) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py:136(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:111(test_subbing_no_userid_or_courseid) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:27(is_feature_enabled) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:35(tearDown) 65 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1840(_check_max_length_warning) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:144() 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/request.py:1688(_is_utf8) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:171() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py:28(test_invalid_store) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:399(get_subtree_edited_by) 7 0.000 0.000 0.000 0.000 /usr/lib/python2.7/calendar.py:610(timegm) 105 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1325(one_to_many) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:423(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/__init__.py:184(name) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_signature.py:24(test_unicode_secret_key) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_microsites.py:52(test_get_backend_raise_error_for_invalid_class) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtfile.py:294(_get_first_line) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/shortcuts.py:119(_get_queryset) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:426(_assert_not_in_audit_log) 39 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:196(ccall) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:2() 100 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:1073() 8/4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/cookie.py:33(process_messages) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:16(Command) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:110(default) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/datastructures.py:478(first) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:105(set_many) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:228(dump_payload) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/poll.html.py:16(render_body) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:63(test_get_group_for_user_with_assign) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/base.py:25(__str__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0004_programsapiconfig_enable_certification.py:7(Migration) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:372(iter_slices) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:58(_split_keys_v1) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/conditional_ajax.html.py:16(render_body) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0005_programsapiconfig_max_retries.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0002_programsapiconfig_cache_ttl.py:7(Migration) 184 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srttime.py:38(_get_ordinal) 132 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1169(_get_queryset) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:1052(branch) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0008_programsapiconfig_program_details_enabled.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:282(test_strip_site_theme_templates_path_theme_disabled) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:2() 182 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1435() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_string_utils.py:27(test_raises_error) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/result_processor.py:55(has_match) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:599(__init__) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:57(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:530(xpath_attrib_includes) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/utils.py:86(flatten) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:359(start_date_is_still_default) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:34(__init__) 127 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:207(import_models) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/oauth2/rfc6749/clients/base.py:463(_populate_attributes) 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:129(render_bodyclass) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:160(_map_model_details) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0005_delete_courseoverviewgeneratedhistory.py:2() 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:960(set_conflict_handler) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/filters.py:40(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:68(test_get_milestone_relationship_types_returns_none_when_app_disabled) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:120() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/path2.py:939(mkdir) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:92(__new__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:188(test_digest_incorrect_user) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:779(close) 100 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:230(normalize) 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:66() 32/16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:26(__lt__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Util/Counter.py:63(new) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/git.py:25(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1951(_format_call_signature) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:199() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3365(ensure_indexes) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:908(_test_search_disabled) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:107(__delitem__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:190(stream) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_exceptions.py:23(test_drf_errors_coerce_strings) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/result_processor.py:42(strings_in_dictionary) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:2() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:128(__init__) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/CGIHTTPServer.py:19() 54 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:119(looks_like_fallback) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/token_utils.py:74(attach_email_claim) 47 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:245(_format_value) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1590(test_advanced_problems) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:2() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:76(commonprefix) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:448(fetch_flow_sequence_end) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_api.py:97(verify_xblock_fields) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_organizations_helpers.py:40(test_get_organization_courses_returns_none_when_app_disabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/checks/model_checks.py:32(check_model_signals) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/management/commands/compile_sass.py:95() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:139(__init__) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:877(to_string) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_forms.py:60(tearDown) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/__init__.py:8() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1203(_check_fix_default_value) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/permissions.py:152(has_object_permission) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:35(test_instatiate_backend) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:69(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/migrations/0002_auto_20160325_0407.py:7(Migration) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/base.py:56(_get_size) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/tz.py:64(__repr__) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/models.py:51(post_init_callback) 67 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rfc6266.py:355(is_token_char) 76 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:62(empty) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/fields.py:144(__init__) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:270(_prepare_containers) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:83(add) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_root_xblock.py:126(display_number_with_default) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/program_authoring.html.py:83(render_content) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/paths.py:34(add_directory) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:152(render_title) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:162(test_no_global_admin_read_access) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0004_courseoverview_org.py:7(Migration) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:936(prepare_database_save) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:471(parse_flow_sequence_first_entry) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jwt.py:151(_validate_aud) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/logcapture.py:62(install) 33 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py:11(user_passes_test) 51 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:633(validate_qtables) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/models.py:91(__str__) 200 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/utils.py:34(upper) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:879(_prefix_from_prefix_string) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/enum/__init__.py:50(__get__) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:254() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:506(validate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegPresets.py:67() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_memcache.py:23(test_safe_key) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_course_tabs.py:73(test_need_name) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:265(aside_view_declaration) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/middleware.py:29(accumulate_metric) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:67(test_generate_subs_decrease_speed_2) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/checks.py:9(check_user_model) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1507(check) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_organizations_helpers.py:32(test_get_organization_returns_none_when_app_disabled) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/finders.py:14(find) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:739(__init__) 5 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:237(parse_html_declaration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:441(write_variable_declares) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/courseware_access_exception.py:12(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_microsites.py:45(test_microsite_template_path) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/xml.py:27(_sort_by_order_num) 161 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:91(reload_model) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:339(has_perm) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:21(set_if_set) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/colorama/ansitowin32.py:36(__getattr__) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:828(raise_for_status) 54 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1126(editor_saved) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:391(__init__) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:79(get_new_headers) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:284(__init__) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/descriptors.py:47(fget) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/utils.py:24(extract) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:104(get_monitored_value) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtitem.py:64(split_timestamps) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/problem.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_django.py:9(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:60(test_add_milestone_returns_none_when_app_disabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:958(test_for_unregistered_user) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/backends/django.py:18(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:70(test_parse_success) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/util/tests/test_user_utils.py:11(setUp) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:456(render_context) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_request.py:68(assertCourseIdFieldsMatch) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:64(test_get_milestones_returns_none_when_app_disabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/path2.py:835(exists) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2425(register_open) 57 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:331(supplemental_fields) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:328(__setitem__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:589(_register_basic) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:105(render_title) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:41(assert_xblock_user_matches_django) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:342(test_invalid_json_plural) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rfc6266.py:55(percent_encode) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:290(test_is_verified_slug) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:428(fetch_flow_mapping_start) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:118(test_disabled_by_feature_flag) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0008_remove_courseoverview_facebook_url.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_organizations_helpers.py:36(test_get_organizations_returns_none_when_app_disabled) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:96(render_bodyclass) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:367(test_no_tab_title_singular) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dop_adapter.py:43(test_create_client) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:100(get_hashers_by_algorithm) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/__init__.py:158(alpha2) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/problem_notifications.html.py:2() 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:101(online_help_token) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:110(test_add_user_to_group_requires_active) 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:837(runtime) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:138(__iter__) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:359() 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/response.py:705(_app_iter__get) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1268(_init_parsing_state) 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:215(__init__) 45 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:92() 19 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:976(append) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:383(legacy_event_type) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/index.html.py:85(render_title) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1420(display_org_with_default) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_organizations_helpers.py:56(test_get_organization_by_short_name_when_app_disabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_course_tab_api.py:18(test_get_plugin) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/field_data.py:37(__repr__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:59(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_organizations_helpers.py:48(test_add_organization_returns_none_when_app_disabled) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/lti.py:103(get_user_details) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:674(course_outline_initial_state) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/serializers.py:103(get_is_verified) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:35(_decode_v1) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:175(get_authenticate_header) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:109(test_add_user_milestone_returns_none_when_app_disabled) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:2() 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/special.py:137(__init__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:96(make_test_instance) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:294(add_headers) 36 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/choicegroup.html.py:39(is_radio_input) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/assetstore/__init__.py:298(iteritems) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:157(has_permission) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/enum/__init__.py:70(_is_dunder) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/filters.py:61(Meta) 99 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:96(add_css) 128 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:418(render) 14 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:26(_mako_get_namespace) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:96(__init__) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/partition_schemes.py:74(key_for_partition) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:455(disambiguate_skip_and_seek) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/serializers.py:11(OrganizationSerializer) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:347(test_invalid_json_singular) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:357(test_wrong_json_singular) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:156(test_no_staff_write_access) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:126(test_missing_options) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:210(tearDown) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/split_test_author_view.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/_force_publish_course.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/program_authoring.html.py:135(render_title) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:549(ensure_indexes) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/404.html.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:666(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:155(select) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_settings.py:44(test_apply_settings_adds_fields_stored_in_session) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:27(CoursewareTab) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/header.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_fields.py:26(test_to_representation_without_request) 133 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:580(__enter__) 45 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:202(name) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1614(is_empty) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_rest_api_client/auth.py:43(__init__) 53 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/base.py:62(_set_size) 29 0.000 0.000 0.000 0.000 /usr/lib/python2.7/argparse.py:859(__call__) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:21(get_course_tag) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1968(heartbeat) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/xml.py:59(_serialize_prompts) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:56(SyllabusTab) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:28(_dummy_task) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:65(test_name_sub) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/models.py:34(__unicode__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:637(serializable_value) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:362(test_no_tab_title_plural) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:498() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:352(test_wrong_json_plural) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2078(_tracking_code) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:113(test_get_service_returns_none_when_app_disabled) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/auto.py:12(__init__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:155(assert_dict_subset) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_fields.py:31(test_to_representation_with_absolute_url) 59 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:131(has_previous) 29 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:277(__init__) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/response.py:478(_headerlist__get) 52 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:96(is_prerelease) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/subclassing.py:28(__init__) 91 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:159(convert_datefield_value) 73 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/oauth1/rfc5849/signature.py:307() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:491() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:108(render_title) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:130(__init__) 16 0.000 0.000 0.000 0.000 /usr/lib/python2.7/atexit.py:37(register) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:95(tearDown) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_microsites.py:64(test_get_backend_raise_error_when_module_has_no_class) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_request.py:18(tearDown) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:2() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:62(assert_no_user_in_session) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:34(test_get_time_disp_ret_empty) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:159(_resolve) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:48(_assert_num_requests) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/comparison.py:396(compare) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_metadata_utils.py:84(course_start_date_is_default) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:18(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2058(save_form_data) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:461() 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/middleware.py:60(__init__) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/ConfigParser.py:158(__init__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:423(admin_actions) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:485() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:29(test_creator_group_not_enabled) 36 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:206() 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:433(update_dimension_fields) 29 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:173() 18 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/util.py:8(safe_repr) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:65(__repr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Util/Counter.py:116(_encode) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:85(prepare_child) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:988(id_from_descriptor) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/datastructures.py:479() 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/introspection.py:10(get_field_size) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2171(_check_unique) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:898() 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:93(default) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/formatting.py:15(remove_trailing_string) 24 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/base64mime.py:52(base64_len) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:630(test_unicode) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:168(test_no_staff_read_access) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:113(render_title) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:416(_bytes_to_codes) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/logcapture.py:138(__exit__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:56(test_generate_subs_decrease_speed_1) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/tests/response_xml_factory.py:656(create_input_element) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:48(get_dict) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:70(getregentry) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/cache.py:13(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:58(test_age_no_birth_year) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:229(get_expiration_value) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/templatetags/configuration.py:56(microsite_template_path) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:296(_load_stream) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_fields.py:39(test_to_representation) 6 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/registration/activation_complete.html.py:97(render_bodyclass) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:119() 51 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:60(backends) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:660(__init__) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1362(_get_args) 42 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:69(ccall) 29 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1125(tag) 63 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:412() 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/correctmap.py:36(__iter__) 65 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:562() 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:404(to_representation) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/url_utils.py:26(_quote_slashes) 6 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:264(render_title) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:435(capcase_current_time) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:454() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:257(IFDRational) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:401(search_form) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:62(_validate_user) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:100(test_cant_create_instance) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:222(ExternalDiscussionCourseTab) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:231(get_all_orgs) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_helpers.py:18(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/logcapture.py:86(uninstall) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/500.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:129(append_node) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/base.py:132(__exit__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/registration/activation_complete.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/choicegroup.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:39(CourseInfoTab) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1094(save_related) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:416(test_bytes_unit) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/paths.py:27(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/migrations/0004_add_index_on_grant_expires.py:7(Migration) 6 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:279(get_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/plugins.py:13(CcxCourseTab) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:62(__eq__) 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:141(render_online_help_token) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:28(pretty_name) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:285(setsockopt) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:125(close) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:1360(_internal_poll) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:113(__init__) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/views/__init__.py:16(_get_request_header) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/models.py:38(is_cache_enabled) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/backends/django.py:35(__init__) 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:95(_services_requested) 26 0.000 0.000 0.000 0.000 /usr/lib/python2.7/decimal.py:1752(_round_half_up) 21 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:587(__init__) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_metadata_utils.py:96(may_certify_for_course) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:408(__getattr__) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:66(__init__) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:281(has_default_value) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:26(get_namespace_choices) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:195(load_module) 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/dummy.py:42(clear) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/weakref_backports.py:32(_cb) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:200(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:888(push_request) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:941(get_list_display_links) 4/1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:366(assert_correct_json_response) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/widgets.py:241(__init__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework_oauth/authentication.py:129(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:16(test_get_user_details_missing_keys) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:329(xpath_element) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/SHAd256.py:66(digest) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:74(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:259(__unicode__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/html_error.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:150(test_no_global_admin_write_access) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:1017(__init__) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:630() 48 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2283() 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2076(set_managed) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/permissions.py:24(has_object_permission) 94 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1298(model) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:526() 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:134(__init__) 160 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:419(handle_charref) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:1220(_close_in_parent) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/enterprise_helpers.py:110(insert_enterprise_pipeline_elements) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:333(__init__) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:135(_init_attributes) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:333(_to_string) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:120(render_online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:486() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:183(get_object_range) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:747(text) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1153(dec) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_exceptions.py:43(test_not_acceptable_allows_dict_detail) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:156(parse_from_xml) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/commerce/utils.py:11(create_tracking_context) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:361(ssl_get_cert_from_request) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:59(SearchIndexerBase) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:76(test_no_params) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/OSRNG/rng_base.py:32(__init__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/widgets.py:330(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/assets.py:662(_collect_assets_cmd) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:111(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/logger.py:24(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:828(visitText) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:173(get_dict) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:9(Database) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:61(pop) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/test.py:122(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/contact_us_feedback_email_body.txt.py:2() 129 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:95() 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:58(get_resources_dir) 100 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/utils.py:39(lower) 52 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:60() 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/paginators.py:115(ordered_objects) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:965(set_description) 72 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:225(id_for_label) 39 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1430() 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:225(set_parser) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py:121(_generate_blocks) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/darklang/preview_lang.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/checks/compatibility/django_1_8_0.py:8(check_duplicate_template_settings) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:156(deactivate) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:317(gender_display) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:272(parse_sources) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:891(pop_request) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:98(add_resource) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3341(heartbeat) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:24(__init__) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/multidict.py:95(__getitem__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/teams/plugins.py:9(TeamsTab) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/lti.py:166() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/tests/test_partitions.py:151(cleanup_scheme_extensions) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_theme_style_overrides.py:124(setUp) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/program_authoring.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/context_processors.py:1() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:387(get_edited_by) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/argparse.py:2112(_get_option_tuples) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:75(assert_events_emitted) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:451(fetch_flow_mapping_end) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:476(parse_flow_sequence_entry) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:31(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:492() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:750(unpublish) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:524(need_name) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:367(get_tab_by_type) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/tests/xblock_integration/test_recommender.py:36(setUpClass) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1420(_process_args) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/helpers.py:262() 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:309(fetch_group_usage) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_pipeline.py:32() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:239(__new__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/hex_codec.py:27(hex_decode) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/correctmap.py:73(set_dict) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:91(render_bodyclass) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/OSRNG/rng_base.py:39(_selftest) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/login_and_register.py:83(register) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:155(get_fixed_timezone) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/course_creator_admin_subject.txt.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/base.py:65(BaseBackend) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/edxnotes/plugins.py:9(EdxNotesTab) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:537(parse_flow_mapping_first_key) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:83(__sub__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/http.py:34(decorator) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_contexts.py:67(test_no_url) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:844(_set_choices) 4/1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:237(assert_correct_json_response) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:65(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:181(test_digest_success) 10 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:23(_mako_get_namespace) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:145(url) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:71(get_organization_courses) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8_sig.py:108(getregentry) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:405(store_exc_info) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:128(__subclasshook__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:139(add_css) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/retry.py:210(increment) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:90(test_almost_same_datetime) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:63(append_allowed_hosts) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformer_registry.py:49() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_request.py:13(setUp) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:411(get_published_by) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlistwithkey.py:87() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/middleware.py:21(_get_metrics_cache) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:63(test_serialize) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:189(is_hidden) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/serialize.py:24(get_content_type) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/multidict.py:174(__contains__) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:551(has_dynamic_children) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:508(_accept) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:458() 52 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:57(extra_entry_points) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:101(test_get_namespace_choices_returns_values_when_app_disabled) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/SHAd256.py:55(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0002_auto_20160325_1604.py:27(Migration) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:18(__init__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:230(settings) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:29(get_organization) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2034(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/video.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/base.py:368(KeyValueStoreBackend) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/contact_us_feedback_email_subject.txt.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/checks/compatibility/django_1_7_0.py:6(check_1_7_compatibility) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:91(replace_course_url) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_optional_include_mako.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/migrations/0002_data__add_countries.py:21(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/migrations/0003_auto_20160511_2227.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:28(test_no_year_of_birth) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:279(getregentry) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/pyversion.py:69(sort_list) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:371(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/deconstruct.py:25(deconstruct) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/index.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:45(test_generate_subs_increase_speed) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:28(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1518(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:254(successful_authenticator) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:140(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/exceptions.py:48(__unicode__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:659(is_executable) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:16(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/django.py:64(__init__) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:377() 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:332(name_lower) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/multidict.py:337(__init__) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:535(__init__) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:141(_init_plugins) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:741(literal) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:320(display_name_with_default) 39 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/csrf.py:32(_reject) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1325() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2183(_check_ignored_options) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1394() 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:90(set) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:606(reset) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:32(test_global_staff) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:294(stream_data) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:218(render_bodyclass) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/raw_module.py:51(definition_from_xml) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/pygen.py:230(_flush_adjusted_lines) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:238(_consume_nargs) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/helpers.py:144(__init__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/fields.py:95(model_name_lower) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py:61(digest) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:372() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:77(test_parse_success_serialized) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/pygen.py:201(_reset_multi_line_flags) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/tests/test_partitions.py:91(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:145(render_viewtitle) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:91(render_bodyclass) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/footer.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lookup.py:154(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:173(decode_raw_stream) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Util/_number_new.py:34(ceil_shift) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/segment-io-footer.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/results.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:20(basic_auth) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/json/encoder.py:165(default) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor/views/instructor_dashboard.py:62(InstructorDashboardTab) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:19(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/activation_email_subject.txt.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:55(decompress) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/models.py:101(__unicode__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:413(create_definition) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:270(render_bodyclass) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/status_span.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/path2.py:106(__repr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_settings.py:54(test_apply_settings_turns_off_raising_social_exceptions) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:193(names) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:295(normcase) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:958(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:416(filter_ccx) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:41(test_get_user_id) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:71(test_disabled_no_cors_headers) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/base.html.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:159(_resolve) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:95(render_bodyclass) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:405(add_user_milestone) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:571(auto_enroll_mode) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:18(__init__) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:264(load_end) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/filter_generator.py:22(field_dictionary) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:97(tzname) 97 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:424(__int__) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:826() 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:21(__init__) 16 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:235(ccall) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:31(to_json) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:412(__init__) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/fields.py:154(model_name_lower) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:94() 16 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:2486(__init__) 29 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/404.html.py:27(_mako_generate_namespaces) 75 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:570(isSet) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1161(__init__) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:537() 14 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:293(ccall) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:813(is_discussion_enabled) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:445(update) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:969(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/0003_enable_forums.py:20(Migration) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/utils.py:30(__init__) 6/2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:680(find_xblock_info) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/lti.py:168(safe_int) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:774(host) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:79(maybe_escape) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1135(dec) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:295(is_legacy_event) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtfile.py:160(text) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/segment-io.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/notification_prefs/views.py:43(_get_aes_cipher) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/migrations/0004_delete_xblock_disable_config.py:7(Migration) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:305(process_root) 9 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:24(_mako_get_namespace) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:620(test_convert_srt_to_sjson) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/testutil.py:48(__init__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:539(seek) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:967(get_search_results) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:270(set_initial_display) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:137(get_course_branch_versions) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:423(get_service) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:74(ProgressTab) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:40(_translation) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/validators.py:22(organization_data_is_valid) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:596(comment) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyquery/cssselectpatch.py:28(__str__) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:234(__contains__) 88 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:131(prepare_value) 73 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:346(__enter__) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:149() 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:241(set_output_charset) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1037(is_compatible_query_object_type) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:91(_make_update_dict) 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtitem.py:73() 72 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:89(dst) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1407(check_values) 29 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:335(_setup_next_sequence) 52 0.000 0.000 0.000 0.000 /usr/lib/python2.7/decimal.py:179(handle) 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:887() 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:188() 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/StringIO.py:65(__iter__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0006_auto_20160208_1407.py:7(Migration) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:1448(register_and_append) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:37(__setattr__) 11 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:271() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:800(set_debuglevel) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:90(_join_keys_v2) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_contexts.py:38(test_no_course_id_in_url) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/utils/cmd.py:10() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:516() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:805(port) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:31(mocked_set_credit_requirements) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:494(is_credit_eligible_slug) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/decorators.py:53(_decorator) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/ascii.py:41(getregentry) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/checks/compatibility/django_1_7_0.py:13(_check_middleware_classes) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/problem_ajax.html.py:2() 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/lib-tk/Tkconstants.py:4() 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1430(display_number_with_default) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/wsgiref/util.py:14(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:58(has_override_value) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:907(allowed_metadata_by_category) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:743(has_item) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:158() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:575(decorator) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:136(content_groups_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/special.py:34(state_forwards) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/0002_data__seed_relationship_types.py:26(Migration) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:30(setUp) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:99(resolve_context) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:842(_ip_int_from_prefix) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PpmImagePlugin.py:52(_accept) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:159(make_corrupt) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/__init__.py:15(__init__) 36 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:932(assertLessEqual) 72 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:167(bound_data) 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:497(__init__) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:118(first) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:98(get) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1219(__init__) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:92(_default_placement) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:244(__init__) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:465() 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:140(post_process) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:477(version) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:379(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:299(__init__) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/serializer_helpers.py:27(__reduce__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/course_creator_admin_user_pending.txt.py:2() 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:442(convert_seek_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/migrations/0002_data__enable_on_install.py:24(Migration) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/base.py:16(__init__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:140(previous_page_number) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/result_processor.py:38(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:74(_media) 11 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:333() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/component.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/xblock_wrapper.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/structured_tags_block.html.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:92(TextbookTabsBase) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:33(assert_is_anon_xb_user) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:25(_encode_v1) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:180(render_online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/views.py:43(NotesTab) 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:156(render_bodyclass) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/data_conversion.py:76(update_assessments_format) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:425(get_short_name) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/comparison.py:288(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:187(__init__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:119(render_online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageChops.py:18() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/__init__.py:94(alt_codes) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/tests/test_middleware.py:31(mock_country_code_by_addr) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:74(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:234(xpath_literal) 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:253(render_bodyclass) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:125(is_certification_enabled) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:184(_exc_info) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:431(handle_comment) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:991(_merge_known_related_objects) 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:536(__enter__) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:77() 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:71() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:462(fake_getaddrinfo) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:258(__init__) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/exceptions.py:18(__init__) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:41(fake_get_value) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:336(get) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/problem-edit.html.py:2() 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:144(render_requirejs) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/migrations/0002_data__default_profiles.py:29(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/prereqs.py:41(no_prereq_install) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/visibility_editor.html.py:2() 5/3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/parsetree.py:32(traverse) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/checks.py:17(check_admin_app) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/navigation.py:8(DescendantList) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/serializers.py:47(get_course_key) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/functions.py:103(__init__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/cookie.py:17(default) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/subfs.py:14(SubFS) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:510(test_fail_generating_subs) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:101(render_bodyclass) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/helpers.py:78(skip_cross_domain_referer_check) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/dark_lang/preview_lang_include.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/milestones.py:11(MilestonesTransformer) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/pygen.py:15(__init__) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:902(join) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:230(render_online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_db.py:116(test_commit_on_success_nesting) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:450(replaceEntities) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:138() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:84(embargoed_countries_list) 1 0.000 0.000 0.000 0.000 memory:0x7fd068422f10:1() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jwt.py:112(_validate_required_claims) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_utils.py:77(get_poster) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:171(ispackage) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:261(__unicode__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtfile.py:162() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:146() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_db.py:137(test_named_outer_atomic_nesting) 11 0.000 0.000 0.000 0.000 /usr/lib/python2.7/StringIO.py:81(close) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:103() 24 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:28(_mako_generate_namespaces) 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/__init__.py:325() 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:316(supplemental_index_information) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:84(__init__) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2474(register_extension) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:228(deactivate) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlist.py:146() 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:598(get_inline_instances) 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:124(use_pk_only_optimization) 52 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:53(dst) 43 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:761() 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1133(delete_course) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:362(get_readonly_fields) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/utils.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:896(_coerce) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/compat.py:19(timedelta_seconds) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8.py:33(getregentry) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:452(clone) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:251(render_content_groups_help_token) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:48(__str__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:127(prepare_predicate) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2393(get_db_prep_value) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/decorators.py:22(_decorator) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:7(MongoClient) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:154(test_change_permission) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:52() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:542(parse_flow_mapping_key) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:831(assertEqual) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:423(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/conditional_ajax.html.py:2() 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:626() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:142(test_add_permission) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:98(render_bodyclass) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:123() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/util/tests/test_user_utils.py:20(test_system_user_has_custom_unicode_representation) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_db.py:92(test_outer_atomic_nesting) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/latin_1.py:41(getregentry) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:753(user_info) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:88(to_language) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:2() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:435(check_number_of_calls) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:27(flatten) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:132(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:36(__init__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/tests/test_middleware.py:11(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py:7(StudentViewTransformer) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:157() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1424(get_related_field) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:61(_get_decoder) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/ConfigParser.py:130(__init__) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageMode.py:23(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/tagging.py:34(_get_studio_resource_url) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/shim.py:81(__call__) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/enum/__init__.py:761(value) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:202(__repr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/hidden_content.py:15(HiddenContentTransformer) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/mako/css.html.py:2() 10 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:215(ccall) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:105(prepare_descendant) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:54(_set_file) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1231(to_representation) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:809(is_past_due) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/enum/__init__.py:724(__eq__) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/edx-reverification-block/edx_reverification_block/xblock/reverification_block.py:395(get_credit_requirement_namespace) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jwt.py:122(_validate_iat) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:102(__setattr__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:80(_import_module) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:827(is_submitted) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:23(_mako_get_namespace) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:44(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:178(validate_args) 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/pygen.py:46(_update_lineno) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/base.html.py:113(render_online_help_token) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlist.py:786(__len__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/util/tests/test_user_utils.py:15(test_system_user_is_anonymous) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:501() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:95(new_ugettext) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/functional.py:233(_matcher) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:60(test_version) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:177() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_exists.html.py:16(render_body) 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:54(ccall) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/activation_email.txt.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/studio_render_children_view.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/elastic.py:185(ElasticSearchEngine) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:501(xml_text_content) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:26(__getattr__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/utils.py:14(strip_none) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/tests/response_xml_factory.py:652(create_response_element) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_exceptions.py:39(test_method_not_allowed_allows_dict_detail) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:118(render_bodyclass) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:109(state_forwards) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_string_utils.py:18(test_str_to_bool_false) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:433(has_professional_mode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/multidict.py:392(iteritems) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/copy_reg.py:46(_reconstructor) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:59(assertHttpBadRequest) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:149(online_help_token) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:160(render_title) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:471(AboutInfo) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:75(escape) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/choices.py:102(__len__) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/deprecation.py:22(__init__) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/sndhdr.py:28() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:323(date_hierarchy) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:376(_next_id) 62 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/tz.py:53(tzname) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:341() 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:268(render_bodyclass) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_exists.html.py:2() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:968(is_enabled) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:115(render_online_help_token) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:343(gettext_noop) 50 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1439() 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:168(render_online_help_token) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:186(get_expected_response) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py:21(BaseMemcachedCache) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:75(__iter__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:494(_user_requested_plus_30_skip) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:53(__init__) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:960(get_search_fields) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:404(skipTest) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:79(rollback) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:842(_should_reload_connections) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1686(get_db_converters) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:576(_should_enable_demand_hint) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:390(construct_yaml_seq) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/__init__.py:22(get_js_dependencies) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/string_utils.py:6(str_to_bool) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/poll.html.py:2() 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:203(ccall) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/utils.py:25(iterator) 1 0.000 0.000 0.000 0.000 memory:0x7fd068422f10:15(render_body) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:148(test_delete_permission) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:265() 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:94(_get_dry_run) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/exceptions.py:2(__init__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/user.py:63(user_with_role) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:605(test_convert_srt_to_srt) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1722(unpickle_inner_exception) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:418() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:299(result_hidden_fields) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1660(Cursor) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:66(_encode_v2) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/500.html.py:98(render_bodyclass) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:128(experiment_group_configurations_help_token) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:651(retain_or_remove) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:201(MockSearchEngine) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/__init__.py:10(get_css_dependencies) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:115(render_online_help_token) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/__init__.py:36(increment) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:541(http_response) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sentinels/__init__.py:19(__new__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/finders.py:74() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py:11(BlocksAPITransformer) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:49(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_string_utils.py:13(test_str_to_bool_true) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_logger.py:66(emit) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:114(TextbookTabs) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/logcapture.py:110(actual) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:159(api_key) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:590(is_white_label) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/search.py:33(flatten) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_exceptions.py:70(test_method_not_allowed_subclasses_drf_exception) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:16(EnrolledTab) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/utils.py:28() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/_state.py:100(_get_current_app) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py:179(PyLibMCCache) 19 0.000 0.000 0.000 0.000 /usr/lib/python2.7/inspect.py:848() 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:380(clean) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/util.py:69(ustr) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:728(_get_answer_notification) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:88(get_id) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/xml.py:42() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:429(_mark_cookie_for_deletion) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/signals.py:34(_should_update_date) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:92() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:31(fake_site_name) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py:187(encrypt) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:401(_course_info_content) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1379(__init__) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:48(set_blocks) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:147(add_javascript) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0005_delete_courseoverviewgeneratedhistory.py:7(Migration) 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Util/py3compat.py:66(b) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/errorclass.py:147(prepareTestResult) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1377() 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:475() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:113(updatable_attributes) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:25(_mako_get_namespace) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/choices.py:106(__iter__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:594(__init__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:78(dst) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:400(create_usage) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/utils.py:48(quote) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:1044(draft) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/url_utils.py:43(_unquote_slashes) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:352(skip_past) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:100() 12 0.000 0.000 0.000 0.000 /usr/lib/python2.7/UserList.py:31(__getitem__) 12 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:318(add_unredirected_header) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:71(replace_jump_to_id_url) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8_sig.py:14(encode) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/exceptions.py:31(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:246(ExternalLinkCourseTab) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/base.py:383(_encode_prefixes) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:90(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:84(from_timestamp) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:28(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/options.py:134(__setattr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:96(BulkWriteOperation) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/exceptions.py:17(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/tests/xblock_integration/test_crowdsource_hinter.py:29(setUpClass) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:49(_join_keys_v1) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_authentication.py:21(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_wiki/tab.py:12(WikiTab) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:903(_prefix_from_ip_string) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:80(_import_module) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:477() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:211() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:372() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:446(is_professional_mode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:1498(AppendingTiffWriter) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py:73(index) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyquery/cssselectpatch.py:15(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Util/_number_new.py:69(exact_log2) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:70(test_display_level_of_education_none_set) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/CGIHTTPServer.py:35(CGIHTTPRequestHandler) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:497(xml_element_name) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/result_processor.py:89(should_remove) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:257(process_legacy_fields) 12 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:322(has_header) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2440(register_mime) 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0009_readd_facebook_url.py:43() 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:356(get_ordering) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2451(register_save) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:63(request_cached) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:94(__init__) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jwt.py:171(_validate_iss) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:934(get_list_display) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:38(__str__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/parsetree.py:44(__init__) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/lms_mixin.py:49(has_score) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:502(k) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:54(__delitem__) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/filter_generator.py:30(exclude_dictionary) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:131(_pgettext) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:646(import_drafts) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:535(_partition_fragment) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:485(value_from_datadict) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:34(clean) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/write_concern.py:2(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_cache_utils.py:23(setUp) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:131() 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadedfile.py:103(multiple_chunks) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1121(__init__) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/recorder.py:60() 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:267(ccall) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:62(testPartExecutor) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/exceptions.py:22(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/exceptions.py:148(update_error_dict) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:71(bulk_operations) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:286(test_course_is_professional_mode_with_invalid_tuple) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:62(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:138(PDFTextbookTabs) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlist.py:148() 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/annotations.py:58() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:177(content_type) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:34(fetch_token_mock) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtfile.py:78(_set_eol) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/block_depth.py:7(BlockDepthTransformer) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:213() 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2064(_check_unique) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/GifImagePlugin.py:53(GifImageFile) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/django.py:78() 18 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:1182() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:28() 10 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:86(password) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/writer.py:142(MigrationWriter) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:30(setUp) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:293(get_internal_type) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/base.py:496(_listdir_helper) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/parser.py:111(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:201(__delitem__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/response.py:1539(_content_type_has_charset) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:430(LibrarySearchIndexer) 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:28(_mako_generate_namespaces) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:166() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/navigation.py:16(BlockNavigationTransformer) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:800(_getAssertEqualityFunc) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:307(heartbeat) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:723(__getattr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:80(_metric_tags) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1752(__getitem__) 2/1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/easy.py:38(__get_object) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:76() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:171(url) 11 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/darklang/preview_lang.html.py:28(_mako_generate_namespaces) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:122(_ugettext) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sentinels/__init__.py:9(Sentinel) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:183() 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:179(exc_info) 13 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:944(assertGreaterEqual) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:841(_get_choices) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:56(prepare_class) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:315(port) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:93(render_bodyclass) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:383() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:520(has_delete_permission) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sentinels/__init__.py:11(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:162(BulkOperationBuilder) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:218(stub_view) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:128(strict) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:46(test_ignores_no_error) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:505(_extra_context) 13 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:528(__lt__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:112(is_cache_enabled) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:543(_partition_query) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:264(host) 3/1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:694(collect_all_locators) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:213(natural_key) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/student_field_overrides.py:11(IndividualStudentOverrideProvider) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jwt.py:166() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:196(has_override_value) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Hash/hashalgo.py:71(digest) 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:184() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:27(intercepted_function) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_logger.py:71(reset) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:262(SingleTextbookTab) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/parsetree.py:119(__init__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1789(set) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:71(__init__) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:22(_mako_get_namespace) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/management/commands/post_cohort_membership_fix.py:11(Command) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:56(assert_no_session) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/block_counts.py:7(BlockCountsTransformer) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2595(set_attributes_from_rel) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/base.html.py:101(render_viewtitle) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:466() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/parse-rest/parse_rest/connection.py:30(register) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/comparison.py:357(different) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1815(publish) 13 0.000 0.000 0.000 0.000 /usr/lib/python2.7/inspect.py:847() 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:161(has_default_value) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:289(render_experiment_group_configurations_help_token) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:546() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:70(TraceInfo) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:165(is_rendered) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:511(is_anonymous) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/base.py:30(path) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:164(ccall) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:316() 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:81(utcoffset) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:66(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1324(modelform_defines_fields) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:233(get_field_queryset) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:96(render_bodyclass) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:102() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/fields.py:87(__init__) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:81(host) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:1069(unwrap) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/formsets.py:435(all_valid) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:634(static_updater) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:449(relabel_aliases) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:54(is_request_in_microsite) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/cgi.py:1039(escape) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/exceptions.py:48(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:204(get_all_config) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/lti.py:110(add_if_exists) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/social/backends/base.py:18(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_course_tabs.py:46(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/options.py:102(__setitem__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:25(set_course_tag) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:23(_mako_get_namespace) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/parser.py:58(__init__) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:926(assertLess) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:73(bolt) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_extensions/db/fields/__init__.py:358(get_internal_type) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:54(__reduce__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export.py:20(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:399(state_forwards) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:972(validate) 6 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:267(has_data) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:378(on_bound) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:413(__init__) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:337(__init__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1260(inclusion_tag) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:25(_mako_get_namespace) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:415(settimeout) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:500(__init__) 6 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:273(get_full_url) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:112(ccall) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/backends/base.py:17(__init__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:169(__init__) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:77(secure) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:444(__getitem__) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:983(_merge_sanity_check) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:129(render_bodyclass) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/program_authoring.html.py:110(render_header_extras) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py:124(_getParameter) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/__init__.py:1() 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:461(__str__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:45(get_dict) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:52(cb_check_req_is_secure_false) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_help_context_processor.py:24(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:799(ImageFileDirectory_v1) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:188(_get_resource) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:100(prepare_self) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:30() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1264(InclusionNode) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:881(none_to_xml) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py:74(which_pools) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:322() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:628(is_eligible_for_certificate) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:51(is_enabled) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:23(_mako_get_namespace) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:953(get_list_filter) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:915(backend) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:374(user_info) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/zendesk/zendesk.py:52(__str__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:18(fake_support_backend_values) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/correctmap.py:188(get_overall_message) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:157(HtmlTextbookTabs) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:720(scheme) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:101(render_bodyclass) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jwt.py:141(_validate_exp) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/validators.py:77(user_is_valid) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:282(JpegImageFile) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/models.py:325(on_review_policy_saved) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:110(set_root_block) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:203(PngInfo) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:97(io_error_compat) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/util/tests/test_user_utils.py:23(test_system_user_is_not_staff) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:141(_remove_ids) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/tests/xblock_integration/xblock_testcase.py:358(setUpClass) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:25(_mako_get_namespace) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:65(almost_same_datetime) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:202(body_html) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:100(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py:30(SearcherMixin) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:20(__init__) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:243() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:421() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rfc6266.py:373(is_ascii) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:284(_remove_receiver) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/compat.py:81(iteritems_) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/base.py:129(__enter__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:1058(defs) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:368(get_prepopulated_fields) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:389() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/factories.py:13() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/easy.py:41(__getattr__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:271(_check_primary_key) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/encoding.py:72(str_to_bytes) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:213(ccall) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:25(set_config_by_domain) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:140(_not_nothing_and) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/test.py:36(_encode_data) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/elasticsearch/helpers.py:10(BulkIndexError) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:88() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:169(get_course_display_string) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:335(_delegate) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/wsgiref/util.py:26(__iter__) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:224(ungettext) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/models.py:47() 5 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:812(assertIs) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:266(test_success_downloading_chinese_transcripts) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:212(ccall) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/middleware.py:95(CacheBackedAuthenticationMiddleware) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:131() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:187(add_fallback) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:29(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:120(render_online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:280() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/parsetree.py:17(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:57(add_condition) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/zendesk/zendesk.py:45(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_course_tabs.py:65(setUp) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/parser.py:256(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:157(test_i18n_service_callable) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1398(get_inline_formsets) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/multidict.py:412(__iter__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/authentication.py:46(authenticate_header) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:60(skip_wrapper) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:21(_mako_get_namespace) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/cache.py:17(cache_key) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:141(render_online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:53(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:117(render_online_help_token) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/permissions.py:38(has_permission) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:256(get_method) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:60(has_override_value) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework_jwt/authentication.py:98(authenticate_header) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/exceptions.py:36(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:83(remove_model) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/mime/audio.py:42(MIMEAudio) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_extensions/db/fields/__init__.py:392(get_internal_type) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/util.py:126(union) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:51(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:39(get_value) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:228(render_online_help_token) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/program_authoring.html.py:123(render_requirejs) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:144(password) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:102(no_limit_value) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:892(TiffImageFile) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:137(is_overridden) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:99() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:76(__len__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtfile.py:340(_handle_error) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_pipeline/finder.py:16(XBlockPackageStorage) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/comparison.py:309(extract_args) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:133() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:75(utcoffset) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/backends/base.py:4(BaseEmailBackend) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:85(http_port) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/BmpImagePlugin.py:61(BmpImageFile) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:489(regex_last_key) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:385(__delitem__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/finders.py:11(PipelineFinder) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/serializers.py:13(Meta) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:118() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:854(FileObjForWebobFiles) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/class_dashboard/__init__.py:3() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:188(FindTopLevel) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:140(replace) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:360(test_patch_list_not_allowed) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:156(name) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1193(SimpleNode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/writer.py:42(OperationWriter) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:584(decorator) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1674(set_select) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:94(__enter__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/stat.py:43(S_ISCHR) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:307(certificate_data) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:241(__str__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:434(JsonResponse) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/migrations/__init__.py:1() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:224(isdigit) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/session_inactivity_timeout/middleware.py:18(SessionInactivityTimeout) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:67(get_all_config) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/copy_reg.py:27(constructor) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/decorators.py:40(force_header) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:429() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/questioner.py:22(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:340(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:97(ChunkStream) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:88(clear) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:710(generate_deleted_proxies) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/checks/registry.py:85(get_checks) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:163(traverse_pre_order) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:159(test_patch_list_not_allowed) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/__init__.py:10(remove_headers_from_response) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/utils.py:25(merge_dict) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/lti.py:96(get_user_id) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:659(doCleanups) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:163(url_with_id) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1656(get_internal_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_course.py:19(Command) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:230(_prepare) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/adapters/dop.py:48(get_client_for_token) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:1173(get_answers) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:111() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/filesystem.py:14(Loader) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:451(test_patch_detail_not_allowed) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:632(create_removal_filter) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/packages/httpstream/packages/urimagic/rfc3986.py:229(_parse_host_port) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:422() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/testing.py:8(safe_cookie_test_session_patch) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/auto.py:6(Backend) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export.py:15(Command) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:258(_check_unique) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:623() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:68(__iter__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:333(asc) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:725(__nonzero__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/connection.py:13(is_connection_dropped) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:515(PngImageFile) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/base.py:593(DisabledBackend) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:131(get_key_from_cache) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:447(JsonError) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:330(crosses_boundary) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/paginators.py:45(get_result_count) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/logcapture.py:59(emit) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:75(ImageFile) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipware/utils.py:22(is_valid_ipv6) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:57(is_request_in_microsite) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:105(delete) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1317(many_to_many) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:303(process_legacy_fields) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/weakref.py:55(remove) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:81(get_all_orgs) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/helpers.py:111() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:182() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/exceptions.py:51(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Util/_number_new.py:93(exact_div) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/common.py:16(CommonMiddleware) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/helpers.py:32() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:23(__eq__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:114(_remove_ids) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:72(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/middleware.py:9(SessionCookieDomainOverrideMiddleware) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/locale.py:12(LocaleMiddleware) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:21(__init__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:26(_mako_get_namespace) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py:164(MemcachedCache) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_utils.py:222() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/widgets.py:322(value_from_datadict) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/database/auth.py:89(https_port) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/cache.py:39(cache_control) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:1235(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/progress.py:45(frac) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:111() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:24(__bool__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/retry.py:181(_is_connection_error) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:38(RemoteUserMiddleware) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:484(QueryCountDebugMiddleware) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:334() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:497(test_patch_not_allowed) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/context_processors.py:27(PermWrapper) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/abc.py:15(abstractmethod) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:129(enter_atomics_wrapper) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:347(crosses_boundary) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:101(is_enabled) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1122(build_property_field) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/djcelery/backends/cache.py:50(CacheBackend) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:79() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:23(ugettext) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:251(ccall) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/models.py:25(Meta) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:92(alive) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/response.py:1526(_is_xml) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/pygen.py:53(write_blanks) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:122() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:84(wrap_ugettext_with_xyz) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:462() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:824(_get_contents) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/fix_not_found.py:12(Command) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_authentication.py:55() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:280(PngStream) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:1023(info) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/parsetree.py:49(get_children) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/util/tests/test_user_utils.py:26(test_system_user_is_not_superuser) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:577() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/backends/locmem.py:9(EmailBackend) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py:16(Loader) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:282(process_legacy_fields) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/helpers.py:46(hashdict) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:99() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:914(value_from_object) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/__init__.py:21(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/notification_prefs/views.py:49(_add_padding) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_optional_include_mako.html.py:34(ccall) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:146(Codec) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2462(register_save_all) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/keyword_substitution.py:46() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8_sig.py:25(IncrementalEncoder) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:53() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/djcelery/backends/cache.py:19(DjangoMemcacheWrapper) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:504(name_lower) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/compat.py:106(exception_as) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:25(_mako_get_namespace) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:277(StubImageFile) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor_analytics/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/BmpImagePlugin.py:211(DibImageFile) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:74(get_value_for_org) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:223() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/makemigrations.py:19(Command) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/common.py:132(BrokenLinkEmailsMiddleware) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:805(metaclass) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:62(StreamWriter) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:89() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/xblock_config/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1389() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:27() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/files.py:170(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor/views/__init__.py:3() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:1229(assertGreater) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8_sig.py:72(StreamWriter) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/writer.py:28(SettingsReference) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:100() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:72(utcoffset) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:698(assertTrue) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/admin.py:64(has_change_permission) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:717(setLevel) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_optional_include_mako.html.py:45(ccall) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_openid_auth/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:37(GetLanguageInfoListNode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8_sig.py:47(IncrementalDecoder) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/method_override/middleware.py:7(MethodOverrideMiddleware) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:138(set_key_to_cache) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:657(_idat) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_orphans.py:9(Command) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/migrations/__init__.py:1() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filters.py:51(get_method) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/assessment/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:51(SearchIndexingError) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:25(SessionAuthenticationMiddleware) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/multidict.py:260(iteritems) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/paths.py:48() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/templatetags/staticfiles.py:12(StaticFilesNode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:52(IncrementalEncoder) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_block_structure.py:55(TestNonVersionedTransformer) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/self_paced/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:382() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursetalk/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/backends/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py:129(_forget_last_reseed) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:57(IncrementalDecoder) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:183(iTXt) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:26(_mako_get_namespace) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:358(add_arguments) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1518(_check_decimal_places) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:218(seek) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/logcapture.py:135(__enter__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:32(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/djcelery/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:227(ccall) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_wiki/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:307(Parser) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/finders.py:87(FileSystemFinder) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/middleware.py:4(CurrentSiteMiddleware) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:65(GetCurrentLanguageBidiNode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/decorators.py:5(ensure_csrf_cookie_cross_domain) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:205(ccall) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:426(__iter__) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:521(add_parent) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/logcapture.py:55(clear) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:462(HtmlResponse) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1860(test_metadata_persistence) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/netrc.py:12(NetrcParseError) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/__init__.py:3() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:64(has_override_value) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:41(__init__) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:392(sequence_reset_sql) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1513(to_representation) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/contrib/__init__.py:1() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:305(has_proxy) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/__init__.py:3() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/exceptions.py:8(InvalidCourseKeyException) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:812(add_metaclass) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:360() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:153() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/migrations/__init__.py:1() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:112(construct_sequence) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:270(get_data) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:92(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py:15(BaseMemcachedCacheMethods) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/deprecation.py:28(__call__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1146(tag_function) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/GimpGradientFile.py:102(GimpGradientFile) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:173(identifiers) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:1171() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1903(get_internal_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/__version__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_pipeline/finder.py:108(XBlockPipelineFinder) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:183(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/parsers.py:28(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:140(get_block_keys) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:1117(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:21(_mako_get_namespace) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:40(get_value) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/retry.py:187(_is_read_error) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/djcelery/backends/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:99(BlockTranslateNode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/middleware.py:6(RateLimitMiddleware) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/middleware.py:5(MessageMiddleware) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:558(_feedErrorsToResult) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:344() 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:98() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1570(_check_decimal_places_and_max_digits) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:26(__getattr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:584(generate_created_proxies) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:189(__get_module) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/template_module.py:77(export_to_file) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:47(get_dict) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:96(clear) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:74(TranslateNode) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1475() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_cache_utils.py:20(__init__) 5 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:435(handle_decl) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:26(GetLanguageInfoNode) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/api.py:59() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/workflow/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:32(set_config_by_domain) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/middleware.py:11(UserStandingMiddleware) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1370() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:97(set_summary) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/cleanup_assets.py:14(Command) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0006_require_contenttypes_0002.py:7(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/finders.py:24(ManifestFinder) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:135() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/decorators.py:9(remove_headers) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/base.py:58(_nulldict) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sentinels/__version__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:101(__exit__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/__init__.py:1() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/parsetree.py:28(get_children) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:361() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/multidict.py:249(iterkeys) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/serializers.py:9(PickleSerializer) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rfc6266.py:374() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/__init__.py:11(SupportedFieldType) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2390(get_internal_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/GimpGradientFile.py:61(GradientFile) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:29(translator) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/clickjacking.py:11(XFrameOptionsMiddleware) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/ConfigParser.py:120(_set_message) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:280(ResultList) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/change_enrollment.py:17(RollbackException) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:72(get_all_config) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/migrations/__init__.py:1() 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:121() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:526() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:78() 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:109() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_mongodb.py:34(first_argument) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/contrib/django/staff.py:15(Middleware) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/util/user_utils.py:17(__unicode__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:994(formfield) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_oauth2_provider/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/edxnotes/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PpmImagePlugin.py:59(PpmImageFile) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:274(serialize_user) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/GimpPaletteFile.py:24(GimpPaletteFile) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/templatetags/__init__.py:1() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:293(get_selector) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:134() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/paginators.py:51(get_num_pages) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:66(processor) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:154(DiscussionIdMapIsNotCached) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/finders.py:58(PatternFilterMixin) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/netrc.py:24(netrc) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/admin.py:58(has_add_permission) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/discussion/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffTags.py:23(TagInfo) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:95(name_lower) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/templatetags/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8_sig.py:84(StreamReader) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/stat.py:52(S_ISFIFO) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:146(generate) 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:27(_mako_generate_namespaces) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:45(Codec) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/random.py:827(_stub) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:14(AuthenticationMiddleware) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor/views/tools.py:25(DashboardError) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/finders.py:70(AppDirectoriesFinder) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/special.py:18(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:142(_check_pid) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:1253(assertIsInstance) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:756(_get_formsets) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:83(processor) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:78() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:147(rollback_atomics_wrapper) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:473(ViewNameMiddleware) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1321(many_to_one) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/statici18n/templatetags/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py:44(ForceRefreshElasticSearchEngine) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:23() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauth2_provider/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/__init__.py:52(WriteError) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:264(process_event) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/exceptions.py:12(InvalidOrganizationException) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/finders.py:42(CachedFileFinder) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:220() 0 0.000 0.000 profile:0(profiler) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:80(get_value_for_org) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:478(tearDownClass) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:274(StreamReader) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:124() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:119(before_save) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/special.py:172(state_forwards) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:197(IncrementalEncoder) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1152(get_limit_choices_to) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1544(_check_max_digits) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/codejail/codejail/django_integration.py:13(ConfigureCodeJailMiddleware) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Util/py3compat.py:70(bstr) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/admin.py:61(has_delete_permission) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py:63(ErroringSearchEngine) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:301(get) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:271(StreamWriter) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauth2_provider/templatetags/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/require/templatetags/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:65(StreamReader) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:259(is_enabled) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0008_remove_courseoverview_facebook_url.py:7(Migration) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/base.py:21(path) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:28(_mako_generate_namespaces) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:17(GetAvailableLanguagesNode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:448(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:105() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/OSRNG/rng_base.py:63(flush) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:175(LanguageNode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/redirects/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/500.html.py:27(_mako_generate_namespaces) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py:77(ErroringElasticImpl) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/l10n.py:26(LocalizeNode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:26(to_python) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:91(to_python) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:583(_register_writer) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/templatetags/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/helpers.py:88() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:136(_filter_chain) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PaletteFile.py:22(PaletteFile) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2106(get_internal_type) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/authentication.py:30(_reject) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:323(getstate) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/method_override/templatetags/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py:70(ErroringIndexEngine) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/util.py:66(to_list) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:909(displayable_items) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/exceptions.py:57(__str__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:56(GetCurrentLanguageNode) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:379(reset) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:231(IncrementalDecoder) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:474(setUpClass) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/migrations/__init__.py:1() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/keyword_substitution.py:47() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:88(get_all_orgs) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/pygen.py:49(start_source) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rules/templatetags/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:91() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:824(_baseAssertEqual) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:110() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:44(__repr__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/locale/en/__init__.py:1() 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:123() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_fields.py:12(build_absolute_uri) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:246() 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:83(__iter__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:574(_register_loader) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:299(get_view_on_site_url) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:384(name_lower) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/assetstore/__init__.py:267(doc_id) ---------------------------------------------------------------------- Ran 4724 tests in 943.397s FAILED (SKIP=1787, errors=55, failures=145) Destroying test database for alias 'default'... Cleaning up after cms ---> pavelib.utils.test.utils.clean_mongo mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js MongoDB shell version v3.4.2 connecting to: localhost:27017 2017-02-09T03:30:49.559+0000 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017, in(checking socket for error after poll), reason: Connection refused 2017-02-09T03:30:49.564+0000 E QUERY [thread1] Error: couldn't connect to server localhost:27017, connection attempt failed : connect@src/mongo/shell/mongo.js:237:13 @(connect):1:6 exception: connect failed Cleaning up after python tests Captured Task Output: --------------------- ---> pavelib.tests.test_system ---> pavelib.prereqs.install_prereqs ---> pavelib.prereqs.install_node_prereqs ---> pavelib.prereqs.install_python_prereqs ---> pavelib.prereqs.uninstall_python_packages pip freeze > /edx/app/edxapp/edx-platform/test_root/log/pip_freeze.log ---> pavelib.utils.test.utils.clean_reports_dir find /edx/app/edxapp/edx-platform/reports -type f -delete ---> pavelib.utils.test.utils.clean_mongo mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js Build failed running pavelib.tests.test_system: Subprocess return code: 1 edxapp@vagrant:~/edx-platform$