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.............................................................................................................................................................................................................................................SSS...SSS........................................................................SS.........................................S................No handlers could be found for logger "django.request" .................................................................................................................................................................................................................SSSSSSSSSS............SSSSSSSSSSSSSSSSSSS....................................................................................................SS..............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.034655s >> lms/static/sass -> lms/static/css in 0:00:14.135078s >> lms/static/certificates/sass -> lms/static/certificates/css in 0:00:00.940992s Successful compilations: --- "common" sass files. --- lms sass for system. SSS.........................................................................................................................................................................................................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.......................................................................................................................................................................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_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_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 << --------------------- 492596389 function calls (470935783 primitive calls) in 1092.907 seconds Ordered by: cumulative time ncalls tottime percall cumtime percall filename:lineno(function) 1670/1 0.003 0.000 1092.907 1092.907 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:176(__call__) 1670/1 0.049 0.000 1092.907 1092.907 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:197(run) 4724 0.010 0.000 1024.533 0.217 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:44(__call__) 4724 0.037 0.000 1024.523 0.217 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:115(run) 4724 0.039 0.000 1021.613 0.216 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:142(runTest) 4723 0.013 0.000 1010.050 0.214 /usr/lib/python2.7/unittest/case.py:392(__call__) 4723 0.105 0.000 1010.037 0.214 /usr/lib/python2.7/unittest/case.py:295(run) 4354 0.064 0.000 990.693 0.228 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:170(__call__) 63505/24978 0.506 0.000 735.699 0.029 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:44(inner) 5066 0.121 0.000 589.361 0.116 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:108(send) 5066 0.379 0.000 586.264 0.116 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:193(send_robust) 7208/5565 0.041 0.000 552.584 0.099 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:555(create) 7258/5637 0.145 0.000 550.827 0.098 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:463(_generate) 7258 0.112 0.000 541.219 0.075 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:435(_prepare) 19913/19896 0.318 0.000 470.613 0.024 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:455(apply_async) 22415/19898 0.913 0.000 468.784 0.024 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:687(apply) 22415/19898 0.618 0.000 467.267 0.023 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:352(eager_trace_task) 10046 0.074 0.000 466.058 0.046 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/draft_and_published.py:120(_flag_publish_event) 22415/19898 0.891 0.000 465.490 0.023 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:209(trace_task) 8448 0.035 0.000 400.611 0.047 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:102(wrapper) 11913 0.247 0.000 337.650 0.028 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:453(update_item) 1829 0.106 0.000 328.437 0.180 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:318(_create) 3940 0.090 0.000 278.879 0.071 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/signals.py:13(_listen_for_course_publish) 6429/3939 0.145 0.000 274.964 0.070 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tasks.py:24(update_course_in_cache) 6428 0.025 0.000 270.378 0.042 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py:22(update_course_in_cache) 6428 0.041 0.000 269.609 0.042 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:107(update_collected) 6444 0.143 0.000 267.541 0.042 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:78(get_collected) 65397 0.664 0.000 246.292 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:50(get_item) 69586 0.468 0.000 237.670 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1153(get_item) 1836 0.014 0.000 223.499 0.122 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:885(publish) 1718 0.027 0.000 221.889 0.129 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:260(publish) 3331 0.029 0.000 213.652 0.064 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:735(create_child) 3187 0.055 0.000 212.246 0.067 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:206(create_child) 65841 0.583 0.000 198.818 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:965(_load_items) 2667 0.082 0.000 187.528 0.070 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1407(create_child) 5430 0.059 0.000 184.625 0.034 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1381(create_item) 40660 0.281 0.000 175.519 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:83(get_published) 3197 0.031 0.000 173.841 0.054 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:775(update_item) 3046 0.053 0.000 173.448 0.057 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:227(update_item) 121751/98572 6.575 0.000 172.241 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:227(load_item) 6445 0.076 0.000 166.680 0.026 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/factory.py:11(create_from_modulestore) 37 0.005 0.000 162.325 4.387 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:184(_create) 37 0.004 0.000 161.353 4.361 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:145(_create) 13913/13905 0.037 0.000 161.119 0.012 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:442(delay) 1272 0.039 0.000 159.361 0.125 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:663(publish) 3000/500 0.062 0.000 159.005 0.318 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:583(retry) 2500/500 0.033 0.000 158.954 0.318 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:177(apply) 341459/232362 1.604 0.000 144.640 0.001 /usr/lib/python2.7/contextlib.py:21(__exit__) 122226/91916 0.338 0.000 143.086 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:180(bulk_operations) 58012 2.270 0.000 142.085 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:888(_load_item) 61113/45958 0.560 0.000 136.100 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:264(_end_bulk_operation) 1036/185 0.018 0.000 131.904 0.713 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:156(create_sub_tree) 1920 0.046 0.000 123.993 0.065 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:353(generic) 1622 0.059 0.000 123.809 0.076 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:428(request) 1622 0.047 0.000 123.525 0.076 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:105(__call__) 2264 0.012 0.000 122.709 0.054 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:316(send_bulk_published_signal) 1622 0.256 0.000 122.618 0.076 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:94(get_response) 81384 0.305 0.000 104.753 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:473(get_children) 81384 0.313 0.000 104.448 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:394(get_children) 18772 0.280 0.000 103.751 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:147(get_course) 23 0.001 0.000 103.191 4.487 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:144(setUp) 1097 0.008 0.000 102.594 0.094 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py:112(wrapper) 1775/1758 0.017 0.000 101.195 0.058 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:142(inner) 78847 0.647 0.000 100.661 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:488(get_child) 18815 0.172 0.000 99.501 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:370(get_course) 25332 0.342 0.000 98.975 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:135(get_item) 78847 0.519 0.000 98.578 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:385(get_child) 117601/117424 1.089 0.000 97.170 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:963(_fetch_all) 25528 0.193 0.000 96.113 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:253(get_item) 74535 0.157 0.000 95.965 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1434(get_block) 1406/1144 0.009 0.000 94.254 0.082 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py:19(_wrapped_view) 62950/6437 0.660 0.000 94.052 0.015 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/factory.py:37(build_block_structure) 4039191/2436202 6.945 0.000 93.499 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:492(__get__) 145187 2.309 0.000 93.399 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:229(iterator) 6437 0.162 0.000 91.407 0.014 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:73(collect) 163145/139404 1.070 0.000 89.828 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:126(manager_method) 141401 1.913 0.000 87.246 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:813(execute_sql) 67967 0.672 0.000 84.097 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:320(get) 598154/467470 2.044 0.000 83.557 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongodb_proxy.py:49(wrapper) 14490 0.182 0.000 81.521 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1093(get_course) 3940 0.156 0.000 80.019 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/signals.py:10(_listen_for_course_publish) 39260/36070 0.183 0.000 76.817 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:298(bulk_operations) 39330/36140 0.209 0.000 76.216 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:991(bulk_operations) 2106 0.127 0.000 75.921 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:116(index) 260403 1.115 0.000 74.609 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:1144(next) 2706 0.075 0.000 74.580 0.028 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:367(publish) 1999 0.094 0.000 73.764 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/signals.py:20(listen_for_course_publish) 1027 0.008 0.000 73.620 0.072 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:305(post) 927 0.006 0.000 73.602 0.079 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:505(post) 4838 0.367 0.000 73.496 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:186(load_from_module_store) 192883 4.462 0.000 73.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:1059(_refresh) 1999 0.045 0.000 71.953 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:94(update_search_index) 26892 0.220 0.000 69.564 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:89(get_draft) 71 0.001 0.000 68.401 0.963 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:653(import_course_from_xml) 2203 0.020 0.000 68.138 0.031 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:441(try_run) 12 0.000 0.000 67.656 5.638 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:956(setUp) 1670 0.022 0.000 67.367 0.040 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:268(setUp) 1081 0.007 0.000 67.319 0.062 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:300(setupContext) 938/920 0.007 0.000 67.175 0.073 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/http.py:35(inner) 13933 0.705 0.000 66.481 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1486(update_item) 123959/123954 0.725 0.000 66.477 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:626(construct_xblock_from_class) 2650858 13.337 0.000 65.631 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:315(replace) 147278 2.931 0.000 65.515 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:975(__send_message) 15030646 38.062 0.000 63.156 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:370(_key) 72362/72303 0.123 0.000 61.611 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:143(__len__) 7880 0.120 0.000 59.808 0.008 /edx/app/edxapp/edx-platform/lms/djangoapps/certificates/signals.py:13(_listen_for_course_publish) 147278 0.994 0.000 58.176 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1338(_send_message_with_response) 243/215 0.004 0.000 57.113 0.266 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1614(_inner) 878/693 0.015 0.000 56.168 0.081 /edx/app/edxapp/edx-platform/common/djangoapps/util/json_request.py:40(parse_json_into_request) 65841 1.658 0.000 55.717 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:847(_cache_children) 511 0.007 0.000 55.508 0.109 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:46(ajax_post) 1 0.000 0.000 55.496 55.496 /edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/tests/test_render.py:46(setUpClass) 1 0.000 0.000 55.496 55.496 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/easy.py:50(__call__) 1 0.000 0.000 55.496 55.496 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:142(call_task) 3/1 0.000 0.000 55.496 55.496 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:313(__call__) 3/1 0.000 0.000 55.496 55.496 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:157(_run_task) 3/1 0.000 0.000 55.496 55.496 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:181(do_task) 3/2 0.000 0.000 55.496 27.748 /edx/app/edxapp/edx-platform/pavelib/utils/timer.py:18(timed) 1 0.000 0.000 55.487 55.487 /edx/app/edxapp/edx-platform/pavelib/assets.py:783(update_assets) 18 0.000 0.000 55.475 3.082 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/shell.py:27(sh) 20/19 0.001 0.000 55.475 2.920 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/easy.py:5(dry) 18 0.001 0.000 55.471 3.082 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/shell.py:43(runpipe) 40 55.358 1.384 55.358 1.384 /usr/lib/python2.7/subprocess.py:473(_eintr_retry_call) 20 0.000 0.000 55.274 2.764 /usr/lib/python2.7/subprocess.py:769(communicate) 20 0.001 0.000 55.191 2.760 /usr/lib/python2.7/subprocess.py:1387(wait) 26582 1.243 0.000 51.917 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:873(__init__) 9946890/5223024 10.617 0.000 51.387 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:388(__hash__) 156 0.005 0.000 51.360 0.329 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:426(run_imports) 31989/30880 0.368 0.000 50.177 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:654(save) 31989/30880 0.614 0.000 49.639 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:737(save_base) 732262 4.764 0.000 49.248 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:648(replace) 112718/112692 3.381 0.000 49.120 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:362(as_sql) 7880 0.142 0.000 48.952 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/certificates/signals.py:22(enable_self_generated_certs) 1373 0.025 0.000 45.399 0.033 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:626(create_course) 147278 1.238 0.000 44.864 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1325(__send_and_receive) 1291130 14.723 0.000 43.677 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:154(__init__) 18716 0.895 0.000 43.370 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:812(_query_children_for_cache_children) 73382 0.769 0.000 43.222 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1064(_find_one) 8349 0.269 0.000 43.097 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:238(get_from_id) 152597 1.042 0.000 42.974 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:688(_filter_or_exclude) 148768 0.281 0.000 42.873 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:674(filter) 1455 0.029 0.000 39.967 0.027 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1181(patched) 75943 0.597 0.000 39.529 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:1044(find_one) 1282 0.058 0.000 39.526 0.031 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:105(_create) 177816 1.764 0.000 38.851 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1301(__receive_message_on_socket) 1129 0.038 0.000 38.654 0.034 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:140(update_item) 6424 0.112 0.000 38.041 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:55(collect) 2056 0.079 0.000 37.536 0.018 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/signals.py:11(listen_for_course_publish) 888/825 0.017 0.000 37.174 0.045 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:99(_wrapped_view) 355632 37.087 0.000 37.087 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1286(__receive_data_on_socket) 2601936/1950310 7.846 0.000 36.661 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:376(__eq__) 317815 3.105 0.000 36.652 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:236(_traverse_generic) 1947732 3.144 0.000 35.513 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:212(has) 157629/157624 1.332 0.000 35.255 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1291(add_q) 734 0.008 0.000 35.036 0.048 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:295(get) 567/562 0.003 0.000 35.009 0.062 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:495(get) 12 0.002 0.000 34.957 2.913 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:964(_setup_course_with_content) 8 0.001 0.000 34.906 4.363 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:43(setUp) 1199 0.066 0.000 34.570 0.029 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1275(create_course) 112718 0.635 0.000 33.659 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:42(pre_sql_setup) 160237/157624 1.751 0.000 33.158 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1317(_add_q) 8799359/424263 17.370 0.000 32.721 0.000 /usr/lib/python2.7/copy.py:145(deepcopy) 2278617 6.981 0.000 32.443 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:270(__init__) 2065 0.067 0.000 32.259 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tasks.py:63(update_course_structure) 587 0.022 0.000 31.256 0.053 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:75(setUp) 31989 0.849 0.000 30.660 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:799(_save_table) 2662540 14.743 0.000 30.359 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:149(_key) 6 0.000 0.000 30.199 5.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:36(setUp) 316363/265221 1.693 0.000 29.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:166(send) 320 0.006 0.000 28.393 0.089 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:89(xblock_handler) 172419/172409 3.706 0.000 27.973 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1120(build_filter) 1 0.000 0.000 27.801 27.801 /edx/app/edxapp/edx-platform/pavelib/assets.py:682(execute_compile_sass) 112718 0.706 0.000 26.970 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:36(setup_query) 3940 0.110 0.000 26.803 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/signals.py:9(_listen_for_course_publish) 2068 0.265 0.000 26.791 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tasks.py:15(_generate_course_structure) 26502 0.290 0.000 26.775 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:827(_lookup_course) 1967506/1572848 6.660 0.000 26.685 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:352(compile) 112718 2.953 0.000 26.057 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:158(get_select) 15485 0.190 0.000 25.848 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:769(_load_items) 664 0.019 0.000 25.834 0.039 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:177(create_child) 15 0.001 0.000 25.680 1.712 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:566(setUp) 37283 0.074 0.000 25.552 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:147(__iter__) 12 0.002 0.000 25.476 2.123 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1050(_setup_split_test_module) 124028 0.735 0.000 25.398 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1438(load_block_type) 3952 0.070 0.000 25.347 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/api.py:83(course_info_to_ccxcon) 3946/3941 0.049 0.000 25.211 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tasks.py:22(update_ccxcon) 1267044 2.433 0.000 25.142 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:668(is_set_on) 25178 0.360 0.000 25.093 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:96(_load_item) 77648347 25.074 0.000 25.074 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:374() 6 0.000 0.000 24.996 4.166 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:738(setUp) 218400 1.029 0.000 24.846 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:58(execute) 2070 0.009 0.000 24.323 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:398(supplemental_index_information) 2070 0.238 0.000 24.314 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:574(index_about_information) 4056 0.067 0.000 24.131 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/courses.py:59(get_course_by_id) 7 0.001 0.000 23.761 3.394 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:27(setUp) 36424 2.326 0.000 23.546 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1558(_serialize_scope) 115777 0.578 0.000 23.493 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:193(fetch_disabled_xblock_types) 67334 1.488 0.000 23.450 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:88(__init__) 218400 16.128 0.000 23.446 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:314(execute) 13089/12713 0.109 0.000 23.206 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:396(get_or_create) 3940 0.101 0.000 23.203 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/signals.py:11(_listen_for_course_publish) 10169 0.085 0.000 23.116 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:275(get_item) 2967 0.019 0.000 22.883 0.008 /usr/lib/python2.7/unittest/case.py:376(doCleanups) 1115/191 0.034 0.000 22.391 0.117 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py:79(call_command) 4793 0.617 0.000 22.236 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:101(_create_from_course) 10169 0.163 0.000 22.195 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1126(get_item) 1101/177 0.024 0.000 22.121 0.125 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:408(execute) 908344/379462 3.545 0.000 22.045 0.000 /usr/lib/python2.7/copy.py:253(_deepcopy_dict) 51155 0.867 0.000 21.379 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:771(_get_cached_metadata_inheritance_tree) 4169/1272 0.099 0.000 21.370 0.017 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:684(_internal_depth_first) 8069 0.124 0.000 21.324 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:516(delete) 9850 0.574 0.000 21.266 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:102(collect_merged_date_field) 26474 0.204 0.000 21.083 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:321(get_structure) 18716 0.409 0.000 20.987 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:834(_query_children_for_cache_children) 458039 5.086 0.000 20.690 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:851(_sanitize) 85566 0.578 0.000 20.610 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:336(_convert_reference_to_key) 87179/86465 1.376 0.000 20.600 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/errors.py:226(wrapper) 233714/233706 1.544 0.000 20.113 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:176(from_string) 341459/277138 0.651 0.000 19.456 0.000 /usr/lib/python2.7/contextlib.py:15(__enter__) 271229/230261 0.745 0.000 19.239 0.000 /usr/lib/python2.7/copy.py:226(_deepcopy_list) 2278617 9.022 0.000 19.187 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:308(_unchecked_init) 8655 0.297 0.000 19.129 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:326(get_structure) 257056 0.543 0.000 18.989 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:175(_from_deprecated_son) 1083720/955529 5.078 0.000 18.836 0.000 /usr/lib/python2.7/copy.py:306(_reconstruct) 25 0.005 0.000 18.667 0.747 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:616(setUp) 6424 0.050 0.000 18.395 0.003 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/start_date.py:48(collect) 12 0.003 0.000 18.340 1.528 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:20(create_course_with_orphans) 4803 0.049 0.000 18.192 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1048(_get_structure) 79 0.003 0.000 18.160 0.230 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:335(__init__) 79 0.003 0.000 18.151 0.230 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:390(try_load_course) 79 0.160 0.002 18.146 0.230 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:455(load_course) 78 0.002 0.000 17.893 0.229 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:184(__init__) 1364 0.043 0.000 17.863 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1309(create_course) 4563 0.033 0.000 17.837 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:56(get_course) 15680 0.106 0.000 17.828 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:812(refresh_cached_metadata_inheritance_tree) 934935 3.347 0.000 17.463 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:635(__init__) 4563 0.032 0.000 17.435 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1057(get_course) 93561 0.725 0.000 17.309 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) 1372/109 0.058 0.000 17.246 0.158 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:84(process_xml) 1372/109 0.044 0.000 17.144 0.157 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1562(xblock_from_node) 6082368 3.988 0.000 17.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:326() 1 0.000 0.000 16.792 16.792 /edx/app/edxapp/edx-platform/pavelib/assets.py:646(collect_assets) 243506 1.247 0.000 16.672 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:194(_get_bulk_ops_record) 253292 0.550 0.000 16.641 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:463(as_published) 441831/441756 1.920 0.000 16.616 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:472(_get_default_value_to_cache) 2849 0.014 0.000 16.559 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/__init__.py:87(safe_load) 58358/58352 15.372 0.000 16.556 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:42(_os_makedirs) 655305 1.387 0.000 16.547 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:411(_mark_dirty) 2849 0.045 0.000 16.545 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/__init__.py:64(load) 12 0.001 0.000 16.539 1.378 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1718(setUp) 11496 1.024 0.000 16.532 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:687(_compute_metadata_inheritance_tree) 13954041 16.433 0.000 16.438 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:332(__setattr__) 200 0.013 0.000 16.437 0.082 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:189(create_xblock) 2849 0.011 0.000 16.206 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:35(get_single_data) 75 0.001 0.000 16.021 0.214 /usr/lib/python2.7/threading.py:597(wait) 75 16.020 0.214 16.021 0.214 /usr/lib/python2.7/threading.py:309(wait) 257056 1.558 0.000 16.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1013(_from_deprecated_son) 37 0.000 0.000 16.003 0.433 /usr/lib/python2.7/SocketServer.py:238(shutdown) 24505 0.412 0.000 15.992 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1458(_update_single_item) 15472 0.118 0.000 15.962 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:851(_do_update) 2849 0.018 0.000 15.917 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:29(get_single_node) 9112/9109 0.138 0.000 15.899 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:176(collect) 30852 0.250 0.000 15.889 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:910(_insert) 2072 0.006 0.000 15.801 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:360(_fetch_top_level) 1014/114 0.053 0.000 15.793 0.139 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:317(parse_xml) 1266/108 0.008 0.000 15.762 0.146 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:551(parse_xml) 1270/108 0.023 0.000 15.761 0.146 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1068(parse_xml) 925/95 0.013 0.000 15.675 0.165 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:524(from_xml) 72 0.003 0.000 15.630 0.217 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:961(from_xml) 2849 0.013 0.000 15.558 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:50(compose_document) 23151/2849 0.113 0.000 15.516 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:63(compose_node) 36 0.000 0.000 15.505 0.431 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/http.py:264(shutdown) 6424 0.418 0.000 15.446 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:21(collect_unioned_set_field) 79143 0.136 0.000 15.422 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:94(check_event) 1374 0.008 0.000 15.411 0.011 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:72(__call__) 150 0.003 0.000 15.316 0.102 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:94(create_xblock) 6981/1802 0.295 0.000 15.288 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:166(prepare_item_index) 122 0.002 0.000 15.234 0.125 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:109(save_course) 6681410 9.476 0.000 15.057 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/abc.py:128(__instancecheck__) 28290 0.151 0.000 15.029 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongodb_proxy.py:114(__call__) 5662/2832 0.070 0.000 14.996 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:117(compose_mapping_node) 34 0.006 0.000 14.973 0.440 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:182(update_from_json) 16853 0.727 0.000 14.862 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:173(xblock_from_json) 30852 0.327 0.000 14.603 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:969(execute_sql) 143893 0.528 0.000 14.603 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:788(results_iter) 215578 0.328 0.000 14.553 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:113(check_token) 22847/12275 0.180 0.000 14.450 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1477(_update_ancestors) 77 0.001 0.000 14.402 0.187 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:231(course_handler) 184 0.010 0.000 14.162 0.077 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:608(_create_item) 11314/10704 0.098 0.000 13.964 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:341(create) 397 0.007 0.000 13.951 0.035 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:152(update_about_item) 196928 13.873 0.000 13.873 0.000 /usr/lib/python2.7/socket.py:227(meth) 22258 0.205 0.000 13.846 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:913(find_one) 52 0.002 0.000 13.820 0.266 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:801(create_new_course_in_store) 33326 0.164 0.000 13.764 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:153(fetch_more_tokens) 10151 0.037 0.000 13.510 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:446(parse_block_mapping_value) 58 0.004 0.000 13.432 0.232 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:715(_create_or_rerun_course) 6423 0.091 0.000 13.392 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:142(get_items) 10 0.001 0.000 13.382 1.338 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:41(_create_content_experiment) 15053 0.174 0.000 13.347 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:76(fetch_about_attribute) 35 0.002 0.000 13.332 0.381 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:155(_perform_test_using_store) 24512 1.865 0.000 13.278 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:621(update) 1587 0.059 0.000 13.265 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:669(_update_and_import_module) 67 0.001 0.000 13.211 0.197 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:139(_create_item) 15 0.001 0.000 13.189 0.879 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:26(setUp) 52 0.002 0.000 13.173 0.253 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:778(_create_new_course) 31 0.002 0.000 12.956 0.418 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/helpers.py:137(config_course_cohorts) 6424 0.462 0.000 12.948 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:78(_collect_explicit_graded) 1 0.000 0.000 12.917 12.917 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:311(test_export_course_roundtrip) 30 0.007 0.000 12.898 0.430 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:35(setUp) 28764 0.045 0.000 12.814 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1674(__next__) 50346 0.060 0.000 12.785 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:670() 54 0.001 0.000 12.779 0.237 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2140(_create_child) 6555 0.057 0.000 12.749 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:261(get_items) 306645 1.980 0.000 12.666 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:939(_clone) 1 0.000 0.000 12.571 12.571 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:48(test_update_and_fetch) 15472 0.166 0.000 12.446 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:568(_update) 21413 0.077 0.000 12.239 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:879(_do_insert) 78 0.008 0.000 12.174 0.156 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:375(recursive_build) 139/121 0.005 0.000 12.166 0.101 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:193(inner) 3470 0.005 0.000 12.153 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:635(fetch_literal) 3470 0.017 0.000 12.147 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:641(fetch_block_scalar) 574/105 0.013 0.000 12.143 0.116 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:207(load_definition) 3470 3.093 0.001 12.129 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:983(scan_block_scalar) 188547 2.135 0.000 12.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:965(_from_deprecated_string) 71 0.001 0.000 11.991 0.169 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:551(import_children) 72 0.002 0.000 11.952 0.166 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:991(definition_from_xml) 381/72 0.049 0.000 11.948 0.166 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py:531(definition_from_xml) 3 0.001 0.000 11.909 3.970 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:126(import_and_populate_course) 96915/96911 1.328 0.000 11.906 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1618(_get_raw_parent_location) 817 0.036 0.000 11.895 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/testing.py:31(login_with_safe_session) 2706 0.125 0.000 11.679 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2285(copy) 84459 0.476 0.000 11.650 0.000 /usr/lib/python2.7/logging/__init__.py:1267(_log) 1152 0.048 0.000 11.608 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:387(setUp) 5259 0.028 0.000 11.587 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:122(load_classes) 50 0.028 0.001 11.461 0.229 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:178(get_component_templates) 15478 0.149 0.000 11.400 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:1055(execute_sql) 122689 0.989 0.000 11.394 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mako_module.py:27(__init__) 326340 1.336 0.000 11.336 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:198(_get_bulk_ops_record) 259209/254036 1.448 0.000 11.259 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:83(as_sql) 26886 0.410 0.000 11.173 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1239(_send_message) 19 0.002 0.000 11.141 0.586 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:753(setUp) 184 0.008 0.000 11.113 0.060 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:22(create_course) 10736 0.401 0.000 11.108 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:22(get_changed_fields_dict) 3500 0.035 0.000 11.036 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:479(call) 7911/7824 0.080 0.000 11.014 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.020 0.000 11.008 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/django.py:128(_create) 67302 0.297 0.000 10.986 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:75(strip_key_collection) 2614 0.021 0.000 10.903 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:845(_post_teardown) 107255 3.526 0.000 10.825 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:388(__init__) 173034/82650 1.471 0.000 10.688 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:59(strip_key_func) 4018 0.019 0.000 10.665 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:67(_load_class_entry_point) 4012 0.018 0.000 10.645 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2283(load) 184 0.033 0.000 10.607 0.058 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:947(templates) 1294/78 0.039 0.000 10.593 0.136 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:383(depth_first) 4012 0.076 0.000 10.569 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2308(require) 2098 0.028 0.000 10.436 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:102(remove_deleted_items) 8869 0.070 0.000 10.423 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:89(add) 817 0.051 0.000 10.412 0.013 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:584(login) 3439 0.165 0.000 10.340 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:817(_collect_requested_xblock_fields) 27083 0.033 0.000 10.323 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:744(_copy_only_fields) 10431246 4.941 0.000 10.302 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:858() 2029278/27083 3.799 0.000 10.290 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:685(_copy_field) 7956 0.019 0.000 10.276 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:169(__nonzero__) 2186 0.051 0.000 10.261 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:339(search) 7956 0.017 0.000 10.257 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:165(__bool__) 3273 0.025 0.000 10.248 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/django.py:110(_get_or_create) 277827 0.887 0.000 10.192 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:543(set_transformer_block_field) 12 0.000 0.000 10.169 0.847 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:872(_fixture_teardown) 2196 0.583 0.000 10.159 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:52(_filter_intersection) 12 0.017 0.001 10.150 0.846 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/flush.py:31(handle) 3618 0.023 0.000 10.126 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:105(_auto_publish_no_children) 472198 0.762 0.000 10.085 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:81(get_parents) 327116 6.200 0.000 9.909 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:248(clone) 84 0.001 0.000 9.890 0.118 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:57(get_html) 211647 0.656 0.000 9.882 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:827(_set_xblock_field) 8 0.000 0.000 9.806 1.226 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:318(setUp) 5230 0.060 0.000 9.662 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:328(get_items) 89956 0.198 0.000 9.641 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:867(from_json) 1521 0.031 0.000 9.617 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:213(import_xblock) 949945 2.299 0.000 9.576 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:60(value_matches) 10399 0.043 0.000 9.495 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:349(base_get_items) 14 0.001 0.000 9.488 0.678 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_tasks.py:23(setUp) 14 0.001 0.000 9.485 0.677 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:45(setUp) 9298 0.071 0.000 9.383 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:444(command) 10399 0.218 0.000 9.376 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1202(get_items) 9298 0.401 0.000 9.307 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:356(_command) 1671 0.014 0.000 9.257 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/factories.py:95(profile) 20 0.005 0.000 9.256 0.463 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:56(_create_cohorts) 30852 1.673 0.000 9.245 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:912(as_sql) 9 0.001 0.000 9.135 1.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:221(setUp) 81 4.121 0.051 9.133 0.113 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:192(stop) 53 0.006 0.000 9.124 0.172 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/utils.py:38(seed_permissions_roles) 1529 0.012 0.000 9.121 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:756(import_xblock) 8570 0.072 0.000 9.040 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:456(user_pre_save_callback) 627981 1.116 0.000 8.972 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:320(for_branch) 6424 0.071 0.000 8.954 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py:39(collect) 162463/162453 0.708 0.000 8.930 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:217(as_sql) 14 0.004 0.000 8.929 0.638 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:53(setup_data) 1345589 3.069 0.000 8.865 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:628(as_sql) 846949 0.688 0.000 8.853 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:125(__contains__) 6424 0.426 0.000 8.826 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py:22(collect) 1397 0.028 0.000 8.821 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:987(get_template) 1069 0.028 0.000 8.808 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:159(create_item) 1807109/1806455 4.743 0.000 8.801 0.000 /usr/lib/python2.7/copy.py:66(copy) 1696 0.014 0.000 8.758 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:924(get_asides) 123959 0.699 0.000 8.634 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:300(__init__) 15478 1.791 0.000 8.603 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:1000(as_sql) 44 0.001 0.000 8.596 0.195 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:40(initialize_permissions) 100971 1.941 0.000 8.583 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:769(get_converters) 7878 0.089 0.000 8.579 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/certificates/models.py:840(is_enabled_for_course) 11 0.000 0.000 8.543 0.777 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/utils.py:17(setUp) 3339 0.037 0.000 8.518 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:93(add_permission) 1301 0.014 0.000 8.476 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1487(applicable_aside_types) 1303 0.010 0.000 8.474 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:938(applicable_aside_types) 69904 0.054 0.000 8.345 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:643(read_from) 2070 0.027 0.000 8.343 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:598() 4012 0.791 0.000 8.266 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:787(resolve) 10891 0.174 0.000 8.246 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:197(on_error) 9 0.001 0.000 8.089 0.899 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:14(setUp) 22 0.001 0.000 8.080 0.367 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2210(_create_course) 386 0.014 0.000 8.074 0.021 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1215(enroll) 16848 0.234 0.000 8.063 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/api.py:16(disabled_xblocks) 108873 0.589 0.000 8.055 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1031(__init__) 72 0.000 0.000 8.048 0.112 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:134(tearDown) 67542 0.260 0.000 8.029 0.000 /usr/lib/python2.7/logging/__init__.py:1157(info) 24975 0.241 0.000 8.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:130(current) 4929 0.080 0.000 8.019 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:971(add) 2 0.000 0.000 7.994 3.997 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:376(check_import) 143889 0.575 0.000 7.924 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1079(build_lookup) 2 0.000 0.000 7.906 3.953 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:283(setUp) 65 0.000 0.000 7.893 0.121 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:335(put) 47 0.000 0.000 7.891 0.168 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:539(put) 6880 0.091 0.000 7.890 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:311(create_xblock) 13 0.000 0.000 7.888 0.607 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:51(load_test_import_course) 374122 0.585 0.000 7.874 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:96(get_children) 4929 0.308 0.000 7.857 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1051(_add_items) 333220 0.275 0.000 7.826 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:379(__ne__) 9 0.000 0.000 7.811 0.868 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_tasks.py:105(test_calculate_course_xblocks_data_queries) 18516002 7.767 0.000 7.767 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:70(__eq__) 172393 0.606 0.000 7.747 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:103(__init__) 1390 0.010 0.000 7.741 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1441(import_xblock) 6 0.001 0.000 7.740 1.290 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:21(setUp) 61113 0.298 0.000 7.714 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:242(_begin_bulk_operation) 123971 0.526 0.000 7.661 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:167(__init__) 25103 0.371 0.000 7.566 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:475(from_json) 44548 1.239 0.000 7.509 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:45(get) 1 0.001 0.001 7.484 7.484 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_clone_course.py:27(test_clone_course) 71 0.000 0.000 7.456 0.105 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:563(delete) 72 0.000 0.000 7.455 0.104 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:347(delete) 9 0.003 0.000 7.444 0.827 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:149(create_course_with_blocks) 939806/939803 1.378 0.000 7.183 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:167(__str__) 42949 0.106 0.000 7.141 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:649(read_json) 172393 0.408 0.000 7.141 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:142(get_prep_lookup) 599550 0.464 0.000 7.135 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:705(get_db_prep_save) 123971 0.857 0.000 7.135 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:356(__init__) 3106502 4.268 0.000 7.118 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:335(quote_name_unless_alias) 39 0.003 0.000 7.076 0.181 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1564(group_configurations_detail_handler) 12 0.002 0.000 7.050 0.587 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/flush.py:98(emit_post_migrate) 144658 0.479 0.000 7.022 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:6(get_field_on_block) 12 0.006 0.001 7.004 0.584 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/sql.py:268(emit_post_migrate_signal) 8695739 7.003 0.000 7.003 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:70(__contains__) 29947 0.090 0.000 6.922 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1891(service) 174170 0.373 0.000 6.911 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/member.py:155(maybe_return_socket) 1189 0.053 0.000 6.895 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:245(end_modulestore_isolation) 10891 0.043 0.000 6.892 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:77(handle_error_state) 17 0.002 0.000 6.855 0.403 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:99(container_handler) 10891 0.242 0.000 6.849 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:107(handle_failure) 10 0.000 0.000 6.844 0.684 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:56(setUp) 140264 0.413 0.000 6.839 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2910(__contains__) 29798 0.243 0.000 6.813 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1513(service) 100692 1.049 0.000 6.809 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:117(timer) 1 0.000 0.000 6.807 6.807 /edx/app/edxapp/edx-platform/pavelib/assets.py:626(process_xmodule_assets) 2072 0.024 0.000 6.776 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:377(fetch_group_usage) 922 0.026 0.000 6.774 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:89(login) 106180 0.610 0.000 6.750 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:201(_get_modulestore_for_courselike) 84459 0.181 0.000 6.675 0.000 /usr/lib/python2.7/logging/__init__.py:1288(handle) 177822 1.165 0.000 6.669 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:422(maybe_return_socket) 28 0.002 0.000 6.619 0.236 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:201(setup_course_base) 664 0.027 0.000 6.561 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1736(create_child) 160239 1.090 0.000 6.543 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:195(from_json) 18 0.000 0.000 6.529 0.363 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1167(assert_created_course) 15780 0.269 0.000 6.514 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:398(__init__) 42 0.001 0.000 6.493 0.155 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:170(publish_item) 12 0.001 0.000 6.472 0.539 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1114(_setup_content_groups) 6880 0.217 0.000 6.472 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1315(create_xblock) 84459 0.397 0.000 6.413 0.000 /usr/lib/python2.7/logging/__init__.py:1320(callHandlers) 27156 0.528 0.000 6.386 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:278(__init__) 65335 0.532 0.000 6.377 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:28(wrap_draft) 111563 3.198 0.000 6.372 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:483(get_default_columns) 291119 0.561 0.000 6.352 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:737(_get_or_create_block) 6852 0.184 0.000 6.346 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:58(collect_merged_boolean_field) 648 0.104 0.000 6.338 0.010 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py:60(create_permissions) 58443 0.240 0.000 6.325 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:453(as_draft) 140264 0.400 0.000 6.322 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:700(contains) 123959 2.434 0.000 6.288 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/__init__.py:17(__init__) 1157/449 0.053 0.000 6.265 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:134(render_to_string) 148484 1.302 0.000 6.251 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:1088(find) 10 0.001 0.000 6.242 0.624 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:31(setUp) 6424 0.220 0.000 6.138 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:116(_collect_max_scores) 3426 0.031 0.000 6.084 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/hidden_content.py:61(collect) 42252 0.176 0.000 6.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:484(from_db) 1189 0.043 0.000 6.052 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:224(start_modulestore_isolation) 216108 0.873 0.000 6.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:156(cursor) 159 0.013 0.000 6.035 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:79(inherit_permissions) 7893 0.018 0.000 6.030 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:483(latest) 84457 0.383 0.000 6.016 0.000 /usr/lib/python2.7/logging/__init__.py:746(handle) 7893 0.082 0.000 6.013 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:464(_earliest_or_latest) 174168 0.640 0.000 5.986 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1039(__socket) 2849685 2.584 0.000 5.929 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/utils.py:21(_is_iterable) 74064 0.244 0.000 5.927 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:284(get_parent_location) 5871 0.077 0.000 5.888 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:255(has_published_version) 877666 5.862 0.000 5.863 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:99(forward) 1 0.000 0.000 5.833 5.833 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_db.py:217(test_migrations_are_in_sync) 1 0.000 0.000 5.829 5.829 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/makemigrations.py:38(handle) 11 0.000 0.000 5.818 0.529 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:821(setUp) 5198 0.027 0.000 5.775 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:355(published_items) 4 0.001 0.000 5.726 1.432 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/test.py:33(setUp) 55890 0.065 0.000 5.725 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:502(get_value) 1069 0.060 0.000 5.724 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1618(create_item) 4 0.000 0.000 5.707 1.427 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_unit_page.py:16(setUp) 440619 0.715 0.000 5.704 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:231(default) 10891 0.140 0.000 5.702 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/einfo.py:115(__init__) 74064 0.313 0.000 5.677 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1689(get_parent_location) 9109/9106 0.335 0.000 5.676 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:272(delete) 6953 0.152 0.000 5.674 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:238(_end_outermost_bulk_operation) 85 0.002 0.000 5.673 0.067 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:392(request) 73 0.001 0.000 5.617 0.077 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:17(request) 3947 0.055 0.000 5.615 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/signals.py:11(_listen_for_course_publish) 112718 1.222 0.000 5.613 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:222(get_order_by) 85 0.003 0.000 5.606 0.066 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:542(send) 85 0.002 0.000 5.577 0.066 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:329(send) 84 0.002 0.000 5.542 0.066 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:436(urlopen) 84 0.003 0.000 5.517 0.066 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:321(_make_request) 1189 0.031 0.000 5.480 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:153(drop_mongo_collections) 12166 0.211 0.000 5.478 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:356(bulk_create) 33 0.000 0.000 5.456 0.165 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:56(get) 1236 0.023 0.000 5.423 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:813(_drop_database) 177822 1.781 0.000 5.422 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:316(get_socket) 162463 1.560 0.000 5.417 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:207(process_lhs) 8 0.000 0.000 5.417 0.677 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:91(_create_problem_with_content_group) 83 0.006 0.000 5.383 0.065 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:437(_save_xblock) 3440 0.074 0.000 5.380 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/cache.py:29(add) 7 0.000 0.000 5.378 0.768 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:185(check_transcripts) 1 0.000 0.000 5.373 5.373 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:591(test_check_youtube) 10272834 5.361 0.000 5.361 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:839(_valid_unichar) 1129 0.018 0.000 5.306 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1980(update_item) 7474675 3.396 0.000 5.302 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:860() 58546 0.279 0.000 5.298 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:125(get_prep_lookup) 146 0.002 0.000 5.291 0.036 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:191(render_to_response) 2662316 3.235 0.000 5.275 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:48(__new__) 167591 0.212 0.000 5.253 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:64(_strip_value) 87 0.001 0.000 5.241 0.060 /usr/lib/python2.7/httplib.py:1099(getresponse) 87 0.001 0.000 5.236 0.060 /usr/lib/python2.7/httplib.py:446(begin) 429 5.226 0.012 5.226 0.012 /usr/lib/python2.7/socket.py:410(readline) 87 0.001 0.000 5.218 0.060 /usr/lib/python2.7/httplib.py:407(_read_status) 174170 0.662 0.000 5.133 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/member.py:148(get_socket) 41 0.004 0.000 5.122 0.125 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:958(settings_handler) 2483 0.103 0.000 5.097 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:267(modes_for_course) 87/22 0.013 0.000 5.094 0.232 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:638(_duplicate_item) 390748 3.420 0.000 5.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1345(names_to_path) 2662540 4.392 0.000 5.064 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:128(_getfield) 71 0.002 0.000 5.050 0.071 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:481(get_dest_id) 6003 0.041 0.000 5.048 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:871(has_published_version) 167592 0.409 0.000 5.042 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:54(_strip_object) 32316 0.106 0.000 5.035 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:282(get_course_index) 502062/461277 2.462 0.000 5.026 0.000 /usr/lib/python2.7/copy.py:234(_deepcopy_tuple) 97464/97380 0.375 0.000 5.026 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:291(default) 16226 0.041 0.000 5.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/six.py:111(__getattr__) 64076 0.164 0.000 4.990 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:232(modulestore) 13630 0.011 0.000 4.959 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/six.py:108(_resolve) 1 0.000 0.000 4.951 4.951 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_clone_course.py:105(test_rerun_course) 13630 1.031 0.000 4.948 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/six.py:74(_import_module) 109220 0.805 0.000 4.943 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:135(get_prep_value) 1436246 1.815 0.000 4.934 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:420(_is_dirty) 18 0.001 0.000 4.881 0.271 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:566(_duplicate_item) 17712 0.261 0.000 4.876 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:722(cache_items) 2650858 4.859 0.000 4.860 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:323() 213736 2.698 0.000 4.810 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:198(__init__) 5945 0.011 0.000 4.794 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:847(drop) 5945 0.045 0.000 4.783 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:572(drop_collection) 21 0.004 0.000 4.783 0.228 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:51(_enroll_users) 183143 1.808 0.000 4.766 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:995(to_deprecated_son) 2 0.000 0.000 4.730 2.365 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py:37(test_delete_orphans_commit) 12240 0.253 0.000 4.716 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:668(create_for_course) 9439 0.100 0.000 4.713 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:924(_batched_insert) 148489 3.654 0.000 4.691 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:101(__init__) 354707 0.575 0.000 4.677 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:641(fill_in_run) 930401 2.155 0.000 4.676 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:46(__getattr__) 1 0.000 0.000 4.658 4.658 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1543(test_cms_imported_course_walkthrough) 1496855 3.388 0.000 4.632 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:157(has) 177816 4.594 0.000 4.605 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/helpers.py:111(_unpack_response) 1 0.000 0.000 4.511 4.511 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:376(test_locking) 10 0.000 0.000 4.500 0.450 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:521(setUp) 491609 1.729 0.000 4.499 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:53(__init__) 218329 0.992 0.000 4.498 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1444(setup_joins) 597492 0.414 0.000 4.492 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:694(get_db_prep_value) 1671 0.038 0.000 4.457 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:502(has_published_version) 85 0.001 0.000 4.453 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:276(_do_reindex) 1678 0.028 0.000 4.435 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:517(_get_head) 2070 0.039 0.000 4.431 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:522(from_course_mode) 256364 0.456 0.000 4.427 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:191(get) 1233 0.025 0.000 4.427 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:27(__init__) 227116 0.209 0.000 4.389 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:245(save) 2417 0.037 0.000 4.371 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:56(_drop_database) 1326 0.061 0.000 4.363 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2001(_update_item_from_fields) 182155 0.691 0.000 4.361 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:214(get_queryset) 73 0.000 0.000 4.355 0.060 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:370(do_course_reindex) 212253/110690 0.350 0.000 4.335 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:56(__get__) 2 0.000 0.000 4.327 2.163 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:491(test_deprecated_blocks_list_updated_correctly) 43/33 0.000 0.000 4.326 0.131 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:48(_decorator) 92585 0.296 0.000 4.323 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:61(replace) 529121 0.345 0.000 4.322 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:282() 4502 0.068 0.000 4.301 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:524(reverse) 2411 0.047 0.000 4.297 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:439(insert_structure) 1 0.000 0.000 4.271 4.271 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:48(setUpClass) 2427 0.034 0.000 4.268 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1351(_drop_database) 607089 4.259 0.000 4.259 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:945(_to_deprecated_string) 21015 0.309 0.000 4.247 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:188(format_number) 4052 0.095 0.000 4.245 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:454(version_structure) 13277 0.048 0.000 4.241 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:42(from_json) 828 0.013 0.000 4.236 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1019(save) 10341 0.118 0.000 4.193 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:25(_parse_date_wo_default_month_day) 37581 1.196 0.000 4.192 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:189(__init__) 30785 0.198 0.000 4.186 0.000 /usr/lib/python2.7/gettext.py:479(translation) 5724294 4.165 0.000 4.166 0.000 /usr/lib/python2.7/copy.py:267(_keep_alive) 304264 1.075 0.000 4.166 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:137(has) 18799 0.042 0.000 4.144 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:169(_get_session) 2 0.000 0.000 4.129 2.064 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py:24(test_delete_orphans_no_commit) 94253 0.678 0.000 4.114 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:33(__init__) 2203 0.035 0.000 4.112 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/models.py:49(get_for_model) 2903 0.032 0.000 4.100 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:17(load) 4499 0.209 0.000 4.094 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:425(_reverse_with_prefix) 82814 0.152 0.000 4.092 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:752(for_branch) 25112 0.914 0.000 4.089 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:413(validate_tabs) 391 0.007 0.000 4.087 0.010 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:199(create_item) 20751 0.078 0.000 4.082 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:711(parse) 5922 0.012 0.000 4.069 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:303(_internalize_dict) 167257 0.436 0.000 4.068 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:518(get_transformer_block_field) 69500 0.731 0.000 4.058 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:180(traverse_post_order) 5922 0.077 0.000 4.052 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:304() 1157/449 0.005 0.000 4.042 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:447(render_unicode) 1158/450 0.027 0.000 4.039 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:811(_render) 85107 0.299 0.000 4.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:91(make_key) 20751 0.429 0.000 4.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:302(parse) 3 0.000 0.000 3.999 1.333 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:21(setUp) 1159/450 0.010 0.000 3.990 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:857(_render_context) 409997 3.987 0.000 3.987 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:23(exists) 8030 0.073 0.000 3.985 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:239(related_objects) 59112 0.220 0.000 3.978 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/subclassing.py:43(__set__) 325240 0.467 0.000 3.973 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:299(version_agnostic) 172393 1.077 0.000 3.969 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:712(get_prep_lookup) 266200 0.278 0.000 3.963 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:789(get_xblock) 56713 0.072 0.000 3.962 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:232(_add_relation) 441319 0.363 0.000 3.958 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:335(default) 310 0.019 0.000 3.957 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1878(_create_courselike) 391 0.003 0.000 3.955 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:714(create_item) 4326 0.038 0.000 3.949 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:260(insert) 3965496 3.932 0.000 3.932 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:182() 4326 0.076 0.000 3.909 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:278(_insert) 3016799 3.900 0.000 3.900 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:211(_check_location_part) 2 0.000 0.000 3.900 1.950 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:786(test_library_content_on_course_export_import) 3440 2.281 0.001 3.892 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/cache_utils.py:96(zpickle) 56823 0.234 0.000 3.890 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:242(_add_to_relations) 1597 0.026 0.000 3.871 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/middleware.py:21(process_request) 30787 0.744 0.000 3.866 0.000 /usr/lib/python2.7/gettext.py:424(find) 126591 2.239 0.000 3.863 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:194(__init__) 2096 0.025 0.000 3.846 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:188(get_content_groups_usage_info) 76 0.001 0.000 3.844 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:67(setUp) 3840 0.058 0.000 3.841 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/models.py:1027(set_deadline) 1159/450 0.009 0.000 3.812 0.008 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:871(_exec_template) 5201 0.012 0.000 3.812 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:352(draft_items) 1 0.000 0.000 3.764 3.764 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1624(test_import_into_new_course_id_wiki_slug_renamespacing) 11 0.001 0.000 3.758 0.342 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:106(create_entrance_exam) 76704/76702 3.266 0.000 3.748 0.000 /usr/lib/python2.7/importlib/__init__.py:20(import_module) 1 0.000 0.000 3.739 3.739 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_cleanup_assets.py:32(test_export_all_courses) 137222 3.735 0.000 3.735 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dogapi/stats/statsd.py:21(add_point) 1352 0.009 0.000 3.719 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/helpers.py:43(_wrapped) 82345 0.374 0.000 3.709 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/log.py:274(makeRecord) 17169 0.251 0.000 3.708 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:37(current_set) 83829 0.400 0.000 3.706 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/memcache.py:27(safe_key) 1 0.000 0.000 3.705 3.705 /edx/app/edxapp/edx-platform/pavelib/assets.py:400(compile_coffeescript) 4856 0.028 0.000 3.677 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:134(fetch_youtube_video_id) 1479 0.032 0.000 3.658 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:307(initialize_default) 11 0.002 0.000 3.648 0.332 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:120(_create_entrance_exam) 27 0.001 0.000 3.648 0.135 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:76(_add_course_certificates) 1104517 1.600 0.000 3.624 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:638(get_db_converters) 160241 0.229 0.000 3.617 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/plugins.py:34(get_plugin) 469450 0.342 0.000 3.581 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:287() 1 0.000 0.000 3.579 3.579 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:484(test_empty_data_roundtrip) 61 0.004 0.000 3.577 0.059 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:118(setUp) 4802 0.012 0.000 3.573 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:143(fetch_video_url) 172419 0.885 0.000 3.552 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1027(solve_lookup_type) 189315 0.450 0.000 3.545 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:69() 84450 0.159 0.000 3.542 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:81(emit) 8885 0.012 0.000 3.529 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:166(load) 92201 0.149 0.000 3.518 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:370(get_parent) 191785 0.128 0.000 3.509 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/plugins.py:19(get_available_plugins) 13 0.000 0.000 3.487 0.268 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:41(__init__) 13 0.002 0.000 3.487 0.268 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:178(build_graph) 10389 0.019 0.000 3.484 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:117(clear) 10390 0.105 0.000 3.466 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/cache.py:108(delete) 13 2.113 0.163 3.448 0.265 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:57(load_disk) 20751 1.146 0.000 3.443 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:349(_parse) 321102 1.009 0.000 3.441 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:350(get_or_create) 4009 0.006 0.000 3.437 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/django.py:138(_after_postgeneration) 4066 0.154 0.000 3.430 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2298(resolve) 23 0.001 0.000 3.429 0.149 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:57(entrance_exam) 1 0.000 0.000 3.414 3.414 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:516(test_html_export_roundtrip) 127792/10891 0.509 0.000 3.398 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/einfo.py:80(__init__) 84459 0.212 0.000 3.393 0.000 /usr/lib/python2.7/logging/__init__.py:1254(makeRecord) 938225 3.391 0.000 3.391 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:764(_parse_block_ref) 9 0.000 0.000 3.387 0.376 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:79(__init__) 9 0.000 0.000 3.387 0.376 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:153(_load_plugins) 900810 2.147 0.000 3.386 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:305(__setattr__) 84454 0.129 0.000 3.383 0.000 /usr/lib/python2.7/logging/__init__.py:723(format) 205028 0.627 0.000 3.375 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:908(__ensure_member) 54 0.000 0.000 3.372 0.062 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:177(_load_one_plugin) 6424 0.068 0.000 3.369 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:137(_collect_grading_policy_hash) 177 0.067 0.000 3.359 0.019 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:36(render_body) 13 0.000 0.000 3.353 0.258 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:734(_delete_item) 140264 0.128 0.000 3.350 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:24(parse) 168940 1.088 0.000 3.344 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongodb_proxy.py:99(__getattr__) 1 0.004 0.004 3.340 3.340 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:413(test_auto_cohorting_randomization) 6954 0.061 0.000 3.339 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:229(_start_outermost_bulk_operation) 30565 0.043 0.000 3.310 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:98(__call__) 251487 0.580 0.000 3.306 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/memcache.py:19(cleaned_string) 615 0.006 0.000 3.306 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:82(create_video) 229052 2.880 0.000 3.300 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:112(__init__) 1 0.000 0.000 3.289 3.289 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:761(test_can_get_correct_usage_info) 6852 0.049 0.000 3.281 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/split_test.py:32(collect) 177755 1.111 0.000 3.279 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:443(_return_socket) 1 0.000 0.000 3.277 3.277 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:541(test_export_course_without_content_store) 47461 0.303 0.000 3.273 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:100(to_python) 30538 0.133 0.000 3.266 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:163(simple) 84454 0.466 0.000 3.254 0.000 /usr/lib/python2.7/logging/__init__.py:452(format) 172198 3.248 0.000 3.248 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:324(convert_query) 3426 0.017 0.000 3.247 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/visibility.py:44(collect) 167257 0.330 0.000 3.240 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:502(get_transformer_block_data) 67894 0.155 0.000 3.220 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:731(version_agnostic) 1358902/1357846 1.752 0.000 3.208 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/abc.py:148(__subclasscheck__) 494860 0.822 0.000 3.207 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:306(runtime) 25098 0.195 0.000 3.205 0.000 /usr/lib/python2.7/json/__init__.py:193(dumps) 30952 0.334 0.000 3.200 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:779(apply_converters) 84459 2.006 0.000 3.181 0.000 /usr/lib/python2.7/logging/__init__.py:237(__init__) 8 0.000 0.000 3.170 0.396 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:18(setUp) 2 0.000 0.000 3.168 1.584 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:102(test_delete_orphans) 1 0.083 0.083 3.143 3.143 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor/views/instructor_dashboard.py:3() 100543 0.312 0.000 3.142 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:522(__set__) 1529 0.024 0.000 3.130 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:1364(create_index) 17915 0.679 0.000 3.111 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:72(set) 172279 0.900 0.000 3.110 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:233(get_compiler) 1189 0.033 0.000 3.100 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:614(_drop_database) 1252 0.004 0.000 3.098 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:185(create_user) 1233 0.013 0.000 3.096 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:37(__init__) 1252 0.026 0.000 3.094 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:168(_create_user) 875/77 0.188 0.000 3.088 0.040 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:279(_populate) 3552/2720 0.061 0.000 3.083 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:48(save) 346014 0.856 0.000 3.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:85(__init__) 2 0.000 0.000 3.065 1.533 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:32(setUpClass) 184 0.001 0.000 3.058 0.017 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1822(create_course) 36 0.003 0.000 3.051 0.085 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:151(export) 1 3.045 3.045 3.050 3.050 /edx/app/edxapp/edx-platform/lms/djangoapps/class_dashboard/dashboard_data.py:3() 262/261 0.002 0.000 3.036 0.012 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/csrf.py:57(wrapped_view) 34 0.000 0.000 2.992 0.088 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:340(export_course_to_xml) 48000 0.120 0.000 2.986 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:302(_is_in_bulk_operation) 23 0.000 0.000 2.962 0.129 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:186(get_orphans) 2071 0.021 0.000 2.960 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:238(get_content_groups_items_usage_info) 23 0.000 0.000 2.956 0.129 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:606(get_orphans) 37 0.002 0.000 2.955 0.080 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:204(update_from_dict) 1496 0.008 0.000 2.954 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:69(__ensure_index_files_id) 25102 0.356 0.000 2.953 0.000 /usr/lib/python2.7/json/encoder.py:186(encode) 2189702 2.941 0.000 2.941 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:97(quote_name) 46809 0.367 0.000 2.940 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mako_module.py:10(__init__) 1121636 2.449 0.000 2.935 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:141(get_db_converters) 1748 0.015 0.000 2.933 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:1497(ensure_index) 2135 0.019 0.000 2.928 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/django.py:20(contentstore) 80167 0.244 0.000 2.927 0.000 /edx/app/edxapp/edx-platform/common/lib/dogstats/dogstats_wrapper/wrapper.py:32(histogram) 8 0.000 0.000 2.906 0.363 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:482(_duplicate_and_verify) 23 0.001 0.000 2.898 0.126 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:121(_add_user_partitions) 115 0.335 0.003 2.897 0.025 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:34(reset_urls) 127792 2.465 0.000 2.888 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/einfo.py:32(__init__) 92 0.009 0.000 2.876 0.031 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:147(load_tagged_classes) 21208 0.254 0.000 2.850 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:129(delete) 3502632 2.836 0.000 2.836 0.000 :8(__new__) 2 0.000 0.000 2.835 1.417 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:944(verify_validation_add_usage_info) 131021 1.241 0.000 2.830 0.000 /usr/lib/python2.7/collections.py:50(__init__) 1332 0.021 0.000 2.819 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:282(get_items) 230/83 0.028 0.000 2.818 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:888(create_xblock_info) 1 0.000 0.000 2.814 2.814 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:839(test_can_use_one_configuration_in_multiple_experiments) 1720 0.013 0.000 2.804 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:35(create) 64031 0.265 0.000 2.801 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:805(order_by) 11429 0.039 0.000 2.794 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:156(convert_decimalfield_value) 2 0.000 0.000 2.788 1.394 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:979(verify_validation_update_usage_info) 9139 0.116 0.000 2.783 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3347(create_runtime) 201467 1.420 0.000 2.775 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:223(get_namespace_plugin) 31 0.000 0.000 2.774 0.089 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:435(setUp) 17009/8498 1.251 0.000 2.771 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:629(get_related_selections) 4 0.000 0.000 2.764 0.691 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:167(setUp) 1 0.000 0.000 2.742 2.742 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:113(test_update_and_fetch) 66 0.000 0.000 2.741 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:63(get_json) 48 0.002 0.000 2.741 0.057 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:45(setUp) 1187 0.020 0.000 2.735 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:30(get_user_preference) 1332 0.027 0.000 2.707 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1149(get_items) 1 0.000 0.000 2.703 2.703 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:406(test_export_course_with_metadata_only_video) 2 0.000 0.000 2.692 1.346 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:205(check_populated_course) 4724 0.008 0.000 2.687 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:66(beforeTest) 7 0.000 0.000 2.687 0.384 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:174(_inner) 111068/92916 0.815 0.000 2.684 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:19(strip_ccx) 4724 0.028 0.000 2.679 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:115(beforeTest) 24 0.002 0.000 2.679 0.112 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:43(setUp) 2 0.000 0.000 2.676 1.338 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:80(test_get_orphans) 12 0.001 0.000 2.671 0.223 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:92(alter_field) 75 0.001 0.000 2.667 0.036 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:78(setUp) 9139 0.388 0.000 2.667 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:44(__init__) 10014 0.123 0.000 2.663 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:447(get_course_index) 889 0.005 0.000 2.655 0.003 /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.647 1.324 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:728(_setup_source_course_with_library_content) 753971 1.683 0.000 2.635 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:180(update) 11123 0.049 0.000 2.631 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:177(_load_definition) 4 0.009 0.002 2.617 0.654 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:278(assertCoursesEqual) 2 0.000 0.000 2.616 1.308 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:126(test_not_permitted) 11429 0.190 0.000 2.614 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1611(format_number) 259466 0.861 0.000 2.608 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:230(_compile) 28525 0.667 0.000 2.604 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1721(get_lookup_constraint) 99439 0.342 0.000 2.604 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:188(_clean_locator_for_mapping) 44 0.002 0.000 2.604 0.059 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:34(assets_handler) 1 0.000 0.000 2.602 2.602 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:111(test_relative_url_for_split_course) 681 0.006 0.000 2.595 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:187(is_valid) 3652 0.021 0.000 2.595 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:971(__find_node) 6424 0.126 0.000 2.593 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:143(_hash_grading_policy) 386 0.005 0.000 2.592 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1026(get_or_create_enrollment) 771/681 0.007 0.000 2.590 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:386(run_validation) 2 0.000 0.000 2.576 1.288 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:337(check_verticals) 25 0.001 0.000 2.574 0.103 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:67(_add_library_content_block) 3652 0.073 0.000 2.574 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:837(__try_node) 212956 0.114 0.000 2.572 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:725() 4724 0.006 0.000 2.570 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:214(beforeTest) 83134 0.194 0.000 2.570 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dogapi/stats/dog_stats_api.py:122(histogram) 4724 2.399 0.001 2.564 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:176(setupLoghandler) 1 0.000 0.000 2.555 2.555 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:575(test_export_course_no_xml_attributes) 8698 0.555 0.000 2.555 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:166(structure_from_mongo) 1347374 2.315 0.000 2.554 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:336(get_col) 6537 0.028 0.000 2.549 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1214(iterator) 355694 0.752 0.000 2.546 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:546(_get_request_state) 46809 0.569 0.000 2.542 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1373(__init__) 1793146/829738 2.520 0.000 2.520 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:157(__getattr__) 656979/654246 1.309 0.000 2.520 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:296(clone) 120277 0.236 0.000 2.518 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:263(_add_block) 56681 0.189 0.000 2.515 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:282(_get_fields_to_save) 872 0.003 0.000 2.509 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:46(assign_default_role) 872 0.011 0.000 2.507 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:53(assign_role) 17169 0.099 0.000 2.500 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:826(extra) 38 0.002 0.000 2.487 0.065 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:34(setUp) 9 0.001 0.000 2.475 0.275 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:20(setUp) 64490 0.528 0.000 2.471 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) 258719 1.703 0.000 2.465 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:83(_deprecation_warning) 53540 0.218 0.000 2.464 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:910() 72692 0.195 0.000 2.458 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:163(contains) 13836 0.029 0.000 2.455 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:492(_end_outermost_bulk_operation) 2560469 1.735 0.000 2.453 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:675(__hash__) 92251 0.149 0.000 2.453 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:380(has_cached_parent) 4537 0.029 0.000 2.452 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/definition_lazy_loader.py:23(fetch) 4 0.000 0.000 2.448 0.612 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1582(delete_item) 162463 1.154 0.000 2.445 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:592(db_type) 2830 0.013 0.000 2.442 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1212(resource_string) 135648 0.262 0.000 2.442 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:76(remove_ccx) 32 0.001 0.000 2.425 0.076 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:906(course_info_update_handler) 1 0.000 0.000 2.415 2.415 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:37(changes) 1 0.006 0.006 2.414 2.414 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:86(_detect_changes) 137753 0.578 0.000 2.413 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:1145(cursor_iter) 1589 0.015 0.000 2.405 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:254(reverse_url) 115 0.001 0.000 2.401 0.021 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:26(request_with_auth) 1 0.000 0.000 2.400 2.400 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:612(test_duplicate_equality) 828 0.004 0.000 2.397 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:24(assign_default_role_on_enrollment) 355086 0.829 0.000 2.390 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:876(get_initial_alias) 495203 0.985 0.000 2.387 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1855(__init__) 3426 0.038 0.000 2.385 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/user_partitions.py:29(collect) 1466255 1.906 0.000 2.380 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:391(_get_cached_value) 104 0.001 0.000 2.379 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:42(library_handler) 6256 0.048 0.000 2.375 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:32(strip_html_content_to_text) 29 0.001 0.000 2.374 0.082 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:41(inner) 2 0.000 0.000 2.371 1.186 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:275(test_video_components_present_while_import) 7 0.000 0.000 2.370 0.339 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:191(clone_course) 7 0.000 0.000 2.369 0.338 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:683(clone_course) 2 0.000 0.000 2.367 1.183 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:589(setup_test_set_get_section_grader_ajax) 1652 0.049 0.000 2.356 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/shortcuts.py:6(get_current_site) 2 0.001 0.000 2.355 1.177 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:424(test_update_from_json) 2 0.000 0.000 2.351 1.175 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:164(populate_course) 2639 0.108 0.000 2.345 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/testing.py:52(get_safe_session) 62/2 0.001 0.000 2.344 1.172 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:171(descend) 408/390 0.004 0.000 2.334 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:214(data) 1622 0.007 0.000 2.332 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/middleware.py:9(process_request) 115 0.084 0.001 2.331 0.020 /edx/app/edxapp/edx-platform/cms/urls.py:1() 1215/1083 0.031 0.000 2.329 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:443(to_representation) 8204 0.056 0.000 2.328 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:544(_raw_delete) 83664 0.244 0.000 2.324 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:143(__enter__) 2457 0.041 0.000 2.318 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mongo_utils.py:13(connect_to_mongodb) 83664 0.369 0.000 2.318 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:189(__exit__) 11141 0.063 0.000 2.316 0.000 /usr/lib/python2.7/traceback.py:130(format_exception) 103467 0.138 0.000 2.316 0.000 /usr/lib/python2.7/logging/__init__.py:1145(debug) 2 0.000 0.000 2.315 1.157 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:193(test_reimport) 1238 0.017 0.000 2.308 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:705(_drop_database) 771/681 0.042 0.000 2.304 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:406(to_internal_value) 2830 0.011 0.000 2.301 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1456(get_resource_string) 86539 0.262 0.000 2.299 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:272(make_usage_key) 25 0.001 0.000 2.292 0.092 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:621(setUp) 21 0.000 0.000 2.277 0.108 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:41(setUp) 2830 2.272 0.001 2.272 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1576(_get) 106393 0.170 0.000 2.269 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1479(get_db_prep_value) 414 0.014 0.000 2.253 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1095(update_enrollment) 85 0.001 0.000 2.249 0.026 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:785(delete_item) 224703 1.487 0.000 2.247 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:10(filter_applies) 1 0.000 0.000 2.235 2.235 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:190(test_path_to_location_for_orphan_chapter) 6256 2.020 0.000 2.231 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:304(remove_documents) 2 0.000 0.000 2.229 1.115 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:683(test_can_get_correct_usage_info_with_orphan) 13 0.000 0.000 2.221 0.171 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:247(_update_staff_locks) 39 0.001 0.000 2.221 0.057 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:238(_set_staff_lock) 976 0.002 0.000 2.218 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:265(reverse_course_url) 70132 0.198 0.000 2.207 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:757(add) 82 0.001 0.000 2.207 0.027 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:234(delete_item) 8 0.001 0.000 2.201 0.275 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1484(setUp) 44 0.001 0.000 2.196 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:247(reindex_course) 91 0.001 0.000 2.184 0.024 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:30(get_json) 22 0.001 0.000 2.179 0.099 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:46(update_course_updates) 215675 0.278 0.000 2.179 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:192(compile) 487757 1.643 0.000 2.170 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:61(join) 9586 0.035 0.000 2.167 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1625(get_db_prep_save) 1 2.002 2.002 2.156 2.156 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:281(test_inactive_session_timeout) 476/456 0.015 0.000 2.152 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:90(save) 8204 0.077 0.000 2.150 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:43(delete_qs) 11141 0.042 0.000 2.146 0.000 /usr/lib/python2.7/traceback.py:74(format_tb) 8155355 2.143 0.000 2.143 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:343(name) 141192/141182 0.638 0.000 2.136 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:154(process_rhs) 334273 0.817 0.000 2.135 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/draft_and_published.py:49(get_branch_setting) 216108 0.993 0.000 2.132 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:134(_cursor) 7168451 2.130 0.000 2.130 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:87(peek) 2457 0.135 0.000 2.128 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:94(__init__) 9 0.000 0.000 2.126 0.236 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:37(add_icrv_xblock) 171 0.001 0.000 2.125 0.012 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:149(render) 4 0.000 0.000 2.120 0.530 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:68(test_publishing_exam) 89/85 0.010 0.000 2.115 0.025 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/vertical_block.py:121(definition_from_xml) 144693 1.463 0.000 2.108 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:346(_convert_reference_fields_to_keys) 7258/7236 0.112 0.000 2.104 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:378(attributes) 693631/689131 0.398 0.000 2.104 0.000 /usr/lib/python2.7/json/encoder.py:417(_iterencode) 42 0.001 0.000 2.101 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1157(setUp) 1652 0.028 0.000 2.097 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_sites_extensions/models.py:26(patched_get_current) 23870 1.250 0.000 2.091 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:50(normalize) 1 0.000 0.000 2.089 2.089 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2299(test_partially_released_section) 2 0.000 0.000 2.087 1.044 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:216(__init__) 41 0.000 0.000 2.086 0.051 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:124(rendered_content) 99797 0.321 0.000 2.084 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:246(inherit_metadata) 1587 0.150 0.000 2.077 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:679(_update_module_references) 28016 0.109 0.000 2.077 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/lru_cache.py:94(wrapper) 5027 0.062 0.000 2.077 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:28(delete_batch) 7671 0.032 0.000 2.067 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/annotator_mixin.py:51(html_to_text) 42 0.001 0.000 2.058 0.049 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:239(_auto_auth) 177755 0.361 0.000 2.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:275(release) 5 0.000 0.000 2.051 0.410 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/import.py:27(handle) 160250 0.871 0.000 2.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:2116(update_join_types) 3960 0.018 0.000 2.040 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py:31(clear_course_from_cache) 11 0.001 0.000 2.034 0.185 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:49(update_from_json) 14 0.001 0.000 2.028 0.145 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:62(import_handler) 3931 0.024 0.000 2.025 0.001 /usr/lib/python2.7/logging/__init__.py:1183(error) 16 0.000 0.000 2.025 0.127 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:316(get_orphans) 16 0.001 0.000 2.023 0.126 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1332(get_orphans) 7091 0.105 0.000 2.021 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/courses.py:11(course_image_url) 138177 0.642 0.000 2.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongodb_proxy.py:48(decorate) 1 0.000 0.000 2.021 2.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:600(test_set_get_section_grader_ajax) 30839 0.039 0.000 2.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1067(_ensure_connected) 2 0.000 0.000 2.020 1.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:331(setUp) 1902 0.030 0.000 2.018 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:424(user_profile_pre_save_callback) 3843 0.036 0.000 2.014 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:584(exists) 12884 0.042 0.000 2.013 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:124(_bulk_operations) 216108 0.733 0.000 2.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:74(queries_logged) 7717 0.012 0.000 2.011 0.000 /usr/lib/python2.7/HTMLParser.py:110(feed) 99676 0.118 0.000 2.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:84(writer) 3567/1189 0.137 0.000 2.004 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:144(create_modulestore_instance) 7763 0.619 0.000 1.999 0.000 /usr/lib/python2.7/HTMLParser.py:143(goahead) 72640 0.063 0.000 1.997 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:267(wrapped) 2 0.000 0.000 1.990 0.995 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1335(test_content_group_not_indexed_on_delete) 351270 1.817 0.000 1.988 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:879(revision) 70132 1.291 0.000 1.987 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2660(insert_on) 1273 0.037 0.000 1.959 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:136(__init__) 558649 1.419 0.000 1.958 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:91(add) 3843 0.025 0.000 1.951 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:474(has_results) 132524 0.128 0.000 1.946 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:130() 14 0.064 0.005 1.946 0.139 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:95(_import_handler) 2818 0.030 0.000 1.936 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:318(fields) 1591 0.015 0.000 1.933 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/middleware.py:17(process_request) 110163 0.592 0.000 1.925 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1128(scan_block_scalar_breaks) 8073 0.057 0.000 1.921 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:172(__getitem__) 27156 0.106 0.000 1.919 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1200(resource_filename) 74 0.001 0.000 1.919 0.026 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:224(build) 1591 0.012 0.000 1.912 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/models.py:22(get_theme) 7287016 1.907 0.000 1.907 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:845(_valid_bytechar) 41783 0.152 0.000 1.893 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/module_loading.py:15(import_string) 922 0.005 0.000 1.879 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:20(update_last_login) 1634 0.039 0.000 1.872 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:238(process_request) 142 0.007 0.000 1.869 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:148(get_cohort) 6446 0.012 0.000 1.865 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/factory.py:60(create_from_cache) 1163 0.014 0.000 1.863 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/request_context.py:41(get_template_request_context) 6452 0.053 0.000 1.855 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/cache.py:64(get) 9586 0.031 0.000 1.853 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:472(value_to_db_decimal) 5 0.000 0.000 1.853 0.371 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1243(setUp) 3067 0.012 0.000 1.850 0.001 /usr/lib/python2.7/logging/__init__.py:1195(exception) 2 0.000 0.000 1.849 0.925 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1390(test_different_groups_indexed_on_assigned_html_blocks) 33291 0.273 0.000 1.848 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:423(get_provider) 1129 0.099 0.000 1.842 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3037(partition_xblock_fields_by_scope) 1629 0.043 0.000 1.842 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:44(process_request) 28559 0.074 0.000 1.832 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:144(get_module_data) 1 0.000 0.000 1.829 1.829 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_helpers.py:58(test_xblock_type_display_name) 31757 0.242 0.000 1.823 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:361(_from_deprecated_string) 53 0.001 0.000 1.819 0.034 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:91(fetch) 11141 0.479 0.000 1.818 0.000 /usr/lib/python2.7/traceback.py:78(extract_tb) 1589666 1.812 0.000 1.813 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:102(__setitem__) 3383 0.020 0.000 1.812 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1143(has_item) 1 0.000 0.000 1.808 1.808 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:77(test_basic) 1077237 1.629 0.000 1.801 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1937(__setattr__) 355919 0.383 0.000 1.795 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:106(get) 1166 0.074 0.000 1.791 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:872(get_fields) 147278 0.794 0.000 1.784 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:358(__query_spec) 46919 0.295 0.000 1.781 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1226(__init__) 100255 0.303 0.000 1.779 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:375(xblock_kvs) 7 0.000 0.000 1.776 0.254 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:29(migrate_mongo_course) 115 0.001 0.000 1.776 0.015 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:289(urls) 20751 0.200 0.000 1.775 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:149(split) 115 0.103 0.001 1.775 0.015 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:242(get_urls) 194759 1.226 0.000 1.773 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:245(_live_receivers) 6 0.001 0.000 1.772 0.295 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:807(setUp) 16 0.000 0.000 1.767 0.110 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1255(reindex_course) 89098 0.100 0.000 1.759 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:52(reader) 21012 0.455 0.000 1.758 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1780(add_extra) 62245/31205 0.236 0.000 1.755 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:183(resolve_expression) 62934 0.182 0.000 1.751 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:385(__init__) 2 0.000 0.000 1.748 0.874 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1259(test_content_group_gets_indexed) 1 0.000 0.000 1.746 1.746 /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.744 0.218 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1646(get_xblock_problem) 7258/7236 0.119 0.000 1.743 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:200(build) 1142 0.004 0.000 1.741 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:44(__contains__) 137753 0.418 0.000 1.739 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:1151() 88706 0.441 0.000 1.738 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:245(__div__) 5732 0.055 0.000 1.738 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:567(compile) 3843 0.026 0.000 1.738 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:803(has_results) 5088 0.054 0.000 1.735 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:383(get_definition) 2 0.000 0.000 1.734 0.867 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_gating.py:16(setUp) 8574 0.117 0.000 1.731 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:255(force_save_fields) 25176 0.120 0.000 1.726 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:351(get_cached_block) 1 0.000 0.000 1.725 1.725 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:478(test_get_cohorted_commentables) 1 0.000 0.000 1.716 1.716 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1600(test_import_into_new_course_id) 5 0.010 0.002 1.707 0.341 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:25(rerun_course) 349/197 0.011 0.000 1.707 0.009 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:533(import_xblock) 1316619/689013 1.179 0.000 1.706 0.000 /usr/lib/python2.7/json/encoder.py:341(_iterencode_dict) 1260 0.095 0.000 1.705 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.699 1.699 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:88(test_pdf_asset) 7 0.000 0.000 1.698 0.243 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:87(setUp) 172279 0.844 0.000 1.696 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:21(__init__) 4138 0.039 0.000 1.695 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:324(index) 177755 0.730 0.000 1.691 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:255(release) 19 0.000 0.000 1.689 0.089 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:348(setUp) 1291433 0.887 0.000 1.687 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:317(_is_own_field) 184450 1.679 0.000 1.679 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/linecache.py:47(checkcache) 1 0.000 0.000 1.679 1.679 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:714(test_can_use_one_content_group_in_multiple_problems) 18334 0.277 0.000 1.670 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:226(savepoint) 2 0.000 0.000 1.669 0.835 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:74(_asset_index) 2892418 1.665 0.000 1.665 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:598(iteritems) 21015 0.405 0.000 1.665 0.000 /usr/lib/python2.7/decimal.py:2173(__pow__) 2 0.000 0.000 1.661 0.830 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1415(test_different_groups_indexed_on_same_vertical_html_blocks) 2321 0.030 0.000 1.657 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:611(_breadth_first) 17 0.000 0.000 1.657 0.097 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:163(save_course_update_items) 2250 0.026 0.000 1.651 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:396(_convert_to_draft) 163695 1.649 0.000 1.649 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:329(normpath) 1 0.000 0.000 1.636 1.636 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:202(setUpClass) 1 0.001 0.001 1.630 1.630 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:758(test_many_users) 209596 1.620 0.000 1.621 0.000 /usr/lib/python2.7/functools.py:17(update_wrapper) 168116 1.181 0.000 1.617 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:52(__init__) 144 0.004 0.000 1.614 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/helpers.py:28(users) 30 0.001 0.000 1.613 0.054 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:66(_display_library) 351554 0.441 0.000 1.611 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:445(_validate_num_tabs_of_type) 5 0.000 0.000 1.608 0.322 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_users_default_role.py:31(_create_course_with_given_location) 1 0.000 0.000 1.608 1.608 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_helpers.py:16(test_xblock_studio_url) 250 0.001 0.000 1.601 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:155(get_template) 250 0.003 0.000 1.600 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:138(find_template) 70 0.003 0.000 1.599 0.023 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:492(delete_item) 42 0.006 0.000 1.596 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1999(auto_auth) 500 0.001 0.000 1.595 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/base.py:12(__call__) 500 0.003 0.000 1.594 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/base.py:15(load_template) 130553 0.580 0.000 1.594 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:333(location) 1721 0.008 0.000 1.593 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:151(_get_new_session_key) 1 0.000 0.000 1.587 1.587 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1701(test_metadata_inheritance) 64491 1.052 0.000 1.580 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/dateparse.py:84(parse_datetime) 1 0.000 0.000 1.578 1.578 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1806(test_entrance_exam_sequential_xblock_info) 53 0.010 0.000 1.578 0.030 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:99(populate) 130 0.003 0.000 1.576 0.012 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:442(dispatch) 78555 0.216 0.000 1.575 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2023(get_col) 1622 0.018 0.000 1.573 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/middleware.py:16(process_request) 71 0.002 0.000 1.573 0.022 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:560(import_drafts) 1056 0.020 0.000 1.572 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:62(authenticate) 20 0.000 0.000 1.570 0.079 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:206(setUp) 25119 0.536 0.000 1.565 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/course_tabs.py:19(get_tab_types) 52900 0.149 0.000 1.563 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1952(get_db_prep_save) 78 0.003 0.000 1.562 0.020 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:303(import_courselike) 3 0.000 0.000 1.558 0.519 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:586(setUp) 1 0.000 0.000 1.552 1.552 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:366(test_cohorting_with_no_auto_cohorts) 63061 0.080 0.000 1.546 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:194(__init__) 19605 0.185 0.000 1.545 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:242(_map_revision_to_branch) 3 0.000 0.000 1.545 0.515 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:202(test_advanced_settings) 52615 0.129 0.000 1.544 0.000 /edx/app/edxapp/edx-platform/common/lib/dogstats/dogstats_wrapper/wrapper.py:23(increment) 49838 0.348 0.000 1.538 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:60(writer_enters) 2 0.002 0.001 1.537 0.768 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:252(render_multiple) 2459/2321 0.028 0.000 1.537 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:627(_internal) 362 0.022 0.000 1.535 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:520(render) 1652 0.016 0.000 1.535 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_sites_extensions/models.py:76(patched_get_site_by_request) 30806 0.150 0.000 1.533 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/__init__.py:155(uuid) 156038 1.097 0.000 1.532 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:548(update) 1298 0.016 0.000 1.524 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:307(_get_authorized_user) 2998 0.081 0.000 1.521 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:882(student_view_data) 29 0.001 0.000 1.518 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:90(_refresh_children) 11 0.000 0.000 1.516 0.138 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:160(library_blocks_view) 7 0.000 0.000 1.515 0.216 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:787(_delete_orphans) 13340 0.043 0.000 1.502 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:632(urls) 347/329 0.002 0.000 1.500 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:490(data) 141187 0.252 0.000 1.496 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:145(get_db_prep_lookup) 6752 0.091 0.000 1.496 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:405(supplemental_fields) 25 0.001 0.000 1.494 0.060 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:501(_can_access_library) 1 0.000 0.000 1.492 1.492 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:567(test_cannot_delete_used_group_configuration) 1 0.000 0.000 1.489 1.489 /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) 18793 0.101 0.000 1.484 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:667(for_branch_setting) 1 0.012 0.012 1.483 1.483 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:73(decorated_func) 1 0.000 0.000 1.480 1.480 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:959(test_error_message_present) 71 0.001 0.000 1.472 0.021 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:469(get_courselike) 1 0.000 0.000 1.470 1.470 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:197(test_asset_import) 269706 0.120 0.000 1.467 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:146(next) 4 0.001 0.000 1.466 0.367 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:134(test_set_roles) 37605 0.054 0.000 1.461 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:874(using) 374476 1.451 0.000 1.461 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1925(__getattr__) 13 0.001 0.000 1.458 0.112 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1205(advanced_settings_handler) 16 0.001 0.000 1.456 0.091 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1158(_create_xblock_ancestor_info) 11 0.002 0.000 1.454 0.132 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:214(_update_partitions) 13340 0.405 0.000 1.453 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:613(get_urls) 54088 0.093 0.000 1.452 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dogapi/stats/dog_stats_api.py:111(increment) 62410 0.131 0.000 1.448 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:295(copy) 17 0.000 0.000 1.445 0.085 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:229(setUp) 253 0.003 0.000 1.440 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/request_context.py:32(get_template_context_processors) 1056 0.022 0.000 1.438 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:23(authenticate) 33291 0.137 0.000 1.438 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1542(__init__) 1014 0.009 0.000 1.437 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:71(delete) 5 0.000 0.000 1.436 0.287 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:430(setUp) 2530 0.002 0.000 1.436 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/request_context.py:38() 302004 0.662 0.000 1.434 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:135(__eq__) 46924 0.586 0.000 1.433 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:524(__init__) 7258/7236 0.124 0.000 1.432 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:72(__fill__) 297500 0.324 0.000 1.427 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:292(__init__) 221555 0.948 0.000 1.427 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:288(_route_db) 110 0.005 0.000 1.420 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1961(create_account) 1 0.000 0.000 1.420 1.420 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:623(test_ordering) 5 0.000 0.000 1.420 0.284 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:629(verify_order) 172419 1.136 0.000 1.417 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:987(prepare_lookup_value) 1 0.000 0.000 1.415 1.415 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:1000(test_update_usage_info) 355947 1.249 0.000 1.412 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:92(_make_vigil) 1649421 1.410 0.000 1.410 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:19(__init__) 162372 1.208 0.000 1.410 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:738(get_db_prep_lookup) 7544 0.017 0.000 1.409 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:58(get) 22415 0.716 0.000 1.404 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:131(build_tracer) 1201 1.169 0.001 1.401 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/filesystem.py:33(load_template_source) 59/16 0.001 0.000 1.399 0.087 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1165(collect_ancestor_info) 3088 0.041 0.000 1.398 0.000 /usr/lib/python2.7/logging/__init__.py:431(formatException) 1 0.000 0.000 1.397 1.397 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:141(test_path_to_location_for_orphan_vertical) 3 0.000 0.000 1.395 0.465 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:111(_test_html_content) 53 0.001 0.000 1.390 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:52(_create_library) 5702 0.522 0.000 1.388 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:717(iter_entry_points) 3 0.000 0.000 1.386 0.462 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/utils.py:24(get_page_html) 844799 1.133 0.000 1.381 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/copy_reg.py:92(__newobj__) 51 0.019 0.000 1.376 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:105(fetch) 1 0.000 0.000 1.374 1.374 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:1011(test_update_usage_info_no_message) 1 0.000 0.000 1.373 1.373 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:180(test_about_overrides) 112715 0.425 0.000 1.373 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:595(get_from_clause) 195566 0.404 0.000 1.372 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:899(db) 252790 0.294 0.000 1.372 0.000 /usr/lib/python2.7/urllib.py:1301(quote_plus) 53124 0.104 0.000 1.369 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:456(_compare_greater_than_equal) 44549 0.306 0.000 1.366 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:35(reader_enters) 2 0.000 0.000 1.365 0.683 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:571(test_time_based_index) 67245 0.524 0.000 1.365 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/dispatch/signal.py:146(send) 197601 0.794 0.000 1.364 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:896(join) 1224 0.037 0.000 1.362 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:545(__init__) 33470 0.417 0.000 1.362 0.000 /usr/lib/python2.7/uuid.py:582(uuid4) 251487 0.433 0.000 1.360 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:114(smart_bytes) 3088 0.021 0.000 1.358 0.000 /usr/lib/python2.7/traceback.py:110(print_exception) 1 0.000 0.000 1.356 1.356 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:969(test_warning_message_present) 18334 0.104 0.000 1.350 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:208(_savepoint) 2 0.000 0.000 1.348 0.674 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:661(check_components_on_page) 949945 1.348 0.000 1.348 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:35(_find_field) 1 0.007 0.007 1.347 1.347 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:163(test_rate_limit_login) 269706 0.182 0.000 1.347 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:140(__next__) 18 0.000 0.000 1.346 0.075 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:478(setUp) 10390 0.142 0.000 1.346 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py:45(get_block_structure_manager) 31 0.035 0.001 1.342 0.043 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:202(process_extra) 1 0.000 0.000 1.341 1.341 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:99(test_no_static_link_rewrites_on_import) 1 0.000 0.000 1.339 1.339 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2145(test_license_import) 18706 0.045 0.000 1.335 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py:126(is_timed_exam) 8434 0.034 0.000 1.335 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/model.py:71(clear_cache) 21276 0.081 0.000 1.334 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:289(as_sql) 277524 0.826 0.000 1.334 0.000 /usr/lib/python2.7/threading.py:373(notify) 3402 1.322 0.000 1.332 0.000 /usr/lib/python2.7/lib-tk/Tkinter.py:31() 91 0.002 0.000 1.331 0.015 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/viewsets.py:69(view) 23263 0.124 0.000 1.327 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:658(find) 41991/11496 0.398 0.000 1.326 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:741(_compute_inherited_metadata) 16850 0.079 0.000 1.322 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:362(cache_block) 1 0.000 0.000 1.321 1.321 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:282(test_rewrite_nonportable_links_on_import) 67923 0.111 0.000 1.318 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:327(_get_modulestore_branch_setting) 16853 0.136 0.000 1.314 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:24(__init__) 1720 0.018 0.000 1.313 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:32(exists) 1 0.000 0.000 1.309 1.309 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:156(test_contentstore_views_entrance_exam_delete) 1190 0.011 0.000 1.308 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/models.py:33(get_value) 38243 0.123 0.000 1.308 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:190() 13231 0.127 0.000 1.303 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:984(as_sql) 1 0.000 0.000 1.302 1.302 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:164(apps) 1 0.000 0.000 1.302 1.302 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:129(test_json_responses) 8434 0.079 0.000 1.301 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/core.py:88(delete_instance) 3426 0.035 0.000 1.300 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/library_content.py:30(collect) 110 0.012 0.000 1.299 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1613(create_account_with_params) 488392 0.645 0.000 1.295 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:338(__getitem__) 1054/896 0.008 0.000 1.290 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:744(_include_file) 951 0.033 0.000 1.287 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:305(render_include) 3064 0.245 0.000 1.286 0.000 /usr/lib/python2.7/traceback.py:46(print_tb) 33 0.000 0.000 1.280 0.039 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:21(setUp) 1 0.000 0.000 1.278 1.278 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2420(test_unreleased_section_with_live_subsection) 221172 1.277 0.000 1.278 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:29(__init__) 383587 1.272 0.000 1.274 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:126(force_bytes) 1053 0.010 0.000 1.273 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/backends.py:12(authenticate) 84457 0.485 0.000 1.273 0.000 /usr/lib/python2.7/logging/__init__.py:312(getMessage) 1224 0.022 0.000 1.264 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:560(do_connection) 2 0.000 0.000 1.260 0.630 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:551(test_not_indexing_unpublished_content) 62865 0.072 0.000 1.259 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:83(_set_field) 76995 0.178 0.000 1.258 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:358(abspath) 162463 0.169 0.000 1.258 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:150(process_lhs) 924 0.012 0.000 1.257 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_nose/runner.py:360(_foreign_key_ignoring_handle) 1115 0.026 0.000 1.254 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:297(create_parser) 425 0.003 0.000 1.253 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:594(to_representation) 9 0.000 0.000 1.251 0.139 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2182(_set_release_date) 84450 0.229 0.000 1.250 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:87(filter) 1 0.000 0.000 1.249 1.249 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py:55(test_delete_orphans_published_branch_split) 1 0.000 0.000 1.247 1.247 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:76(test_import_course_into_similar_namespace) 213736 1.103 0.000 1.247 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:343(_cmpkey) 81 1.186 0.015 1.246 0.015 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:162(start) 1 0.000 0.000 1.245 1.245 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:73(test_container_on_container_html) 924 0.014 0.000 1.240 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:51(handle) 18334 0.067 0.000 1.238 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:256(savepoint_commit) 2492/2281 0.040 0.000 1.238 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1247(__enter__) 3450 0.015 0.000 1.236 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:217() 267603 1.235 0.000 1.235 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:866(category) 55751 0.300 0.000 1.233 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:842() 303189 1.102 0.000 1.233 0.000 /usr/lib/python2.7/threading.py:147(acquire) 1607 0.021 0.000 1.223 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:486(first) 1 0.000 0.000 1.223 1.223 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1663(test_import_metadata_with_attempts_empty_string) 1 0.000 0.000 1.221 1.221 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2253(test_published_unit) 1 0.000 0.000 1.221 1.221 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:841(test_draft_metadata) 119 0.001 0.000 1.220 0.010 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/backends/django.py:29(get_template) 1908 0.030 0.000 1.220 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1110(has_course) 3178443 1.197 0.000 1.218 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:224(_field_data) 1622 0.024 0.000 1.218 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/middleware.py:102(process_request) 26967 0.276 0.000 1.214 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/utils.py:113(log_pprint) 126591 1.101 0.000 1.214 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:113(__init__) 656993 0.722 0.000 1.209 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:30(_new_instance) 67923 0.425 0.000 1.207 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:336(get_branch_setting) 1 0.000 0.000 1.205 1.205 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:76(setUpClass) 1 0.000 0.000 1.205 1.205 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:134(test_save_valid_course_invalid_org) 172 0.001 0.000 1.201 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:176(__init__) 172 0.001 0.000 1.200 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:249(compile_string) 26273 0.089 0.000 1.200 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:223(exists) 22 0.001 0.000 1.197 0.054 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:15(setUp) 209813 0.908 0.000 1.193 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1491(trim_joins) 741 0.005 0.000 1.192 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:332(_writable_fields) 18630 0.067 0.000 1.192 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:514(from_course_property) 219000 0.750 0.000 1.191 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1636(foreign_related_fields) 106393 0.360 0.000 1.190 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1460(get_prep_value) 1 0.000 0.000 1.188 1.188 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:24(test_course_update) 3589 0.057 0.000 1.187 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:531(get_definition) 1591 0.090 0.000 1.187 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/api.py:17(released_languages) 3 0.000 0.000 1.186 0.395 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:471(test_verify_deprecated_warning_message) 38243 0.464 0.000 1.185 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2928(convert_references_to_keys) 71 0.058 0.001 1.180 0.017 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:772(_import_course_draft) 20860/2826 0.377 0.000 1.179 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:359(resolve) 30 0.003 0.000 1.177 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:250(xblock_view_handler) 61 0.001 0.000 1.175 0.019 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/mixins.py:39(list) 5 0.000 0.000 1.172 0.234 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:239(post_course_update) 1281 0.027 0.000 1.172 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:758(count) 3 0.000 0.000 1.171 0.390 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/helpers.py:76(config_course_cohorts_legacy) 7514 0.013 0.000 1.171 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:150(is_enabled) 501448 1.169 0.000 1.170 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:450() 269706 1.164 0.000 1.164 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:59(get_token) 124028 0.409 0.000 1.164 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:602(load_block_type) 1076 0.065 0.000 1.160 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:406(get_explicitly_set_fields_by_scope) 2 0.000 0.000 1.157 0.579 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:265(test_get_cohort_sql_queries) 85107 1.157 0.000 1.157 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:209(validate_key) 20798 0.138 0.000 1.155 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:582(__init__) 3 0.000 0.000 1.151 0.384 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:429(_create_test_data) 142907 0.181 0.000 1.151 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:177(regex) 2 0.000 0.000 1.150 0.575 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:559(test_not_indexable) 8558 0.084 0.000 1.149 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:527(delete_by_value) 719810 0.953 0.000 1.147 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:398(_set_cached_value) 31040 0.305 0.000 1.142 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:548(find_ordering_name) 1 0.000 0.000 1.142 1.142 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:330(test_cohorting_with_migrations_done) 272379 1.141 0.000 1.141 0.000 /usr/lib/python2.7/urllib.py:1262(quote) 3 0.000 0.000 1.139 0.380 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_users_default_role.py:17(setUp) 972 0.762 0.001 1.137 0.001 /usr/lib/python2.7/lib-tk/tkCommonDialog.py:11() 23263 0.139 0.000 1.137 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1659(__init__) 3044/172 0.049 0.000 1.132 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:305(parse) 25910 0.933 0.000 1.131 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:137(__init__) 18334 0.088 0.000 1.131 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:216(_savepoint_commit) 924 0.011 0.000 1.129 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:69(loaddata) 1054 0.006 0.000 1.127 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:161(get_by_natural_key) 3 0.000 0.000 1.125 0.375 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:683(test_container_handler_xss_prevent) 483731 0.983 0.000 1.122 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:23(__getattr__) 7 0.000 0.000 1.122 0.160 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:171(setUp) 21015 0.181 0.000 1.121 0.000 /usr/lib/python2.7/decimal.py:3643(__format__) 433 0.002 0.000 1.121 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:141(setUp) 82 0.001 0.000 1.118 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:420(_update_with_callback) 2 0.000 0.000 1.117 0.559 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:595(test_course_location_null) 1 0.000 0.000 1.113 1.113 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1373(test_course_substring) 390623/390518 0.659 0.000 1.110 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:297(__getattr__) 10 0.001 0.000 1.109 0.111 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:87(setUp) 1170205 1.107 0.000 1.107 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:638(get_db_converters) 10395 0.085 0.000 1.106 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:361(make_course_usage_key) 8487 0.030 0.000 1.105 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:196(delete_many) 5815/5732 0.041 0.000 1.101 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:706(parse) 268753 1.020 0.000 1.099 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1207(mix) 72 0.011 0.000 1.098 0.015 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:130(setUp) 116504 0.944 0.000 1.095 0.000 /usr/lib/python2.7/decimal.py:514(__new__) 1 0.000 0.000 1.094 1.094 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2268(test_released_unit) 18 0.001 0.000 1.093 0.061 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:448(certificates_detail_handler) 35 0.000 0.000 1.093 0.031 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:174(update_about_video) 3678/2706 0.098 0.000 1.092 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3144(_copy_subdag) 924 0.031 0.000 1.092 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:184(find_fixtures) 681 0.011 0.000 1.089 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:143(save) 9 0.000 0.000 1.086 0.121 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:159(__exit__) 1775 0.010 0.000 1.085 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1137(full_clean) 1 0.000 0.000 1.083 1.083 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:230(test_icrv_requirement_ordering) 41 0.000 0.000 1.083 0.026 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/backends/django.py:44(render) 2 0.000 0.000 1.083 0.541 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:555(test_deleting_item) 1 0.000 0.000 1.083 1.083 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2408(test_unscheduled_section_with_live_subsection) 90/41 0.001 0.000 1.081 0.026 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:204(render) 576179/573666 0.404 0.000 1.076 0.000 /usr/lib/python2.7/json/encoder.py:288(_iterencode_list) 100553 0.256 0.000 1.071 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:431(_check_or_enforce_type) 2 0.000 0.000 1.070 0.535 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2457(test_self_paced_item_visibility_state) 31994/31978 0.374 0.000 1.070 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:148(sub) 936590 1.066 0.000 1.067 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:343(__setattr__) 15983/12563 0.024 0.000 1.067 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:333(reverse_dict) 2 0.000 0.000 1.066 0.533 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1881(test_validate_start_date) 1 0.000 0.000 1.059 1.059 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:117(test_invalid_asset_overwrite) 2916 0.018 0.000 1.059 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:24(is_credit_course) 182 0.002 0.000 1.059 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:126(get_course_and_check_access) 1 0.000 0.000 1.056 1.056 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:100(test_import_delete_pre_exiting_entrance_exam) 112 0.003 0.000 1.052 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:204(get_random_cohort) 1508408 1.049 0.000 1.049 0.000 /usr/lib/python2.7/collections.py:90(__iter__) 2939 0.053 0.000 1.047 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:221(is_credit_course) 172/41 0.001 0.000 1.045 0.025 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:90(instrumented_test_render) 184450 0.231 0.000 1.041 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/linecache.py:13(getline) 285606 0.265 0.000 1.041 0.000 /usr/lib/python2.7/random.py:273(choice) 1589/41 0.016 0.000 1.040 0.025 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:901(render) 6940/41 0.007 0.000 1.040 0.025 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:918(render_node) 82/41 0.001 0.000 1.040 0.025 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:112(render) 5027 0.021 0.000 1.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:23(do_query) 1622 0.007 0.000 1.034 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/model.py:80(get) 94387 0.439 0.000 1.032 0.000 /usr/lib/python2.7/threading.py:479(release) 106393 0.748 0.000 1.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:118(value_to_db_datetime) 21373 0.760 0.000 1.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:209(wrapper) 1681 0.971 0.001 1.029 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:206(open) 1154 0.041 0.000 1.027 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/core.py:17(get_instance) 10909/5815 0.060 0.000 1.027 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:317(_parse_sub) 2015 0.039 0.000 1.025 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/signals.py:18(on_course_publish) 941 0.006 0.000 1.021 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/models.py:228(post_save) 945 0.023 0.000 1.019 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/models.py:237(create_historical_record) 20 0.002 0.000 1.017 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:350(certificates_list_handler) 1 0.000 0.000 1.016 1.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:432(test_export_course_with_metadata_only_word_cloud) 3 0.000 0.000 1.015 0.338 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:138(setup_test_course) 5 0.000 0.000 1.013 0.203 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_orphans.py:21(handle) 55/31 0.000 0.000 1.012 0.033 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:191(render) 55/31 0.000 0.000 1.012 0.033 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1872(render) 5682 0.077 0.000 1.011 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:61(filtered_list) 4438 0.009 0.000 1.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:47(__getitem__) 8828 0.120 0.000 1.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/crypto.py:53(get_random_string) 1 0.000 0.000 1.007 1.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:134(test_toggle_pacing_during_course_run) 3652 0.108 0.000 1.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:814(__simple_command) 41 0.000 0.000 1.003 0.024 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:84(_resolve_template) 41 0.000 0.000 1.003 0.024 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:75(resolve_template) 13214/5954 0.479 0.000 1.003 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:395(_parse) 12 0.001 0.000 1.002 0.084 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/utils.py:64(are_permissions_roles_seeded) 65 0.000 0.000 1.002 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:48(setUp) 10 0.000 0.000 1.000 0.100 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:763(orphan_handler) 23263 0.105 0.000 0.998 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:669(_get_dataset) 7135 0.079 0.000 0.998 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:96(get_value) 71 0.001 0.000 0.998 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:378(_login_response) 3652 0.034 0.000 0.997 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:290(connect) 4 0.000 0.000 0.997 0.249 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:55(setUp) 1 0.000 0.000 0.996 0.996 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1240(test_forum_unseeding_with_multiple_courses) 37 0.002 0.000 0.996 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:432(component_handler) 10 0.001 0.000 0.995 0.099 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:288(_get_videos) 1835 0.040 0.000 0.994 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:42(_filter_or_exclude) 11 0.001 0.000 0.992 0.090 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:148(test_fetch_about_attribute) 15811 0.056 0.000 0.991 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:427(parse_block_mapping_key) 2900 0.015 0.000 0.989 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/paths.py:55(get_template) 47589 0.156 0.000 0.989 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:48(get) 492 0.011 0.000 0.989 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:126(_collect_max_score) 33291 0.382 0.000 0.988 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1546(_setup_prefix) 1255912 0.988 0.000 0.988 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/course_tabs.py:24(compare_tabs) 20117 0.283 0.000 0.987 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:66(__init__) 55/31 0.002 0.000 0.986 0.032 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1293(render) 15680 0.071 0.000 0.981 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:504(_is_in_bulk_operation) 55/31 0.001 0.000 0.976 0.031 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:780(render) 134972 0.483 0.000 0.976 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:77(load_class) 1589 0.033 0.000 0.976 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/middleware.py:68(process_request) 186 0.005 0.000 0.975 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:96(has_permission) 162463 0.975 0.000 0.975 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.975 0.975 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:154(test_json_responses) 1667103 0.835 0.000 0.971 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1951(extra_select) 4428 0.012 0.000 0.971 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:465(run_validation) 26654 0.207 0.000 0.971 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:915(set_grading_policy) 188 0.001 0.000 0.967 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:333() 2 0.000 0.000 0.966 0.483 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:253(_verify_split_test_import) 23 0.000 0.000 0.964 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:111(videos_handler) 750 0.003 0.000 0.963 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:261(own_metadata) 2737 0.063 0.000 0.963 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:702(get_queryset) 1252/1233 0.072 0.000 0.961 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2135(create_autospec) 84450 0.154 0.000 0.960 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:47(allow) 105434 0.633 0.000 0.951 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:102(__init__) 39846 0.081 0.000 0.949 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:728(_add_transformer) 1 0.000 0.000 0.949 0.949 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:662(test_display_name) 5 0.000 0.000 0.949 0.190 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:666(verify_name) 33507 0.946 0.000 0.946 0.000 /usr/lib/python2.7/uuid.py:103(__init__) 4 0.000 0.000 0.944 0.236 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1690(_verify_advanced_xblocks) 3 0.000 0.000 0.942 0.314 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:575(test_org_based_access) 1 0.000 0.000 0.942 0.942 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_unit_page.py:37(test_public_child_container_preview_html) 2 0.000 0.000 0.941 0.471 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1810(setUp) 341459 0.782 0.000 0.940 0.000 /usr/lib/python2.7/contextlib.py:82(helper) 1 0.000 0.000 0.940 0.940 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2283(test_unpublished_changes) 4 0.000 0.000 0.939 0.235 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:795(test_certificate_activation_without_write_permissions) 155336 0.276 0.000 0.938 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/utils.py:101(_safe_repr) 615 0.016 0.000 0.935 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:149(create) 3652 0.398 0.000 0.932 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:235(create_connection) 1 0.000 0.000 0.932 0.932 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1762(test_image_import) 3 0.000 0.000 0.932 0.311 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:544(test_acccess) 82 0.001 0.000 0.931 0.011 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:195(do_extends) 486 0.027 0.000 0.930 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:278(max_score) 160242 0.810 0.000 0.930 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:64(__init__) 7 0.001 0.000 0.930 0.133 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1717(get_orphans) 129 0.002 0.000 0.919 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:655(create_library) 17142 0.214 0.000 0.919 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:128(can_fast_delete) 24860 0.201 0.000 0.919 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:909(_iter_documents) 67485 0.416 0.000 0.916 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/base.py:153(__init__) 11619 0.125 0.000 0.913 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:456(__get__) 1 0.000 0.000 0.910 0.910 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2377(test_no_staff_only_subsection) 126 0.001 0.000 0.909 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1969(create_library) 227 0.008 0.000 0.909 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:82(save) 1468 0.043 0.000 0.907 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:85(server_track) 1663 0.028 0.000 0.906 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:322(tearDown) 72 0.002 0.000 0.900 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:586(content_importers) 43275 0.113 0.000 0.900 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:486(set_transformer_data) 1478/1477 0.017 0.000 0.897 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dogapi/stats/dog_stats_api.py:181(wrapped) 14 0.001 0.000 0.896 0.064 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:574(course_index) 284/51 0.046 0.000 0.895 0.018 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:442(add_xml_to_node) 856 0.018 0.000 0.892 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:190(load_file) 192383 0.143 0.000 0.890 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/crypto.py:76() 171314 0.888 0.000 0.888 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:677(_get_parent_cache) 1775 0.024 0.000 0.886 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1173(clean_fields) 160390 0.304 0.000 0.885 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:158(validate) 27894 0.883 0.000 0.884 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:362(__getstate__) 1 0.000 0.000 0.882 0.882 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:243(setUp) 5609 0.019 0.000 0.882 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:608(values_list) 1 0.000 0.000 0.881 0.881 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:665(test_can_get_correct_usage_info_for_content_groups) 1 0.000 0.000 0.881 0.881 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2344(test_no_staff_only_section) 74895 0.420 0.000 0.879 0.000 /usr/lib/python2.7/collections.py:121(values) 627191 0.879 0.000 0.879 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:234(__getitem__) 254/46 0.001 0.000 0.871 0.019 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:584(add_xml_to_node) 254/46 0.006 0.000 0.871 0.019 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1096(add_xml_to_node) 2 0.000 0.000 0.869 0.434 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1372(test_group_indexed_only_on_assigned_html_block) 254/46 0.005 0.000 0.866 0.019 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:563(export_to_xml) 1111820 0.865 0.000 0.865 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:455(__eq__) 12 0.001 0.000 0.864 0.072 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1109(grading_handler) 1 0.000 0.000 0.864 0.864 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tests/test_masquerade.py:38(setUpClass) 255 0.003 0.000 0.862 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:55(get_parent_xblock) 2 0.000 0.000 0.861 0.431 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:766(test_certificate_activation_success) 216108 0.861 0.000 0.861 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:217(create_cursor) 7144 0.015 0.000 0.858 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:28(is_site_configuration_enabled) 3969 0.018 0.000 0.855 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:581(clean) 61 0.000 0.000 0.855 0.014 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:661(data) 7 0.000 0.000 0.852 0.122 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:661(import_library_from_xml) 533742 0.852 0.000 0.852 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:95(__eq__) 476 0.004 0.000 0.852 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:79(clean_fields) 17878 0.070 0.000 0.850 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:933(_verify_modulestore_support) 34104 0.638 0.000 0.848 0.000 /usr/lib/python2.7/gettext.py:132(_expand_lang) 1122 0.044 0.000 0.848 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:409(get_definitions) 10891 0.035 0.000 0.848 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:498(apply_async) 1074 0.010 0.000 0.847 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:355(teardownContext) 1053/589 0.007 0.000 0.846 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:951(do_if) 1387/1178 0.008 0.000 0.844 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:166(do_block) 42412 0.282 0.000 0.844 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/datastructures.py:467(__getitem__) 7112 0.110 0.000 0.843 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:9(get_current_site_configuration) 5619 0.022 0.000 0.842 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:482(run_validators) 6 0.001 0.000 0.840 0.140 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_change_enrollment.py:17(setUp) 1 0.000 0.000 0.839 0.839 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:272(test_entrance_exam_created_updated_and_deleted_successfully) 1 0.000 0.000 0.839 0.839 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_import.py:77(test_existing_course_with_different_modulestore) 723033 0.637 0.000 0.837 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:363(_translate_key) 78 0.002 0.000 0.837 0.011 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:223(import_static) 233712 0.559 0.000 0.836 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:200(_separate_namespace) 3 0.000 0.000 0.836 0.279 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_preview.py:168(test_expected_services_exist) 11 0.000 0.000 0.835 0.076 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:124(update_minimum_grade_credit_from_json) 453625 0.813 0.000 0.835 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:505(get_field) 23151 0.221 0.000 0.834 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:273(parse_node) 1 0.000 0.000 0.830 0.830 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1767(test_entrance_exam_chapter_xblock_info) 15445 0.013 0.000 0.829 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:219(__getitem__) 4 0.000 0.000 0.823 0.206 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:707(test_refresh_library_content_permissions) 89877/61589 0.482 0.000 0.822 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:391(__repr__) 2 0.000 0.000 0.822 0.411 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:400(_test_time_based_index) 1 0.000 0.000 0.820 0.820 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:894(test_can_handle_multiple_partitions) 2 0.000 0.000 0.818 0.409 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:547(test_indexing_course) 1 0.000 0.000 0.818 0.818 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_import.py:61(test_truncated_course_with_url) 15445 0.027 0.000 0.816 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:209(__getattr__) 1 0.000 0.000 0.814 0.814 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:693(setUpClass) 184450 0.075 0.000 0.810 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/linecache.py:33(getlines) 1040 0.016 0.000 0.810 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:887(delete) 10891 0.147 0.000 0.807 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:527(freeze) 1 0.000 0.000 0.806 0.806 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:424(test_cannot_delete_used_content_group) 24 0.000 0.000 0.806 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:294(get_preview_fragment) 276 0.002 0.000 0.805 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:60(get_library) 1 0.000 0.000 0.801 0.801 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:219(test_contentstore_views_entrance_exam_get_bogus_exam) 387/363 0.042 0.000 0.800 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:72(__new__) 1469 0.006 0.000 0.797 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:22(log_event) 1 0.000 0.000 0.797 0.797 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1786(test_none_entrance_exam_chapter_xblock_info) 11 0.000 0.000 0.793 0.072 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader.py:49(select_template) 1 0.000 0.000 0.793 0.793 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:712(test_duplicate_equality_with_asides) 23 0.000 0.000 0.793 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:442(_url) 11 0.001 0.000 0.792 0.072 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:141(setUp) 276 0.001 0.000 0.791 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1066(get_library) 34 0.001 0.000 0.790 0.023 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:402(refresh_children) 47 0.161 0.003 0.789 0.017 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:58(import_static_content) 1 0.000 0.000 0.789 0.789 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:291(test_credit_requirement_blocks_ordering) 13403 0.028 0.000 0.787 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:669(fetch_plain) 1 0.000 0.000 0.785 0.785 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:168(concrete_apps) 63432 0.577 0.000 0.785 0.000 /usr/lib/python2.7/HTMLParser.py:282(parse_starttag) 20 0.009 0.000 0.784 0.039 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:100(serialize_course) 2 0.000 0.000 0.782 0.391 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1342(test_create_course_case_change) 17710 0.069 0.000 0.781 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:297(_reset_dirty_field) 26296 0.233 0.000 0.781 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:483(__init__) 1 0.000 0.000 0.781 0.781 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1529(test_basic_components_support_levels) 7840 0.064 0.000 0.780 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:71(compute_location) 177 0.039 0.000 0.778 0.004 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/header.html.py:33(render_body) 1 0.000 0.000 0.778 0.778 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1826(test_none_entrance_exam_sequential_xblock_info) 1 0.000 0.000 0.778 0.778 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2324(test_staff_only_section) 2 0.000 0.000 0.777 0.388 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:583(test_course_about_store_index) 128 0.000 0.000 0.776 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:227(_reload_item) 283615 0.776 0.000 0.776 0.000 /usr/lib/python2.7/random.py:813(random) 1 0.000 0.000 0.775 0.775 /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) 13 0.001 0.000 0.773 0.059 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:243(dump_courses_to_neo4j) 8 0.000 0.000 0.772 0.096 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:192(test_course_overview_behavior) 83981 0.084 0.000 0.771 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:420(__init__) 700 0.016 0.000 0.767 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:114(find) 463 0.003 0.000 0.766 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:339(_readable_fields) 955 0.018 0.000 0.765 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1915(validate) 9139 0.073 0.000 0.764 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:1216(makedirs_p) 1 0.000 0.000 0.761 0.761 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2433(test_locked_section_staff_only_message) 3 0.000 0.000 0.761 0.254 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:146(test_max_items) 17909 0.052 0.000 0.761 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:308(send_pre_publish_signal) 9 0.000 0.000 0.760 0.084 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:17(setUp) 4145 0.004 0.000 0.759 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.758 0.758 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py:86(create_split_course_with_published_orphan) 85983 0.176 0.000 0.757 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:397(__len__) 22415 0.128 0.000 0.756 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:431(either) 71329 0.614 0.000 0.756 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:46(isdir) 4145 0.036 0.000 0.755 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:601(__init__) 8562 0.053 0.000 0.752 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:466(user_post_save_callback) 38 0.000 0.000 0.751 0.020 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:84(handle) 7 0.000 0.000 0.751 0.107 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:301(_get_index_videos) 1544 0.009 0.000 0.751 0.000 /usr/lib/python2.7/glob.py:29(iglob) 38 0.002 0.000 0.751 0.020 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1330(handle) 1 0.000 0.000 0.750 0.750 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:139(test_asset_import_nostatic) 1 0.000 0.000 0.746 0.746 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:53(test_container_html) 1 0.000 0.000 0.744 0.744 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2356(test_staff_only_subsection) 4421 0.016 0.000 0.743 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:142(emit) 20302 0.026 0.000 0.743 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:270(parse_block_node_or_indentless_sequence) 67450 0.255 0.000 0.742 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1704(get_path_info) 143889 0.290 0.000 0.742 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:283(get_lookup) 38 0.000 0.000 0.739 0.019 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1011(handle) 1 0.000 0.000 0.739 0.739 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:159(test_no_static_link_rewrites_on_import) 2 0.000 0.000 0.739 0.369 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:587(test_course_about_mode_index) 84450 0.142 0.000 0.738 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:68(_deny) 174170 0.731 0.000 0.736 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:463(_check) 1 0.000 0.000 0.735 0.735 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:176(test_pre_requisite_course_update_and_fetch) 157 0.734 0.005 0.735 0.005 /edx/app/edxapp/venvs/edxapp/lib/python2.7/linecache.py:72(updatecache) 10464 0.061 0.000 0.734 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:58(emit_field_changed_events) 368948 0.734 0.000 0.734 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:82(split) 469796 0.733 0.000 0.733 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8.py:15(decode) 1 0.000 0.000 0.732 0.732 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:458(test_import_after_renaming_xml_data) 1 0.000 0.000 0.731 0.731 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:693(test_advanced_components_in_edit_unit) 1264 0.648 0.001 0.728 0.001 /usr/lib/python2.7/glob.py:71(glob1) 160250 0.727 0.000 0.728 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:718(promote_joins) 6 0.000 0.000 0.728 0.121 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_orphan.py:66(assertOrphanCount) 204885 0.550 0.000 0.727 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:112(get) 3129 0.015 0.000 0.727 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:66(make_password) 303189 0.648 0.000 0.727 0.000 /usr/lib/python2.7/threading.py:187(release) 12535 0.087 0.000 0.725 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:249(_from_string) 4426 0.058 0.000 0.724 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:65(emit) 1 0.000 0.000 0.722 0.722 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1614(test_cannot_create_deprecated_problems) 2 0.000 0.000 0.722 0.361 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:599(test_delete_course_from_search_index_after_course_deletion) 298494 0.355 0.000 0.721 0.000 /usr/lib/python2.7/collections.py:133(itervalues) 2 0.000 0.000 0.721 0.360 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:563(test_start_date_propagation) 31450 0.136 0.000 0.720 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/edit_info.py:33(subtree_edited_on) 1 0.000 0.000 0.719 0.719 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1065(test_direct_only_categories_not_republished) 933/738 0.007 0.000 0.719 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.719 0.719 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:159(test_multiple_reverification_blocks) 659 0.006 0.000 0.718 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:417(load_definition_xml) 120 0.009 0.000 0.718 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1163(login_user) 2769 0.019 0.000 0.718 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:488(construct_fields) 89 0.001 0.000 0.718 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:807(_get_xblock) 346014 0.716 0.000 0.716 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:91(__new__) 8442 0.077 0.000 0.716 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:221(set_many) 76282/53868 0.230 0.000 0.715 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/five.py:281(__get__) 4830 0.038 0.000 0.711 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:738(__init__) 2 0.000 0.000 0.710 0.355 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1209(test_course_with_different_cases) 1303 0.028 0.000 0.710 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:303(index_dictionary) 1 0.000 0.000 0.708 0.708 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_unit_page.py:49(test_draft_child_container_preview_html) 132328 0.518 0.000 0.708 0.000 :28(_replace) 1276 0.073 0.000 0.708 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:859(remove) 2 0.000 0.000 0.706 0.353 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:395(test_delete_static_page) 21 0.001 0.000 0.706 0.034 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:855(setUp) 2 0.000 0.000 0.706 0.353 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:97(test_course_creation_without_org_app_enabled) 14 0.000 0.000 0.705 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:105(_create_vertical) 1 0.000 0.000 0.705 0.705 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1230(test_forum_unseeding_on_delete) 2 0.000 0.000 0.704 0.352 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:710(test_can_delete_signatory) 3278 0.040 0.000 0.701 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:134(emit_setting_changed_event) 4043 0.021 0.000 0.698 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1849(__init__) 2 0.000 0.000 0.697 0.348 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:591(test_course_location_info) 98567 0.681 0.000 0.696 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:335(_to_string) 4 0.000 0.000 0.692 0.173 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:182(_update_release_dates) 10 0.000 0.000 0.691 0.069 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:39(setUp) 9139 0.035 0.000 0.691 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:1211(makedirs) 2 0.000 0.000 0.690 0.345 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:575(test_exception) 13 0.000 0.000 0.690 0.053 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:89(setUp) 83981 0.356 0.000 0.687 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:438(from_storable) 15 0.000 0.000 0.686 0.046 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:31(setUp) 608091 0.425 0.000 0.685 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:89(get) 1 0.000 0.000 0.685 0.685 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1297(test_create_course_after_delete) 5661 0.054 0.000 0.684 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1094(_setup_query) 89918 0.187 0.000 0.684 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/urls/__init__.py:66(url) 2 0.000 0.000 0.683 0.342 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py:49(test_all_stores_user_email) 1782 0.025 0.000 0.683 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:412(update_with_safe_session_cookie) 2 0.000 0.000 0.683 0.341 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:79(test_newly_created_course_has_web_certs_enabled) 112 0.001 0.000 0.682 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/courses.py:43(get_course) 5 0.000 0.000 0.681 0.136 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:26(get_response) 6 0.000 0.000 0.680 0.113 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/create_course.py:56(handle) 84459 0.527 0.000 0.680 0.000 /usr/lib/python2.7/logging/__init__.py:1233(findCaller) 9551/9200 0.484 0.000 0.679 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/os.py:136(makedirs) 7320 0.071 0.000 0.679 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/models.py:50(get_prep_value) 237/51 0.003 0.000 0.676 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1504(add_block_as_child_node) 1473 0.028 0.000 0.673 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tracker.py:86(send) 2 0.000 0.000 0.673 0.336 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:737(test_deleting_signatory_without_signature) 2 0.000 0.000 0.672 0.336 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:579(test_course_about_property_index) 2602 0.024 0.000 0.672 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:995(_fixture_teardown) 1597 0.033 0.000 0.672 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:497(update_course_index) 13403 0.245 0.000 0.671 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1276(scan_plain) 1 0.000 0.000 0.670 0.670 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2391(test_staff_only_unit) 156 0.002 0.000 0.668 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:19(fetch) 200458 0.252 0.000 0.668 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:181(get_language) 12 0.000 0.000 0.668 0.056 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:613(setUp) 13 0.000 0.000 0.667 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:150(_create_xblock_with_start_date) 62935 0.071 0.000 0.665 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:802(_add_xblock) 2 0.000 0.000 0.663 0.332 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:135(test_course_creation_with_org_in_system) 100167 0.117 0.000 0.663 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1902(related_field) 61 0.003 0.000 0.660 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:111(_create_library) 463 0.003 0.000 0.659 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/assetstore/assetmgr.py:49(find) 2118 0.007 0.000 0.659 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:333(remove) 32025 0.137 0.000 0.657 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:194(annotations) 1941422 0.656 0.000 0.657 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:122(__iter__) 1 0.000 0.000 0.656 0.656 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_import.py:53(test_forum_seed) 4324/3116 0.027 0.000 0.655 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:153(_wrapper) 2 0.000 0.000 0.651 0.325 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:81(test_container_html) 4 0.000 0.000 0.650 0.162 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:432(setUp) 361/124 0.029 0.000 0.649 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:354(adapt_references) 2 0.000 0.000 0.648 0.324 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:650(test_delete_certificate_without_global_staff_permissions) 6 0.000 0.000 0.648 0.108 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:332(videos_index_json) 1 0.000 0.000 0.647 0.647 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:230(test_get_cohort) 2 0.000 0.000 0.646 0.323 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:281(_test_not_indexing_unpublished_content) 3 0.000 0.000 0.645 0.215 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:68(clone_course) 3 0.000 0.000 0.645 0.215 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1794(clone_course) 15 0.000 0.000 0.645 0.043 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:192(delete_item) 174508 0.244 0.000 0.643 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1431(scan_line_break) 21 0.000 0.000 0.642 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:213(_url) 1 0.000 0.000 0.641 0.641 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:144(test_dangling_exam) 1248 0.032 0.000 0.641 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:51(start_cache_isolation) 215928 0.488 0.000 0.641 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:446(make_cursor) 684789/682005 0.591 0.000 0.640 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/internal.py:21(__get__) 6 0.000 0.000 0.635 0.106 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:136(update_from_json) 152 0.001 0.000 0.635 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:73(get_item_from_modulestore) 1 0.000 0.000 0.634 0.634 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import_draft_order.py:17(test_order) 31041 0.258 0.000 0.634 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:954(as_sql) 48/30 0.002 0.000 0.632 0.021 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:815(_import_module) 174164 0.328 0.000 0.631 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1218(__check_bson_size) 1194 0.160 0.000 0.631 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:261(_set_signature) 925 0.004 0.000 0.631 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1578(to_representation) 12 0.000 0.000 0.631 0.053 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:37(update_verification_partitions) 1622 0.016 0.000 0.630 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/middleware.py:19(process_response) 1 0.000 0.000 0.628 0.628 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:178(test_import_performance_mongo) 5 0.000 0.000 0.628 0.126 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:249(remove_certificate) 31 0.000 0.000 0.628 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:50(setUp) 252 0.001 0.000 0.627 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:278(close) 3116 0.028 0.000 0.627 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:936(_rollback_atomics) 252 0.009 0.000 0.626 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:246(__flush) 1 0.000 0.000 0.626 0.626 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:83(test_import_existing_entrance_exam_course) 11839 0.101 0.000 0.625 0.000 /usr/lib/python2.7/argparse.py:1263(add_argument) 340554 0.338 0.000 0.625 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:142(need_more_tokens) 208879 0.168 0.000 0.625 0.000 /usr/lib/python2.7/threading.py:215(__exit__) 1 0.000 0.000 0.624 0.624 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:173(test_tab_name_imports_correctly) 1 0.000 0.000 0.624 0.624 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:175(test_consistent_children) 725 0.003 0.000 0.623 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:148(get) 1 0.000 0.000 0.621 0.621 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2445(test_locked_unit_staff_only_message) 725 0.007 0.000 0.620 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:374(__init__) 28670 0.230 0.000 0.619 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:145(getsyspath) 295767 0.305 0.000 0.618 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:630(is_mongos) 42989 0.331 0.000 0.618 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:625(__set__) 1069 0.005 0.000 0.618 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:55(__init__) 22716 0.131 0.000 0.617 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:545(__setstate__) 1 0.000 0.000 0.617 0.617 /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.617 0.617 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:128(test_course_updates_compatibility) 13836 0.065 0.000 0.616 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:227(_clear_bulk_ops_record) 1293 0.007 0.000 0.616 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:134(has_user) 141786 0.494 0.000 0.616 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:103(inner) 16 0.000 0.000 0.615 0.038 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:24(setUp) 28 0.001 0.000 0.614 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:104(setUp) 1070 0.022 0.000 0.614 0.001 /usr/lib/python2.7/argparse.py:1556(__init__) 43 0.001 0.000 0.614 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:28(_login) 1 0.000 0.000 0.613 0.613 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:283(test_get_cohort_with_assign) 20 0.000 0.000 0.611 0.031 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:61(get_uri_for_pref) 1 0.000 0.000 0.610 0.610 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1562(test_advanced_components) 5661 0.049 0.000 0.610 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1685(add_fields) 536 0.010 0.000 0.608 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:41(__init__) 1 0.000 0.000 0.607 0.607 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:112(test_unpublishing_proctored_exam) 1 0.000 0.000 0.607 0.607 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:174(test_get_cohort_id) 2 0.000 0.000 0.606 0.303 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import_pure_xblock.py:50(_assert_import) 1 0.000 0.000 0.605 0.605 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:114(test_static_import) 34 0.001 0.000 0.605 0.018 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1014(definition_to_xml) 9 0.000 0.000 0.604 0.067 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:18(setUp) 39 0.000 0.000 0.604 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:53(setUp) 648 0.025 0.000 0.603 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/management.py:7(update_contenttypes) 1 0.000 0.000 0.603 0.603 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:306(test_cohorting_with_auto_cohorts) 470 0.008 0.000 0.602 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1379(is_enrolled) 6 0.000 0.000 0.601 0.100 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:136(_test_visible_to_students) 86885 0.286 0.000 0.601 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:100(__getitem__) 1 0.000 0.000 0.599 0.599 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:396(test_auto_cohorts) 2 0.000 0.000 0.599 0.299 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:567(test_search_disabled) 1 0.000 0.000 0.598 0.598 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:849(test_delete_child) 31040 0.082 0.000 0.598 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:580(_setup_joins) 21015 0.114 0.000 0.598 0.000 /usr/lib/python2.7/decimal.py:6147(_format_number) 14482/12861 0.099 0.000 0.597 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/lru_cache.py:108(wrapper) 769377 0.596 0.000 0.596 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:329(location) 1 0.000 0.000 0.596 0.596 /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) 93/34 0.002 0.000 0.596 0.018 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py:545(definition_to_xml) 84450 0.354 0.000 0.596 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:55(_any_match) 12 0.000 0.000 0.595 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/utils.py:44(validate_preview_html) 477 0.008 0.000 0.595 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1632(_get_enrollment_state) 12 0.000 0.000 0.595 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/utils.py:34(get_preview_html) 316263 0.390 0.000 0.594 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/__init__.py:13(__new__) 2 0.000 0.000 0.593 0.297 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:560(test_can_delete_certificate_with_signatories) 1 0.000 0.000 0.592 0.592 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:318(test_entrance_exam_store_default_min_score) 1 0.000 0.000 0.592 0.592 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1225(test_create_course_check_forum_seeding) 18 0.000 0.000 0.591 0.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:53(get_uri_for_user) 112730 0.170 0.000 0.591 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:225(resolve) 16874 0.222 0.000 0.588 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:179(bulk_insert_sql) 227 0.000 0.000 0.587 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:360(__exit__) 177755 0.587 0.000 0.587 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:230(acquire) 1 0.000 0.000 0.585 0.585 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:443(test_get_course_cohorts_noop) 1 0.000 0.000 0.582 0.582 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:451(test_get_course_cohorts) 8 0.001 0.000 0.582 0.073 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:801(test_different_resolutions) 124 0.020 0.000 0.582 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:395(export_extra_content) 2735148 0.582 0.000 0.582 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2206(_normalize_cached) 17204 0.294 0.000 0.581 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:55(get_candidate_relations_to_delete) 16 0.001 0.000 0.580 0.036 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:26(setUp) 46 0.005 0.000 0.580 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:73(handle) 26886 0.124 0.000 0.580 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1177(__check_response_to_last_error) 5732 0.018 0.000 0.579 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:552(_code) 1 0.000 0.000 0.578 0.578 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:120(test_public_container_preview_html) 133376 0.318 0.000 0.577 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:82() 288 0.003 0.000 0.576 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:636(load_extra_content) 322 0.007 0.000 0.576 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/enrollment/api.py:388(_default_course_mode) 1 0.000 0.000 0.575 0.575 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:263(test_split_test_edited) 1 0.000 0.000 0.575 0.575 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:159(test_is_course_cohorted) 1237 0.013 0.000 0.574 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:518(resolve) 2 0.000 0.000 0.572 0.286 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:974(test_course_tab_configurations) 1875 0.020 0.000 0.571 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:115(create) 39 0.002 0.000 0.571 0.015 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:127(update_children) 343 0.009 0.000 0.571 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:156(add_users) 7680/4426 0.020 0.000 0.570 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:75(send) 26113 0.102 0.000 0.570 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/version.py:10(get_version) 2 0.000 0.000 0.568 0.284 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:347(_test_not_indexable) 1 0.000 0.000 0.567 0.567 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:471(test_get_all_courses_by_org) 66 0.001 0.000 0.565 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:152(set_user_preference) 152 0.006 0.000 0.564 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1537(_do_create_account) 40163 0.361 0.000 0.563 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:316(now) 1 0.000 0.000 0.563 0.563 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:569(test_export_failure_subsection_level) 42412 0.232 0.000 0.562 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/datastructures.py:396(__getitem__) 2833 0.006 0.000 0.562 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:681(exclude) 14 0.000 0.000 0.561 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2190(_enable_staff_only) 1 0.000 0.000 0.559 0.559 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:619(test_export_success_with_custom_tag) 1 0.000 0.000 0.558 0.558 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:182(test_excessive_login_failures) 1 0.000 0.000 0.557 0.557 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:130(test_delete_item_signal_handler_called) 6 0.000 0.000 0.556 0.093 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:274(setUp) 5106 0.041 0.000 0.556 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:225(is_installed) 2067 0.008 0.000 0.555 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:682(run_validation) 9 0.001 0.000 0.553 0.061 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:31(setUp) 66700 0.065 0.000 0.553 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:616(wrap) 34 0.000 0.000 0.552 0.016 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:46(assertSelfReferential) 112718 0.435 0.000 0.549 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:773(reset_refcounts) 317878 0.531 0.000 0.549 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:754(demote_joins) 4043 0.424 0.000 0.548 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1854(_mock_set_magics) 2805 0.007 0.000 0.548 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:221(all) 6054/4426 0.037 0.000 0.547 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:119(send_to_backends) 316 0.245 0.001 0.547 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:667(_load_extra_content) 2 0.000 0.000 0.546 0.273 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1079(_make_draft_content_different_from_published) 9 0.000 0.000 0.545 0.061 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:561(create_batch) 212776 0.310 0.000 0.545 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:114(get_mark) 8517 0.039 0.000 0.544 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:728(select_related) 17 0.000 0.000 0.544 0.032 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:23(setUp) 2 0.000 0.000 0.543 0.272 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:22(__init__) 2 0.001 0.000 0.543 0.271 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:58(populate) 3612 0.007 0.000 0.540 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:427(_ensure_file) 5174 0.032 0.000 0.540 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:339(update_structure) 2 0.000 0.000 0.540 0.270 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:507(_test_course_location_null) 2 0.000 0.000 0.537 0.268 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:815(test_certificate_activation_failure) 14 0.001 0.000 0.536 0.038 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:209(_delete_entrance_exam) 1 0.000 0.000 0.534 0.534 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:300(test_entrance_exam_view_direct_missing_score_setting) 5 0.000 0.000 0.533 0.107 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:377(test_non_audit_enables_cert) 550770 0.531 0.000 0.531 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:50(_prepare_data) 7849/5458 0.054 0.000 0.530 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:569(__deepcopy__) 1597 0.014 0.000 0.530 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:338(update) 171923 0.345 0.000 0.529 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:28(get_lookup) 222813 0.529 0.000 0.529 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:348(_to_deprecated_string) 1972 0.019 0.000 0.529 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:58(get_field_info) 5 0.000 0.000 0.527 0.105 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:524(signatory_detail_handler) 1 0.000 0.000 0.527 0.527 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:278(test_vertical_source_for_vertical) 50 0.001 0.000 0.526 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:435(assert_error) 20282 0.182 0.000 0.525 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/cache.py:124(_encode_root_cache_key) 22416 0.049 0.000 0.524 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/datastructures.py:481(get) 95761 0.379 0.000 0.523 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:233(__add__) 39204 0.034 0.000 0.523 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/utils.py:81() 1 0.000 0.000 0.522 0.522 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:126(test_course_info_to_ccxcon_invalid_ccx_connector) 1651 0.011 0.000 0.521 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_sites_extensions/models.py:55(patched_get_site_by_id) 71885 0.150 0.000 0.520 0.000 /usr/lib/python2.7/threading.py:114(RLock) 27 0.000 0.000 0.519 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:299(_update_asset) 171439 0.281 0.000 0.518 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:14(get_connection) 1 0.000 0.000 0.518 0.518 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:211(test_import_in_existing_course) 3102 0.010 0.000 0.518 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:230(set_password) 80 0.001 0.000 0.518 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:99(process_static_urls) 5723 0.044 0.000 0.517 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/text.py:291(compress_string) 1 0.000 0.000 0.516 0.516 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_fix_not_found.py:30(test_fix_not_found) 1597 0.071 0.000 0.516 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:345(_update) 13 0.000 0.000 0.516 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:386(wrapped) 18684 0.048 0.000 0.515 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:460(_compare_less_than) 1 0.000 0.000 0.515 0.515 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:242(test_rewrite_reference_value_dict_draft) 1 0.000 0.000 0.514 0.514 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:934(test_advanced_components_munge_tabs) 1743 0.007 0.000 0.514 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:785(_lookup_template) 76 0.000 0.000 0.513 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:153(replace_static_urls) 922 0.007 0.000 0.512 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1885(deconstruct) 1 0.000 0.000 0.512 0.512 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:203(test_course_info_to_ccxcon_other_status_codes) 69 0.001 0.000 0.512 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:257(_create) 157793 0.252 0.000 0.512 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1123(get_prep_value) 10 0.000 0.000 0.512 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:520(setUp) 2 0.000 0.000 0.511 0.255 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:609(test_can_delete_certificate_with_invalid_signatory) 8 0.000 0.000 0.511 0.064 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1265(_update_partition_id) 857 0.015 0.000 0.511 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/signals.py:36(on_pre_publish) 1 0.000 0.000 0.510 0.510 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:541(test_get_set_grader_types_ajax) 1 0.000 0.000 0.509 0.509 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:179(test_feature_flag_off) 9 0.000 0.000 0.509 0.057 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:45(upload_asset) 615 0.003 0.000 0.507 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:58(__call__) 4 0.000 0.000 0.506 0.126 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:672(test_duplicate_across_courses) 371854 0.409 0.000 0.506 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:382(class_field_names) 922 0.016 0.000 0.506 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1569(deconstruct) 1098 0.070 0.000 0.505 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:422(insert) 1 0.000 0.000 0.505 0.505 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:560(test_update_manual_cohort_name) 331661 0.221 0.000 0.505 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:921() 666 0.100 0.000 0.502 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:153(get_models) 884/596 0.002 0.000 0.502 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:317(render) 24 0.000 0.000 0.501 0.021 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:196(runTest) 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) 2 0.000 0.000 0.498 0.249 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:710(setUp) 23138 0.401 0.000 0.498 0.000 /usr/lib/python2.7/json/encoder.py:212(iterencode) 1622 0.020 0.000 0.498 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/common.py:42(process_request) 9 0.001 0.000 0.498 0.055 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:139(setUp) 2 0.000 0.000 0.497 0.248 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:327(_test_deleting_item) 39 0.000 0.000 0.496 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:46(_login_as_staff_user) 12132 0.031 0.000 0.494 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/models.py:59(to_python) 3418414 0.493 0.000 0.493 0.000 /usr/lib/python2.7/copy.py:198(_deepcopy_atomic) 76 0.001 0.000 0.493 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/generic/base.py:64(view) 44834 0.252 0.000 0.493 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:213(push) 525199 0.490 0.000 0.491 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:563(__member_property) 1 0.000 0.000 0.491 0.491 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:646(test_change_cohort_group_id) 26296 0.193 0.000 0.490 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:528(__set_options) 1157 0.003 0.000 0.490 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/paths.py:112(lookup_template) 1 0.000 0.000 0.489 0.489 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2246(test_empty_sequential) 1 0.000 0.000 0.489 0.489 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2014(test_proctored_exam_xblock_info) 1 0.000 0.000 0.488 0.488 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:633(test_update_cohort_remove_group_id) 85 0.001 0.000 0.488 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:84(get_exception_response) 2 0.000 0.000 0.487 0.244 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:478(test_library_import_branch_settings_again) 16 0.004 0.000 0.486 0.030 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:16(_calculate_course_xblocks_data) 482112/312939 0.340 0.000 0.485 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:394() 30228 0.110 0.000 0.485 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1176(__init__) 84465 0.135 0.000 0.485 0.000 /usr/lib/python2.7/logging/__init__.py:703(acquire) 48177 0.140 0.000 0.485 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:46(__init__) 9 0.000 0.000 0.484 0.054 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:118(_get_preview) 717 0.071 0.000 0.484 0.001 /usr/lib/python2.7/traceback.py:281(extract_stack) 1887 0.009 0.000 0.483 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:895(_get_child_mock) 763 0.126 0.000 0.483 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:37(load_middleware) 67245 0.146 0.000 0.483 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:63(task_has_custom) 23893 0.030 0.000 0.482 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:90(_get_field) 2902 0.012 0.000 0.481 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lookup.py:234(get_template) 4724 0.027 0.000 0.481 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:167(startTest) 175741 0.238 0.000 0.481 0.000 /usr/lib/python2.7/logging/__init__.py:1360(isEnabledFor) 208/183 0.007 0.000 0.480 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:224(get_canonicalized_asset_path) 119 0.003 0.000 0.480 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:389(generate_thumbnail) 1 0.000 0.000 0.479 0.479 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_preview.py:111(test_preview_conditional_module_children_context) 328 0.030 0.000 0.478 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:189(load_definition) 1 0.000 0.000 0.478 0.478 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:143(test_contentstore_views_entrance_exam_get) 982 0.147 0.000 0.478 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:327(swappable_setting) 367687 0.477 0.000 0.477 0.000 /usr/lib/python2.7/weakref.py:357(get) 4 0.000 0.000 0.476 0.119 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:208(wrapper) 132746 0.228 0.000 0.476 0.000 /edx/app/edxapp/edx-platform/common/lib/dogstats/dogstats_wrapper/wrapper.py:8(_clean_tags) 2830 0.008 0.000 0.475 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:208(parse_document_content) 3 0.000 0.000 0.474 0.158 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:313(setUp) 506124 0.474 0.000 0.474 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:740(__iter__) 190454 0.473 0.000 0.473 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:684(table_alias) 165013 0.199 0.000 0.472 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:788(get_default) 234641 0.285 0.000 0.472 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:342(__setitem__) 21122 0.038 0.000 0.472 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:114(copy) 1612 0.018 0.000 0.472 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:550(insert_definition) 11 0.000 0.000 0.471 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:24(tabs_handler) 2 0.000 0.000 0.470 0.235 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export.py:48(test_export_course_with_directory_name) 10 0.000 0.000 0.469 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:315(certificate_activation_handler) 2 0.000 0.000 0.469 0.234 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:603(test_read_only_role) 132332/130212 0.357 0.000 0.469 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:72(force_text) 1 0.000 0.000 0.469 0.469 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:93(test_contentstore_views_entrance_exam_post) 802564 0.468 0.000 0.468 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:207() 1 0.000 0.000 0.466 0.466 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:537(test_create_new_cohort_existing_name) 5954 0.224 0.000 0.464 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:358(deconstruct) 22 0.000 0.000 0.463 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:32(setUp) 1 0.000 0.000 0.462 0.462 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:457(test_get_single_cohort) 4810 0.083 0.000 0.462 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/models.py:27(decompress_string) 708 0.010 0.000 0.461 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:336(render_css) 1 0.000 0.000 0.461 0.461 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:561(test_export_failure_top_level) 64491 0.460 0.000 0.460 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/dateparse.py:107() 1 0.000 0.000 0.459 0.459 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1273(test_course_access_groups_on_delete) 301/299 0.005 0.000 0.459 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:542(capture) 1 0.000 0.000 0.459 0.459 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2132(test_video_license_export) 245213/245161 0.458 0.000 0.458 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:61(iter_key_candidates) 1629 0.064 0.000 0.457 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:120(enter_request_context) 9 0.001 0.000 0.455 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1330(textbooks_list_handler) 7 0.000 0.000 0.454 0.065 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:579(_set_partitions) 1 0.000 0.000 0.451 0.451 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_preview.py:80(test_preview_no_asides) 1 0.000 0.000 0.451 0.451 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:383(test_some_cohorts) 1 0.000 0.000 0.450 0.450 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:231(test_rewrite_reference_value_dict_published) 20 0.000 0.000 0.449 0.022 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:104(wrap_part_extraction) 7 0.000 0.000 0.449 0.064 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:125(_get_container_preview) 15 0.000 0.000 0.449 0.030 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:166(replace_static_url) 301 0.013 0.000 0.449 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:462(capture_stack) 1 0.000 0.000 0.448 0.448 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:78(test_force_publish) 10891 0.446 0.000 0.447 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/serialization.py:139(get_pickleable_exception) 21015 0.173 0.000 0.446 0.000 /usr/lib/python2.7/decimal.py:2421(quantize) 2277 0.011 0.000 0.445 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:557(__get_return_value) 28 0.000 0.000 0.445 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/user.py:37(course_team_handler) 6 0.002 0.000 0.445 0.074 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:86(_copy_published_modules_to_course) 22858 0.088 0.000 0.444 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:162(typecast_decimal) 261430 0.444 0.000 0.444 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.048 0.048 0.444 0.444 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_pipeline.py:24(test_probably_only_uses_charset) 147/65 0.002 0.000 0.443 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1184(_create_xblock_child_info) 10770 0.048 0.000 0.442 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:291(branch_setting) 67 0.056 0.001 0.441 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:370(get_theme_dirs) 440128 0.441 0.000 0.441 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:352(default) 2903 0.011 0.000 0.441 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:51(get_template_path_with_theme) 341 0.011 0.000 0.440 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:546(from_xml) 103685/95174 0.189 0.000 0.440 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1778(get_related_populators) 2 0.000 0.000 0.439 0.220 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/test.py:184(test_handle_requests) 1 0.000 0.000 0.439 0.439 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:614(test_update_cohort_group_id) 16 0.000 0.000 0.439 0.027 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/clickjacking.py:19(wrapped_view) 21130 0.098 0.000 0.439 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1181(_course_key_to_son) 2411 0.101 0.000 0.438 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.437 0.437 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:671(test_update_cohort_missing_user_partition_id) 1 0.000 0.000 0.437 0.437 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:98(test_removes_deleted_user_partitions) 1610 0.009 0.000 0.437 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/middleware.py:74(process_request) 20 0.000 0.000 0.436 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2161(_get_xblock_info) 361 0.002 0.000 0.435 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/serializers.py:21(get_name) 708 0.009 0.000 0.434 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/__init__.py:12(compressed_css) 17 0.000 0.000 0.434 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:70(update_grader_from_json) 151015 0.433 0.000 0.434 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:131(__init__) 2094 0.008 0.000 0.433 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:197(_get_content_groups_usage_info) 68 0.002 0.000 0.432 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:232(_get_all_content_for_course) 1 0.000 0.000 0.432 0.432 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:260(test_post_course_update) 1 0.000 0.000 0.432 0.432 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1020(test_republish) 17169 0.242 0.000 0.431 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:24(_current_ids_subquery) 2614 0.013 0.000 0.431 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:769(_pre_setup) 66 0.000 0.000 0.431 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:207(get_all_content_for_course) 1 0.000 0.000 0.430 0.430 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1158(test_publish_states_of_nested_xblocks) 86 0.001 0.000 0.429 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader.py:23(get_template) 659 0.005 0.000 0.429 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:368() 19918 0.060 0.000 0.428 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/datastructures.py:346(__getattr__) 27 0.000 0.000 0.428 0.016 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:38(setUp) 10 0.000 0.000 0.427 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1548(test_get_html) 161904 0.426 0.000 0.427 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:497(check) 3 0.000 0.000 0.427 0.142 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:201(delete_entrance_exam) 2 0.000 0.000 0.425 0.213 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:668(test_update_active_certificate_without_global_staff_permissions) 3317 0.006 0.000 0.425 0.000 /usr/lib/python2.7/gettext.py:583(gettext) 2907 0.006 0.000 0.425 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:174(get_current_theme) 21/16 0.001 0.000 0.425 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:28(update_credit_course_requirements) 1638 0.020 0.000 0.424 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:291(process_response) 1 0.000 0.000 0.423 0.423 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:585(test_can_delete_certificate_with_slash_prefix_signatory) 1 0.000 0.000 0.423 0.423 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1743(test_default_metadata_inheritance) 1 0.000 0.000 0.423 0.423 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1256(test_course_enrollments_and_roles_on_delete) 203606 0.357 0.000 0.422 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:247(get_language) 30852 0.077 0.000 0.421 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:173(__init__) 12 0.000 0.000 0.421 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/public.py:40(login_page) 1 0.000 0.000 0.421 0.421 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:949(test_move_child_creates_orphan_error) 644940 0.420 0.000 0.420 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:686(get_prep_value) 1 0.000 0.000 0.420 0.420 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:202(test_already_published) 3317 0.010 0.000 0.419 0.000 /usr/lib/python2.7/gettext.py:545(dgettext) 1072789 0.417 0.000 0.417 0.000 /usr/lib/python2.7/threading.py:64(_note) 146217 0.192 0.000 0.417 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/config.py:164(get_models) 117 0.001 0.000 0.415 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:385(get_library) 127792 0.413 0.000 0.414 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/einfo.py:13(__init__) 9109 0.099 0.000 0.413 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:253(sort) 3773 0.010 0.000 0.413 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:135(_get_post) 1 0.000 0.000 0.412 0.412 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1792(test_wiki_slug) 4546 0.027 0.000 0.412 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:143(search) 26668 0.080 0.000 0.411 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1077(grade_cutoffs) 2 0.000 0.000 0.411 0.206 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1661(verify_dndv2_present) 1 0.000 0.000 0.410 0.410 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:693(setUp) 75198 0.356 0.000 0.410 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:201(__init__) 7 0.000 0.000 0.410 0.059 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:44(_create_course_with_access_groups) 381260 0.410 0.000 0.410 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1622(related_fields) 1 0.000 0.000 0.410 0.410 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_clone_course.py:57(test_space_in_asset_name_for_rerun_course) 1 0.000 0.000 0.409 0.409 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:124(test_preserves_existing_user_partitions) 10856 0.135 0.000 0.409 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/crypto.py:28(salted_hmac) 124152 0.409 0.000 0.409 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:235(_field_data) 148 0.005 0.000 0.409 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:472(render) 10 0.000 0.000 0.408 0.041 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:22(setUp) 21015 0.213 0.000 0.408 0.000 /usr/lib/python2.7/decimal.py:6100(_insert_thousands_sep) 1 0.000 0.000 0.408 0.408 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:504(test_can_edit_group_configuration) 4 0.000 0.000 0.406 0.102 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:119(test_double_enrollment) 174811 0.399 0.000 0.405 0.000 /usr/lib/python2.7/collections.py:71(__setitem__) 1 0.000 0.000 0.404 0.404 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:742(test_studio_user_permissions) 594787 0.362 0.000 0.404 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.404 0.404 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:229(test_course_info_updates_import_export) 50346 0.241 0.000 0.404 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:88(tags) 22716 0.138 0.000 0.403 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1706(model_unpickle) 11 0.000 0.000 0.403 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:57(setUp) 1646 0.016 0.000 0.403 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:245(_load_post_and_files) 52124 0.056 0.000 0.401 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:314(system) 1 0.000 0.000 0.400 0.400 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1459(test_item_factory) 12 0.001 0.000 0.399 0.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:120(_set_verification_partitions) 708 0.008 0.000 0.399 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/__init__.py:27(render_css) 15 0.001 0.000 0.399 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:91(_assets_json) 170728 0.399 0.000 0.399 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:343(_fix_outgoing) 4655 0.071 0.000 0.398 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1173(__get__) 4 0.000 0.000 0.398 0.099 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_util.py:28(_decorated) 2 0.000 0.000 0.396 0.198 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1654(verify_openassessment_present) 1027 0.003 0.000 0.396 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:637(is_valid_path) 17 0.000 0.000 0.396 0.023 /edx/app/edxapp/edx-platform/openedx/core/lib/extract_tar.py:69(safetar_extractall) 8 0.000 0.000 0.395 0.049 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:908(_assert_image_urls_all_default) 25802/23870 0.395 0.000 0.395 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:299(flatten_result) 1 0.000 0.000 0.394 0.394 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1334(test_create_course_duplicate_number) 4 0.000 0.000 0.394 0.098 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:245(assert_correct_filter_response) 389 0.033 0.000 0.393 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:334(clear_cache) 53 0.028 0.001 0.393 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:119(fetch_all) 386 0.003 0.000 0.392 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:285(register_model) 504470 0.392 0.000 0.392 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2644(get_entry_map) 1291433 0.392 0.000 0.392 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:284(class_field_names) 4 0.001 0.000 0.391 0.098 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:734(test_happy_path) 28444 0.095 0.000 0.391 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/task/base.py:68(request) 87 0.004 0.000 0.391 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:626(logout) 95257 0.164 0.000 0.391 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:97(splitext) 1 0.000 0.000 0.390 0.390 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:252(test_force_publish_dry_run) 118 0.009 0.000 0.390 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:58(serialize_item) 58143/47765 0.108 0.000 0.388 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:89(__getattr__) 1 0.000 0.000 0.387 0.387 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1115(test_published_and_draft_contents_with_update) 57623 0.283 0.000 0.386 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/errors.py:126(__init__) 1 0.000 0.000 0.385 0.385 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1202(test_create_course_with_dots) 6952 0.047 0.000 0.384 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:215(_clear_bulk_ops_record) 160251 0.383 0.000 0.384 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:2092(__init__) 15 0.000 0.000 0.384 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:165(validate_and_update_from_json) 123 0.003 0.000 0.383 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:254(get_course_cohorts) 1 0.000 0.000 0.382 0.382 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1416(test_create_course_with_course_creator) 1 0.000 0.000 0.381 0.381 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1392(test_create_course_with_course_creation_disabled_staff) 24 0.002 0.000 0.381 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:463(course_listing) 123537 0.381 0.000 0.381 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:334(__init__) 21015 0.229 0.000 0.380 0.000 /usr/lib/python2.7/decimal.py:1936(_power_exact) 3367 0.058 0.000 0.380 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:106(clear_caches) 13415 0.053 0.000 0.380 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2934(robust_usage_key) 1 0.000 0.000 0.380 0.380 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1097(test_course_handouts_rewrites) 1 0.000 0.000 0.378 0.378 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:912(test_http_update_from_json) 1 0.000 0.000 0.378 0.378 /edx/app/edxapp/edx-platform/pavelib/assets.py:590(process_npm_assets) 14 0.001 0.000 0.377 0.027 /edx/app/edxapp/edx-platform/pavelib/assets.py:594(copy_vendor_library) 1 0.000 0.000 0.376 0.376 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:658(test_content_library_export_import) 24 0.001 0.000 0.375 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:69(assertUserIsValid) 2 0.000 0.000 0.375 0.187 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:634(test_delete_certificate_without_write_permissions) 1622 0.022 0.000 0.375 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/locale.py:36(process_response) 1194 0.020 0.000 0.374 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:293(_setup_func) 6 0.000 0.000 0.373 0.062 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:44(create_content_groups) 3 0.028 0.009 0.373 0.124 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/pipeline.py:425(make_random_password) 21276 0.081 0.000 0.373 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:272(process_rhs) 1 0.000 0.000 0.373 0.373 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1404(test_create_course_no_course_creators_staff) 557 0.344 0.001 0.373 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:379(is_theme_dir) 1537 0.005 0.000 0.372 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:204(component_support_level) 3 0.000 0.000 0.372 0.124 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:406(_assert_video_removal) 16 0.000 0.000 0.372 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:184(_get_assets_for_page) 1 0.000 0.000 0.372 0.372 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:813(test_date_fields) 17294 0.039 0.000 0.371 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:593(__get__) 71885 0.299 0.000 0.371 0.000 /usr/lib/python2.7/threading.py:132(__init__) 1 0.000 0.000 0.371 0.371 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import_pure_xblock.py:42(test_import_draft) 1 0.000 0.000 0.369 0.369 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:399(test_refreshes_children_if_capa_type_change) 1 0.000 0.000 0.368 0.368 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:199(test_rewrite_reference_list) 1 0.000 0.000 0.368 0.368 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:482(test_can_edit_certificate) 225 0.005 0.000 0.368 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:84(wrapper) 7020 0.013 0.000 0.368 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:71() 1 0.000 0.000 0.368 0.368 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1308(test_create_course_duplicate_course) 4724 0.051 0.000 0.367 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/testid.py:262(startTest) 220501 0.174 0.000 0.367 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:182() 212 0.001 0.000 0.367 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/utils.py:25(_save_forum_role) 1 0.000 0.000 0.366 0.366 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_theme_style_overrides.py:84(test_template_override) 67245 0.263 0.000 0.366 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/dispatch/signal.py:205(_live_receivers) 1 0.000 0.000 0.365 0.365 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:307(test_inheritance_in_locked_section) 46924 0.280 0.000 0.365 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1263(__init__) 580638 0.358 0.000 0.365 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:76(__exit__) 924 0.104 0.000 0.364 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:244(fixture_dirs) 2 0.001 0.000 0.364 0.182 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:51(check_index_and_outline) 30852 0.074 0.000 0.364 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:896(__init__) 13 0.000 0.000 0.363 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:104(update_grace_period_from_json) 18 0.003 0.000 0.363 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:207(_upload_asset) 1 0.000 0.000 0.362 0.362 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:121(test_forced_password_change) 82 0.007 0.000 0.361 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:574(test_canonical_asset_path_with_c4x_style_assets) 94387 0.261 0.000 0.361 0.000 /usr/lib/python2.7/threading.py:440(acquire) 3007 0.021 0.000 0.361 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:670(get_transcripts_info) 65 0.001 0.000 0.360 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:488(get_course_cohort_settings) 14 0.001 0.000 0.360 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:270(remove_entrance_exam_milestone_reference) 7 0.000 0.000 0.360 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:791(setup_course_base) 2673 0.042 0.000 0.359 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:225(disable) 19271/5732 0.240 0.000 0.359 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:64(_compile) 1 0.001 0.001 0.359 0.359 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:92(test_pbkdf2_sha256_password_reuse) 1 0.000 0.000 0.359 0.359 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:235(test_login_ratelimited) 738739 0.358 0.000 0.358 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:206(next_char) 11 0.002 0.000 0.357 0.032 /usr/lib/python2.7/tarfile.py:2061(extractall) 46 0.000 0.000 0.357 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:150(search) 112718 0.357 0.000 0.357 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:314(get_extra_select) 84465 0.114 0.000 0.357 0.000 /usr/lib/python2.7/logging/__init__.py:710(release) 49838 0.123 0.000 0.355 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:69(writer_leaves) 34519 0.040 0.000 0.355 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:83(ugettext) 404 0.007 0.000 0.355 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:219(parse_file_upload) 174164 0.223 0.000 0.355 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:749(max_bson_size) 64093 0.199 0.000 0.354 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:130(__getattr__) 2432 0.009 0.000 0.354 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2975(_get_index_if_valid) 243 0.244 0.001 0.353 0.001 /usr/lib/python2.7/lib-tk/FileDialog.py:9() 12 0.000 0.000 0.353 0.029 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/executor.py:17(__init__) 98 0.002 0.000 0.353 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:30(add_instructor) 187034 0.314 0.000 0.353 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:154(__get__) 17719 0.037 0.000 0.352 0.000 /usr/lib/python2.7/collections.py:204(copy) 2592 0.004 0.000 0.352 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:180(__exit__) 22652 0.154 0.000 0.352 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/helpers.py:84(_index_document) 9 0.000 0.000 0.352 0.039 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:425(assert_success) 18 0.000 0.000 0.351 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:83(_add_simple_content_block) 1 0.000 0.000 0.350 0.350 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:365(test_library_import) 456076 0.350 0.000 0.350 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:263(__setstate__) 1 0.000 0.000 0.350 0.350 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:271(test_sequential_source_for_vertical) 601 0.014 0.000 0.350 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:420(convert_item) 1626 0.014 0.000 0.350 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/logger.py:35(send) 1 0.000 0.000 0.349 0.349 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:401(test_can_delete_content_group) 47 0.001 0.000 0.349 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:365(add_user_to_cohort) 277599 0.349 0.000 0.349 0.000 /usr/lib/python2.7/threading.py:300(_is_owned) 7 0.000 0.000 0.348 0.050 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:27(setUp) 2120 0.006 0.000 0.348 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:36(_get_new_csrf_key) 584 0.008 0.000 0.348 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:168(usage_key_with_run) 113264 0.348 0.000 0.348 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/weakref_backports.py:47(__call__) 9 0.000 0.000 0.348 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1406(textbooks_detail_handler) 27 0.001 0.000 0.348 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:174(cohort_handler) 1 0.000 0.000 0.348 0.348 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:805(test_edit_unit) 1 0.000 0.000 0.348 0.348 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1140(_check_verticals) 32575 0.146 0.000 0.348 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:186(get_model) 1 0.000 0.000 0.347 0.347 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:473(test_update_cutoffs_from_json) 1 0.000 0.000 0.347 0.347 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1190(test_create_course) 4 0.000 0.000 0.347 0.087 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:188(test_redirect_to_course) 115 0.005 0.000 0.346 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/admin.py:34(autodiscover) 7 0.000 0.000 0.346 0.049 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:22(setUp) 1 0.000 0.000 0.346 0.346 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:314(test_inheritance_in_locked_subsection) 1 0.000 0.000 0.346 0.346 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:209(test_no_ol_course_update) 96 0.009 0.000 0.346 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:345(test_canonical_asset_path_with_new_style_assets) 2673 0.039 0.000 0.345 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:207(enable) 100027 0.054 0.000 0.345 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/pipeline.py:443() 2860 0.014 0.000 0.344 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:246(savepoint_rollback) 906408 0.343 0.000 0.343 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:99(__getitem__) 21 0.001 0.000 0.343 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:35(setUp) 65 0.000 0.000 0.343 0.005 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/courses.py:81(get_course_with_access) 47/8 0.002 0.000 0.343 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:491(_check_equality) 22 0.000 0.000 0.343 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:212(get_theme_base_dir) 435179 0.336 0.000 0.342 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:246(_drivers) 727 0.040 0.000 0.341 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/store_utilities.py:23(rewrite_nonportable_content_links) 115 0.001 0.000 0.341 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/__init__.py:23(autodiscover) 10 0.000 0.000 0.341 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:459(export_handler) 1137577 0.340 0.000 0.340 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:938(join_parent_model) 115 0.050 0.000 0.340 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/module_loading.py:54(autodiscover_modules) 2592 0.004 0.000 0.340 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:177(__enter__) 10 0.001 0.000 0.340 0.034 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:825(request_add_users_to_cohort) 856185 0.339 0.000 0.339 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:240(get_meta) 11 0.001 0.000 0.338 0.031 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:304(add_users_to_cohort) 8 0.000 0.000 0.338 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:47(_create_account) 4222 0.012 0.000 0.338 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3024(_update_head) 1 0.000 0.000 0.337 0.337 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1194(test_create_course_default_language) 284708 0.337 0.000 0.337 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:598(iteritems) 243 0.021 0.000 0.337 0.001 /usr/lib/python2.7/lib-tk/tkColorChooser.py:22() 67245 0.337 0.000 0.337 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/objects.py:14(mro_lookup) 7 0.000 0.000 0.336 0.048 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export.py:25(handle) 42030 0.171 0.000 0.336 0.000 /usr/lib/python2.7/decimal.py:1639(_fix) 15 0.001 0.000 0.336 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:37(setUp) 1 0.000 0.000 0.336 0.336 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:355(test_refreshes_children_if_libraries_change) 11 0.000 0.000 0.335 0.030 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:34(enroll) 1 0.000 0.000 0.334 0.334 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:456(test_update_grader_from_json) 2602 0.014 0.000 0.334 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:985(_fixture_setup) 3 0.000 0.000 0.334 0.111 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_certificates.py:33(setUpClass) 54 0.001 0.000 0.334 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1244(wrap_xblock) 1 0.000 0.000 0.333 0.333 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:212(test_remove_icrv_requirement) 13800 0.131 0.000 0.333 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:413(__init__) 100228 0.118 0.000 0.332 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:216(output_field) 2 0.000 0.000 0.332 0.166 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:446(test_library_import_branch_settings) 3 0.000 0.000 0.331 0.110 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:91(update_cutoffs_from_json) 4801 0.021 0.000 0.331 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/certificates/api.py:475(get_active_web_certificate) 83981 0.106 0.000 0.331 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:338(__init__) 21015 0.222 0.000 0.331 0.000 /usr/lib/python2.7/decimal.py:3845(copy) 2926 0.033 0.000 0.330 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:162(addSuccess) 1 0.000 0.000 0.330 0.330 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:300(test_no_inheritance) 31 0.002 0.000 0.329 0.011 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:29(_export_drafts) 4268 0.016 0.000 0.329 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:283(_iterate_items_and_content_group_ids) 618 0.002 0.000 0.329 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:67(is_unit) 16 0.001 0.000 0.329 0.021 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:153(test_groups) 1999 0.016 0.000 0.328 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/proctoring.py:30(register_special_exams) 1 0.000 0.000 0.328 0.328 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_permissions.py:19(setUp) 87070 0.152 0.000 0.327 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1447(pre_save) 8655 0.230 0.000 0.327 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:265(set) 1 0.000 0.000 0.327 0.327 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:359(test_can_edit_content_group) 1 0.000 0.000 0.326 0.326 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:547(test_can_delete_group_configuration) 9 0.000 0.000 0.326 0.036 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:243(assertRedirects) 4228 0.011 0.000 0.326 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:307(update_course_index) 1 0.000 0.000 0.326 0.326 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:170(test_login_ratelimited) 1 0.000 0.000 0.325 0.325 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:139(test_data_dir_fallback) 21015 0.325 0.000 0.325 0.000 /usr/lib/python2.7/decimal.py:5957(_parse_format_specifier) 24 0.001 0.000 0.325 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/user.py:101(_course_team_user) 10 0.000 0.000 0.325 0.032 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:78(assertPrefIsValid) 40 0.001 0.000 0.324 0.008 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/mixins.py:55(retrieve) 106502 0.162 0.000 0.323 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1315(get_prep_value) 4324/3116 0.021 0.000 0.323 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:135(_wrapper) 1323/79 0.014 0.000 0.323 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:226(compute_inherited_metadata) 10587 0.201 0.000 0.322 0.000 /usr/lib/python2.7/gzip.py:45(__init__) 1 0.000 0.000 0.322 0.322 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_users_default_role.py:72(test_user_role_on_course_recreate) 1273 0.033 0.000 0.321 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:656(__init__) 10 0.000 0.000 0.321 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:27(setUp) 42 0.000 0.000 0.321 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/user_service.py:28(get_current_user) 42 0.001 0.000 0.321 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/user_service.py:57(_convert_django_user_to_xblock_user) 8755 0.033 0.000 0.321 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:280(make_asset_key) 2860 0.022 0.000 0.320 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:212(_savepoint_rollback) 4 0.000 0.000 0.320 0.080 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:725(delete_item) 1 0.000 0.000 0.320 0.320 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1008(test_revert_to_published) 34948 0.023 0.000 0.319 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:329(ugettext) 1 0.000 0.000 0.317 0.317 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:924(test_import_textbook_as_content_element) 1 0.000 0.000 0.317 0.317 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:521(test_can_edit_certificate_without_is_active) 5559 0.098 0.000 0.316 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:853(__init__) 2 0.000 0.000 0.316 0.158 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:240(find) 1 0.000 0.000 0.316 0.316 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1036(test_illegal_draft_crud_ops) 165 0.023 0.000 0.316 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:306(__repr__) 1 0.000 0.000 0.316 0.316 /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) 3248 0.027 0.000 0.315 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/seq_module.py:560(index_dictionary) 10891 0.095 0.000 0.315 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:481(__init__) 1 0.000 0.000 0.314 0.314 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:858(test_update_from_json) 4122 0.012 0.000 0.313 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1024(build_field) 33291 0.150 0.000 0.312 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1446(__init__) 1638 0.024 0.000 0.312 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/middleware.py:18(process_response) 48177 0.177 0.000 0.312 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1668(get_joining_columns) 177889 0.148 0.000 0.311 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:100(__ne__) 2 0.001 0.001 0.309 0.155 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:525(_check_csv_response) 8 0.000 0.000 0.309 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:134(setUp) 20 0.001 0.000 0.308 0.015 /usr/lib/python2.7/subprocess.py:651(__init__) 1 0.000 0.000 0.308 0.308 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_crud.py:18(test_get_templates) 1 0.000 0.000 0.308 0.308 /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) 1 0.000 0.000 0.307 0.307 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/templates.py:20(all_templates) 20 0.137 0.007 0.307 0.015 /usr/lib/python2.7/subprocess.py:1199(_execute_child) 11 0.000 0.000 0.306 0.028 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:1024(wrapper) 20 0.000 0.000 0.306 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:53(_get_course_credit_requirements) 1773 0.003 0.000 0.306 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:152(activate) 17 0.001 0.000 0.306 0.018 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:253(encode) 5615 0.032 0.000 0.305 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:82(_hash) 2233 0.039 0.000 0.305 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:135(build_absolute_uri) 1 0.000 0.000 0.305 0.305 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:160(test_toggle_tab_visibility) 2 0.000 0.000 0.305 0.152 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:136(check_toggle_tab_visiblity) 15649 0.112 0.000 0.304 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:47(wrapper) 17 0.304 0.018 0.304 0.018 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/crypto.py:125(pbkdf2) 1 0.000 0.000 0.304 0.304 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_crud.py:111(test_delete_course) 175049 0.304 0.000 0.304 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:2108(add_votes) 1293 0.016 0.000 0.303 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/logger.py:36(send) 4175 0.016 0.000 0.303 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/partition_scheme.py:102(get_cohorted_user_partition) 1773 0.009 0.000 0.303 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:213(activate) 1 0.012 0.012 0.303 0.303 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:829(generate_altered_fields) 134490 0.302 0.000 0.302 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/dispatch/signal.py:16(_make_id) 3116 0.017 0.000 0.302 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:927(_enter_atomics) 293675 0.299 0.000 0.302 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:94(prefix) 1 0.000 0.000 0.302 0.302 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:205(test_query_counts) 4795 0.258 0.000 0.302 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:136(fromstring) 46 0.000 0.000 0.302 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:27(_wrapper) 2 0.000 0.000 0.302 0.151 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:264(_test_indexing_course) 1 0.000 0.000 0.302 0.302 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:875(test_can_handle_without_parent) 243 0.207 0.001 0.301 0.001 /usr/lib/python2.7/lib-tk/Tix.py:29() 5799 0.045 0.000 0.301 0.000 /usr/lib/python2.7/gzip.py:248(read) 1 0.000 0.000 0.301 0.301 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:901(test_move_parented_child) 4 0.000 0.000 0.300 0.075 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1111(_get_course_details_response) 35181 0.236 0.000 0.300 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:290(do_translate) 243 0.023 0.000 0.300 0.001 /usr/lib/python2.7/lib-tk/tkMessageBox.py:25() 3949 0.028 0.000 0.300 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1047(build_standard_field) 1 0.000 0.000 0.300 0.300 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_tasks.py:181(test_update_xblocks_cache_with_display_name_none) 21 0.001 0.000 0.299 0.014 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:428(parse_xml) 19 0.000 0.000 0.299 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:484(_login_as_non_staff_user) 160616 0.091 0.000 0.299 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:188(extra) 42 0.000 0.000 0.298 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:28(bound_func) 404 0.029 0.000 0.298 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:107(parse) 16/14 0.000 0.000 0.297 0.021 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/vertical_block.py:85(author_view) 16/14 0.001 0.000 0.297 0.021 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/studio_editable.py:15(render_children) 243 0.020 0.000 0.297 0.001 /usr/lib/python2.7/lib-tk/tkFileDialog.py:43() 1 0.000 0.000 0.296 0.296 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:225(test_view_index_ok) 28445 0.118 0.000 0.296 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:898(_get_request) 91 0.001 0.000 0.295 0.003 /usr/lib/python2.7/tarfile.py:2098(extract) 9 0.001 0.000 0.295 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:49(preview_handler) 1776/1773 0.002 0.000 0.294 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:203(translation) 44549 0.094 0.000 0.293 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:44(reader_leaves) 91 0.003 0.000 0.293 0.003 /usr/lib/python2.7/tarfile.py:2169(_extract_member) 1 0.000 0.000 0.292 0.292 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:116(test_preserves_partition_id_for_verified_partitions) 1 0.000 0.000 0.292 0.292 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:418(test_default_cohort) 21 0.003 0.000 0.292 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/provider.py:118(create_credit_request) 44834 0.151 0.000 0.292 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:221(pop) 26113 0.164 0.000 0.292 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/version.py:34(get_major_version) 27210 0.126 0.000 0.292 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:232(_backing_file) 1 0.000 0.000 0.292 0.292 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_crud.py:48(test_factories) 2849 0.047 0.000 0.292 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/loader.py:23(__init__) 4 0.000 0.000 0.292 0.073 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:107(__init__) 203766 0.108 0.000 0.291 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:212(get) 2 0.000 0.000 0.291 0.146 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:902(test_persistent_overrides) 1 0.000 0.000 0.291 0.291 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_header_menu.py:39(test_header_menu_with_web_certs_enabled) 14402/14401 0.032 0.000 0.291 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:149(evaluate) 8 0.000 0.000 0.290 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:150(video_encodings_download) 581/457 0.001 0.000 0.290 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:172(errors) 237 0.002 0.000 0.289 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:378(full_clean) 263 0.004 0.000 0.289 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:236(delete) 6 0.000 0.000 0.289 0.048 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:213(setUp) 66 0.001 0.000 0.289 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:361(validate_user_preference_serializer) 4742 0.019 0.000 0.288 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:87(address) 174350 0.201 0.000 0.288 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2158(get_prep_value) 5660 0.012 0.000 0.288 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:422(parse_block_mapping_first_key) 1 0.000 0.000 0.287 0.287 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:200(test_with_coursexml) 4830 0.016 0.000 0.287 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1094(close) 316 0.001 0.000 0.287 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:131(_new_gnu_trans) 102459 0.287 0.000 0.287 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:532(__getitem__) 1 0.000 0.000 0.287 0.287 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:451(test_refresh_fails_for_unknown_library) 1671 0.014 0.000 0.287 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:557(call) 1872 0.011 0.000 0.287 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:164(sign) 6 0.000 0.000 0.287 0.048 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:230(setUp) 1 0.000 0.000 0.287 0.287 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:458(test_get_all_courses) 4 0.000 0.000 0.287 0.072 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:719(create_aside) 1 0.001 0.001 0.287 0.287 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:111(test_course_staff_access) 243 0.195 0.001 0.287 0.001 /usr/lib/python2.7/lib-tk/SimpleDialog.py:1() 766068 0.286 0.000 0.286 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:212(database) 11141 0.286 0.000 0.286 0.000 /usr/lib/python2.7/traceback.py:27(format_list) 315 0.004 0.000 0.286 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:104(xblock_studio_url) 4 0.000 0.000 0.285 0.071 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1105(setUp) 436102 0.285 0.000 0.285 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:288(__eq__) 111563 0.198 0.000 0.285 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:759(deferred_to_columns) 68100 0.180 0.000 0.285 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/util/django.py:11(get_current_request_hostname) 1 0.000 0.000 0.285 0.285 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:872(test_reorder_children) 607 0.007 0.000 0.284 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:923(get_queryset) 243 0.184 0.001 0.284 0.001 /usr/lib/python2.7/lib-tk/ScrolledText.py:12() 248 0.002 0.000 0.284 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:105(delete) 4877 0.018 0.000 0.284 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1275(display_number_with_default) 1 0.000 0.000 0.283 0.283 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:122(test_course_listing_has_pre_requisite_courses) 41190 0.249 0.000 0.282 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:207(fromutc) 6 0.000 0.000 0.282 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:61(create_account) 1 0.000 0.000 0.282 0.282 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:276(test_update_inline_discussion_settings) 18395 0.095 0.000 0.281 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1050(get_prep_lookup) 75943 0.234 0.000 0.281 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:575(max_time_ms) 252925 0.281 0.000 0.281 0.000 /usr/lib/python2.7/markupbase.py:49(updatepos) 104328 0.281 0.000 0.281 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:120(dirname) 1164895 0.280 0.000 0.280 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:350(select_format) 426/64 0.270 0.001 0.280 0.004 /usr/lib/python2.7/shutil.py:210(rmtree) 36 0.000 0.000 0.280 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:390(get_user_id) 243 0.186 0.001 0.280 0.001 /usr/lib/python2.7/lib-tk/ttk.py:13() 1 0.000 0.000 0.280 0.280 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:205(test_get_settings) 6 0.000 0.000 0.279 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:216(assert_correct_asset_response) 243 0.189 0.001 0.279 0.001 /usr/lib/python2.7/lib-tk/Tkdnd.py:100() 9586 0.044 0.000 0.279 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1593(to_python) 2849 0.019 0.000 0.278 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:42(construct_document) 70404 0.172 0.000 0.278 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:38(__exit__) 1 0.000 0.000 0.278 0.278 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:74(test_libraries_on_course_index) 1371 0.027 0.000 0.278 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1530(create_definition_from_data) 1 0.000 0.000 0.278 0.278 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_unit_page.py:24(test_public_component_preview_html) 141159 0.277 0.000 0.277 0.000 /usr/lib/python2.7/functools.py:39(wraps) 1622 0.006 0.000 0.277 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:201(get_language_from_path) 1589 0.015 0.000 0.277 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/locale.py:29(process_request) 14 0.006 0.000 0.277 0.020 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:268(render_header_extras) 34 0.000 0.000 0.276 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:190(get_courselike) 32 0.001 0.000 0.276 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/utils.py:8(get_course_blocks) 37670 0.275 0.000 0.276 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:284(__init__) 112715 0.226 0.000 0.276 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:528(get_distinct) 1 0.000 0.000 0.275 0.275 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:279(test_certificate_info_in_response) 8196 0.022 0.000 0.275 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1272(replace) 1 0.000 0.000 0.275 0.275 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:113(test_xlint_fails) 1 0.000 0.000 0.275 0.275 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:1084(perform_xlint) 243 0.183 0.001 0.275 0.001 /usr/lib/python2.7/lib-tk/Dialog.py:3() 16939 0.104 0.000 0.275 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:319(inheriting_field_data) 1 0.000 0.000 0.274 0.274 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:62(test_rerun) 19 0.001 0.000 0.274 0.014 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:274(add_node_as_child) 1 0.000 0.000 0.274 0.274 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:436(test_video_removal_multiple_courses) 202572 0.274 0.000 0.274 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:272(__getitem__) 243 0.178 0.001 0.274 0.001 /usr/lib/python2.7/lib-tk/tkSimpleDialog.py:26() 2 0.000 0.000 0.273 0.137 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:257(test_course_overview_cache_invalidation) 2895 0.048 0.000 0.273 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:92(decode) 57 0.001 0.000 0.272 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:57(_get_course_and_check_access) 6 0.002 0.000 0.272 0.045 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:124(_add_draft_modules_to_course) 4332 0.018 0.000 0.272 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:848(has_published_version) 34 0.000 0.000 0.272 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/error.py:18(inner) 5 0.000 0.000 0.272 0.054 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:16(setUp) 3641 0.015 0.000 0.272 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/member.py:170(reset) 1622 0.019 0.000 0.271 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:467(get_language_from_path) 2 0.000 0.000 0.271 0.135 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:163(test_course_not_configured) 2480 0.030 0.000 0.271 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:103(process_view) 7102 0.043 0.000 0.270 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/_os.py:61(safe_join) 764 0.010 0.000 0.270 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:125(fill_in_run) 16 0.001 0.000 0.270 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:408(_get_item_in_course) 118113 0.269 0.000 0.269 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:144(__getattr__) 243 0.171 0.001 0.269 0.001 /usr/lib/python2.7/lib-tk/tkFont.py:9() 41 0.001 0.000 0.269 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:55(get_user_preferences) 6 0.000 0.000 0.269 0.045 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/change_enrollment.py:80(handle) 87 0.000 0.000 0.269 0.003 /usr/lib/python2.7/httplib.py:1055(request) 9460/4742 0.123 0.000 0.269 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:389(test_address) 87 0.001 0.000 0.269 0.003 /usr/lib/python2.7/httplib.py:1082(_send_request) 27 0.000 0.000 0.268 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:524(setUp) 6 0.001 0.000 0.268 0.045 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/change_enrollment.py:107(update_enrollments) 82 0.001 0.000 0.268 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:95(get_parent) 1 0.000 0.000 0.268 0.268 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:364(test_ssl_cms_redirection) 1 0.000 0.000 0.267 0.267 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:102(create_cohorted_discussions) 19 0.000 0.000 0.266 0.014 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:161(delete_course) 19 0.000 0.000 0.266 0.014 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:419(delete_course) 230 0.002 0.000 0.265 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1210(_get_release_date) 15 0.000 0.000 0.265 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:177(update_section_grader_type) 3886 0.023 0.000 0.265 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:65(_create_cache) 13673 0.072 0.000 0.265 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.265 0.265 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:207(test_query_counts_with_multiple_reverification_blocks) 31 0.001 0.000 0.265 0.009 /edx/app/edxapp/edx-platform/openedx/core/lib/courses.py:35(create_course_image_thumbnail) 7700/2286 0.015 0.000 0.264 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:49(deep_deconstruct) 3 0.000 0.000 0.264 0.088 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_course.py:21(setUp) 1 0.000 0.000 0.263 0.263 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:398(test_assign_unique_identifier_to_certificates) 17634 0.184 0.000 0.263 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:916(_to_string) 491 0.012 0.000 0.263 0.001 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:131(__init__) 3102 0.010 0.000 0.262 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:194(salt) 88 0.000 0.000 0.262 0.003 /usr/lib/python2.7/httplib.py:1040(endheaders) 88 0.000 0.000 0.262 0.003 /usr/lib/python2.7/httplib.py:882(_send_output) 89 0.001 0.000 0.261 0.003 /usr/lib/python2.7/httplib.py:855(send) 1 0.000 0.000 0.261 0.261 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:89(test_task_adding_icrv_requirements) 45 0.001 0.000 0.261 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:103(reload_course) 112715 0.183 0.000 0.260 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:135(as_sql) 5 0.000 0.000 0.260 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:119(_update_item) 1 0.000 0.000 0.260 0.260 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:154(test_get_lib_edit_html) 8 0.000 0.000 0.259 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1506(group_configurations_list_handler) 8511 0.172 0.000 0.259 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1685(__init__) 206321 0.234 0.000 0.259 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:562(_get_pk_val) 331661 0.259 0.000 0.259 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:937() 1 0.000 0.000 0.259 0.259 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1004(test_make_draft) 163 0.001 0.000 0.259 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:126(add_users) 33326 0.111 0.000 0.258 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:753(scan_to_next_token) 21 0.000 0.000 0.258 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:20(setUp) 29 0.000 0.000 0.257 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/error.py:40(render_404) 1 0.000 0.000 0.257 0.257 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:491(test_video_status_update_request) 3641 0.019 0.000 0.257 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:217(reset) 11292 0.067 0.000 0.257 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:976(branch_setting) 1115 0.008 0.000 0.257 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py:34(load_command_class) 1 0.000 0.000 0.256 0.256 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:199(test_get_container_fragment) 48 0.001 0.000 0.256 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:269(_studio_wrap_xblock) 152 0.004 0.000 0.254 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:224(migrate_cohort_settings) 4 0.000 0.000 0.254 0.063 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:124(edit_tab_handler) 2849 0.011 0.000 0.252 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:139(parse_implicit_document_start) 40 0.001 0.000 0.252 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:461(set_course_cohort_settings) 1 0.001 0.001 0.252 0.252 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:397(test_start_date_on_page) 16 0.001 0.000 0.252 0.016 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:130(test_bits) 1872 0.014 0.000 0.252 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:96(dumps) 3165 0.004 0.000 0.251 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.251 0.251 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:246(test_split_test) 4 0.000 0.000 0.251 0.063 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py:56(create_dummy_course) 1 0.000 0.000 0.250 0.250 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:152(test_public_child_container_preview_html) 16814 0.034 0.000 0.250 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:278(load_index) 10229 0.192 0.000 0.250 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.250 0.250 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:831(_rerun_course) 1 0.000 0.000 0.249 0.249 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:224(test_login_ratelimited_success) 95860 0.158 0.000 0.249 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:167(default) 189 0.022 0.000 0.249 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:333(from_model) 1 0.000 0.000 0.248 0.248 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:280(test_block_with_children) 6449 0.028 0.000 0.248 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:761(__init__) 307 0.006 0.000 0.248 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/api.py:24(authorable_xblocks) 1 0.000 0.000 0.248 0.248 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:63(test_entrance_exam_milestone_removal) 3949 0.089 0.000 0.248 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:66(get_field_kwargs) 2 0.000 0.000 0.247 0.124 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2051(setUp) 1 0.000 0.000 0.247 0.247 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:411(test_create_nicely) 141187 0.247 0.000 0.247 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:224(get_rhs_op) 260314 0.247 0.000 0.247 0.000 /edx/app/edxapp/edx-platform/common/lib/dogstats/dogstats_wrapper/wrapper.py:16(clean) 10560 0.060 0.000 0.247 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1639(cache_and_return) 2926 0.235 0.000 0.247 0.000 /usr/lib/python2.7/unittest/runner.py:57(addSuccess) 3165 0.007 0.000 0.247 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:89(__init__) 1 0.000 0.000 0.246 0.246 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2241(test_empty_chapter) 52226 0.246 0.000 0.246 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/version.py:42(get_complete_version) 27156 0.040 0.000 0.246 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1450(get_resource_filename) 20 0.001 0.000 0.246 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:733(is_allowable_password_reuse) 37 0.002 0.000 0.245 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:420(ensure_indexes) 1 0.001 0.001 0.245 0.245 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:173(from_apps) 25907 0.110 0.000 0.245 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:140(__getattr__) 172414 0.216 0.000 0.244 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1060(check_related_objects) 1 0.000 0.000 0.244 0.244 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:491(test_delete_grace_period) 26 0.002 0.000 0.244 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/api.py:35(course_structure) 1972 0.057 0.000 0.244 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:121(_get_reverse_relationships) 21185 0.078 0.000 0.244 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:124(batch_process_rhs) 3343 0.018 0.000 0.244 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:718(_from_string) 9670 0.127 0.000 0.243 0.000 /usr/lib/python2.7/gzip.py:285(_read) 4 0.000 0.000 0.243 0.061 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:197(primitive_insert) 175741 0.243 0.000 0.243 0.000 /usr/lib/python2.7/logging/__init__.py:1346(getEffectiveLevel) 298 0.001 0.000 0.243 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mongo_utils.py:60(create_collection_index) 3722 0.055 0.000 0.242 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:41(__init__) 33291 0.112 0.000 0.242 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1523(_fn) 135701 0.137 0.000 0.242 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/django_courseware_routers.py:31(db_for_write) 4237 0.042 0.000 0.242 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/search_engine_base.py:44(get_search_engine) 1 0.002 0.002 0.241 0.241 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:307(test_notifications_error_from_parse) 1 0.000 0.000 0.241 0.241 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:319(test_change_after_first_sync) 24 0.000 0.000 0.241 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:97(youtube_video_transcript_name) 8 0.000 0.000 0.241 0.030 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:645(test_extra_fields) 123734 0.240 0.000 0.240 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:121(__init__) 7 0.000 0.000 0.240 0.034 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_signals.py:23(setUp) 22 0.000 0.000 0.240 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:659(assert_extra_field_error) 3165 0.208 0.000 0.239 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:102(__prepare_class__) 1 0.000 0.000 0.239 0.239 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:514(test_update_section_grader_type) 16 0.001 0.000 0.239 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:146(put_handler) 1 0.000 0.000 0.239 0.239 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:115(test_course_info_to_ccxcon_no_ccx_enabled) 3648 0.011 0.000 0.239 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:73(close) 59100 0.208 0.000 0.239 0.000 /usr/lib/python2.7/HTMLParser.py:366(parse_endtag) 9 0.000 0.000 0.239 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:137(reindex_course_and_check_access) 3652 0.029 0.000 0.239 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:528(__create_pool) 1 0.000 0.000 0.238 0.238 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:300(test_notifications_sent_to_parse) 1 0.000 0.000 0.238 0.238 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:190(test_get_component_templates) 8212 0.024 0.000 0.238 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1086(make_course_usage_key) 2 0.000 0.000 0.238 0.119 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1785(_show_course_overview) 85854 0.133 0.000 0.238 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/django_courseware_routers.py:22(db_for_read) 337699 0.237 0.000 0.237 0.000 /usr/lib/python2.7/copy.py:113(_copy_with_constructor) 11584 0.044 0.000 0.236 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/definition_lazy_loader.py:12(__init__) 44321 0.054 0.000 0.236 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.236 0.236 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import_pure_xblock.py:35(test_import_public) 491280 0.236 0.000 0.236 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:129(connection) 1 0.000 0.000 0.236 0.236 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:305(test_certificate_info_not_in_response) 37 0.000 0.000 0.235 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:332(tearDownClass) 212776 0.235 0.000 0.235 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/error.py:6(__init__) 764 0.005 0.000 0.235 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:236(fill_in_run) 1 0.000 0.000 0.234 0.234 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:288(test_notifications_enabled_but_not_requested) 8 0.002 0.000 0.234 0.029 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:55(check_course_overview_against_course) 414 0.003 0.000 0.234 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:374(lookup_item) 42 0.006 0.000 0.234 0.006 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:35(render_body) 5 0.000 0.000 0.233 0.047 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:349(handle) 2 0.000 0.000 0.233 0.117 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:477(assert_video_status) 1 0.000 0.000 0.233 0.233 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_updates.py:294(test_notifications_enabled_and_sent) 79350 0.181 0.000 0.232 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:618(__init__) 2 0.000 0.000 0.232 0.116 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:301(test_dump_to_neo4j_cache) 16 0.000 0.000 0.232 0.015 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:155(delete_course) 1079 0.015 0.000 0.232 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/json_request.py:61(__init__) 3 0.000 0.000 0.232 0.077 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:644(_handle_redirects) 1 0.001 0.001 0.231 0.231 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:24(test_save_valid_data) 1 0.000 0.000 0.231 0.231 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:453(test_can_create_new_certificate_if_it_does_not_exist) 64205 0.132 0.000 0.230 0.000 /usr/lib/python2.7/collections.py:125(items) 3773 0.230 0.000 0.230 0.000 /usr/lib/python2.7/socket.py:196(close) 1273 0.034 0.000 0.229 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:286(__init__) 945 0.010 0.000 0.229 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/manager.py:28(get_queryset) 20 0.000 0.000 0.229 0.011 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1404(_emit_course_deleted_signal) 5 0.000 0.000 0.228 0.046 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:24(setUp) 21027 0.059 0.000 0.228 0.000 /usr/lib/python2.7/decimal.py:863(__eq__) 8655 0.038 0.000 0.228 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.228 0.228 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:291(test_course_outline_with_display_course_number_as_none) 1214 0.013 0.000 0.227 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:173(verify) 2 0.000 0.000 0.227 0.114 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:62(test_default_lang_pref_saved) 4877 0.013 0.000 0.227 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1289(display_org_with_default) 2 0.000 0.000 0.227 0.114 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py:76(test_export_course) 2788 0.025 0.000 0.227 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:345(make_course_key) 95257 0.227 0.000 0.227 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:93(_splitext) 3002 0.007 0.000 0.226 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/__init__.py:112(__iter__) 1 0.000 0.000 0.226 0.226 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:143(test_course_info_to_ccxcon_no_config) 9287 0.018 0.000 0.226 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:351(validators) 83981 0.225 0.000 0.225 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:359(from_storable) 128216 0.198 0.000 0.225 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:340(is_naive) 31 0.000 0.000 0.225 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/generic/base.py:81(dispatch) 1 0.000 0.000 0.225 0.225 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1633(test_create_support_level_flag_off) 5 0.000 0.000 0.225 0.045 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:12(setUp) 11324/8494 0.014 0.000 0.225 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:395(construct_yaml_map) 22 0.001 0.000 0.224 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1131(_configure_credit) 250 0.045 0.000 0.223 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py:35(load_template_source) 240480 0.223 0.000 0.223 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/django_courseware_routers.py:13(_is_csmh) 1121636 0.223 0.000 0.223 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:514(get_db_converters) 56 0.001 0.000 0.223 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/defaults.py:66(permission_denied) 31 0.001 0.000 0.223 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:301(update_usage_info) 1628 0.005 0.000 0.222 0.000 /usr/lib/python2.7/logging/__init__.py:1631(debug) 36304 0.198 0.000 0.222 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:365(normalize) 13938 0.038 0.000 0.222 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:32(pre_save) 172279 0.221 0.000 0.221 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:302(compiler) 61378 0.095 0.000 0.221 0.000 /usr/lib/python2.7/gettext.py:176(__init__) 2 0.000 0.000 0.220 0.110 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py:86(test_export_course_stdout) 6496 0.024 0.000 0.220 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:406(__init__) 1 0.000 0.000 0.220 0.220 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:345(test_get_user_partitions_and_groups) 1 0.000 0.000 0.220 0.220 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:228(test_definition_shared_with_library) 1 0.000 0.000 0.220 0.220 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1514(test_basic_components) 370105 0.208 0.000 0.219 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:169(select_related_descend) 114546 0.149 0.000 0.219 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1059(get_prep_value) 6376 0.014 0.000 0.219 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/filesystem.py:17(get_template_sources) 2720 0.040 0.000 0.219 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:86(encode) 22415 0.118 0.000 0.219 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/__init__.py:22(clear_request_cache) 11 0.001 0.000 0.218 0.020 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:253(author_view) 5 0.000 0.000 0.218 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:390(create_export_tarball) 13125 0.217 0.000 0.218 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:269(__init__) 615 0.005 0.000 0.217 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:451(to_internal_value) 231245 0.217 0.000 0.217 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:193(__next) 12 0.000 0.000 0.217 0.018 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:262(get_finders) 5 0.000 0.000 0.217 0.043 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:267(get_finder) 16814 0.023 0.000 0.216 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:258(_load_from_file) 83433 0.160 0.000 0.216 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:280(atomic) 9 0.002 0.000 0.216 0.024 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:255(render_header_extras) 31325 0.216 0.000 0.216 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/path.py:16(normpath) 1 0.000 0.000 0.215 0.215 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:994(test_make_public) 5934 0.012 0.000 0.215 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dogapi/stats/dog_stats_api.py:134(timer) 1 0.000 0.000 0.215 0.215 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/management/commands/tests/test_post_cohort_membership_fix.py:34(test_post_cohortmembership_fix) 7258 0.102 0.000 0.214 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:178(__init__) 31989 0.111 0.000 0.214 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:775(_save_parents) 5511 0.056 0.000 0.214 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:73(get_host) 2615 0.040 0.000 0.214 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:946(get_aside_of_type) 174168 0.213 0.000 0.213 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:545(__check_auth) 3540 0.018 0.000 0.213 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:56(_get_user_session_key) 4672 0.014 0.000 0.213 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:166(__getattr__) 1208 0.007 0.000 0.213 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:93(to_internal_value) 3 0.000 0.000 0.212 0.071 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:119(delete_course_update) 21 0.001 0.000 0.212 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:539(_deprecated_blocks_info) 29981 0.202 0.000 0.212 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1730(get_normalized_value) 8 0.000 0.000 0.212 0.026 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_organizations_helpers.py:19(setUp) 730 0.210 0.000 0.212 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:34(isfile) 5662 0.017 0.000 0.211 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:205(construct_mapping) 2 0.000 0.000 0.211 0.105 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py:65(test_get_course_with_different_case) 12 0.004 0.000 0.210 0.017 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:338(render_header_extras) 3652 0.048 0.000 0.209 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:117(__init__) 147278 0.209 0.000 0.209 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:444(__query_options) 1 0.000 0.000 0.209 0.209 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:322(test_unsafe_tar) 499278 0.208 0.000 0.208 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:318(__hash__) 4 0.000 0.000 0.208 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:941(setUp) 4 0.000 0.000 0.208 0.052 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:107(test_course_enrollment) 20 0.004 0.000 0.208 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/signals.py:20(_listen_for_course_delete) 6 0.001 0.000 0.208 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:73(_activate_user) 3879 0.030 0.000 0.208 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:29(__init__) 1 0.000 0.000 0.208 0.208 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1506(test_create_item) 46 0.000 0.000 0.207 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/cache.py:55(_wrapped_view_func) 1 0.000 0.000 0.207 0.207 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:151(test_block_with_missing_fields) 1 0.000 0.000 0.207 0.207 /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.206 0.206 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:991(setUp) 4899 0.015 0.000 0.206 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1243(_clone) 640 0.003 0.000 0.206 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context_processors.py:19(csrf) 11155 0.022 0.000 0.206 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1643(get_foreign_related_value) 10609 0.083 0.000 0.206 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:351(_populate_pk_values) 29922 0.098 0.000 0.206 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1040(service) 11839 0.021 0.000 0.206 0.000 /usr/lib/python2.7/argparse.py:2326(_get_formatter) 1 0.000 0.000 0.205 0.205 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1103(test_make_public_with_update) 3177 0.108 0.000 0.205 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:432(get_supported_language_variant) 299657 0.205 0.000 0.205 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2214(_is_unpacked_egg) 37 0.000 0.000 0.205 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:323(setUpClass) 741 0.006 0.000 0.205 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1302(get_validators) 99046 0.204 0.000 0.204 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:827(_clean_item_data) 14 0.000 0.000 0.204 0.015 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:200(get) 1 0.000 0.000 0.203 0.203 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:219(test_get_container_nested_container_fragment) 1 0.000 0.000 0.203 0.203 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:988(test_post_settings_with_staff_not_enrolled) 315 0.001 0.000 0.203 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:80(xblock_has_own_studio_page) 7 0.000 0.000 0.202 0.029 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:243(_post_set_preview_lang) 10 0.004 0.000 0.202 0.020 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:190(render_header_extras) 3606 0.013 0.000 0.202 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:50(close_connections) 4057/3889 0.011 0.000 0.202 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:321(add_to_class) 4 0.000 0.000 0.202 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:216(test_visibility_of_entrance_exam_section) 555 0.007 0.000 0.202 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:159(get_user) 4378 0.015 0.000 0.202 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1077(make_course_key) 30 0.001 0.000 0.201 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/vertical_block.py:135(definition_to_xml) 5732 0.056 0.000 0.201 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:433(_compile_info) 112 0.003 0.000 0.201 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:232(index_dictionary) 1 0.000 0.000 0.200 0.200 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:219(test_can_create_certificate) 85 0.000 0.000 0.200 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:161(connect) 85 0.000 0.000 0.200 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:123(_new_conn) 1 0.000 0.000 0.200 0.200 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1224(test_editing_view_wrappers) 9 0.000 0.000 0.199 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:65(delete_course_and_groups) 4 0.000 0.000 0.199 0.050 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_change_enrollment.py:43(test_convert_users) 85 0.058 0.001 0.199 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/connection.py:49(create_connection) 60 0.000 0.000 0.199 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:166(paginate_queryset) 1 0.000 0.000 0.199 0.199 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1600(test_deprecated_no_advance_component_button) 4 0.000 0.000 0.199 0.050 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:548(test_no_source_image) 59 0.001 0.000 0.199 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/pagination.py:244(paginate_queryset) 348/169 0.105 0.000 0.199 0.001 /edx/app/edxapp/venvs/edxapp/lib/python2.7/os.py:209(walk) 321714 0.198 0.000 0.198 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1644(can_filter) 6 0.000 0.000 0.198 0.033 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mako_module.py:46(studio_view) 5 0.000 0.000 0.198 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/tests/test_api.py:343(test_update_email_optin) 5 0.000 0.000 0.198 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:82(activate_user) 74144 0.159 0.000 0.198 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2560(requires) 2475 0.007 0.000 0.197 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:628(__iter__) 57646 0.088 0.000 0.197 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:132(get_token) 2 0.000 0.000 0.196 0.098 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1325(test_content_group_not_assigned) 1079 0.002 0.000 0.196 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:30(wrapper) 6500 0.017 0.000 0.196 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:53(__init__) 11 0.000 0.000 0.196 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:91(create_non_staff_authed_user_client) 4 0.000 0.000 0.196 0.049 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:945(setUp) 11 0.001 0.000 0.196 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1313(assert_course_creation_failed) 1 0.000 0.000 0.196 0.196 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:110(test_public_unreleased_xblock) 8655 0.017 0.000 0.195 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:244(get) 7 0.000 0.000 0.195 0.028 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:640(import_children) 536 0.008 0.000 0.195 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:221(problem_types) 21015 0.195 0.000 0.195 0.000 /usr/lib/python2.7/decimal.py:6077(_group_lengths) 237 0.011 0.000 0.195 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:396(_clean_fields) 12059 0.027 0.000 0.195 0.000 /usr/lib/python2.7/hmac.py:125(new) 10 0.000 0.000 0.194 0.019 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:244(deconstruct) 2988 0.002 0.000 0.194 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/__init__.py:18() 1 0.000 0.000 0.194 0.194 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:250(test_fields) 1615 0.010 0.000 0.193 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:443(update_definition) 4918 0.018 0.000 0.193 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1140(_clone) 641208 0.193 0.000 0.193 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:298(_parse_letter_version) 6 0.000 0.000 0.192 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:334(try_tar) 2988 0.005 0.000 0.192 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/collator.py:102(sort_key) 5973 0.018 0.000 0.191 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:61(get_attribute) 1 0.000 0.000 0.191 0.191 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:202(test_sequential_source_for_vertical) 8562 0.029 0.000 0.191 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1523(user_signup_handler) 132328 0.191 0.000 0.191 0.000 :12(_make) 2721/2443 0.017 0.000 0.191 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:798(_populate_self_namespace) 9 0.000 0.000 0.190 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:132(_list_libraries) 924 0.006 0.000 0.190 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.190 0.190 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:197(test_chapter_source_for_vertical) 8655 0.044 0.000 0.189 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:38(get_cache) 301 0.005 0.000 0.189 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:106(save) 7907 0.029 0.000 0.189 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1308(get_prep_lookup) 1 0.000 0.000 0.189 0.189 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:495(test_get_all_courses_by_mobile_available) 2 0.000 0.000 0.189 0.094 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:457(force_publish_course) 6 0.000 0.000 0.188 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:46(handle) 2 0.000 0.000 0.188 0.094 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:290(test_course_overview_caching) 21 0.000 0.000 0.188 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:160(setUp) 441 0.004 0.000 0.188 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1555(update_definition_from_data) 4 0.000 0.000 0.188 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1010(setUp) 2172 0.009 0.000 0.187 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py:18(_get_all_permissions) 5 0.000 0.000 0.187 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:76(export_course_to_tarfile) 7 0.000 0.000 0.187 0.027 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:516(test_email_pattern_requirements) 1037 0.013 0.000 0.187 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:62(get_user_permissions) 801 0.004 0.000 0.187 0.000 /usr/lib/python2.7/logging/__init__.py:1169(warning) 23 0.001 0.000 0.186 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2553(delete_item) 327820 0.186 0.000 0.186 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:276(stale_possible_simple_keys) 1248 0.016 0.000 0.186 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:93(end_cache_isolation) 1 0.000 0.000 0.185 0.185 /edx/app/edxapp/edx-platform/common/djangoapps/track/management/tests/test_tracked_command.py:25(test_command) 1 0.000 0.000 0.185 0.185 /edx/app/edxapp/edx-platform/common/djangoapps/track/management/tests/test_tracked_command.py:18(_run_dummy_command) 1 0.000 0.000 0.185 0.185 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:95(test_is_staff_access) 1 0.000 0.000 0.185 0.185 /edx/app/edxapp/edx-platform/common/djangoapps/track/management/tracked_command.py:52(execute) 1 0.000 0.000 0.185 0.185 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:471(check) 11839 0.101 0.000 0.185 0.000 /usr/lib/python2.7/argparse.py:154(__init__) 1 0.000 0.000 0.185 0.185 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/checks/registry.py:61(run_checks) 1214 0.012 0.000 0.185 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:129(loads) 17 0.000 0.000 0.185 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:37(setUp) 368228 0.184 0.000 0.185 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:828(branch) 171923 0.184 0.000 0.184 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:13(_get_lookup) 13 0.000 0.000 0.184 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:177(remove_entrance_exam_graders) 1230 0.004 0.000 0.184 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:536(run_validation) 23151 0.106 0.000 0.184 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:55(construct_object) 1 0.000 0.000 0.183 0.183 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:940(test_duplicated_version) 3 0.000 0.000 0.183 0.061 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:290(test_file_size) 1 0.000 0.000 0.183 0.183 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_certificates.py:184(setUpClass) 1 0.001 0.001 0.183 0.183 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/checks/model_checks.py:11(check_all_models) 438000 0.183 0.000 0.183 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.183 0.183 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:188(test_query_counts_with_no_reverification_blocks) 70132 0.135 0.000 0.183 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1012(markers_pass) 10 0.000 0.000 0.183 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:126(get_content_experiment_usage_info) 26670 0.047 0.000 0.182 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1067(raw_grader) 1 0.001 0.001 0.182 0.182 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1199(test_can_remove_user_from_cohort) 1 0.000 0.000 0.181 0.181 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:91(test_unicode_chars_in_course_name_import) 123 0.001 0.000 0.181 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:270(flush) 1 0.000 0.000 0.181 0.181 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:114(test_public_released_xblock) 922 0.011 0.000 0.181 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:541(get_definitions) 14 0.000 0.000 0.181 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:337(_course_outline_json) 181 0.003 0.000 0.181 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1198(check) 1780 0.004 0.000 0.180 0.000 /usr/lib/python2.7/unittest/case.py:286(_addSkip) 4670 0.022 0.000 0.179 0.000 /usr/lib/python2.7/Cookie.py:593(__setitem__) 12 0.000 0.000 0.179 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:32(_user_factory_with_history) 828 0.015 0.000 0.179 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1672(invalidate_enrollment_mode_cache) 156 0.000 0.000 0.179 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:106(run_validation) 2 0.000 0.000 0.179 0.089 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:127(test_create_account) 264 0.003 0.000 0.178 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/models.py:57(pre_save_callback) 16296 0.178 0.000 0.178 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:109(parse_url) 6309 0.032 0.000 0.178 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:72(evaluate) 1 0.000 0.000 0.178 0.178 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:752(test_delete_signatory_non_existing_certificate) 28445 0.115 0.000 0.178 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:247(top) 222931 0.178 0.000 0.178 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:37() 192501 0.177 0.000 0.177 0.000 /usr/lib/python2.7/threading.py:285(__enter__) 1780 0.025 0.000 0.177 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:151(addSkip) 1 0.000 0.000 0.177 0.177 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:122(test_public_no_start_xblock) 2124 0.003 0.000 0.176 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/app_directories.py:19(get_template_sources) 42062 0.069 0.000 0.176 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/__init__.py:17(from_usage_key) 972 0.144 0.000 0.175 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:127(parse) 1581 0.014 0.000 0.175 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:972(get_template_dir) 1 0.000 0.000 0.175 0.175 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:697(test_delete_non_existing_certificate) 1 0.000 0.000 0.175 0.175 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:197(test_get_html) 13891 0.174 0.000 0.175 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:145(__init__) 38243 0.078 0.000 0.174 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/contracts/__init__.py:23(contract) 467 0.007 0.000 0.174 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:125(xblock_type_display_name) 15422 0.028 0.000 0.174 0.000 /usr/lib/python2.7/threading.py:242(Condition) 178 0.003 0.000 0.174 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:279(get_content_digest_for_asset_path) 1 0.000 0.000 0.174 0.174 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:242(setUpClass) 5662 0.025 0.000 0.173 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:120(construct_mapping) 4 0.000 0.000 0.173 0.043 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/tests/test_api.py:396(test_change_email_optin) 1069 0.004 0.000 0.173 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:59(parse_args) 1098166 0.173 0.000 0.173 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:485(_sanitize) 1 0.000 0.000 0.173 0.173 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:131(test_draft_container_preview_html) 2 0.000 0.000 0.173 0.086 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:22(test_bulk_convert) 159 0.002 0.000 0.172 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:281(has_changes) 2 0.000 0.000 0.172 0.086 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1677(test_forum_id_generation) 6535 0.121 0.000 0.172 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:54(connect) 24 0.001 0.000 0.172 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:39(setUp) 85663 0.139 0.000 0.172 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:501(limit) 1 0.000 0.000 0.171 0.171 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_certificates.py:212(setUpClass) 1 0.000 0.000 0.171 0.171 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1319(test_change_user_partition_id) 2 0.000 0.000 0.171 0.086 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:373(_test_start_date_propagation) 34450 0.048 0.000 0.171 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:77(__init__) 615 0.002 0.000 0.171 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:556(to_internal_value) 2 0.000 0.000 0.171 0.085 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:496(_test_course_location_info) 1070 0.002 0.000 0.170 0.000 /usr/lib/python2.7/argparse.py:1700(parse_args) 5 0.000 0.000 0.170 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:86(export_course_to_directory) 1710 0.008 0.000 0.170 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1194(resource_isdir) 741 0.012 0.000 0.170 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1348(get_unique_for_date_validators) 1 0.000 0.000 0.170 0.170 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:212(test_sequential_source_for_sequential) 13 0.001 0.000 0.170 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:331(delete_asset) 5 0.001 0.000 0.170 0.034 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:106(_update_xblocks_cache) 1 0.000 0.000 0.170 0.170 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:291(test_no_source_for_vertical) 615 0.002 0.000 0.169 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:42(filter_queryset) 2 0.000 0.000 0.169 0.085 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:581(_verify_export_failure) 10151 0.077 0.000 0.169 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.169 0.169 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:418(test_get_list_pagination) 13089 0.145 0.000 0.169 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:449(_extract_model_params) 1070 0.038 0.000 0.168 0.000 /usr/lib/python2.7/argparse.py:1707(parse_known_args) 12059 0.155 0.000 0.168 0.000 /usr/lib/python2.7/hmac.py:30(__init__) 57819 0.118 0.000 0.167 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:981(get_prep_value) 1 0.000 0.000 0.167 0.167 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:177(test_get_json) 2172 0.025 0.000 0.167 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py:28(_get_builtin_permissions) 7361 0.044 0.000 0.166 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:297(serialize_asset_key_with_slash) 2849 0.037 0.000 0.166 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:59(__init__) 96915 0.166 0.000 0.166 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:519(has) 4562 0.069 0.000 0.166 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:460(to_json) 27 0.000 0.000 0.165 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:147(_get_content_experiment_usage_info) 5317 0.004 0.000 0.165 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:395(get_attribute) 1 0.000 0.000 0.165 0.165 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:266(test_chapter_source_for_vertical) 1621 0.009 0.000 0.164 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:47(process_request) 1 0.000 0.000 0.164 0.164 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:454(test_delete_image_type_asset) 107255 0.164 0.000 0.164 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/tracker.py:123(initialize_tracker) 1 0.000 0.000 0.164 0.164 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:50(test_save_without_org_and_course_data) 21015 0.104 0.000 0.164 0.000 /usr/lib/python2.7/decimal.py:3137(_log10_exp_bound) 29728 0.163 0.000 0.163 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:47(round_power_2) 91960 0.163 0.000 0.163 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:112(basename) 1 0.000 0.000 0.163 0.163 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:309(test_clear_lang) 1299 0.005 0.000 0.163 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:950(validate_unique) 8886 0.039 0.000 0.163 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/http.py:43(urlquote) 211259 0.163 0.000 0.163 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:710(ref_alias) 15107 0.018 0.000 0.162 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/_os.py:31(abspathu) 1 0.000 0.000 0.162 0.162 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:324(test_dump_to_neo4j_published) 4 0.000 0.000 0.162 0.041 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:167(_add_local_translations) 31 0.001 0.000 0.162 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:236(_get_and_validate_course) 94 0.002 0.000 0.162 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:120(logout) 31206 0.162 0.000 0.162 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:36(check_expression_support) 469634 0.162 0.000 0.162 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:257(__getstate__) 2019 0.033 0.000 0.161 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:85(_parse_time) 1 0.000 0.000 0.161 0.161 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:834(test_overrides) 406 0.023 0.000 0.161 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:735(_parse_video_xml) 1 0.000 0.000 0.161 0.161 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:207(test_chapter_source_for_sequential) 2 0.000 0.000 0.161 0.080 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:308(_test_delete_course_from_search_index_after_course_deletion) 20751 0.161 0.000 0.161 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:156(__init__) 169 0.001 0.000 0.161 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:1116(load) 9 0.001 0.000 0.161 0.018 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:156(__enter__) 1 0.000 0.000 0.160 0.160 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:573(test_basic) 12944 0.090 0.000 0.160 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:227(walk_to_end) 2 0.000 0.000 0.160 0.080 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:123(test_required_fields_are_absent) 4724 0.011 0.000 0.160 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/case.py:56(afterTest) 1 0.000 0.000 0.160 0.160 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:197(test_get_list_pagination) 1 0.000 0.000 0.160 0.160 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:458(test_create_with_future_date) 11 0.000 0.000 0.159 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/views.py:49(post) 11 0.000 0.000 0.159 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/views.py:63(process_darklang_request) 272679 0.159 0.000 0.159 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:127(active) 1 0.000 0.000 0.159 0.159 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:77(test_add_gate) 292 0.001 0.000 0.159 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1375(get_library) 2 0.000 0.000 0.159 0.079 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:702(test_export_on_invalid_displayname) 53 0.000 0.000 0.158 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:589(_prefetch_related_objects) 341459 0.158 0.000 0.158 0.000 /usr/lib/python2.7/contextlib.py:12(__init__) 53 0.002 0.000 0.158 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1429(prefetch_related_objects) 1 0.000 0.000 0.158 0.158 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_cleanup_assets.py:24(setUp) 30016/29823 0.139 0.000 0.158 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:742(_get_fields) 161904 0.157 0.000 0.158 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:492(key_checker) 20 0.000 0.000 0.158 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:115(_get_credit_course_requirement_xblocks) 50 0.001 0.000 0.158 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/tests/utils.py:40(setUp) 1 0.000 0.000 0.158 0.158 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:255(test_can_create_group_configuration) 4475 0.157 0.000 0.157 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:468(__new__) 44550 0.157 0.000 0.157 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:105(_has_expired) 20 0.001 0.000 0.157 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/signals.py:50(listen_for_library_update) 1 0.000 0.000 0.157 0.157 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1023(test_delete) 63432 0.157 0.000 0.157 0.000 /usr/lib/python2.7/HTMLParser.py:334(check_for_whole_start_tag) 10179 0.016 0.000 0.157 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1366(get_joining_columns) 10063 0.045 0.000 0.157 0.000 /usr/lib/python2.7/inspect.py:804(getargspec) 1602 0.013 0.000 0.157 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/vertical_block.py:159(index_dictionary) 447 0.004 0.000 0.157 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:312(to_representation) 1 0.000 0.000 0.156 0.156 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1048(test_add) 3770 0.044 0.000 0.156 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/draft_and_published.py:23(__init__) 109 0.007 0.000 0.156 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:192(_get_fields_translate_references) 2 0.000 0.000 0.156 0.078 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:349(test_versioning) 1162 0.004 0.000 0.156 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:951(__call__) 2264 0.005 0.000 0.156 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:325(send_bulk_library_updated_signal) 23 0.001 0.000 0.155 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/utils.py:27(_is_in_course_tree) 16939 0.115 0.000 0.155 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:272(__init__) 2 0.000 0.000 0.154 0.077 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:457(_test_course_about_store_index) 1 0.000 0.000 0.154 0.154 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:198(test_delete) 316 0.001 0.000 0.154 0.000 /usr/lib/python2.7/glob.py:18(glob) 52160 0.104 0.000 0.154 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1210(id) 24636 0.049 0.000 0.153 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:728(get_fields) 46494 0.099 0.000 0.153 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:152(topological_traversal) 20 0.000 0.000 0.153 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:146(_get_xblocks) 59 0.002 0.000 0.153 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1591(prefetch_one_level) 84459 0.153 0.000 0.153 0.000 /usr/lib/python2.7/logging/__init__.py:148(getLevelName) 216108 0.152 0.000 0.152 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:17(__init__) 2832 0.152 0.000 0.152 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lookup.py:329(_check) 345396 0.152 0.000 0.152 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:467(__hash__) 1 0.000 0.000 0.152 0.152 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1031(test_update) 126 0.003 0.000 0.152 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:107(_get_usage_info) 1 0.000 0.000 0.152 0.152 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2121(test_course_license_export) 59 0.000 0.000 0.152 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:116(__len__) 1 0.000 0.000 0.152 0.152 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:465(test_static_tabs_initialization) 46 0.001 0.000 0.152 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1266(render) 1 0.000 0.000 0.152 0.152 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:242(test_create_new_by_id) 2 0.000 0.000 0.151 0.076 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_tasks.py:149(test_update_xblocks_cache) 24 0.002 0.000 0.151 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:32(clear_subs_content) 1162 0.028 0.000 0.151 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:958(_mock_call) 1 0.000 0.000 0.151 0.151 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:314(videos_index_html) 9594 0.128 0.000 0.151 0.000 /usr/lib/python2.7/decimal.py:661(from_float) 1 0.000 0.000 0.151 0.151 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:86(test_save_with_org_only) 9641/3200 0.053 0.000 0.151 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:350(_compute_subtree_edited_internal) 58012 0.150 0.000 0.150 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:987(_should_apply_cached_metadata) 1 0.000 0.000 0.150 0.150 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:160(test_no_forced_password_change) 25 0.001 0.000 0.150 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:537(_get_item) 1 0.000 0.000 0.150 0.150 /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.150 0.150 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:761(test_update_from_json_filtered_edxnotes_on) 922 0.004 0.000 0.150 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:54(rotate_token) 1 0.000 0.000 0.150 0.150 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:936(test_not_indexable) 85401 0.102 0.000 0.150 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1290(pre_save) 1 0.000 0.000 0.150 0.150 /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) 14002 0.024 0.000 0.149 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2901(__eq__) 1 0.000 0.000 0.149 0.149 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:924(test_updating_item) 1 0.000 0.000 0.149 0.149 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:576(test_profile_whitelist) 1 0.000 0.000 0.149 0.149 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:282(test_preview_lang_with_dark_language) 1 0.000 0.000 0.149 0.149 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:687(test_update_from_json_filtered_on) 4724 0.028 0.000 0.149 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:109(afterTest) 1 0.000 0.000 0.149 0.149 /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) 9 0.000 0.000 0.149 0.017 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:17(setUp) 10095 0.061 0.000 0.149 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:68(__init__) 17916 0.079 0.000 0.149 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:66(_set) 159094 0.125 0.000 0.148 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1118(to_python) 12 0.000 0.000 0.148 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:132(get_handler) 3044 0.035 0.000 0.148 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:133(parse) 1 0.000 0.000 0.148 0.148 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:928(test_creating_item) 922 0.012 0.000 0.148 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1925(log_successful_login) 44 0.001 0.000 0.148 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:58(update_state) 2198 0.102 0.000 0.148 0.000 /usr/lib/python2.7/_strptime.py:299(_strptime) 7 0.000 0.000 0.148 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:134(get_split_test_partitions_with_usage) 447 0.003 0.000 0.148 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:260(get_url) 1 0.000 0.000 0.147 0.147 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:425(test_video_removal) 181 0.002 0.000 0.147 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1276(_check_fields) 5 0.000 0.000 0.147 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:143(delete_grader) 3770 0.033 0.000 0.147 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1289(__init__) 1 0.000 0.000 0.147 0.147 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:212(test_insert) 3 0.000 0.000 0.147 0.049 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:32(setUp) 159 0.001 0.000 0.147 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:913(has_changes) 1 0.000 0.000 0.146 0.146 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:222(test_save) 26527/13037 0.146 0.000 0.146 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:151(getwidth) 1 0.000 0.000 0.146 0.146 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:104(test_course_listing_errored_deleted_courses) 20 0.000 0.000 0.146 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:107(update_library_index) 1 0.000 0.000 0.146 0.146 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:351(test_audit_course_mode_is_skipped) 2 0.000 0.000 0.146 0.073 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_header_menu.py:22(setUp) 1 0.000 0.000 0.146 0.146 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:140(test_valid_id) 15422 0.134 0.000 0.146 0.000 /usr/lib/python2.7/threading.py:260(__init__) 16 0.000 0.000 0.145 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1052(add_container_page_publishing_info) 1 0.000 0.000 0.145 0.145 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:956(test_delete) 3 0.000 0.000 0.145 0.048 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:111(setUp) 100573/100568 0.135 0.000 0.145 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/__init__.py:319(__get__) 13050 0.031 0.000 0.144 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:519(__hash__) 1 0.000 0.000 0.144 0.144 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:124(test_happy_path) 2 0.000 0.000 0.144 0.072 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:549(test_export_targz_urlparam) 361 0.004 0.000 0.144 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/serializers.py:28(get_preferences) 48569 0.090 0.000 0.143 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2017(get_db_converters) 2 0.000 0.000 0.143 0.072 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:334(setUp) 346 0.005 0.000 0.143 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:168(get_parent_location) 447 0.002 0.000 0.143 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/reverse.py:36(reverse) 22 0.001 0.000 0.143 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:38(set_credit_requirements) 17486 0.058 0.000 0.143 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:88(compose_scalar_node) 14229 0.091 0.000 0.143 0.000 /usr/lib/python2.7/traceback.py:147(format_exception_only) 1 0.001 0.001 0.143 0.143 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:68(test_save_with_course_only) 4436 0.024 0.000 0.143 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:933(__init__) 4344 0.010 0.000 0.142 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:292(_start_transaction_under_autocommit) 70865 0.104 0.000 0.142 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/stat.py:40(S_ISDIR) 34408 0.040 0.000 0.142 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:62() 179523 0.142 0.000 0.142 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:714(unref_alias) 580638 0.142 0.000 0.142 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:73(__enter__) 420 0.004 0.000 0.142 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:264(has_support) 39 0.000 0.000 0.142 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1553(drop_database) 168916 0.142 0.000 0.142 0.000 /usr/lib/python2.7/logging/__init__.py:607(filter) 1 0.000 0.000 0.141 0.141 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_pipeline/finder.py:112(__init__) 10179 0.017 0.000 0.141 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1672(get_reverse_joining_columns) 2 0.000 0.000 0.141 0.071 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_credit_eligibility.py:20(setUp) 68 0.082 0.001 0.141 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2247(open) 49 0.001 0.000 0.141 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:530(activate) 66193 0.113 0.000 0.141 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/base.py:169(__del__) 27159 0.049 0.000 0.140 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:193(to_locale) 3 0.000 0.000 0.140 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_preview.py:158(setUp) 14 0.000 0.000 0.140 0.010 /edx/app/edxapp/edx-platform/openedx/core/lib/edx_api_utils.py:17(get_edx_api_data) 440 0.001 0.000 0.140 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:279(reverse_usage_url) 2460 0.023 0.000 0.140 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:193(process_response) 2988 0.047 0.000 0.140 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/collator.py:57(collation_elements) 16 0.002 0.000 0.139 0.009 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:705(render_header_extras) 1589 0.010 0.000 0.139 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:197(get_language_from_request) 7 0.000 0.000 0.139 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:63(verify_error_message) 1872 0.010 0.000 0.139 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:182(sign) 2 0.000 0.000 0.139 0.070 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:759(assert_problem_display_names) 141786 0.138 0.000 0.139 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:100(__call__) 1 0.000 0.000 0.138 0.138 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:74(test_reorder_tabs) 16912 0.068 0.000 0.138 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1323(scan_plain_spaces) 2900 0.009 0.000 0.137 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:549(__init__) 252 0.002 0.000 0.137 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:239(__flush_buffer) 71924 0.137 0.000 0.137 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1715(add_ordering) 1 0.000 0.000 0.137 0.137 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:42(test_entrance_exam_milestone_addition) 4869 0.073 0.000 0.137 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3049(_serialize_fields) 27543 0.137 0.000 0.137 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/config_models/models.py:117(cache_key_name) 33291 0.103 0.000 0.137 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2944(_find_adapter) 1 0.000 0.000 0.137 0.137 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_header_menu.py:29(test_header_menu_without_web_certs_enabled) 4 0.000 0.000 0.137 0.034 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:171(test_json_response) 1 0.000 0.000 0.137 0.137 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:79(test_creates_user_partitions) 39836 0.137 0.000 0.137 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/helpers.py:157(_check_command_response) 253 0.004 0.000 0.137 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:217(__flush_data) 445 0.012 0.000 0.136 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1173(emit_event) 1 0.000 0.000 0.136 0.136 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:590(test_honor_code) 6 0.000 0.000 0.136 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:40(login) 1 0.000 0.000 0.135 0.135 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1492(test_course_overview_view_with_course) 6518 0.010 0.000 0.135 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:165(__enter__) 2 0.000 0.000 0.135 0.067 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:92(test_dump_specific_courses) 10587 0.121 0.000 0.135 0.000 /usr/lib/python2.7/gzip.py:371(close) 1 0.000 0.000 0.134 0.134 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:37(test_view_index_xhr_content) 2952 0.035 0.000 0.134 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:381(get_user_id_from_session) 117349 0.097 0.000 0.134 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:130(iteritems) 65 0.002 0.000 0.134 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/cookies.py:42(set_logged_in_cookies) 11553 0.050 0.000 0.134 0.000 /usr/lib/python2.7/urlparse.py:137(urlparse) 1 0.000 0.000 0.134 0.134 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:932(test_deleting_item) 740 0.004 0.000 0.134 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:180(file_to_xml) 447 0.004 0.000 0.134 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/reverse.py:56(_reverse) 1 0.000 0.000 0.134 0.134 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:266(test_replace_by_id) 1 0.000 0.000 0.133 0.133 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_credit_eligibility.py:35(test_course_details_with_enabled_setting) 1604 0.009 0.000 0.133 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/store_utilities.py:11(_prefix_only_url_replace_regex) 34 0.001 0.000 0.133 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:116(copy_from_template) 1 0.000 0.000 0.133 0.133 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:71(test_view_index_xhr_put) 5 0.000 0.000 0.133 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:128(_external_login_or_signup) 4063 0.038 0.000 0.133 0.000 /usr/lib/python2.7/urlparse.py:251(urljoin) 1 0.000 0.000 0.132 0.132 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:94(test_remove_gate) 18334 0.063 0.000 0.132 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:336(savepoint_create_sql) 50 0.001 0.000 0.132 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:296(get_course_content_milestones) 6426 0.052 0.000 0.132 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformer_registry.py:19(get_registered_transformers) 1 0.000 0.000 0.132 0.132 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:38(test_remove) 1 0.000 0.000 0.132 0.132 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:448(test_cannot_delete_non_existent_content_group) 2 0.000 0.000 0.131 0.065 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:331(test_invalid_paging) 84459 0.130 0.000 0.130 0.000 /usr/lib/python2.7/logging/__init__.py:70() 12 0.000 0.000 0.130 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:70(test_invalid_input) 1 0.000 0.000 0.130 0.130 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:270(setUp) 46 0.000 0.000 0.130 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:34(create_mode) 31 0.001 0.000 0.130 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/admin.py:12(login) 1 0.000 0.000 0.130 0.130 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:65(test_remove_prerequisite) 68 0.002 0.000 0.130 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:218(__init__) 1589 0.037 0.000 0.129 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:485(get_language_from_request) 5977 0.010 0.000 0.129 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:367(allow_migrate_model) 9 0.000 0.000 0.129 0.014 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:94(verify_visibility_view_contains) 14 0.001 0.000 0.129 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:237(add_entrance_exam_milestone) 1 0.000 0.000 0.129 0.129 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:589(test_cannot_delete_non_existent_group_configuration) 7680 0.029 0.000 0.128 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:88(process_event) 1 0.000 0.000 0.128 0.128 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:364(test_audit_only_disables_cert) 1070 0.058 0.000 0.128 0.000 /usr/lib/python2.7/argparse.py:1742(_parse_known_args) 6516 0.029 0.000 0.128 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:339(verbose_name_raw) 2849 0.021 0.000 0.128 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:122(determine_encoding) 65 0.002 0.000 0.128 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/cookies.py:97(set_user_info_cookie) 6 0.000 0.000 0.128 0.021 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:18(setUp) 1 0.000 0.000 0.128 0.128 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:53(test_add_prerequisite) 31 0.000 0.000 0.128 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:477(get_all_asset_metadata) 41 0.001 0.000 0.128 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1768(_find_course_assets) 4 0.000 0.000 0.128 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/force_publish.py:29(handle) 3879 0.018 0.000 0.128 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/synch.py:26(__init__) 2 0.000 0.000 0.128 0.064 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:251(index_recent_changes) 1 0.000 0.000 0.128 0.128 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:738(test_group_configuration_not_used) 31 0.000 0.000 0.128 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/debug.py:65(sensitive_post_parameters_wrapper) 548 0.008 0.000 0.128 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:834(index_dictionary) 24831 0.085 0.000 0.127 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/__init__.py:35(__getattr__) 179/177 0.003 0.000 0.127 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:755(_inherit_from) 3085 0.009 0.000 0.127 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:158(signature) 67 0.002 0.000 0.126 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lookup.py:299(_load) 10 0.000 0.000 0.126 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:285(studio_render_children) 39 0.098 0.003 0.126 0.003 /usr/lib/python2.7/gettext.py:264(_parse) 23839 0.051 0.000 0.126 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:224(validate_positive_float_or_zero) 255 0.001 0.000 0.125 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:490(get_selected_partition) 10 0.000 0.000 0.125 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:174(setUp) 14002 0.043 0.000 0.125 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:650(__eq__) 26026 0.024 0.000 0.125 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:402(appendlist) 3 0.000 0.000 0.125 0.042 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:63(_handle_remove) 31390 0.125 0.000 0.125 0.000 /usr/lib/python2.7/uuid.py:199(__str__) 4 0.000 0.000 0.125 0.031 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:249(_post_clear_preview_lang) 294494 0.125 0.000 0.125 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.125 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:152(test_invalid_json) 21053 0.084 0.000 0.125 0.000 /usr/lib/python2.7/decimal.py:799(_cmp) 10217 0.026 0.000 0.125 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:196(__setitem__) 3 0.000 0.000 0.124 0.041 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:292(test_set_status_non_verified_enrollment) 2 0.000 0.000 0.124 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:153(test_required_fields_are_absent) 29143 0.124 0.000 0.124 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:40(clear_request_cache) 85 0.000 0.000 0.124 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:179(is_valid) 4 0.000 0.000 0.124 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:186(primitive_delete) 16 0.000 0.000 0.124 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:917(student_view) 31 0.001 0.000 0.124 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:603(get_all_asset_metadata) 89155 0.124 0.000 0.124 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/crum/__init__.py:23(get_current_request) 1 0.000 0.000 0.124 0.124 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:241(test_private_pages_auth) 63083 0.064 0.000 0.124 0.000 /usr/lib/python2.7/decimal.py:5836(_convert_other) 1 0.000 0.000 0.124 0.124 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:228(test_delete) 183202 0.123 0.000 0.124 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1913(__init__) 174170 0.124 0.000 0.124 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:81(set_wire_version_range) 1 0.000 0.000 0.124 0.124 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1378(test_add_groups) 5351 0.019 0.000 0.123 0.000 /usr/lib/python2.7/json/__init__.py:294(loads) 129 0.063 0.000 0.123 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:437(load_policy) 20736/9123 0.019 0.000 0.123 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:557(next) 50 0.001 0.000 0.123 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:338(fetch_course_content_milestones) 2390 0.030 0.000 0.123 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3239(_new_block) 84450 0.123 0.000 0.123 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:128(anyp) 31 0.001 0.000 0.123 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/views.py:31(login) 1924 0.052 0.000 0.122 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:82(__init__) 2849 0.005 0.000 0.122 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:264(parse_block_node) 22417 0.054 0.000 0.122 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:108(__init__) 5769 0.016 0.000 0.122 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:317(read) 66 0.002 0.000 0.122 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/cookies.py:121(get_user_info_cookie_data) 5679 0.036 0.000 0.122 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:159(parse_document_start) 34 0.002 0.000 0.122 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2385(copy_from_template) 1875 0.009 0.000 0.122 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:203(_validate_cookie_params) 9495 0.018 0.000 0.121 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1407(get_path_info) 145 0.003 0.000 0.121 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:240(clean_email) 879291 0.121 0.000 0.121 0.000 /usr/lib/python2.7/copy.py:101(_copy_immutable) 1 0.000 0.000 0.121 0.121 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:944(test_exception) 1 0.000 0.000 0.121 0.121 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:201(test_cms_registration_page_bypass) 40158 0.121 0.000 0.121 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/monkey_patch/django_db_models_options.py:17(_expire_cache) 29460 0.046 0.000 0.121 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:59(as_object_id) 2448 0.007 0.000 0.121 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongodb_proxy.py:80(__getitem__) 7060 0.017 0.000 0.121 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:138(match) 10814 0.056 0.000 0.121 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:494(__repr__) 63045 0.121 0.000 0.121 0.000 /usr/lib/python2.7/decimal.py:5425(__init__) 58997 0.120 0.000 0.120 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:774(from_json) 2071 0.013 0.000 0.120 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:564(parse_boundary_stream) 2 0.000 0.000 0.120 0.060 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:55(test_empty_image_name) 3 0.000 0.000 0.120 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:540(_enrollment_with_complete_course) 1415 0.011 0.000 0.120 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/util/misc.py:32(escape_html_characters) 1 0.000 0.000 0.120 0.120 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:263(test_preview_lang_with_released_language) 1 0.000 0.000 0.120 0.120 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:490(test_delete_asset_with_invalid_thumbnail) 321442 0.120 0.000 0.120 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/codec_options.py:73(uuid_representation) 1 0.000 0.000 0.120 0.120 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:40(setUpClass) 160242 0.119 0.000 0.120 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:514(link_reverse_func) 1 0.000 0.000 0.120 0.120 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:920(test_indexing_library) 86 0.002 0.000 0.119 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:154(has_course) 11566 0.056 0.000 0.119 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) 1 0.000 0.000 0.119 0.119 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_all_courses.py:32(test_export_all_courses) 212786 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:1399(to_python) 5977 0.043 0.000 0.119 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:322(allow_migrate) 6 0.000 0.000 0.119 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:827(_get_module_info) 11414 0.014 0.000 0.119 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:545(for_branch) 2 0.000 0.000 0.119 0.059 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_all_courses.py:35(export_courses_to_output_path) 221376 0.119 0.000 0.119 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:124(ensure_connection) 906 0.017 0.000 0.119 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:272(load_metadata) 1780 0.012 0.000 0.119 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/result.py:46(addSkip) 3000 0.037 0.000 0.118 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:562(subtask_from_request) 84450 0.118 0.000 0.118 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.118 0.118 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:157(test_login) 6198 0.028 0.000 0.118 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:112(get_hasher) 67334 0.118 0.000 0.118 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:283(expandvars) 1 0.000 0.000 0.118 0.118 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:405(test_sequential_and_problem_have_group_access) 9 0.000 0.000 0.118 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:22(setUp) 1 0.000 0.000 0.117 0.117 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:257(test_can_write_on_publish_signal) 65 0.001 0.000 0.117 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:797(create) 84454 0.117 0.000 0.117 0.000 /usr/lib/python2.7/logging/__init__.py:446(usesTime) 53105 0.117 0.000 0.117 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.117 0.117 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:635(test_content_group_not_used) 2 0.000 0.000 0.117 0.058 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:444(_test_course_about_property_index) 15478 0.049 0.000 0.117 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:1076(pre_sql_setup) 2356 0.008 0.000 0.117 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1071(replace) 23839 0.084 0.000 0.117 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/helpers.py:39(_get_common_options) 4 0.000 0.000 0.117 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/user.py:73(_manage_users) 252 0.003 0.000 0.116 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:286(get_user_partition_info) 5081 0.046 0.000 0.116 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:337(__init__) 1 0.000 0.000 0.116 0.116 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:183(test_get_list_nonempty) 177755 0.116 0.000 0.116 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:103(__hash__) 1214 0.015 0.000 0.116 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:187(unsign) 23 0.001 0.000 0.116 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/signals.py:63(handle_item_deleted) 53124 0.045 0.000 0.116 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:56(__ge__) 3085 0.011 0.000 0.116 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:74(base64_hmac) 294 0.002 0.000 0.115 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/contrib/django/staff.py:6(context_processor) 67 0.002 0.000 0.115 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:366(_compile_from_file) 12815/9797 0.115 0.000 0.115 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:96(__repr__) 93 0.002 0.000 0.115 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:400(_filter_disabled_blocks) 18334 0.058 0.000 0.115 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:344(savepoint_commit_sql) 192501 0.115 0.000 0.115 0.000 /usr/lib/python2.7/threading.py:288(__exit__) 1 0.000 0.000 0.115 0.115 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:125(test_message_catalog_translations) 13 0.000 0.000 0.115 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:119(course_cohort_settings_handler) 2 0.000 0.000 0.115 0.057 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:645(test_cdn) 38 0.000 0.000 0.115 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:26(_get_library) 1 0.000 0.000 0.114 0.114 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:897(test_http_fetch_initial_fields) 44 0.000 0.000 0.114 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:92(find_gating_milestones) 3 0.001 0.000 0.114 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:95(test_invalid_permission) 29631 0.070 0.000 0.114 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/lru_cache.py:26(_make_key) 9270 0.016 0.000 0.114 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1183(_block_matches_all) 1 0.000 0.000 0.114 0.114 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:374(test_get_list_nonempty) 3199 0.009 0.000 0.114 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:200(db_manager) 22414 0.054 0.000 0.114 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/task/base.py:72(backend) 6145 0.103 0.000 0.113 0.000 /usr/lib/python2.7/gzip.py:227(write) 48 0.001 0.000 0.113 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:1027(get_all_exams_for_course) 11 0.001 0.000 0.113 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:68(upload_transcripts) 2 0.000 0.000 0.113 0.057 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:341(test_course_key_decorator) 129389 0.113 0.000 0.113 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:253(__get__) 153323 0.113 0.000 0.113 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:577(_warn_deprecated_outside_JSONField) 6880 0.036 0.000 0.113 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1754(_create_new_field_data) 295/294 0.001 0.000 0.113 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/base.py:47(revision) 382838 0.113 0.000 0.113 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2922(__hash__) 8834 0.038 0.000 0.113 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:906(connections_support_transactions) 1 0.000 0.000 0.112 0.112 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:439(update_course) 1 0.000 0.000 0.112 0.112 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:672(__call__) 1 0.000 0.000 0.112 0.112 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:593(run) 4 0.000 0.000 0.112 0.028 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/backcompat_module.py:19(from_xml) 21208 0.112 0.000 0.112 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:119(_delete) 4 0.000 0.000 0.112 0.028 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/backcompat_module.py:65(from_xml) 4 0.000 0.000 0.112 0.028 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:113(_enroll_users) 4148 0.050 0.000 0.112 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:140(patch_vary_headers) 6947 0.034 0.000 0.112 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lazy/lazy.py:17(__get__) 594/588 0.001 0.000 0.112 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/base.py:38(repo) 2 0.000 0.000 0.112 0.056 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:589(test_disabled_with_prior_data) 10396 0.013 0.000 0.111 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:250(_write_to_file) 9 0.000 0.000 0.111 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/bulk_change_enrollment.py:61(handle) 1 0.000 0.000 0.111 0.111 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/auto.py:17(init_repo) 1 0.000 0.000 0.111 0.111 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/service_status/test.py:22(test_ping) 4 0.001 0.000 0.111 0.028 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:153(_add_installed_apps_translations) 7 0.000 0.000 0.111 0.016 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_shim.py:236(setUp) 152 0.005 0.000 0.111 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:152(__init__) 4724 0.032 0.000 0.111 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:175(stopTest) 1 0.000 0.000 0.111 0.111 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/git.py:63(init_repo) 123909 0.111 0.000 0.111 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:310(runtime) 16 0.000 0.000 0.111 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:57(assert_student_in_group) 2 0.000 0.000 0.111 0.055 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/git.py:35(git) 1 0.000 0.000 0.111 0.111 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:941(test_module_preview_in_whitelist) 23 0.000 0.000 0.111 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1411(_emit_item_deleted_signal) 8541 0.056 0.000 0.111 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/reader.py:146(update) 2615 0.014 0.000 0.111 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:150(create_aside) 16 0.000 0.000 0.111 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/partition_scheme.py:27(get_group_for_user) 29213 0.110 0.000 0.111 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:67() 3 0.000 0.000 0.110 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:80(reorder_tabs_handler) 3849 0.033 0.000 0.110 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1168(__init__) 86 0.001 0.000 0.110 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:403(has_course) 1 0.000 0.000 0.110 0.110 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:303(test_update_settings_with_missing_field) 2 0.000 0.000 0.110 0.055 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:696(test_error_generating_thumbnails) 4 0.000 0.000 0.110 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:266(_signup) 1804 0.108 0.000 0.110 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/result.py:86(printLabel) 144971 0.109 0.000 0.110 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1924(annotation_select) 981 0.016 0.000 0.109 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:78(__deepcopy__) 1 0.000 0.000 0.109 0.109 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:158(delete_grace_period) 67480 0.109 0.000 0.109 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:251(expanduser) 1861 0.010 0.000 0.109 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:339(__init__) 1 0.000 0.000 0.109 0.109 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:17(setUpClass) 279/190 0.002 0.000 0.109 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/cache_utils.py:23(_wrapper) 831 0.005 0.000 0.109 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:79(__init__) 40084 0.071 0.000 0.109 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:2033(is_nullable) 138177 0.109 0.000 0.109 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongodb_proxy.py:38(autoretry_read) 1 0.000 0.000 0.109 0.109 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:72(setUp) 21016 0.109 0.000 0.109 0.000 /usr/lib/python2.7/decimal.py:3783(__init__) 182 0.001 0.000 0.108 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:470(to_representation) 30221 0.073 0.000 0.108 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:141(service_declaration) 53507 0.062 0.000 0.108 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:602(from_json) 8 0.000 0.000 0.108 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1423(setUp) 2 0.000 0.000 0.108 0.054 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:770(_get_settings_html) 20 0.001 0.000 0.108 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:649(remove_deleted_items) 2839 0.008 0.000 0.108 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:292(create_definition) 42552 0.108 0.000 0.108 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:179(rhs_is_direct_value) 162951 0.107 0.000 0.107 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1309() 1 0.000 0.000 0.107 0.107 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:238(test_update_always_cohort_inline_discussion_settings) 52 0.000 0.000 0.107 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:48(render_from_lms) 105 0.002 0.000 0.107 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/models.py:65(get_value_for_org) 4289 0.015 0.000 0.107 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/db.py:14(__init__) 1584 0.005 0.000 0.107 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/method_override/middleware.py:8(process_view) 1 0.000 0.000 0.107 0.107 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:164(test_static_url_with_query) 72 0.001 0.000 0.107 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:572(_delete_subtree) 20/4 0.000 0.000 0.107 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:750(get_lib_content_block_children) 26 0.000 0.000 0.106 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/api.py:17(_retrieve_course) 1440 0.003 0.000 0.106 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1190(resource_exists) 1 0.000 0.000 0.106 0.106 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_credit_eligibility.py:25(test_course_details_with_disabled_setting) 49 0.001 0.000 0.106 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/models.py:223(create) 4 0.000 0.000 0.106 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:308(course_search_index_handler) 107255 0.106 0.000 0.106 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.106 0.106 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1348(test_change_same_user_partition_id) 11134 0.025 0.000 0.106 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:318(parts) 3 0.000 0.000 0.106 0.035 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:139(failed) 1 0.000 0.000 0.105 0.105 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:221(test_update_is_cohorted_settings) 66 0.001 0.000 0.105 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:203(to_internal_value) 1 0.001 0.001 0.105 0.105 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/utils.py:113(get_app_template_dirs) 2 0.000 0.000 0.105 0.052 /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.105 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:53(setUp) 187/98 0.001 0.000 0.105 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:642(has_changes) 3652 0.008 0.000 0.105 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:194(__init__) 16565 0.085 0.000 0.104 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:251(__init__) 20751 0.104 0.000 0.104 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:45(__init__) 260 0.002 0.000 0.104 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/request.py:14(safe_get_host) 7710 0.081 0.000 0.104 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:124(disconnect) 2 0.000 0.000 0.104 0.052 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:671(test_cdn_with_external_image) 5 0.000 0.000 0.104 0.021 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:584(editor_saved) 72692 0.104 0.000 0.104 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:136(_get_operator) 16 0.001 0.000 0.104 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/services.py:51(get_credit_state) 5351 0.036 0.000 0.103 0.000 /usr/lib/python2.7/json/decoder.py:359(decode) 139 0.103 0.001 0.103 0.001 /usr/lib/python2.7/tarfile.py:2315(chmod) 31 0.001 0.000 0.103 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:269(add_course_content_milestone) 43 0.097 0.002 0.103 0.002 /usr/lib/python2.7/tarfile.py:2227(makefile) 1 0.000 0.000 0.103 0.103 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1362(test_change_non_existent_user_partition_id) 4753 0.022 0.000 0.103 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:145(get_user_model) 303 0.005 0.000 0.103 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:489(insert_course_index) 5092 0.026 0.000 0.103 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:238(__init__) 1 0.000 0.000 0.103 0.103 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:255(test_update_course_wide_discussion_settings) 2156 0.008 0.000 0.103 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:256(get_session_auth_hash) 42068 0.072 0.000 0.103 0.000 /usr/lib/python2.7/decimal.py:727(_check_nans) 8 0.001 0.000 0.102 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:665(editable_metadata_fields) 16 0.000 0.000 0.102 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:349(get_themes) 1 0.000 0.000 0.102 0.102 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:203(test_manage_library_users) 1019 0.003 0.000 0.102 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:233(check_password) 16 0.000 0.000 0.102 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:350(get_child_descriptors) 34 0.000 0.000 0.102 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:288(_get_selected_child_blocks) 18542 0.015 0.000 0.102 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:33() 32680 0.087 0.000 0.102 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:140(get_app_config) 105 0.001 0.000 0.102 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:33(_get_milestone_relationship_type) 11 0.001 0.000 0.102 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:96(_list_libraries) 13916 0.070 0.000 0.102 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:474(__init__) 1 0.000 0.000 0.102 0.102 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1117(test_prefetch_children) 57623 0.102 0.000 0.102 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/errors.py:47(__init__) 4 0.000 0.000 0.102 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:165(test_invalid_keys) 1 0.000 0.000 0.102 0.102 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:139(test_html_false_content_group_staff_locked) 9 0.008 0.001 0.102 0.011 /edx/app/edxapp/edx-platform/cms/lib/xblock/authoring_mixin.py:33(visibility_view) 41 0.001 0.000 0.102 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:925(_get_structures_for_branch_and_locator) 1 0.000 0.000 0.102 0.102 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:450(test_get_select_courses) 41501 0.102 0.000 0.102 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:252(hms) 1924 0.033 0.000 0.102 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:239(_base_environ) 1 0.000 0.000 0.102 0.102 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/service_status/views.py:35(celery_ping) 927 0.008 0.000 0.101 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/method_override/middleware.py:16(_get_method_override) 2998 0.027 0.000 0.101 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:944() 38 0.000 0.000 0.101 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1023(get_libraries) 56842 0.061 0.000 0.101 0.000 /usr/lib/python2.7/collections.py:138(iteritems) 14006 0.077 0.000 0.101 0.000 /usr/lib/python2.7/urlparse.py:168(urlsplit) 4378 0.017 0.000 0.101 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:83(__init__) 7 0.000 0.000 0.101 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/migrate_to_split.py:53(handle) 9 0.000 0.000 0.101 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:132(setUp) 164 0.001 0.000 0.101 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:307(count) 1 0.000 0.000 0.101 0.101 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:940(test_search_disabled) 1 0.000 0.000 0.101 0.101 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:408(test_get_list_filter_user_nonempty) 3949 0.016 0.000 0.101 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:46(needs_label) 9588 0.086 0.000 0.101 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/core.py:95(instance_key) 5 0.000 0.000 0.101 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:383(set_group_access) 1109 0.005 0.000 0.101 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:133(get_app_configs) 163030 0.100 0.000 0.100 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:549(codec_options) 1 0.000 0.000 0.100 0.100 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:996(test_all) 1622 0.010 0.000 0.100 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:302(close) 1 0.100 0.100 0.100 0.100 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/service_status/tasks.py:12(delayed_ping) 459333 0.100 0.000 0.100 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1115(get_internal_type) 2 0.000 0.000 0.100 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:540(_test_exception) 150 0.001 0.000 0.100 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:51(get_counters) 509 0.004 0.000 0.100 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:147(open) 53636 0.044 0.000 0.100 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) 5756 0.072 0.000 0.100 0.000 /usr/lib/python2.7/gzip.py:164(_write_gzip_header) 1 0.000 0.000 0.100 0.100 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:805(test_non_positive_page) 1 0.000 0.000 0.099 0.099 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:312(test_update_settings_with_invalid_field_data_type) 62 0.001 0.000 0.099 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:687(_create_metadata_editor_info) 104827 0.099 0.000 0.099 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:523(set) 1571 0.032 0.000 0.099 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1293(partition_fields_by_scope) 1019 0.008 0.000 0.099 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:36(check_password) 35 0.001 0.000 0.099 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:76(get_object) 27 0.002 0.000 0.099 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_group.py:33(handle) 16 0.001 0.000 0.099 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:32(set_group_permissions) 26026 0.045 0.000 0.099 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:393(setlistdefault) 1265 0.004 0.000 0.099 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1467(__getattr__) 2 0.000 0.000 0.099 0.049 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_change_enrollment.py:86(test_user_not_found) 2 0.000 0.000 0.099 0.049 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:570(test_disabled_no_prior_data) 20434 0.099 0.000 0.099 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:160(_convert_to_charset) 8837/8134 0.012 0.000 0.098 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:139(__text_cast) 5 0.000 0.000 0.098 0.020 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:37(setUp) 164 0.002 0.000 0.098 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:460(get_count) 3281 0.030 0.000 0.098 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:671(__init__) 12 0.000 0.000 0.098 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:820(reindex_library) 1 0.000 0.000 0.098 0.098 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:742(test_few_users) 10303 0.072 0.000 0.098 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1906(get_reverse_path_info) 12 0.000 0.000 0.098 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:463(do_library_reindex) 218400 0.097 0.000 0.097 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:324(validate_no_broken_transaction) 1 0.000 0.000 0.097 0.097 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:307(setUp) 72692 0.068 0.000 0.097 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:65(_compare) 617 0.003 0.000 0.097 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/models.py:199(video_status_update_callback) 1 0.000 0.000 0.097 0.097 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:338(test_not_permitted) 380/344 0.070 0.000 0.097 0.000 /usr/lib/python2.7/inspect.py:247(getmembers) 38243 0.071 0.000 0.097 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/contracts/main.py:99(contract_decorator) 3 0.000 0.000 0.097 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py:62(setUp) 3652 0.004 0.000 0.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:402() 54 0.000 0.000 0.096 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:970(render_asides) 7 0.000 0.000 0.096 0.014 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mako_module.py:37(get_context) 2 0.000 0.000 0.096 0.048 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:210(check) 121209 0.096 0.000 0.096 0.000 :35(__getnewargs__) 57622 0.049 0.000 0.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:975(get_db_prep_value) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:43(test_not_implemented) 67 0.094 0.001 0.096 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/compat.py:86(load_module) 2 0.000 0.000 0.096 0.048 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:403(definition_from_xml) 346 0.003 0.000 0.096 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:576(get_parent_location) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:783(test_delete_field) 5 0.000 0.000 0.096 0.019 /usr/lib/python2.7/traceback.py:238(format_exc) 31 0.001 0.000 0.096 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:285(create_course_content_milestone) 8422 0.034 0.000 0.096 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:78(set_many) 1241 0.003 0.000 0.096 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/block_metadata_utils.py:21(display_name_with_default) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:781(test_out_of_range) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:293(test_lazily_creates_cohort_configuration) 1 0.000 0.000 0.096 0.096 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:177(test_get_vertical) 641 0.002 0.000 0.095 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:92(has_studio_write_access) 1228 0.002 0.000 0.095 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1115(for_branch) 40212 0.027 0.000 0.095 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:114(get_event) 256 0.001 0.000 0.095 0.000 /usr/lib/python2.7/unittest/case.py:446(assertRaises) 2720 0.042 0.000 0.095 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:211(get_expiry_date) 1 0.000 0.000 0.095 0.095 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:124(test_html_populated_partition_staff_locked) 5 0.000 0.000 0.095 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:102(test_create_library_invalid) 6 0.000 0.000 0.094 0.016 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2155(activate_account) 1 0.000 0.000 0.094 0.094 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:175(test_no_coursexml) 3 0.000 0.000 0.094 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:130(setUp) 172 0.004 0.000 0.094 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:308(_assert_contains) 117 0.001 0.000 0.094 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:340(assertContains) 1259 0.020 0.000 0.094 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:222(set_cookie) 21 0.000 0.000 0.094 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:375(convert_to_draft) 8 0.000 0.000 0.094 0.012 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:32(setUp) 9870 0.017 0.000 0.094 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:556(get_field_by_name) 1145 0.003 0.000 0.094 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:345(display_name_with_default) 904 0.017 0.000 0.094 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1238(__get__) 1902 0.015 0.000 0.093 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:441(user_profile_post_save_callback) 8 0.000 0.000 0.093 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:24(setUp) 7258 0.043 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:55(__init__) 39 0.001 0.000 0.093 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:300(add_or_update_course_requirement) 7 0.000 0.000 0.093 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:623(get_courselike) 62944 0.083 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:101(__eq__) 1972 0.010 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:166(_merge_relationships) 176 0.002 0.000 0.093 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:467(read) 7945 0.013 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:475() 4128 0.067 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:388(encode) 1 0.000 0.000 0.093 0.093 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:119(test_html_empty_partition_staff_locked) 4290 0.022 0.000 0.093 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:38(__init__) 3652 0.009 0.000 0.092 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:338(create_event) 1154 0.016 0.000 0.092 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/middleware.py:120(_verify_session_auth) 48 0.001 0.000 0.092 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1256(__set__) 157629 0.092 0.000 0.092 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1249(need_having) 1 0.000 0.000 0.092 0.092 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:126(test_draft_released_xblock) 32481 0.092 0.000 0.092 0.000 /usr/lib/python2.7/json/encoder.py:236(floatstr) 1 0.000 0.000 0.092 0.092 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:327(test_disabled) 105104 0.092 0.000 0.092 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/subclassing.py:38(__get__) 120061 0.092 0.000 0.092 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:598(deferred_to_data) 20 0.000 0.000 0.091 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/tests.py:22(setUp) 1 0.000 0.000 0.091 0.091 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:190(test_course_info_to_ccxcon_500_error) 174780 0.091 0.000 0.091 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:635(__get_slave_okay) 7758 0.008 0.000 0.091 0.000 /usr/lib/python2.7/threading.py:412(Semaphore) 27165 0.091 0.000 0.091 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:70(to_locale) 4234 0.017 0.000 0.091 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:320(__init__) 1 0.000 0.000 0.091 0.091 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/management/commands/tests/test_post_cohort_membership_fix.py:22(setUp) 39812 0.044 0.000 0.091 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:104(release_local) 3712 0.086 0.000 0.091 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/module_loading.py:111(module_has_submodule) 156 0.002 0.000 0.090 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:440(readchunk) 4645 0.069 0.000 0.090 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipware/ip.py:8(get_ip) 387 0.009 0.000 0.090 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:328(_prepare) 98828 0.090 0.000 0.090 0.000 /usr/lib/python2.7/threading.py:59(__init__) 5866 0.023 0.000 0.090 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:310(is_comprehensive_theming_enabled) 10 0.000 0.000 0.090 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:23(_change_password) 49156 0.090 0.000 0.090 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1382(get_accessor_name) 49 0.000 0.000 0.090 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1809(get_block) 1 0.000 0.000 0.089 0.089 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:478(test_email) 36 0.001 0.000 0.089 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:328(get_libraries) 1 0.000 0.000 0.089 0.089 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:280(test_dump_to_neo4j_rollback) 14021 0.039 0.000 0.089 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:292(save_possible_simple_key) 455 0.003 0.000 0.089 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:345(makedir) 43 0.001 0.000 0.089 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:59(_advanced_component_types) 10044 0.074 0.000 0.089 0.000 /usr/lib/python2.7/inspect.py:744(getargs) 27 0.000 0.000 0.089 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:225(set_required_content) 1 0.000 0.000 0.089 0.089 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:107(test_html_empty_partition) 84459 0.089 0.000 0.089 0.000 /usr/lib/python2.7/threading.py:958(name) 150 0.001 0.000 0.089 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:135(get_many) 28 0.001 0.000 0.089 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:563(validate_split_test) 491 0.065 0.000 0.088 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:872(_preprocess_problem) 1 0.000 0.000 0.088 0.088 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_container_page.py:160(test_draft_child_container_preview_html) 148 0.003 0.000 0.088 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:248(_get_raw_parent_locations) 1 0.000 0.000 0.088 0.088 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_userstanding.py:17(setUp) 1544 0.016 0.000 0.088 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:151(_getsignature) 10095 0.088 0.000 0.088 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:179(_set_creation_counter) 31 0.000 0.000 0.088 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:448(_fetch_top_level) 44 0.000 0.000 0.088 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:1775(thumbnail) 1848 0.005 0.000 0.088 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:375(get_migratable_models) 177 0.008 0.000 0.088 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/footer.html.py:21(render_body) 14215 0.036 0.000 0.088 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:15(_curried) 514 0.006 0.000 0.088 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:967(tearDownClass) 1299 0.021 0.000 0.088 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:966(_get_unique_checks) 1 0.000 0.000 0.088 0.088 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_permissions.py:66(test_get_all_users) 46 0.000 0.000 0.088 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:65(assert_and_parse_html) 24 0.087 0.004 0.088 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:1523(resize) 2410 0.027 0.000 0.087 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:929(html_id) 27657/9219 0.056 0.000 0.087 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:172() 46 0.000 0.000 0.087 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:220(parse_html) 72769 0.087 0.000 0.087 0.000 /usr/lib/python2.7/traceback.py:12(_print) 7671 0.031 0.000 0.087 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/annotator_mixin.py:33(__init__) 1 0.000 0.000 0.087 0.087 /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.087 0.087 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:153(test_html_verification_checkpoints) 16 0.000 0.000 0.087 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:254(selected_children) 10609 0.040 0.000 0.087 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.087 0.087 /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.087 0.087 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:132(test_html_false_content_group) 16 0.001 0.000 0.087 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:680(_create_vertical_for_group) 158 0.011 0.000 0.087 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/user_dropdown.html.py:33(render_body) 366 0.001 0.000 0.087 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:115(has_studio_read_access) 4827 0.087 0.000 0.087 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:181(__generate) 4475 0.037 0.000 0.087 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:477(__init__) 110008 0.086 0.000 0.086 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:289(is_prerelease) 4 0.000 0.000 0.086 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:424(get_select_courses) 194287 0.078 0.000 0.086 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:349(swapped) 23 0.000 0.000 0.086 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:620(general_validation_message) 4670 0.031 0.000 0.086 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/cookie.py:78(_BaseCookie__set) 16955 0.086 0.000 0.086 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.086 0.086 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:162(test_fetch_video) 1 0.001 0.001 0.086 0.086 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1352(get_templatetags_modules) 1 0.000 0.000 0.086 0.086 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:254(test_dump_to_neo4j) 4 0.000 0.000 0.086 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:227(assert_correct_sort_response) 355947 0.086 0.000 0.086 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:49(acquire) 27 0.001 0.000 0.086 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/token_utils.py:36(build_token) 9 0.001 0.000 0.086 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:255(users_in_cohort) 6 0.000 0.000 0.086 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:19(setUp) 8030 0.056 0.000 0.086 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:164(get_del_batches) 1 0.000 0.000 0.086 0.086 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:203(test_invalid_pre_requisite_course) 950 0.002 0.000 0.085 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:957(render) 3 0.000 0.000 0.085 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:188(setUpClass) 1 0.000 0.000 0.085 0.085 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:460(test_get_detail) 15251 0.044 0.000 0.085 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:425(to_storable) 1 0.000 0.000 0.085 0.085 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:435(test_fail_for_non_video_module) 1 0.000 0.000 0.085 0.085 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/test.py:127(test_preview_html) 19 0.000 0.000 0.085 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:443(editor_saved) 8 0.000 0.000 0.085 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:688(request_users_in_cohort) 19911 0.037 0.000 0.085 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:134(get_current_request) 3726 0.009 0.000 0.085 0.000 /usr/lib/python2.7/threading.py:542(Event) 6 0.000 0.000 0.085 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/views.py:93(_set_preview_language) 6 0.000 0.000 0.085 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/tests/test_middleware.py:20(setUp) 145202 0.084 0.000 0.084 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:349(has) 94132 0.084 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:52(isabs) 39812 0.084 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:150(__setattr__) 237 0.001 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:415(_clean_form) 112718 0.084 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:54(get_group_by) 1 0.000 0.000 0.084 0.084 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:286(test_staff_to_instructor_still_enrolled) 5924 0.035 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:84(resolve_context) 2614 0.022 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:194(_pre_setup) 24 0.000 0.000 0.084 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:72(get_youtube_ids) 27598/17754 0.084 0.000 0.084 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2712(descendants) 21 0.000 0.000 0.084 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:47(process_middleware_request) 10152 0.012 0.000 0.084 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:241(callback) 1205 0.005 0.000 0.083 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:201(check) 1761 0.009 0.000 0.083 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:143(COOKIES) 64 0.006 0.000 0.083 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:578(definition_to_xml) 25103 0.083 0.000 0.083 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:400(upgrade_tabs) 7758 0.015 0.000 0.083 0.000 /usr/lib/python2.7/threading.py:433(__init__) 32572 0.057 0.000 0.083 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/config.py:151(get_model) 11839 0.010 0.000 0.083 0.000 /usr/lib/python2.7/argparse.py:1680(_add_action) 12 0.000 0.000 0.083 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:154(get) 1872 0.006 0.000 0.083 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:163(sign) 51 0.002 0.000 0.083 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:126(anonymous_id_for_user) 9 0.000 0.000 0.083 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/services.py:111(set_credit_requirement_status) 19 0.001 0.000 0.083 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:501(active_and_inactive_children) 1 0.000 0.000 0.083 0.083 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1465(test_course_index_view_with_course) 2 0.000 0.000 0.083 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:150(test_non_staff_user) 1 0.000 0.000 0.083 0.083 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1523(test_capa_module) 2 0.000 0.000 0.083 0.041 /usr/lib/python2.7/subprocess.py:1408(_communicate) 147278 0.083 0.000 0.083 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:192(full_name) 17119 0.053 0.000 0.083 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:132(get_db_converters) 1 0.000 0.000 0.082 0.082 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1292(test_create_groups) 2 0.082 0.041 0.082 0.041 /usr/lib/python2.7/subprocess.py:1441(_communicate_with_poll) 20 0.000 0.000 0.082 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:86(_get_min_grade_requirement) 12 0.000 0.000 0.082 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/slumber/__init__.py:86(_request) 18 0.000 0.000 0.082 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:515(tearDown) 1 0.000 0.000 0.082 0.082 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:186(test_get_empty_container_fragment) 1 0.000 0.000 0.082 0.082 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tests/test_signals.py:22(test_course_update) 23100 0.016 0.000 0.082 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.082 0.082 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:30(_mako_inherit) 22 0.001 0.000 0.082 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:164(add_credit_course) 15 0.000 0.000 0.081 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:617(wrapper) 22416 0.063 0.000 0.081 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/functional.py:211(first) 3000 0.021 0.000 0.081 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:758(subtask) 410 0.004 0.000 0.081 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:552(check_sum_of_calls) 51 0.001 0.000 0.081 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1161(_xmodule) 3826 0.013 0.000 0.081 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:167(commit) 2183 0.010 0.000 0.081 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1040(make_course_usage_key) 1 0.000 0.000 0.081 0.081 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:595(test_reindex_course) 2 0.000 0.000 0.081 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:56(init_course_action_states) 1 0.000 0.000 0.081 0.081 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:111(test_authoring_access) 84497 0.081 0.000 0.081 0.000 /usr/lib/python2.7/threading.py:1143(currentThread) 6 0.000 0.000 0.081 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1330(clone_course) 3470 0.031 0.000 0.081 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1113(scan_block_scalar_indentation) 26457 0.035 0.000 0.081 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.081 0.081 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:363(test_course_id_string) 2 0.000 0.000 0.081 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:272(test_discussions_email_digest_pref) 2 0.001 0.000 0.081 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:2043(test_get_basic) 1 0.000 0.000 0.081 0.081 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:170(test_dump_all_courses) 56829 0.042 0.000 0.081 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:591(to_json) 66 0.001 0.000 0.081 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:334(create_user_preference_serializer) 34004 0.026 0.000 0.081 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:125(peek_token) 3598 0.038 0.000 0.081 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:670(_clean) 66 0.001 0.000 0.081 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:138(__call__) 161616 0.080 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:454(__check_okay_to_chain) 245 0.003 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:118(__init__) 491 0.003 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:243(makedir) 9580 0.016 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/serializer_helpers.py:131(__setitem__) 215814 0.080 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:195(__init__) 12 0.000 0.000 0.080 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/sql.py:127(sql_flush) 1 0.000 0.000 0.080 0.080 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:280(test_auto_auth_disabled) 1 0.000 0.000 0.080 0.080 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:521(test_get_pagination) 398 0.002 0.000 0.080 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:616(check_mongo_calls_range) 244 0.005 0.000 0.080 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1583(_update_definition_from_data) 2856 0.016 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:818(__get__) 147181 0.080 0.000 0.080 0.000 /usr/lib/python2.7/decimal.py:2802(adjusted) 86928 0.053 0.000 0.080 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/contracts/main.py:415(check) 4736 0.018 0.000 0.080 0.000 /usr/lib/python2.7/logging/__init__.py:1309(removeHandler) 1 0.000 0.000 0.080 0.080 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:955(test_advanced_components_munge_tabs_validation_failure) 2 0.000 0.000 0.080 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:70(test_header_lang_pref_saved) 1 0.000 0.000 0.079 0.079 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:79(test_django_service_translation_works) 1584 0.025 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:76(make_view_atomic) 3652 0.010 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:323(create_semaphore) 1 0.000 0.000 0.079 0.079 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:58(test_programs_displayed) 928 0.002 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1104(version_agnostic) 73 0.001 0.000 0.079 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:381(_export_field_content) 90167 0.079 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:384(_get_app) 1001 0.008 0.000 0.079 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:388(asset_db_key) 24 0.000 0.000 0.079 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:59(_build_and_run_request) 95 0.000 0.000 0.079 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:141(filter_queryset) 210473 0.079 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2488(key) 12568 0.042 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:255(all) 122187 0.079 0.000 0.079 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:807(run) 1 0.000 0.000 0.079 0.079 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1174(test_course_details_with_enabled_setting_non_global_staff) 15 0.000 0.000 0.079 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/sites.py:221(inner) 3210 0.037 0.000 0.079 0.000 /usr/lib/python2.7/argparse.py:1182(__init__) 40 0.000 0.000 0.078 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/filters.py:69(filter_queryset) 2 0.072 0.036 0.078 0.039 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:76(find) 40819 0.078 0.000 0.078 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:14(_make_id) 9 0.000 0.000 0.078 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:112(is_course_cohorted) 1 0.000 0.000 0.078 0.078 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:195(test_fail_for_non_video_module) 27 0.001 0.000 0.078 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:65(_create_fake_images) 58 0.002 0.000 0.078 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:83(get_lms_link_for_item) 73 0.002 0.000 0.078 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:398(get_group_info_for_cohort) 220362 0.078 0.000 0.078 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:212(utcoffset) 4138 0.012 0.000 0.078 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:298(add_documents) 1787 0.006 0.000 0.078 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:312(url) 9 0.001 0.000 0.078 0.009 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/visibility_editor.html.py:16(render_body) 1 0.000 0.000 0.078 0.078 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1476(test_course_index_view_xss) 5268 0.018 0.000 0.077 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:228(_compile_charset) 445 0.003 0.000 0.077 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:33(user_has_role) 6 0.000 0.000 0.077 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:236(setUp) 43 0.000 0.000 0.077 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:240(ancestor_has_staff_lock) 35 0.000 0.000 0.077 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:14(get_object_or_404) 35 0.000 0.000 0.077 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/shortcuts.py:142(get_object_or_404) 10891 0.077 0.000 0.077 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/serialization.py:153(get_pickleable_etype) 60 0.001 0.000 0.077 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.077 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:531(test_course_mode_info_with_different_enrollments) 62080 0.077 0.000 0.077 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:2053(get_order_dir) 6 0.001 0.000 0.077 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:332(copy_all_course_assets) 355947 0.077 0.000 0.077 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:52(release) 9505 0.023 0.000 0.077 0.000 /usr/lib/python2.7/logging/__init__.py:205(_acquireLock) 10891 0.036 0.000 0.077 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:755(__init__) 1 0.000 0.000 0.076 0.076 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:130(test_proctored_exam_filtering) 1245 0.005 0.000 0.076 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:683(_convert_ref_fields_to_new_namespace) 748 0.069 0.000 0.076 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.076 0.076 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:155(test_fetch_about_attribute_error) 6 0.002 0.000 0.076 0.013 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:28(render_body) 81 0.000 0.000 0.076 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/backends.py:90(get_user) 5 0.000 0.000 0.076 0.015 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:186(get_context) 3726 0.016 0.000 0.076 0.000 /usr/lib/python2.7/threading.py:561(__init__) 2112 0.028 0.000 0.076 0.000 /usr/lib/python2.7/inspect.py:895(getcallargs) 7304 0.010 0.000 0.076 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:144(create_ident) 50885 0.076 0.000 0.076 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1200(__init__) 49 0.000 0.000 0.076 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1860(_get_student_block) 6 0.000 0.000 0.075 0.013 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_token_utils.py:21(setUp) 4 0.000 0.000 0.075 0.019 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:180(setUp) 23839 0.034 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:290(validate_tag_sets) 1972 0.010 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:157(_merge_fields_and_pk) 169682 0.075 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:782(has_default) 382 0.001 0.000 0.075 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:647(check_mongo_calls) 19438/12856 0.040 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:754(__setattr__) 1 0.000 0.000 0.075 0.075 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1146(test_course_details_with_disabled_setting_global_staff) 1 0.000 0.000 0.075 0.075 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1155(test_course_details_with_disabled_setting_non_global_staff) 14720 0.066 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/urls/__init__.py:19(include) 3290 0.020 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1044(__init__) 1 0.000 0.000 0.075 0.075 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:95(test_create_staff_user) 2282 0.015 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:524(__reduce__) 210226 0.075 0.000 0.075 0.000 /usr/lib/python2.7/decimal.py:792(__nonzero__) 23839 0.075 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:197(validate_positive_float) 1861 0.029 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:105(__init__) 6 0.000 0.000 0.075 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:94(setUp) 6481 0.075 0.000 0.075 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:87(_parent_map) 12 0.014 0.001 0.075 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/introspection.py:67(django_table_names) 6738 0.075 0.000 0.075 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1282(_to_deprecated_string) 36 0.000 0.000 0.074 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/middleware.py:117(_activate_preview_language) 13 0.001 0.000 0.074 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:537(import_from_xml) 31 0.000 0.000 0.074 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/forms.py:35(clean) 16708 0.046 0.000 0.074 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:383(construct_yaml_str) 427472 0.074 0.000 0.074 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/_structures.py:33(__neg__) 42 0.001 0.000 0.074 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:188(render_header_extras) 3 0.000 0.000 0.074 0.025 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:141(setUp) 1 0.000 0.000 0.074 0.074 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:726(test_fail_for_non_video_module) 1 0.000 0.000 0.074 0.074 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:317(test_post_success) 1 0.000 0.000 0.074 0.074 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:246(test_cannot_create_certificate_if_user_has_no_write_permissions) 4257 0.035 0.000 0.074 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/utils.py:6(_load_class) 4 0.000 0.000 0.074 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:617(can_read_block) 1 0.000 0.000 0.073 0.073 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:579(test_add_user_to_cohort) 54 0.001 0.000 0.073 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:336(__new__) 64187 0.061 0.000 0.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/timezone.py:330(is_aware) 3 0.000 0.000 0.073 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:20(setUp) 1 0.000 0.000 0.073 0.073 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:111(test_html_populated_partition) 1214 0.007 0.000 0.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:167(unsign) 139 0.073 0.001 0.073 0.001 /usr/lib/python2.7/tarfile.py:2324(utime) 11839 0.016 0.000 0.073 0.000 /usr/lib/python2.7/argparse.py:1508(_add_action) 21015 0.048 0.000 0.073 0.000 /usr/lib/python2.7/decimal.py:2507(_rescale) 1 0.000 0.000 0.073 0.073 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:139(test_remove_credit_requirement_status) 3286 0.071 0.000 0.073 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:65(to_json) 2816 0.007 0.000 0.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:645(resolve) 44 0.009 0.000 0.073 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:797(convert) 3453 0.019 0.000 0.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:400(__init__) 4 0.000 0.000 0.073 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:140(setUp) 91763 0.073 0.000 0.073 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:170(__init__) 15485 0.063 0.000 0.073 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.072 0.072 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1164(test_course_details_with_enabled_setting_global_staff) 6 0.000 0.000 0.072 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:207(setUp) 1763 0.017 0.000 0.072 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:290(location) 1766 0.002 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:909(map_into_course) 97182 0.072 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:900(placeholder) 54 0.008 0.000 0.072 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/internal.py:38(__new__) 1 0.000 0.000 0.072 0.072 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:523(test_exclude_inactive_partitions) 535 0.003 0.000 0.072 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1007(__init__) 1 0.000 0.000 0.072 0.072 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:622(test_terms_of_service) 1 0.000 0.000 0.072 0.072 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:72(test_student_cohort_assignment) 6 0.000 0.000 0.072 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dop_adapter.py:27(setUp) 14145 0.029 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:248(instances_with_model) 38 0.000 0.000 0.072 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1325(import_library) 12 0.000 0.000 0.072 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:95(setUp) 81901 0.072 0.000 0.072 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:134(nest) 4670 0.011 0.000 0.072 0.000 /usr/lib/python2.7/Cookie.py:691(value_encode) 288715 0.072 0.000 0.072 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:47(name) 996 0.003 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:700(complex_filter) 18344 0.072 0.000 0.072 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:469(course) 90 0.001 0.000 0.072 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:396(to_internal_value) 3 0.000 0.000 0.071 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:85(_assert_status) 2779 0.014 0.000 0.071 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:641(get_parent_list) 113 0.001 0.000 0.071 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:159(save) 2 0.000 0.000 0.071 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:386(post_asset_update) 1 0.000 0.000 0.071 0.071 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:59(create_verification_user_partitions) 25 0.001 0.000 0.071 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:347(submit_feedback) 1 0.000 0.000 0.071 0.071 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:86(test_errored_course_regular_access) 270909 0.071 0.000 0.071 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:259() 2 0.000 0.000 0.071 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:187(update_entrance_exam) 18 0.000 0.000 0.071 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:274(convert_to_draft) 182 0.001 0.000 0.071 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:462(get_attribute) 11 0.000 0.000 0.071 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:328(test_enrollment_mode_display) 5 0.000 0.000 0.071 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:873(course_info_handler) 128555 0.071 0.000 0.071 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:164(convert_datetimefield_value) 7102 0.017 0.000 0.071 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:144(get_current_site) 172323 0.071 0.000 0.071 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:732(__get_tag_sets) 691 0.011 0.000 0.071 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1151(__repr__) 5 0.000 0.000 0.071 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:16(setUp) 1166 0.023 0.000 0.071 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1190(get_uniqueness_extra_kwargs) 26886 0.056 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:767(__get_uuid_subtype) 1 0.000 0.000 0.070 0.070 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:274(test_single_session_with_no_user_profile) 5 0.000 0.000 0.070 0.014 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/editing_module.py:39(get_context) 11839 0.043 0.000 0.070 0.000 /usr/lib/python2.7/argparse.py:573(_format_args) 147278 0.070 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/codec_options.py:65(document_class) 155 0.000 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1218(resource_listdir) 5723 0.016 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:13(base64_encode) 19 0.000 0.000 0.070 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/helpers.py:17(enrollment_mode_display) 1027 0.007 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:272(_encode_data) 6 0.000 0.000 0.070 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:20(setUp) 1 0.000 0.000 0.070 0.070 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:871(test_image_creation_race_condition) 18 0.000 0.000 0.070 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:903(convert_to_draft) 148489 0.070 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:279(__del__) 2071 0.006 0.000 0.070 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:247(_get_content_groups_items_usage_info) 6 0.000 0.000 0.070 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:30(setUp) 22641 0.070 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/resolver.py:140(resolve) 1710 0.005 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1474(resource_isdir) 5 0.001 0.000 0.070 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:368(remove_user_from_cohort) 17916 0.069 0.000 0.070 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:79(get_backend_timeout) 51624 0.070 0.000 0.070 0.000 /usr/lib/python2.7/decimal.py:3725(_dec_from_triple) 1640 0.006 0.000 0.069 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1075(has_course) 4731 0.017 0.000 0.069 0.000 /usr/lib/python2.7/logging/__init__.py:1298(addHandler) 1 0.000 0.000 0.069 0.069 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:542(test_export_targz) 26886 0.043 0.000 0.069 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:781(max_wire_version) 331476 0.069 0.000 0.069 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:352() 1 0.000 0.000 0.069 0.069 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:759(test_assets_overwrite) 991 0.003 0.000 0.069 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:160(get_item_location) 16 0.000 0.000 0.069 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:110(put) 172323 0.069 0.000 0.069 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:692(__get_acceptable_latency) 3652 0.007 0.000 0.069 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:271(__init__) 22 0.000 0.000 0.069 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:132(add_course_milestone) 1299 0.006 0.000 0.069 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.069 0.069 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:58(test_create_same_user) 10602/7258 0.036 0.000 0.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:357(_generate_next_sequence) 54 0.001 0.000 0.068 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:349(_save_request_status) 25 0.000 0.000 0.068 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:627(get_courses_accessible_to_user) 84450 0.068 0.000 0.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:63(_allow) 1 0.000 0.000 0.068 0.068 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:553(test_exclude_partitions_with_no_groups) 9 0.000 0.000 0.068 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:310(add_cohort) 2140 0.006 0.000 0.068 0.000 /usr/lib/python2.7/argparse.py:1310(add_argument_group) 22417 0.068 0.000 0.068 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:111(update) 1 0.000 0.000 0.068 0.068 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:245(test_single_session) 4 0.001 0.000 0.068 0.017 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/problem-edit.html.py:28(render_body) 1 0.000 0.000 0.068 0.068 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:105(test_save_with_invalid_course) 38 0.000 0.000 0.068 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/helpers.py:63(_enrollment_mode_display) 1 0.000 0.000 0.068 0.068 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:130(test_find_all_for_display_filter_exclude) 41416 0.067 0.000 0.067 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:258(ampm) 1 0.000 0.000 0.067 0.067 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:368(test_editable_short_description_fetch) 10 0.000 0.000 0.067 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1505(change_mode) 1 0.000 0.000 0.067 0.067 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:969(test_roundtrip_with_unicode_course_id) 1 0.000 0.000 0.067 0.067 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:934(test_only_changed) 5351 0.063 0.000 0.067 0.000 /usr/lib/python2.7/json/decoder.py:370(raw_decode) 1 0.000 0.000 0.067 0.067 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_all_courses.py:19(setUp) 1 0.000 0.000 0.067 0.067 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:736(test_export_with_orphan_vertical) 7 0.000 0.000 0.067 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.067 0.067 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2100(test_add_xblock) 1 0.000 0.000 0.067 0.067 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:417(test_course_overview_version_update) 59 0.001 0.000 0.067 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:720(get_prefetch_queryset) 1 0.000 0.000 0.066 0.066 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:311(test_valid_paging) 1761 0.037 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/cookie.py:91(parse_cookie) 10 0.001 0.000 0.066 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:55(remove_all_instructors) 100477 0.066 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:129(__init__) 1589 0.006 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/middleware.py:10(process_request) 7 0.000 0.000 0.066 0.009 /usr/lib/python2.7/logging/__init__.py:1605(exception) 7 0.000 0.000 0.066 0.009 /usr/lib/python2.7/logging/__init__.py:1597(error) 9460 0.027 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:474(src) 2475 0.005 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:441(__next__) 22 0.000 0.000 0.066 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:212(create_course_milestone) 118074 0.066 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:347(__deepcopy__) 925 0.055 0.000 0.066 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:170(clean_metadata_from_xml) 4 0.000 0.000 0.066 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2163(_test_page) 1 0.003 0.003 0.066 0.066 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/__init__.py:1() 2 0.000 0.000 0.066 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:993(_delete_asset_in_course) 1 0.000 0.000 0.066 0.066 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:229(test_login_link_on_activation_age) 2 0.000 0.000 0.066 0.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tests/test_signals.py:17(setUp) 95172/23100 0.066 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/commands/loaddata.py:207() 2 0.000 0.000 0.066 0.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:985(test_credit_request_status) 5 0.000 0.000 0.066 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/monitoring/exceptions.py:9(record_request_exception) 20 0.016 0.001 0.066 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:185(_get_proctoring_requirements) 7304 0.057 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:79(__init__) 3819 0.003 0.000 0.066 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:17(__getitem__) 24 0.001 0.000 0.065 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:84(_get_cohort_representation) 44 0.001 0.000 0.065 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:170(remove_users) 4 0.000 0.000 0.065 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:105(check_page_get) 3849 0.048 0.000 0.065 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:175(__init__) 1 0.050 0.050 0.065 0.065 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/views.py:3() 16 0.000 0.000 0.065 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:199(publish_selected_children_events) 4 0.000 0.000 0.065 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1120(request_remove_user_from_cohort) 1 0.000 0.000 0.065 0.065 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:269(test_remove_staff_does_not_unenroll) 13 0.001 0.000 0.065 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:59(create_exam) 835 0.014 0.000 0.065 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:120(render_url) 25 0.000 0.000 0.065 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/mixins.py:26(create_programs_config) 754 0.004 0.000 0.065 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:653(__getattr__) 115 0.001 0.000 0.065 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:583(clear_url_caches) 8 0.000 0.000 0.065 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:273() 1 0.000 0.000 0.065 0.065 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1859(test_vertical_xblock_info) 8 0.000 0.000 0.065 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:57(create_block_analytics_summary) 163025 0.065 0.000 0.065 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:662(__get_read_pref) 3689 0.004 0.000 0.065 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.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) 10 0.000 0.000 0.064 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/entrance_exam.py:165(_get_entrance_exam) 27 0.016 0.001 0.064 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:173(export_all_for_course) 1441 0.007 0.000 0.064 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.064 0.064 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_verification_access.py:201(test_query_counts_with_one_reverification_block) 1 0.000 0.000 0.064 0.064 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:745(test_task_indexing_course) 155 0.000 0.000 0.064 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.064 0.064 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:97(test_get_and_set_credit_state) 2615 0.011 0.000 0.064 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:116(__init__) 25922 0.061 0.000 0.064 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:217(_get_current_object) 16 0.024 0.001 0.064 0.004 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:164(render_content) 65374 0.063 0.000 0.063 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:325(category) 172 0.019 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:252(tokenize) 1 0.000 0.000 0.063 0.063 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:882(test_consistent_definitions) 20798 0.063 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:591(as_sql) 287017 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:962() 164 0.004 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:367(get_aggregation) 4596 0.039 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:560(_to_string) 8152 0.023 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:492(as_sql) 28 0.000 0.000 0.063 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:165(has_children_visible_to_specific_content_groups) 155 0.063 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1570(_listdir) 205 0.002 0.000 0.063 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:560() 4140 0.025 0.000 0.063 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:365(_get_location_info) 6320 0.007 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:288(load_doc_type) 1 0.000 0.000 0.063 0.063 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:212(test_redirect_to_main) 16 0.000 0.000 0.063 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:96(post) 44 0.059 0.001 0.063 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:120(load) 4102 0.005 0.000 0.063 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1414() 1 0.035 0.035 0.063 0.063 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1() 1 0.000 0.000 0.063 0.063 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:63(test_create_multiple_users) 1 0.000 0.000 0.063 0.063 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:224(test_remove_status_non_credit) 20 0.000 0.000 0.062 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:324(update_content_group_usage_info) 3 0.000 0.000 0.062 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:158(test_invalid_course_key_messages) 3652 0.012 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:224(__init__) 7108 0.050 0.000 0.062 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:124(__init__) 1 0.000 0.000 0.062 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1194(test_field_value_errors) 1 0.000 0.000 0.062 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_crud.py:41(test_get_some_templates) 1 0.000 0.000 0.062 0.062 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:266(test_set_status_non_credit) 9386 0.020 0.000 0.062 0.000 /usr/lib/python2.7/unittest/case.py:508(assertEqual) 5171 0.022 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:438(extract) 3819 0.007 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:41(get_collection) 6955 0.035 0.000 0.062 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1263(number) 1238 0.018 0.000 0.062 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:590(_drop_database) 31830/31298 0.042 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/filters.py:74(decode) 1 0.000 0.000 0.062 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:331(test_certificate_unsupported_method) 11617/9119 0.013 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:344(__next__) 8089 0.024 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:163(scheme) 1 0.000 0.000 0.062 0.062 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:212(test_course_explicit_english) 1647 0.011 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/middleware.py:14(process_request) 96354 0.062 0.000 0.062 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1670() 5597 0.060 0.000 0.062 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:51() 52 0.002 0.000 0.062 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1000(clear) 2140 0.015 0.000 0.062 0.000 /usr/lib/python2.7/argparse.py:1486(__init__) 410 0.001 0.000 0.062 0.000 /usr/lib/python2.7/logging/__init__.py:1613(warning) 11 0.000 0.000 0.062 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:22(store_uploaded_file) 5 0.000 0.000 0.062 0.012 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:44(__init__) 5 0.000 0.000 0.062 0.012 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:213(__init__) 416 0.003 0.000 0.062 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:525(capture_call) 8522 0.018 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:517(__set_safe_option) 31051/31049 0.061 0.000 0.061 0.000 /usr/lib/python2.7/gettext.py:401(ugettext) 10596 0.036 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1404(get_cache_name) 78961 0.057 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:141(__getitem__) 73 0.002 0.000 0.061 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1456(generate_enrollment_status_hash) 195747 0.061 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:198(to_language) 3826 0.058 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:139(_commit) 1589 0.011 0.000 0.061 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/__init__.py:5(default_storage) 21015 0.061 0.000 0.061 0.000 /usr/lib/python2.7/decimal.py:6044(_format_align) 186 0.000 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1846(check) 4670 0.053 0.000 0.060 0.000 /usr/lib/python2.7/Cookie.py:312(_quote) 2 0.000 0.000 0.060 0.030 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:347(export_library_to_xml) 2 0.000 0.000 0.060 0.030 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:636(test_export_course_doest_not_exist) 1655 0.013 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:513(__init__) 22 0.000 0.000 0.060 0.003 /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.060 0.060 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:170(test_pre_requisite_course_list_present) 1 0.000 0.000 0.060 0.060 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:250(test_course_name) 17009 0.055 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1863(get_loaded_field_names) 84026 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:1735(clear_ordering) 3 0.000 0.000 0.060 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:40(assert_verification_returned) 7120 0.023 0.000 0.060 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:41(get_value) 13965 0.031 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:212(last_insert_id) 514 0.005 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:943(setUpClass) 3 0.000 0.000 0.060 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/views.py:130(_clear_preview_language) 1 0.000 0.000 0.060 0.060 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:185(test_mongo_course_with_split_course_key) 29 0.001 0.000 0.060 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:141(is_currently_visible_to_students) 2500 0.040 0.000 0.060 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/exceptions.py:107(__init__) 1 0.000 0.000 0.060 0.060 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_views.py:27(test_language_session_update) 6 0.000 0.000 0.060 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:162(patch_handler) 1 0.018 0.018 0.060 0.060 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:50(__init__) 1 0.000 0.000 0.060 0.060 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:249(test_course_updates_invalid_url) 1 0.000 0.000 0.059 0.059 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:199(test_unicode_mktg_cookie_names) 4151 0.034 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1095(_importer) 62865 0.059 0.000 0.059 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:67() 186 0.000 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1515(check) 1 0.000 0.000 0.059 0.059 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:228(test_redirect_to_specified) 70132 0.059 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1021() 640 0.021 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:72(lazy) 124764 0.059 0.000 0.059 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/annotator_mixin.py:38(handle_data) 1 0.000 0.000 0.059 0.059 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:67(test_cohort_membership_changed) 26886 0.059 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/helpers.py:216(_check_write_command_response) 5268 0.058 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:256(_optimize_charset) 10735 0.059 0.000 0.059 0.000 /usr/lib/python2.7/argparse.py:1400(_get_optional_kwargs) 1 0.000 0.000 0.059 0.059 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_enrollment.py:37(setUpClass) 5 0.000 0.000 0.059 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:226(setUp) 2492 0.008 0.000 0.059 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:655(contribute_to_class) 4 0.000 0.000 0.059 0.015 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:79(set_staff_only) 2 0.000 0.000 0.059 0.029 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:2030(test_methods_not_allowed) 84060 0.059 0.000 0.059 0.000 /usr/lib/python2.7/decimal.py:3896(Etiny) 1 0.059 0.059 0.059 0.059 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:16() 1 0.000 0.000 0.059 0.059 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/tests/test_middleware.py:42(test_session_change_cms) 7659 0.028 0.000 0.058 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:398(url_patterns) 1806 0.007 0.000 0.058 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:239(process_rhs) 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:17(test_view_index) 1384 0.006 0.000 0.058 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/time_zone_utils.py:36(get_display_time_zone) 58 0.000 0.000 0.058 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:169(get_value_for_org) 4 0.000 0.000 0.058 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:105(setUp) 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:43(test_programs_requires_staff) 6 0.000 0.000 0.058 0.010 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:39(save) 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/tests/test_middleware.py:22(_test_change_session_hash) 14 0.000 0.000 0.058 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.058 0.058 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:202(test_client_passed) 104452 0.058 0.000 0.058 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/version.py:38() 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:375(test_regular_site_fetch) 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:522(test_creation) 198 0.001 0.000 0.058 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:113(check) 10368 0.049 0.000 0.058 0.000 /usr/lib/python2.7/email/__init__.py:78(__getattr__) 386 0.004 0.000 0.058 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:186(get_asset_key_from_path) 9 0.001 0.000 0.058 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:200(get_html) 1 0.000 0.000 0.058 0.058 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:160(test_permissions) 13526 0.057 0.000 0.057 0.000 /usr/lib/python2.7/json/encoder.py:101(__init__) 5 0.000 0.000 0.057 0.011 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:50(author_view) 6 0.000 0.000 0.057 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:251(get_dir_for_fname) 1 0.000 0.000 0.057 0.057 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:225(test_serialize_course) 39005 0.036 0.000 0.057 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:326(unwind_indent) 18 0.000 0.000 0.057 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:242(get_all_files) 5 0.000 0.000 0.057 0.011 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:393(get_html) 15924 0.044 0.000 0.057 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:840(_block_matches) 2475 0.008 0.000 0.057 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:460(__init__) 12032 0.057 0.000 0.057 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:315(bind) 11839 0.045 0.000 0.057 0.000 /usr/lib/python2.7/argparse.py:1320(_add_action) 117 0.002 0.000 0.057 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:43(create_modulestore_instance) 53698 0.057 0.000 0.057 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:58(restore_ccx_collection) 1 0.000 0.000 0.057 0.057 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:800(test_null_field) 387 0.025 0.000 0.057 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:197(contribute_to_class) 1 0.000 0.000 0.056 0.056 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:580(test_non_ascii_course) 1 0.000 0.000 0.056 0.056 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:67(test_view_index) 1 0.000 0.000 0.056 0.056 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:589(test_library_export) 2157 0.005 0.000 0.056 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:708(clean_for_html) 2797 0.012 0.000 0.056 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:688(__init__) 2 0.000 0.000 0.056 0.028 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:438(studio_post_duplicate) 424 0.013 0.000 0.056 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:151(encode_multipart) 1626 0.015 0.000 0.056 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:108(should_process_request) 8 0.000 0.000 0.056 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:980(_verify_published_with_no_draft) 1972 0.023 0.000 0.056 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:86(_get_fields) 2830 0.004 0.000 0.056 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:403(fetch_document_start) 3 0.000 0.000 0.056 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:170(setup_student_in_group_0) 1 0.000 0.000 0.056 0.056 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:702(test_cs_user_created) 63045 0.056 0.000 0.056 0.000 /usr/lib/python2.7/decimal.py:440(getcontext) 15 0.000 0.000 0.056 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:232(update_email_opt_in) 31041 0.056 0.000 0.056 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:938(__init__) 2 0.000 0.000 0.056 0.028 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/management/commands/post_cohort_membership_fix.py:34(handle) 50346 0.056 0.000 0.056 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:62(__init__) 40887 0.056 0.000 0.056 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:591(has_support) 85 0.002 0.000 0.056 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:352(prepare_request) 416 0.003 0.000 0.056 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:447(__init__) 83475 0.056 0.000 0.056 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:139(__init__) 2887 0.048 0.000 0.055 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:84(modulestore) 5 0.000 0.000 0.055 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/generate_course_overview.py:39(handle) 63298 0.055 0.000 0.055 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:32(__init__) 195041 0.055 0.000 0.055 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/start_date.py:30(name) 56 0.004 0.000 0.055 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:56(wrap_xblock) 7890 0.055 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:23(clear_cache_handlers) 162 0.001 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1394(start) 2849 0.055 0.000 0.055 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.055 0.055 /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.055 0.055 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:340(test_cache_headers_without_ttl_locked) 47 0.001 0.000 0.055 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1144(__eq__) 6706 0.014 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:183(iri_to_uri) 1710 0.005 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1567(_isdir) 1924 0.010 0.000 0.055 0.000 /usr/lib/python2.7/Cookie.py:603(output) 1273 0.007 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:11(__init__) 162463 0.055 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:157(field_cast_sql) 1345 0.013 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1080(__init__) 1 0.000 0.000 0.055 0.055 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:97(test_detail_post_staff_other_inst) 1 0.000 0.000 0.055 0.055 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:201(test_course_plain_english) 511 0.014 0.000 0.055 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:309(do_translate) 27 0.000 0.000 0.054 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:46(check_group_permissions) 1 0.000 0.000 0.054 0.054 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:29(test_marketing_link) 1 0.000 0.000 0.054 0.054 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:157(test_get_gated_content) 30924 0.054 0.000 0.054 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/trie.py:22(find_prefix) 1629 0.007 0.000 0.054 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:163(get_session_key) 13935 0.041 0.000 0.054 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:127(set) 23 0.001 0.000 0.054 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:61(check_permissions) 46500 0.054 0.000 0.054 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:115(traverse_topologically) 2849 0.016 0.000 0.054 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:48(__init__) 1137 0.006 0.000 0.054 0.000 /usr/lib/python2.7/argparse.py:1887(consume_positionals) 1 0.000 0.000 0.054 0.054 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:841(test_change_enrollment_modes) 878 0.003 0.000 0.054 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1148() 81900 0.054 0.000 0.054 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:140(unnest) 151 0.001 0.000 0.054 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/base.py:1242(makeopendir) 20751 0.046 0.000 0.054 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:285(validate) 1 0.000 0.000 0.054 0.054 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:278(test_happy_path) 5723 0.054 0.000 0.054 0.000 /usr/lib/python2.7/base64.py:317(encodestring) 31784 0.044 0.000 0.054 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:77(__get__) 652 0.003 0.000 0.054 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:12(get_default_time_display) 2905 0.007 0.000 0.054 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:253(__init__) 8 0.000 0.000 0.054 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:84(_verify_non_staff_cannot_access) 7 0.000 0.000 0.053 0.008 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1517(add_view) 12 0.000 0.000 0.053 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:22(setUp) 1 0.000 0.000 0.053 0.053 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:213(test_post_invalid_json) 3 0.000 0.000 0.053 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:214(assert_bad) 2 0.000 0.000 0.053 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:232(test_video_supported_file_formats) 2 0.000 0.000 0.053 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:189(test_invalid_json) 125171 0.053 0.000 0.053 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/contracts/enabling.py:26(all_disabled) 3071 0.053 0.000 0.053 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/baseconv.py:72(convert) 34 0.000 0.000 0.053 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/api.py:255(create_account) 3776 0.053 0.000 0.053 0.000 /usr/lib/python2.7/socket.py:189(__init__) 12 0.000 0.000 0.053 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:294(is_item_in_course_tree) 102273 0.053 0.000 0.053 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:146(is_root) 3086 0.016 0.000 0.053 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:151(__init__) 26886 0.051 0.000 0.053 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:916(_get_write_mode) 5 0.000 0.000 0.053 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:37(setUp) 716 0.007 0.000 0.053 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:429(get_queryset) 1622 0.012 0.000 0.053 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/clickjacking.py:29(process_response) 61 0.001 0.000 0.053 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/models.py:85(get_all_orgs) 1 0.000 0.000 0.053 0.053 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:653(setUp) 1 0.000 0.000 0.053 0.053 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:83(test_detail_post_staff) 5 0.000 0.000 0.053 0.011 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:71(setUp) 1 0.000 0.000 0.052 0.052 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:511(test_get_basic) 13 0.000 0.000 0.052 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:193(get_child_of_lc_block) 179/29 0.005 0.000 0.052 0.002 /usr/lib/python2.7/tarfile.py:1974(add) 491 0.052 0.000 0.052 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:218(make_xml_compatible) 14229 0.030 0.000 0.052 0.000 /usr/lib/python2.7/traceback.py:203(_format_final_exc_line) 1 0.000 0.000 0.052 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:117(test_detail_post_instructor) 27 0.001 0.000 0.052 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:24(find_first) 7 0.000 0.000 0.052 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1426(changeform_view) 4 0.000 0.000 0.052 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:256(test_syntax_errors_in_range) 82345 0.052 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/billiard/process.py:44(current_process) 1 0.000 0.000 0.052 0.052 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:39(test_index) 426 0.005 0.000 0.052 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/__init__.py:6(is_enabled) 57881 0.031 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:206(match) 3 0.000 0.000 0.052 0.017 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:314(setUp) 214600 0.052 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1396(get_internal_type) 1 0.000 0.000 0.052 0.052 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:143(test_ssl_login_without_signup_cms) 3 0.000 0.000 0.052 0.017 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:16(setUp) 2830 0.016 0.000 0.052 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.052 0.052 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:367(test_course_overview_saving_race_condition) 5 0.000 0.000 0.052 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:481(assert_email_error) 461/445 0.003 0.000 0.052 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:104(strftime_localized) 1164 0.010 0.000 0.052 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/user_partitions.py:127(__init__) 193153 0.052 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:957(get_internal_type) 23718 0.036 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1865(get_prep_value) 11155 0.038 0.000 0.052 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:652(get_ancestor_link) 11 0.000 0.000 0.051 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:70(tearDown) 670 0.004 0.000 0.051 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:22(from_json) 1 0.000 0.000 0.051 0.051 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:299(test_empty_preview_language) 6 0.010 0.002 0.051 0.009 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:203(_save) 4 0.000 0.000 0.051 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:635(can_copy_block) 2239 0.018 0.000 0.051 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:806(_resolve_lookup) 1 0.000 0.000 0.051 0.051 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:499(test_create_new_cohort) 10148 0.025 0.000 0.051 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:44(located_context) 1 0.000 0.000 0.051 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:624(test_empty_content_type) 10 0.000 0.000 0.051 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:141(download_transcripts) 1 0.000 0.000 0.051 0.051 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:143(test_detail_post_no_json) 2 0.000 0.000 0.051 0.025 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1044(test_cannot_make_credit_request_after_response) 3 0.000 0.000 0.051 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:253(verify_success) 58064 0.051 0.000 0.051 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:116(__setattr__) 4 0.000 0.000 0.051 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:623(can_edit_block) 656 0.005 0.000 0.051 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:371(decache_block) 1 0.000 0.000 0.051 0.051 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:1000(setUpClass) 1056 0.003 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:943(__init__) 12 0.000 0.000 0.050 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:349(sendall) 26693 0.050 0.000 0.050 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:306(__getattr__) 22415 0.050 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:842(__init__) 334 0.001 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1084(check) 925 0.011 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:49(__init__) 6 0.000 0.000 0.050 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:335(verify_lists_expected_cohorts) 9 0.000 0.000 0.050 0.006 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:161(add_prerequisite) 4 0.000 0.000 0.050 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:629(can_delete_block) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:164(test_notifications_handler_get) 194 0.003 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:708(__init__) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:789(test_allow_unsupported_xblocks) 26296 0.050 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:462(__init__) 48 0.000 0.000 0.050 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:119(applicable_aside_types) 978 0.020 0.000 0.050 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:152(from_json) 832 0.003 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:413(_compare_equal) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:173(test_bad_http_verb_with_lib_key) 24 0.000 0.000 0.050 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2539(contribute_to_class) 267566 0.050 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2155(get_internal_type) 3652 0.050 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/member.py:41(__init__) 3886 0.028 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:53(__init__) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:239(test_marketing_site_fetch) 2 0.000 0.000 0.050 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:159(test_video_pipeline_not_configured) 55947 0.050 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:792(from_json) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:273(test_course_index_invalid_url) 213736 0.050 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:332(_parse_local_version) 72640 0.050 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:139(_coerce_version) 1 0.000 0.000 0.050 0.050 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:635(test_reindex_course_search_index_error) 78 0.002 0.000 0.050 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:257(import_asset_metadata) 1440 0.003 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1459(has_resource) 1126/1116 0.002 0.000 0.050 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:347(app_dict) 3000 0.021 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:669(signature) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1444(test_course_index_view_with_no_courses) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:628(test_fetch_initial_fields) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/tests.py:14(setUp) 5945 0.021 0.000 0.049 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:119(load_function) 5856 0.012 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:179(is_secure) 1539 0.006 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:129(GET) 48 0.049 0.001 0.049 0.001 /usr/lib/python2.7/tarfile.py:2216(makedir) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:450(test_username) 5 0.000 0.000 0.049 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:453(assert_username_error) 2 0.000 0.000 0.049 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/library.py:199(manage_library_users) 5 0.001 0.000 0.049 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:646(get_problem_html) 12 0.000 0.000 0.049 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:297(create_image) 19 0.000 0.000 0.049 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:989(remove) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1734(test_json_responses) 19 0.001 0.000 0.049 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1116(_remove_items) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:224(test_fail_bad_xml) 58 0.000 0.000 0.049 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/models.py:102(has_org) 1 0.000 0.000 0.049 0.049 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:150(test_locked_versioned_asset) 89 0.005 0.000 0.049 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:166(fields) 1035 0.003 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1246(deconstruct) 1080 0.003 0.000 0.049 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:372(realpath) 234 0.002 0.000 0.049 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:233(create_support_legend_dict) 1650 0.009 0.000 0.048 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/shim.py:100(__call__) 20/8 0.001 0.000 0.048 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:194(find_release_date_source) 3714 0.017 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:77(get_callable) 225873 0.048 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1032(get_internal_type) 1 0.000 0.000 0.048 0.048 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:64(test_accounts_password_reuse) 7739 0.014 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:854(_get_choices) 162463 0.048 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:222(lookup_cast) 981 0.002 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:225(__deepcopy__) 1 0.000 0.000 0.048 0.048 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:270(test_retry) 1872 0.017 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:89(dumps) 227 0.001 0.000 0.048 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/errortracker.py:12(exc_info_to_str) 6388 0.048 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:853(name) 130 0.002 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:369(initial) 25304 0.048 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:70(__new__) 17 0.000 0.000 0.048 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:204(create) 1056 0.005 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:158(__init__) 4 0.000 0.000 0.048 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:644(can_create_block) 140264 0.048 0.000 0.048 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2529(version) 12 0.000 0.000 0.048 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:41(setUp) 43 0.000 0.000 0.048 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:111(get_milestones) 72 0.004 0.000 0.048 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:940(read_grading_policy) 24 0.002 0.000 0.048 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) 5 0.000 0.000 0.048 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1464(remove_content_or_experiment_group) 19911 0.029 0.000 0.048 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:33(get_current_request) 43 0.001 0.000 0.047 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:182(fetch_milestones) 1 0.000 0.000 0.047 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:174(test_mongo_course) 1 0.000 0.000 0.047 0.047 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:310(test_cache_headers_with_ttl_locked) 1 0.000 0.000 0.047 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:321(test_unsupported_http_accept_header) 873 0.003 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:951(deconstruct) 10579 0.022 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1063(__init__) 43 0.000 0.000 0.047 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1170() 2988 0.047 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/collator.py:88(sort_key_from_collation_elements) 4 0.000 0.000 0.047 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:50(setUp) 1 0.000 0.000 0.047 0.047 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:594(test_cannot_update_assignment_type_of_single_random_cohort) 14133 0.009 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:209(deactivate_all) 1 0.000 0.000 0.047 0.047 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:203(test_notifications_handler_dismiss) 182 0.003 0.000 0.047 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:31(marketing_link) 3 0.000 0.000 0.047 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:175(delete_item) 39658 0.023 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:387() 15 0.000 0.000 0.047 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:81(save_subs_to_store) 5511 0.047 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:531(split_domain_port) 1 0.000 0.000 0.047 0.047 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_signals.py:21(test_course_published_ccxcon_call) 7255 0.015 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:46(smart_text) 15 0.000 0.000 0.047 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:1076(get_last_exam_completion_date) 7 0.000 0.000 0.047 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/management/commands/compile_sass.py:66(parse_arguments) 7719 0.011 0.000 0.047 0.000 /usr/lib/python2.7/HTMLParser.py:98(__init__) 8 0.000 0.000 0.047 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:339(get_or_create_content_group) 1 0.000 0.000 0.047 0.047 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:161(test_locked_versioned_old_styleasset) 797 0.013 0.000 0.047 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1813(__init__) 15 0.000 0.000 0.047 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:328(add_course_content_milestone) 38 0.001 0.000 0.047 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:529(set_config) 177 0.001 0.000 0.047 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:32(_mako_generate_namespaces) 6389 0.046 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:38(__init__) 39812 0.046 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/threads.py:141(__release_local__) 5 0.000 0.000 0.046 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:424(get_country_time_zones) 6 0.000 0.000 0.046 0.008 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:37(assertAllowedMethods) 387 0.019 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:234(get_containing_app_config) 1920 0.008 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:284(_get_path) 4724 0.006 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:66(beforeTest) 14402 0.046 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:163(__repr__) 18802 0.046 0.000 0.046 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:98(__getattr__) 63 0.004 0.000 0.046 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:270(definition_to_xml) 3278 0.022 0.000 0.046 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:105(truncate_fields) 5 0.000 0.000 0.046 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:436(setUp) 1 0.000 0.000 0.046 0.046 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:121(test_success_video_module_source_subs_uploading) 100228 0.046 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:225(_output_field_or_none) 1 0.000 0.000 0.046 0.046 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:282(test_upload_image) 1648 0.025 0.000 0.046 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/shim.py:22(__call__) 1592 0.018 0.000 0.046 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:170(encrypt_session_key) 57 0.001 0.000 0.046 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/models.py:110(clear_site_cache) 54 0.000 0.000 0.046 0.001 /usr/lib/python2.7/tarfile.py:1639(open) 4 0.000 0.000 0.046 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:88(setUp) 4475 0.044 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:540(_mock_add_spec) 10891 0.034 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:463(_maybe_group) 3652 0.009 0.000 0.046 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:199(set_result) 80 0.000 0.000 0.046 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.046 0.046 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:232(test_dictionary_similarity_pass) 26 0.000 0.000 0.046 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:80(add_milestone) 6 0.000 0.000 0.046 0.008 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:527(options) 50 0.000 0.000 0.046 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1814(get_user_by_username_or_email) 6 0.000 0.000 0.046 0.008 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:329(options) 1372 0.029 0.000 0.046 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:89(make_name_unique) 103 0.002 0.000 0.046 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:231(_load_preview_module) 54 0.001 0.000 0.046 0.001 /usr/lib/python2.7/tarfile.py:1723(gzopen) 15390 0.032 0.000 0.046 0.000 /usr/lib/python2.7/HTMLParser.py:102(reset) 110/75 0.004 0.000 0.045 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:148(render) 7591 0.045 0.000 0.045 0.000 /usr/lib/python2.7/json/encoder.py:272(_make_iterencode) 177 0.001 0.000 0.045 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/header.html.py:23(_mako_get_namespace) 24 0.000 0.000 0.045 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:96(get_credit_requirements) 109114 0.045 0.000 0.045 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:149(append) 26 0.000 0.000 0.045 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:106(create_milestone) 1629 0.007 0.000 0.045 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:203(get_request_ip_address) 9 0.001 0.000 0.045 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:843(verify_added_users_to_cohort) 1166 0.031 0.000 0.045 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.045 0.045 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:181(test_file_upload_lower_case_extension) 37 0.000 0.000 0.045 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:130(has_item) 2 0.000 0.000 0.045 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:155(test_video_pipeline_not_enabled) 7840 0.045 0.000 0.045 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:688(clean_keeping_underscores) 10398 0.037 0.000 0.045 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:18(__init__) 25 0.000 0.000 0.045 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:100(put) 21015 0.045 0.000 0.045 0.000 /usr/lib/python2.7/decimal.py:1591(__int__) 2849 0.014 0.000 0.045 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:127(parse_stream_start) 1 0.000 0.000 0.045 0.045 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:190(test_locked_asset_registered) 1 0.000 0.000 0.045 0.045 /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.045 0.045 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:318(real_sendall) 10179 0.024 0.000 0.045 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.045 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:69(save_to_store) 1 0.000 0.000 0.045 0.045 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:137(test_create_account_pw_already_exists) 1694 0.007 0.000 0.045 0.000 /usr/lib/python2.7/Cookie.py:467(output) 1 0.000 0.000 0.045 0.045 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:49(test_list_libraries) 4 0.000 0.000 0.045 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:266(remove_signatory) 1 0.000 0.000 0.045 0.045 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:977(test_secret_key_changes) 26 0.000 0.000 0.045 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:495(image_urls) 21653 0.040 0.000 0.045 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.044 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:890(_test_not_indexable) 2891 0.004 0.000 0.044 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:157(get_current_site_theme) 11 0.000 0.000 0.044 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:78(wrapped) 1 0.000 0.000 0.044 0.044 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1098(test_non_existent_cohort) 177 0.001 0.000 0.044 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/header.html.py:29(_mako_generate_namespaces) 1872 0.008 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:179(timestamp) 1 0.000 0.000 0.044 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_gating.py:111(test_get_prerequisite) 157 0.004 0.000 0.044 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:82(response_usage_key) 83 0.037 0.000 0.044 0.001 /usr/lib/python2.7/collections.py:305(namedtuple) 71 0.002 0.000 0.044 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:1623(save) 37 0.000 0.000 0.044 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:246(has_item) 1 0.000 0.000 0.044 0.044 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:76(test_password_enough_uppercase) 2 0.000 0.000 0.044 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2171(_get_xblock_outline_info) 15082 0.032 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:264(create_token) 21024 0.044 0.000 0.044 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:122(__init__) 3 0.000 0.000 0.044 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:180(update_item) 11 0.000 0.000 0.044 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:663(group_configuration_url) 4 0.000 0.000 0.044 0.011 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2648(delete_course) 1 0.000 0.000 0.044 0.044 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:173(test_basic_auth) 11156 0.044 0.000 0.044 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:946(default_modulestore) 1 0.000 0.000 0.044 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:337(test_json_responses) 5688 0.044 0.000 0.044 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:101(check_docinfo) 14217 0.044 0.000 0.044 0.000 /usr/lib/python2.7/base64.py:43(b64encode) 1 0.000 0.000 0.044 0.044 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:424(test_fail_data_with_bad_locator) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:450(test_create_item_negative) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:915(test_only_added) 3567 0.043 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1041(drop) 15 0.000 0.000 0.043 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:310(add_course_milestone) 4351 0.024 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/text.py:24() 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1422(test_create_course_with_unicode_in_id_disabled) 472 0.006 0.000 0.043 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3089(_new_structure) 16 0.000 0.000 0.043 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:255(get_exam_by_id) 8522 0.021 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:468(__setitem__) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:525(test_course_mode_info_with_honor_enrollment) 26 0.000 0.000 0.043 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:589(save_snapshot) 2849 0.011 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:372(fetch_stream_end) 251 0.001 0.000 0.043 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:705(get_text) 3 0.000 0.000 0.043 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1181(assert_create_course_failed) 6 0.001 0.000 0.043 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:705(verify_users_in_cohort_and_response) 9918 0.016 0.000 0.043 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:200(current_request_has_associated_site_theme) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_course.py:51(test_course_deleted) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:833(test_update_generic_fields) 73 0.001 0.000 0.043 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:46(page) 35701 0.043 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:595(itervalues) 31 0.000 0.000 0.043 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.043 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:103(test_authoring_header) 1131 0.013 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:240(__init__) 1205 0.002 0.000 0.043 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:245(_check_choices) 1 0.000 0.000 0.043 0.043 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:87(test_lib_create_permission) 117 0.001 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:850(__init__) 5 0.000 0.000 0.042 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:298(new_lcp) 327 0.000 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:66(_get_count) 1 0.000 0.000 0.042 0.042 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:546(test_password) 4 0.000 0.000 0.042 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:549(assert_password_error) 40 0.001 0.000 0.042 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:343(qs) 9 0.000 0.000 0.042 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:402(get_visibility_partition_info) 180 0.003 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:76(execute) 4 0.000 0.000 0.042 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:593(assert_honor_code_error) 1 0.000 0.000 0.042 0.042 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:99(test_user_signup_including_enhanced_profile) 1 0.000 0.000 0.042 0.042 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:81(test_user_signup_from_non_configured_site) 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) 81815 0.042 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/config.py:143(check_models_ready) 1 0.000 0.000 0.042 0.042 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1025(test_emails) 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) 461 0.001 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:175(default) 1596 0.004 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:175(translate_token) 1101 0.004 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:934(render_value_in_context) 8509 0.042 0.000 0.042 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1764(add_select_related) 1 0.000 0.000 0.042 0.042 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:447(test_delete_asset) 198 0.024 0.000 0.042 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.042 0.042 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:70(test_not_credit_course) 2 0.000 0.000 0.042 0.021 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:223(render_header_extras) 5 0.001 0.000 0.042 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_api.py:13(setUp) 4842 0.027 0.000 0.042 0.000 /usr/lib/python2.7/gzip.py:194(_read_gzip_header) 84459 0.042 0.000 0.042 0.000 /usr/lib/python2.7/multiprocessing/process.py:59(current_process) 8 0.000 0.000 0.041 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:220(get_and_verify_publish_state) 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) 1835 0.030 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:560(get_all_field_names) 21 0.000 0.000 0.041 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:313(modes_for_course_dict) 7 0.000 0.000 0.041 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:971(content_importers) 1654 0.012 0.000 0.041 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:211(process_response) 1639 0.007 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:296(findall) 1972 0.016 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:579(get_all_related_objects) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:309(test_course_mode_info) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:786(test_indexing_video_error_responses) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:157(test_logout_logging) 9139 0.035 0.000 0.041 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:801(_add_cache) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:905(test_get_depth_with_drafts) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:298(test_with_username_password_nonmatch) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:614(test_negative_conditions) 4 0.001 0.000 0.041 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:442(_get_sorted_time_zone_list) 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) 2686 0.020 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:416(values) 1016 0.004 0.000 0.041 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1944(enforce_single_login) 2474 0.004 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:64(__or__) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:213(test_logout_logging_no_pii) 3 0.000 0.000 0.041 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_signals.py:60(test_verified_mode) 984 0.001 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:667(all) 1 0.000 0.000 0.041 0.041 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:61(test_create_user_org_tags) 14516 0.041 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:403(declarations) 1828 0.007 0.000 0.041 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:26(get_queryset) 8934 0.017 0.000 0.041 0.000 /usr/lib/python2.7/hmac.py:119(hexdigest) 9 0.000 0.000 0.041 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:55(tearDown) 211 0.004 0.000 0.041 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:454() 164/147 0.002 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:790(do_for) 763 0.028 0.000 0.041 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/locale.py:22(__init__) 5 0.000 0.000 0.041 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/public.py:72(howitworks) 4724 0.022 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:95(start) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1076(test_can_cohort_unenrolled_users) 14 0.000 0.000 0.040 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:412(_accessible_courses_list_from_groups) 10891 0.035 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:419(__init__) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:56(test_without_commit) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:962(test_roundtrip_for_logged_user) 7569 0.034 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1761(populate) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:72(test_user_requested_access) 7680 0.027 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:196(evaluate) 4 0.000 0.000 0.040 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:77(setUp) 35 0.002 0.000 0.040 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/segmentio.py:84(track_segmentio_event) 69818 0.040 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:802(course) 3969 0.016 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:534(run_validators) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:58(test_inactive_enrollment) 2 0.000 0.000 0.040 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:144(test_invalid_course_key) 11978 0.040 0.000 0.040 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/draft_and_published.py:37(branch_setting) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:51(test_create_user_course_tags) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:214(test_profile_year_of_birth_non_integer) 41151 0.040 0.000 0.040 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.040 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:77(create_account_and_fetch_profile) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:122(test_find_all_for_display) 26886 0.024 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:792(max_write_batch_size) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:499(test_fail_bad_sjson_subs) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/enrollment/management/tests/test_enroll_user_in_course.py:25(setUpClass) 1 0.000 0.000 0.040 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:181(test_logout_deletes_mktg_cookies) 11 0.000 0.000 0.040 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:341(patch) 29864 0.040 0.000 0.040 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/path.py:128(relpath) 1 0.039 0.039 0.040 0.040 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/migrations/0002_auto_20160202_0228.py:2() 2 0.000 0.000 0.040 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:86(set_prerequisite_courses) 903 0.001 0.000 0.039 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.039 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:527(test_export_html) 7258 0.039 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/utils.py:64(multi_extract_dict) 1440 0.002 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:1564(_has) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:416(test_fail_data_without_file) 12 0.000 0.000 0.039 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:356(get_credit_requirement_status) 35 0.000 0.000 0.039 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1106(has_item) 1586 0.012 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:141(__call__) 71 0.038 0.001 0.039 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:444(_save) 3090 0.039 0.000 0.039 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:193(_compute_digest) 301 0.001 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:81(_get_num_pages) 8 0.001 0.000 0.039 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:411(test_previous_builds) 73313 0.039 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/stat.py:24(S_IFMT) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:720(test_reindex_seq_error_json_responses) 147278 0.039 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/codec_options.py:69(tz_aware) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:972(test_asset_delete_and_restore) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:421(ssl_login) 3757 0.024 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:635(parse_header) 2053 0.006 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:136(identify_hasher) 39528 0.039 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:228(_savepoint_allowed) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:185(test_mocked_filtered_response) 114 0.000 0.000 0.039 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:29(validate_number) 2 0.000 0.000 0.039 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:135(test_anon_user) 3 0.000 0.000 0.039 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_signals.py:75(test_verified_mode_explicitly_set) 30 0.000 0.000 0.039 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1065(get_enrollment) 16 0.000 0.000 0.039 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:152() 6 0.000 0.000 0.039 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:213(add_xml_to_node) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:301(test_subs_uploading_with_byte_order_mark) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:45(test_index_member) 61 0.001 0.000 0.039 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:248(create_xblock) 1 0.000 0.000 0.039 0.039 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:75(test_rerun_succeeded) 89 0.001 0.000 0.039 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:524(register) 93 0.000 0.000 0.039 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:180(is_visible_to_specific_content_groups) 6 0.038 0.006 0.038 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/locks.py:107(lock) 14133 0.028 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:237(deactivate_all) 187034 0.038 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:209(_next_class) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:211(test_missing_group) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:133(test_enough_punctuations) 4 0.000 0.000 0.038 0.010 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:551(patch) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:101(test_negative_conditions) 30 0.000 0.000 0.038 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:213(is_cdn_request) 2849 0.015 0.000 0.038 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.038 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:182(test_multiple_errors_pass) 17486 0.038 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/events.py:65(__init__) 3741 0.009 0.000 0.038 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:873(_verify_revision_is_published) 2 0.000 0.000 0.038 0.019 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:43(dismiss_ui_and_verify) 17 0.001 0.000 0.038 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/extract_tar.py:39(safemembers) 2988 0.016 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/collator.py:152(build_lookup_key) 1694 0.038 0.000 0.038 0.000 /usr/lib/python2.7/Cookie.py:487(OutputString) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:761(test_indexing_responses) 158 0.014 0.000 0.038 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/sock.html.py:54(render_body) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1018(test_empty_trashcan) 1 0.000 0.000 0.038 0.038 /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.038 0.038 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:651(test_reindex_json_responses) 3427 0.007 0.000 0.038 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:292(__eq__) 18684 0.013 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:47(__lt__) 9505 0.012 0.000 0.038 0.000 /usr/lib/python2.7/logging/__init__.py:214(_releaseLock) 11 0.000 0.000 0.038 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:12(create_catalog_api_client) 27 0.000 0.000 0.038 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/models.py:43(get_cdn_user_agents) 53 0.001 0.000 0.038 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/caching.py:31(del_cached_content) 1268 0.002 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:947(create_var) 1 0.000 0.000 0.038 0.038 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:52(test_unusable_password) 708 0.006 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/utils.py:33(guess_type) 48 0.000 0.000 0.038 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/xblock_config/models.py:22(asides_enabled) 2 0.000 0.000 0.038 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:138(_get_container_preview_with_error) 2523 0.008 0.000 0.038 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:55(_combine) 84459 0.038 0.000 0.038 0.000 /usr/lib/python2.7/multiprocessing/process.py:161(name) 35190 0.038 0.000 0.038 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:506(from_about_dictionary) 2 0.000 0.000 0.038 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_tasks.py:129(test_calculate_course_xblocks_data) 4 0.000 0.000 0.037 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:625(assert_terms_of_service_error) 251 0.001 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:614(construct_xblock) 1 0.000 0.000 0.037 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:862(_test_updating_item) 1136 0.008 0.000 0.037 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:42(_cohort_membership_changed) 1280 0.007 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2445(_get_path_info) 774 0.037 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:44(subclass_exception) 1744 0.002 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:524(version_agnostic) 15478 0.037 0.000 0.037 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.037 0.037 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:46(test_password_length_long_enough) 24860 0.037 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:595(itervalues) 1489 0.018 0.000 0.037 0.000 /usr/lib/python2.7/collections.py:194(__reduce__) 2566 0.011 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:578(_parse_header) 1759 0.006 0.000 0.037 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:749(get_item) 518 0.002 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:177(rollback) 3 0.000 0.000 0.037 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/utils.py:35(get_programs) 52 0.000 0.000 0.037 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:182(users_with_role) 101433 0.024 0.000 0.037 0.000 /usr/lib/python2.7/unittest/case.py:798(assertIn) 3652 0.016 0.000 0.037 0.000 /usr/lib/python2.7/threading.py:576(set) 65 0.001 0.000 0.037 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:333(get_course_requirements) 29623 0.037 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:203(__validate) 28 0.000 0.000 0.037 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:540(apply_cdn_to_urls) 6474 0.019 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:309(allow_relation) 3652 0.006 0.000 0.037 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:154(__init__) 1 0.000 0.000 0.037 0.037 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:182(test_no_access) 14 0.001 0.000 0.036 0.003 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:116(render_title) 1657 0.008 0.000 0.036 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:112(create_transformer) 7121 0.024 0.000 0.036 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:166(get_value) 1 0.000 0.000 0.036 0.036 /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.036 0.036 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_middleware.py:105(setUp) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:71(test_user_signup_source) 147278 0.036 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:1141(__iter__) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_commands.py:39(test_parse_arguments) 771 0.001 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:172(has) 13294 0.036 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:62(__new__) 41501 0.036 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:233(jump) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:31(setUp) 19 0.000 0.000 0.036 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/mixins.py:14(create_catalog_integration) 6363 0.018 0.000 0.036 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.036 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2111(test_no_add_discussion) 50 0.000 0.000 0.036 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:240(replace_static_urls) 60 0.001 0.000 0.036 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2404(deconstruct) 2 0.000 0.000 0.036 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_create_rerun.py:117(test_course_creation_with_org_not_in_system) 182 0.001 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:125(get_url) 1924 0.014 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:212(get_script_name) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2121(test_no_add_advanced) 15 0.000 0.000 0.036 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:137(_change_state) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:698(test_reindex_html_error_json_responses) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:383(test_exception_request_over_email) 15 0.000 0.000 0.036 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/admin.py:67(save_model) 59 0.000 0.000 0.036 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:131(setUpClass) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_migrate_to_split.py:89(test_user_id) 1019 0.005 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:394(verify) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:114(test_enough_digits) 82 0.001 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:230(bind_template) 1972 0.014 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:94(_get_forward_relationships) 1872 0.005 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/baseconv.py:60(encode) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:101(test_global_staff_access) 71086 0.036 0.000 0.036 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1513() 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:41(test_generate_all) 1 0.000 0.000 0.036 0.036 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:152(test_enough_wordss) 1 0.000 0.000 0.035 0.035 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:572(test_update_random_cohort_name) 22 0.000 0.000 0.035 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:276(evaluate) 1 0.000 0.000 0.035 0.035 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_bulk_email_settings.py:28(setUpClass) 22 0.000 0.000 0.035 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:370(generate) 182 0.001 0.000 0.035 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.035 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:384(test_success_download_nonyoutube) 5405 0.014 0.000 0.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:478(__next__) 19 0.000 0.000 0.035 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:625(snapshot_post_save_receiver) 263 0.002 0.000 0.035 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/models.py:66(post_save_callback) 1 0.000 0.000 0.035 0.035 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1050(test_delimiters) 4 0.000 0.000 0.035 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:987(_verify_published_with_draft) 2198 0.010 0.000 0.035 0.000 /usr/lib/python2.7/_strptime.py:27(_getlang) 2001 0.008 0.000 0.035 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:281(find) 1451 0.010 0.000 0.035 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:53(clean_out_mako_templating) 41/27 0.000 0.000 0.035 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/models.py:60(post_save_callback) 1 0.000 0.000 0.035 0.035 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:135(test_group) 1 0.000 0.000 0.035 0.035 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:87(test_marketing_cookie) 50 0.000 0.000 0.035 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:537(build) 4810 0.017 0.000 0.035 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:27(base64_decode) 1 0.000 0.000 0.035 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:657(test_validate_update_filtered_off) 15 0.000 0.000 0.035 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:100(get_cohorted_discussions) 1 0.000 0.000 0.035 0.035 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:540(test_success_download_nonyoutube) 2902 0.006 0.000 0.035 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:40(get_template) 27 0.000 0.000 0.035 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:290(get_parent_location) 22 0.000 0.000 0.035 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:632(simple_generate) 22 0.000 0.000 0.034 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:597(generate) 2098 0.011 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:94(enter_context) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:447(test_minimal_success) 1750 0.009 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:104(get_full_path) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:816(test_validate_from_json_wrong_inputs) 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) 2615 0.006 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:608(load_aside_type) 851 0.001 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:257() 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:535(test_export_json_unsupported) 2 0.000 0.000 0.034 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1437(assert_course_permission_denied) 21 0.000 0.000 0.034 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:97(set_by_domain) 11 0.000 0.000 0.034 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:34(get_programs) 12 0.000 0.000 0.034 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/xblock_discussion.py:204(parse_xml) 818 0.003 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:203(__deepcopy__) 80741 0.034 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:75(__hash__) 6220 0.004 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:183() 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:95(test_password_enough_lowercase) 1056 0.007 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:24(_get_backends) 1211 0.003 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:514(make_usage_key) 3 0.000 0.000 0.034 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_models.py:21(setUp) 36 0.001 0.000 0.034 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/http.py:245(__init__) 1514 0.003 0.000 0.034 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:253(load_item) 5312 0.034 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/utils.py:31(extract_dict) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:346(project_state) 1 0.001 0.001 0.034 0.034 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:210(make_state) 18623 0.034 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:674(get_cache_name) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_unit_page.py:31(test_draft_component_preview_html) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:89(test_rerun_failed) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:110(test_non_global_staff_access) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:929(test_move_orphaned_child_error) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_crud.py:82(test_temporary_xblocks) 85 0.001 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:288(prepare) 15 0.000 0.000 0.034 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:417(get_discussion_categories_ids) 74 0.001 0.000 0.034 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:29(setUp) 1920 0.010 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:213(uri_to_iri) 3 0.000 0.000 0.034 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:79(setUp) 33291 0.034 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2933(_get_mro) 2 0.000 0.000 0.034 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:140(test_put) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/tests/test_api.py:377(test_update_email_optin_no_age_set) 4670 0.034 0.000 0.034 0.000 /usr/lib/python2.7/Cookie.py:431(__init__) 7258 0.018 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:429(_get_model_class) 2776 0.017 0.000 0.034 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/time_zone_utils.py:8(_format_time_zone_string) 518 0.033 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:144(_rollback) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login_registration_forms.py:45(setUpClass) 11 0.000 0.000 0.034 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:56(set_config_by_domain) 1441 0.004 0.000 0.034 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:679(clean) 1 0.000 0.000 0.034 0.034 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:322(test_download) 5400 0.009 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:160() 15 0.000 0.000 0.033 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:128(get_accessible_discussion_xblocks) 3 0.000 0.000 0.033 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_signals.py:30(signal_kwargs) 3598 0.019 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:87(select) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:388(test_no_visibility_set) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:80(test_non_owner_or_staff_user) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_organizations.py:13(setUp) 2625 0.005 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:221(__init__) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:808(test_indexing_html_error_responses) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:177(test_tab_preview_html) 7 0.000 0.000 0.033 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:956(patch_descriptor_kvs) 1194 0.004 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/subfs.py:26(_encode) 47/42 0.001 0.000 0.033 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tasks.py:15(send_activation_email) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1026(test_reuse_credit_request) 15478 0.033 0.000 0.033 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.033 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:484(test_empty_youtube_attr_and_sub_attr) 11397 0.020 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:371(_get_wrapped_tests) 68 0.000 0.000 0.033 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:287(_track_index_request) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_cookies.py:17(setUpClass) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:77(test_create_library) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:119(test_course_structure_with_block_types) 6 0.000 0.000 0.033 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:413(add_children_to_node) 45146 0.033 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:197(has_subfields) 120 0.001 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:399(form) 16100 0.033 0.000 0.033 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:345(to_storable) 14 0.002 0.000 0.033 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:150(render_content) 4957 0.014 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:65(b64_encode) 275 0.002 0.000 0.033 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/help_context_processor.py:28(get_online_help_info) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:168(test_debug_auth) 7 0.000 0.000 0.033 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:964() 59617 0.033 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:147(name) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_commands.py:19(test_errors_for_invalid_arguments) 3789 0.030 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:234(__init__) 1 0.000 0.000 0.033 0.033 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:367(xblock_outline_handler) 4 0.000 0.000 0.033 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:48(add_prerequisite_course) 1890 0.002 0.000 0.033 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/manager.py:22(get_super_queryset) 29728 0.032 0.000 0.032 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.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:110(test_public_pages_load) 8 0.000 0.000 0.032 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:348(videos_post) 1 0.000 0.000 0.032 0.032 /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.032 0.032 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:956(test_only_present) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:72(test_create_defined_user) 1804/1335 0.005 0.000 0.032 0.000 :20(__repr__) 57 0.000 0.000 0.032 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/store_utilities.py:80(draft_node_constructor) 7 0.001 0.000 0.032 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:313(test_video_event) 9 0.000 0.000 0.032 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:22(setUp) 34412 0.032 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongodb_proxy.py:72(__init__) 17469 0.032 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/operations.py:25(bulk_batch_size) 133 0.001 0.000 0.032 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/errortracker.py:34(error_tracker) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:470(test_fail_nonyoutube_subs_dont_exist) 1111 0.008 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:60(__init__) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:146(test_student_lazily_assigned) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/tests/test_api.py:389(test_update_email_optin_anonymous_user) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:241(test_with_unicode) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:676(test_reindex_video_error_json_responses) 113396 0.032 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py:71() 3 0.000 0.000 0.032 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:778(assert_names) 34889 0.032 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:221(__reduce__) 1037 0.004 0.000 0.032 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:26(is_password_usable) 1028 0.005 0.000 0.032 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.032 0.032 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:100(test_course_structure_with_no_block_types) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:94(test_find_gating_milestones) 4050 0.026 0.000 0.032 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:138(dirty_branches) 1 0.000 0.000 0.032 0.032 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:641(test_fetch_giturl_present) 5556 0.028 0.000 0.032 0.000 /usr/lib/python2.7/urlparse.py:390(parse_qsl) 708 0.003 0.000 0.032 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:35(try_staticfiles_lookup) 23 0.000 0.000 0.032 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:138(remove_users) 5174 0.029 0.000 0.032 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:811(_clear_cache) 6 0.001 0.000 0.032 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_proctoring.py:40(_verify_exam_data) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:239(test_staff_can_delete_self) 549 0.003 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:375(fields) 14402 0.031 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/containers.py:142(__init__) 54 0.001 0.000 0.031 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/shortcuts.py:175(resolve_url) 1525 0.022 0.000 0.031 0.000 /usr/lib/python2.7/inspect.py:845(formatargspec) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:30(test_programs_config_disabled) 27 0.000 0.000 0.031 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1298(get_parent_location) 9951 0.013 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:373(unget) 4724 0.018 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:55(afterTest) 1205 0.003 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:305(_check_backend_specific_checks) 47 0.001 0.000 0.031 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:17(find_all) 37742 0.031 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:643(unique) 40569 0.031 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:567(_set_pk_val) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:125(test_prerequisites) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:364(test_success_download_youtube) 7 0.000 0.000 0.031 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:117(initiated) 17268 0.031 0.000 0.031 0.000 /usr/lib/python2.7/gzip.py:19(write32u) 4 0.000 0.000 0.031 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_logic.py:25(setUp) 32693 0.031 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:129(__promise__) 2126 0.008 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:102(exit_context) 797 0.006 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:848(__init__) 2 0.000 0.000 0.031 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:69(test_bad_http_verb) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:830(test_indexing_seq_error_responses) 6394 0.021 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:49(__call__) 2670/205 0.009 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:911(get_nodes_by_type) 28686 0.031 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:140(_decode_path) 191 0.003 0.000 0.031 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:90(_load_mixed_class) 23 0.000 0.000 0.031 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/shortcuts.py:94(redirect) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:102(test_proctored_exam_requirements) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:252(test_staff_cannot_delete_other) 84136 0.031 0.000 0.031 0.000 /usr/lib/python2.7/decimal.py:699(_isnan) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:19(test_configure) 990 0.005 0.000 0.031 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:94(format_html) 1 0.000 0.000 0.031 0.031 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:1937(setUpClass) 3 0.000 0.000 0.030 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export.py:37(setUp) 30565 0.030 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:248(__getattr__) 27676 0.030 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:182(to_json) 2 0.000 0.000 0.030 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:35(assert_path_not_found) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_models.py:16(setUpClass) 418 0.002 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1784(contribute_to_class) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:632(test_check_youtube_with_transcript_name) 3 0.000 0.000 0.030 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_course.py:28(handle) 2112 0.015 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1607(parse_asides) 20592 0.030 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:270(tzoffset) 7 0.000 0.000 0.030 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:588(get_dest_id) 15413 0.020 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:390(urlconf_module) 62238 0.030 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2804(_dep_map) 3593 0.011 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:861(_verify_branch_setting) 15350 0.030 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/UserDict.py:35(__getitem__) 12535 0.030 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:260() 22 0.000 0.000 0.030 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.030 0.030 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:133(test_get_lib_info) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:38(test_maintenance_index) 42030 0.030 0.000 0.030 0.000 /usr/lib/python2.7/decimal.py:714(_isinfinity) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:96(setUpClass) 31 0.000 0.000 0.030 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:260(load_asset_from_location) 916 0.003 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/js_utils.py:76(js_escaped_string) 26888/26846 0.024 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:778(__get__) 9803 0.025 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:459() 12059 0.030 0.000 0.030 0.000 /usr/lib/python2.7/hmac.py:100(_current) 66 0.000 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:111(filter_queryset) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_users_default_role.py:53(test_user_forum_default_role_on_course_deletion) 17777 0.030 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:405(get_subtree_edited_on) 24 0.009 0.000 0.030 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:96(render_content) 20656 0.030 0.000 0.030 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:900(_parsems) 1889 0.007 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:74(deserialize_field) 4 0.000 0.000 0.030 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1231(_get_release_date_from) 55 0.000 0.000 0.030 0.001 /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.030 0.030 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:38(test_group_name_case_sensitive) 2182/2129 0.016 0.000 0.030 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:156(process_percent_code) 1 0.000 0.000 0.030 0.030 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_permissions.py:45(_create_users) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_views.py:35(setUpClass) 2594 0.004 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:81(conditional_escape) 23627 0.029 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:98(assertMyTest) 404 0.010 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:52(__init__) 27185 0.029 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:232() 4724 0.011 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:219(afterTest) 741 0.013 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1317(get_unique_together_validators) 3 0.000 0.000 0.029 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_import.py:35(setUp) 2 0.000 0.000 0.029 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:56(_expected_blocks) 17486 0.020 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:163(construct_scalar) 24 0.000 0.000 0.029 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:167(clear_sub_content) 13 0.000 0.000 0.029 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:330(has_changes) 10205 0.020 0.000 0.029 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.029 0.029 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_refunds.py:44(setUpClass) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_admin_views.py:14(setUpClass) 256 0.004 0.000 0.029 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_checker.py:4(check_html) 130 0.001 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/response.py:51(rendered_content) 24 0.000 0.000 0.029 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/token_utils.py:78(attach_profile_claim) 708 0.016 0.000 0.029 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/mako/css.html.py:16(render_body) 21 0.001 0.000 0.029 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/segmentio.py:31(segmentio_event) 4860 0.029 0.000 0.029 0.000 /usr/lib/python2.7/gzip.py:335(_add_read_data) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:48(test_create_user) 2 0.000 0.000 0.029 0.014 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_access.py:18(setUp) 17 0.000 0.000 0.029 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:307(get_block_original_usage) 6354 0.019 0.000 0.029 0.000 /usr/lib/python2.7/argparse.py:807(__init__) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:649(test_fetch_giturl_not_present) 442 0.005 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:290(contribute_to_class) 4 0.000 0.000 0.029 0.007 /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.029 0.029 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:56(test_force_publish_non_split) 26 0.000 0.000 0.029 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.029 0.029 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:334(test_malformed_grading_policy) 31790 0.029 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:398(related_query_name) 1 0.000 0.000 0.029 0.029 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:202(test_locked_asset_staff) 14346/3892 0.019 0.000 0.029 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:881(get_nodes_by_type) 32 0.000 0.000 0.029 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1057(safe_get_username) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:29(test_get_image_url) 8 0.000 0.000 0.028 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:286(get_course_enrollments) 2860 0.014 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:350(savepoint_rollback_sql) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:846(test_correct_http_status) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:108(test_cohort_partition_group_assignment) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_forms.py:22(test_save_valid_data) 24409 0.028 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:383(setlist) 12 0.003 0.000 0.028 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:142(render_content) 252 0.005 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:88(__init__) 22/10 0.001 0.000 0.028 0.003 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:761(_extract_html) 72692 0.028 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:144(operator) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:571(test_name) 3 0.000 0.000 0.028 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:574(assert_name_error) 43 0.001 0.000 0.028 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/models.py:30(parse_path_data) 2047 0.009 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:229(split_contents) 43 0.000 0.000 0.028 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/serializers.py:53(serialize_milestones) 9 0.000 0.000 0.028 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:168(download_youtube_subs) 3 0.000 0.000 0.028 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/heartbeat/tests/test_heartbeat.py:20(setUp) 20 0.000 0.000 0.028 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:187(remove_prerequisite) 5 0.000 0.000 0.028 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:33(verify_rerun_state) 143227 0.028 0.000 0.028 0.000 /usr/lib/python2.7/json/encoder.py:361() 1199 0.006 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/baseconv.py:66(decode) 3 0.000 0.000 0.028 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:194(test_success_downloading_subs) 5 0.000 0.000 0.028 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_linkedin.py:65(test_linked_in_url_with_cert_name_override) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:93(setUpClass) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login_registration_forms.py:162(setUpClass) 11 0.000 0.000 0.028 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:427(set_assignment_type) 23720 0.028 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1047(check_query_object_type) 1978 0.011 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:427(prep_for_like_query) 4439/4317 0.012 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:92(__new__) 1657 0.028 0.000 0.028 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:46(__getitem__) 1198 0.008 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:92(loads) 4842 0.019 0.000 0.028 0.000 /usr/lib/python2.7/gzip.py:343(_read_eof) 4 0.000 0.000 0.028 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:222(get_video_info) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:369(test_debug_auth) 227 0.001 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:80(new_file) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:83(test_require_login) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:731(test_validate_update_filtered_edxnotes_off) 6 0.000 0.000 0.028 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:28(setUp) 183 0.002 0.000 0.028 0.000 /usr/lib/python2.7/tarfile.py:2035(addfile) 797 0.006 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1497(__init__) 12 0.000 0.000 0.028 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:68(summarize_block) 8 0.000 0.000 0.028 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:111(get_gating_milestone) 1115 0.003 0.000 0.028 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.028 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:225(test_permission_denied_other) 4 0.000 0.000 0.028 0.007 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:243(render_html) 7073 0.011 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:223(inner) 11 0.000 0.000 0.028 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:363(_accessible_courses_summary_list) 23 0.000 0.000 0.028 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:204(snapshot) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:166(test_login_user_info_cookie) 3 0.000 0.000 0.028 0.009 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:162(test_has_permission_as_owner_with_edit) 151 0.028 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:37(_os_mkdir) 2095 0.028 0.000 0.028 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3117(_get_parents_from_structure) 2500 0.011 0.000 0.028 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:183(_merge) 1 0.000 0.000 0.028 0.028 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export.py:23(test_no_args) 2 0.000 0.000 0.028 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/tests/test_api.py:449(test_get_country_time_zones) 2833 0.008 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:70(__invert__) 66042 0.027 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/base.py:193(close) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:94(test_view_index_xhr_put_invalid) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:74(test_login_success_unicode_email) 6 0.000 0.000 0.027 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:169(get_section_grader_type) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:798(test_validate_from_json_correct_inputs) 30852 0.027 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:187(insert_values) 31298 0.027 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/filters.py:73(__getattr__) 3 0.000 0.000 0.027 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/user_service.py:34(get_anonymous_user_id) 4724 0.014 0.000 0.027 0.000 /usr/lib/python2.7/unittest/runner.py:50(startTest) 194 0.001 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:650(__init__) 58 0.000 0.000 0.027 0.000 /usr/lib/python2.7/unittest/case.py:975(assertRaisesRegexp) 42030 0.027 0.000 0.027 0.000 /usr/lib/python2.7/decimal.py:2787(_isinteger) 2224 0.009 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:82(make_immutable_fields_list) 2602 0.003 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:980(_should_reload_connections) 112 0.001 0.000 0.027 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/error_module.py:158(from_xml) 11089/6065 0.027 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/deconstruct.py:19(__new__) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:164(test_fail_data_with_bad_locator) 1092/1080 0.005 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:380(_joinrealpath) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:56(test_pre_1900_date) 10891 0.019 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:82(__set__) 49 0.000 0.000 0.027 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:129(forwards_plan) 302 0.002 0.000 0.027 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.027 0.027 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:104(test_ssl_login_with_signup_cms) 9746 0.020 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:441(validate) 2 0.000 0.000 0.027 0.013 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:85(set_group_access) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:141(test_required_content) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:746(test_validate_update_filtered_edxnotes_on) 1115 0.027 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/fnmatch.py:45(filter) 4 0.000 0.000 0.027 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:105(strip_site_theme_templates_path) 1 0.027 0.027 0.027 0.027 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sentinels/__init__.py:1() 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1067(test_delete_course) 844 0.004 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1195(__init__) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:672(test_validate_update_filtered_on) 298 0.002 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:909(enforce_type) 17 0.000 0.000 0.027 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1515(get_block_original_usage) 194 0.006 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:681(update) 162 0.000 0.000 0.027 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:108(has_course_author_access) 731 0.006 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:929(__init__) 23 0.000 0.000 0.027 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:213(should_dump_course) 1 0.000 0.000 0.027 0.027 /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.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1841(test_chapter_xblock_info) 1388 0.003 0.000 0.027 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/time_zone_utils.py:20(get_time_zone_abbr) 24 0.000 0.000 0.027 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/introspection.py:45(table_names) 37311 0.027 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/tokens.py:3(__init__) 4 0.000 0.000 0.027 0.007 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:356(get_html) 1 0.000 0.000 0.027 0.027 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:715(test_edxnotes_present) 3 0.000 0.000 0.027 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:340(test_downloading_subs_using_transcript_name) 119602 0.027 0.000 0.027 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:199() 6 0.000 0.000 0.027 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:205(_get_video) 5379 0.015 0.000 0.027 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:287(__call__) 132 0.000 0.000 0.027 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/extract_tar.py:16(resolved) 2 0.000 0.000 0.027 0.013 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:637(add_missing_groups) 73 0.001 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_utils.py:18(create_youtube_string) 1 0.026 0.026 0.026 0.026 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/GifImagePlugin.py:27() 2095 0.010 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:357(content) 10 0.000 0.000 0.026 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:305(test_invalid_mode_expiration) 130 0.002 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/renderers.py:85(render) 863 0.003 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:546(get_policy) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:312(test_entrance_exam_feature_flag_gating) 74246 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:1509() 640 0.026 0.000 0.026 0.000 /usr/lib/python2.7/functools.py:53(total_ordering) 7 0.000 0.000 0.026 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:426(_validate_transcripts_data) 14555 0.026 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:78(tag) 12 0.000 0.000 0.026 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sites/management.py:11(create_default_site) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:92(test_authoring_login_required) 62 0.001 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1446(get_field_provenance) 1166 0.012 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:941(get_field_names) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:849(xmodule_handler) 1622 0.012 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:277(close) 10148 0.025 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/locator.py:47(get) 1459 0.006 0.000 0.026 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.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:857(test_reset_override) 3470 0.008 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1099(scan_block_scalar_ignored_line) 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:87(test_approved_verification) 35/34 0.003 0.000 0.026 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2468(_copy_from_template) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:1016(test_get) 9922 0.010 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:34(is_request_in_microsite) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_models.py:34(test_generate_enrollment_status_hash) 24 0.001 0.000 0.026 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/introspection.py:52(get_names) 3013 0.012 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:56(__init__) 8813/3462 0.017 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:438(__getattribute__) 7 0.000 0.000 0.026 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:136(delete) 1574 0.003 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:185(get_language_bidi) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:296(test_upload_with_non_ascii_charaters) 5 0.000 0.000 0.026 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:191(test_can_auto_enroll) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:171(test_nonexistent_group) 1007 0.003 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:155(clean) 253 0.002 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:168(_ensure_index) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1800(test_course_handler_with_invalid_course_key_string) 59 0.000 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:136(tearDownClass) 9623 0.025 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1087(_dot_lookup) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:206(handle_ajax) 1468 0.004 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:35(_get_request_ip) 945 0.005 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/manager.py:10(__get__) 3797/2904 0.016 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:613(__getattr__) 1205 0.024 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/validation.py:24(check_field) 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:58(test_no_verifications) 2492 0.013 0.000 0.026 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:289(add_field) 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:248(test_ext_auth_password_length_too_short) 7007 0.010 0.000 0.026 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:393() 1 0.000 0.000 0.026 0.026 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:235(test_delete_nonexistant) 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:70(test_staff_user) 23 0.001 0.000 0.026 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:183(set_caching_headers) 51070 0.025 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:203(name) 98 0.000 0.000 0.025 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:272(reverse_library_url) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:723(test_edxnotes_not_present) 237 0.024 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:109(write) 850 0.005 0.000 0.025 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1663(_update_enrollment_in_request_cache) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:49(test_change_status) 4 0.000 0.000 0.025 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/management/commands/compile_sass.py:121(handle) 63 0.000 0.000 0.025 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:830(create_xblock) 2199 0.009 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:548(getlocale) 3 0.000 0.000 0.025 0.008 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:295(definition_from_xml) 22 0.000 0.000 0.025 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:243(get_credit_course) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:67(test_login_success_no_pii) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:775(test_update_from_json_filtered_edxnotes_off) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:798(test_malformed_edit_unit_request) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/common/djangoapps/pipeline_mako/tests/test_static_content.py:13(test_optional_include_mako) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:194(test_post_last_instructor) 11 0.000 0.000 0.025 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:48(create) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:37(test_non_ascii_image_name) 6 0.000 0.000 0.025 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:589(_get_partition_info) 1507 0.005 0.000 0.025 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:266(validate) 8 0.001 0.000 0.025 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1523(changelist_view) 31041 0.025 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:951(get_source_expressions) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:212(test_remove_user_from_course_group) 1302 0.018 0.000 0.025 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/utils.py:12(default) 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) 3 0.000 0.000 0.025 0.008 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:145(render) 8 0.000 0.000 0.025 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:323(create_arbitrary_content) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:132(test_login_not_activated_no_pii) 2 0.000 0.000 0.025 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:289(setUp) 55 0.000 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:297(send) 2301 0.014 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:227(isname) 16/2 0.000 0.000 0.025 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:809(_get_draft_counts) 20 0.000 0.000 0.025 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:668(_save) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:209(test_permission_denied_self) 808 0.001 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2463(get_path_info) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1050(test_bad_contentstore_request) 44093 0.025 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:74(validate_boolean) 1137 0.014 0.000 0.025 0.000 /usr/lib/python2.7/argparse.py:2039(_match_arguments_partial) 18 0.000 0.000 0.025 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:193(get_course_last_published) 1 0.000 0.000 0.025 0.025 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:115(test_html_no_partition_staff_locked) 10479 0.025 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/codec_options.py:38(__new__) 2673 0.010 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:149(__init__) 43 0.001 0.000 0.025 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/mixin.py:140(validate) 105154 0.025 0.000 0.025 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:44(normcase) 89 0.003 0.000 0.025 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:66(__init__) 13 0.000 0.000 0.025 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/push_notification.py:24(enqueue_push_course_update) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:725(test_enrollment_non_existent_user) 9 0.000 0.000 0.024 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:68(_delete_asset) 474 0.001 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:127(get_attribute) 1750 0.007 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:230(escape_uri_path) 13125 0.024 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:559(__new__) 22415 0.024 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/signals.py:181(start_user_task) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:181(test_locked_asset_not_registered) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:117(test_dump_skip_course) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:136(test_config_disabled) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/tests/test_middleware.py:16(setUp) 13240 0.024 0.000 0.024 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.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:168(test_detail_delete_instructor) 31204 0.024 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:138(set_source_expressions) 1167 0.006 0.000 0.024 0.000 /usr/lib/python2.7/argparse.py:1789(take_action) 2 0.000 0.000 0.024 0.012 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:191(render_header_extras) 1914 0.005 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:232(pre_save) 10 0.000 0.000 0.024 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:336(get_videos_for_course) 63 0.001 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/models.py:101(get_all_exams_for_course) 19 0.000 0.000 0.024 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/models.py:20(get_cache_ttl) 103 0.010 0.000 0.024 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:601(bind_for_student) 75 0.015 0.000 0.024 0.000 /usr/lib/python2.7/json/__init__.py:258(load) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:712(test_cs_user_not_created) 55 0.002 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/backends/locmem.py:22(send_messages) 48 0.000 0.000 0.024 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:1186(_update_module_location) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/tests/test_signals.py:44(test_course_delete) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:816(test_get_items) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:378(test_course_outline_initial_state) 10 0.000 0.000 0.024 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:317(_get_videos_for_filter) 121 0.001 0.000 0.024 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.024 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:56(change_state_and_verify_email) 3318 0.014 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:349(_replace_encoding) 30 0.001 0.000 0.024 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/__init__.py:711(fromstring) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:167(test_delete) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:62(test_login_success) 1189 0.010 0.000 0.024 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:35(mixed_store_config) 206 0.001 0.000 0.024 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.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:852(test_indexing_no_item) 1 0.000 0.000 0.024 0.024 /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.024 0.024 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:506(test_debug_auth) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:180(test_delete_last_instructor) 1 0.000 0.000 0.024 0.024 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:360(test_change_enrollment_200_no_redirect) 23839 0.024 0.000 0.024 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:255(_validate_dict_list) 721 0.002 0.000 0.024 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1031(make_course_key) 2 0.000 0.000 0.024 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:1092(setUp) 9 0.000 0.000 0.024 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:77(render_response) 989 0.007 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/http.py:100(cookie_date) 6839 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2497(_get_m2m_reverse_attr) 183 0.001 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:70(is_any_marketing_link_set) 3458 0.013 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:101(__init__) 387 0.011 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:92(__init__) 22 0.000 0.000 0.023 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.023 0.023 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:22(test_user) 7 0.000 0.000 0.023 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:32(get_course_updates) 2849 0.011 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:190(parse_document_end) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:78(test_get_video_thumbnail_image_url) 43 0.001 0.000 0.023 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:578(_delete_item) 275 0.005 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/help_context_processor.py:57(get_doc_url) 97 0.000 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/extract_tar.py:23(_is_bad_path) 10686 0.011 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:210(__str__) 3 0.000 0.000 0.023 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:480(test_paths) 1159 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/util.py:155(getvalue) 10996 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:241(get_bytes_from_wsgi) 2830 0.015 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:217(process_directives) 2492 0.010 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1226(get_original) 187 0.002 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1250(forum_posts_allowed) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1454(test_course_factory) 370 0.011 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:200(_check_signature) 14526 0.023 0.000 0.023 0.000 /usr/lib/python2.7/gzip.py:24(read32) 8 0.000 0.000 0.023 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:255(fetch_courses_milestones) 13089 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:460() 863 0.012 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:929(policy_key) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:245(test_unsupported_http_accept_header) 2819 0.010 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:358(get) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:878(_test_deleting_item) 62167 0.023 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:244(month) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:165(test_toggle_invalid_tab_visibility) 1510 0.013 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:241(__init__) 244 0.001 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:898(to_json) 161 0.003 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:11(__init__) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:106(test_reorder_tabs_invalid_list) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1002(test_query_counts) 2903 0.003 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:122(get_template) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_utils.py:198(setUpClass) 1 0.000 0.000 0.023 0.023 /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.023 0.023 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:20(test_get_themes) 20 0.000 0.000 0.023 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:293(get_course_summaries) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:69(test_get_banner_image_url) 4/2 0.000 0.000 0.023 0.011 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:424(_copy_overrides) 11944 0.018 0.000 0.023 0.000 /usr/lib/python2.7/gzip.py:150(_check_closed) 1 0.020 0.020 0.023 0.023 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/migrations/0001_initial.py:2() 1979 0.011 0.000 0.023 0.000 /usr/lib/python2.7/cgi.py:303(parse_header) 84 0.001 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:890(_get_structures_for_branch) 1574 0.010 0.000 0.023 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:259(get_language_bidi) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:342(test_change_enrollment_400) 543 0.001 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:75() 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:483(test_delete_asset_with_invalid_asset) 305 0.001 0.000 0.023 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:300(insert_course_index) 1 0.000 0.000 0.023 0.023 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:216(test_get_2) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:49(test_disabled_feature) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:286(test_no_file) 364 0.003 0.000 0.022 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/shortcuts.py:78(is_marketing_link_set) 1622 0.006 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:270(apply_response_fixes) 17169 0.022 0.000 0.022 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.022 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:221(test_update_course_structure) 11 0.000 0.000 0.022 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1571(course_overview) 42 0.000 0.000 0.022 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1953(record_registration_attributions) 130 0.001 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:312(check_permissions) 7136 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:280(__str__) 3949 0.019 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:29(__getitem__) 9 0.000 0.000 0.022 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:67(_get_course_cohort_settings_representation) 7890 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:86(reset_template_engines) 112 0.001 0.000 0.022 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1818(service) 2193 0.004 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:20(load_backend) 6666 0.012 0.000 0.022 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.022 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:117(test_get_value_for_org) 1840 0.006 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:290(read) 5 0.000 0.000 0.022 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:173(get_course_run) 121209 0.022 0.000 0.022 0.000 :41(__getstate__) 5756 0.022 0.000 0.022 0.000 /usr/lib/python2.7/gzip.py:157(_init_write) 55 0.001 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:264(message) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:70(test_get_programs_anonymous_user) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:26(test_view_index_xhr) 2034 0.020 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:132(islink) 30 0.000 0.000 0.022 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/__init__.py:611(document_fromstring) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1101(test_user_has_no_final_grade) 43596 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:213(__len__) 3652 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:58(__init__) 3954 0.013 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:550(validate) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:154(test_invalid_id) 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) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:87(test_get_program_types) 15478 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:136(add_update_fields) 481 0.001 0.000 0.022 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:160(run_validators) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:209(test_get_1) 9 0.000 0.000 0.022 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:62(test_display_level_of_education) 42 0.000 0.000 0.022 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1923(record_utm_registration_attribution) 30864 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyuca/collator.py:144(_valid_char) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_tabs.py:124(test_reorder_tabs_invalid_tab) 1931 0.010 0.000 0.022 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:349(requires_parental_consent) 14172 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:359(stopTest) 53 0.000 0.000 0.022 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/models.py:203(paths) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:46(test_spaces_in_image_name) 14229 0.021 0.000 0.022 0.000 /usr/lib/python2.7/traceback.py:212(_some_str) 8974/8892 0.020 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/safestring.py:117(mark_safe) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:951(test_create_credit_request_grade_length) 9 0.000 0.000 0.022 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.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:156(test_detail_delete_staff) 16976 0.022 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/tokens.py:98(__init__) 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/openedx/core/djangoapps/user_api/tests/test_models.py:80(test_get_value) 4645 0.005 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipware/utils.py:33(is_valid_ip) 7234 0.018 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/django.py:100(_get_manager) 3144 0.010 0.000 0.022 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.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:223(test_get_nonexistant) 11839 0.011 0.000 0.022 0.000 /usr/lib/python2.7/argparse.py:1435(_pop_action_class) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:205(test_post_non_json) 1 0.000 0.000 0.022 0.022 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:93(test_note_update) 3886 0.004 0.000 0.022 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:38(get_key_func) 24 0.003 0.000 0.022 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/sqlite3/introspection.py:57(get_table_list) 2895 0.021 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/serializers.py:17(loads) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:131(test_create_account_username_already_exists) 8746 0.021 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:31(_filter) 2019 0.009 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:75(indexing_is_enabled) 398 0.000 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:656(write_to) 6993 0.014 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1285(org) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_programs.py:142(test_not_logged_in) 82684 0.021 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py:18(name) 5826 0.008 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:189(__init__) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:121(test_login_not_activated) 49 0.013 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:184(ensure_not_cyclic) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:244(test_fail_bad_data_srt_file) 12 0.000 0.000 0.021 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/recorder.py:55(applied_migrations) 11 0.000 0.000 0.021 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:788(_get_record_for_user) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:116(test_no_duplicate_libraries) 9109 0.021 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:73(__init__) 184 0.001 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:152(_check_caller_authority) 6256 0.019 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:798(_databases_names) 53124 0.021 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:57() 1589 0.011 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/session_inactivity_timeout/middleware.py:22(process_request) 1621 0.019 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:36(is_asset_request) 127 0.001 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:691(jsonify_value) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:85(get) 771 0.003 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/csrf.py:35(process_view) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:116(test_get_gating_milestone_is_none) 102 0.002 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:291(__init__) 90 0.001 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:33(course_team_url) 84 0.000 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1905(create_comments_service_user) 113 0.001 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/permissions.py:21(has_permission) 1681 0.008 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:88(location) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:554(test_add_cohort) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1409(test_create_course_no_course_creators_not_staff) 72692 0.021 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/specifiers.py:148(version) 4848 0.009 0.000 0.021 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.021 0.021 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1189(test_can_remove_user_not_in_cohort) 311 0.003 0.000 0.021 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.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:70(test_detail_post) 37 0.002 0.000 0.021 0.001 /usr/lib/python2.7/threading.py:717(start) 1 0.015 0.015 0.021 0.021 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/__init__.py:3() 3608 0.015 0.000 0.021 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.021 0.021 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:231(get_force_publish_course_response) 59100 0.021 0.000 0.021 0.000 /usr/lib/python2.7/HTMLParser.py:136(clear_cdata_mode) 101 0.001 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:509(_set_field_if_present) 7741 0.006 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:663(__setitem__) 2 0.000 0.000 0.021 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:71() 2 0.000 0.000 0.021 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:567(source_library_values) 22 0.000 0.000 0.021 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:421(_get_requirements_to_disable) 11839 0.021 0.000 0.021 0.000 /usr/lib/python2.7/argparse.py:765(__init__) 42030 0.021 0.000 0.021 0.000 /usr/lib/python2.7/decimal.py:3900(Etop) 175 0.000 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:156(get) 17045 0.021 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:121(get_configuration) 5662 0.021 0.000 0.021 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:170(flatten_mapping) 6 0.000 0.000 0.021 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:28(fetch_grader) 20/11 0.000 0.000 0.021 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:216(find_staff_lock_source) 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) 3426 0.011 0.000 0.021 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/milestones.py:22(collect) 1 0.000 0.000 0.021 0.021 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/tests/test_course_details.py:28(test_virgin_fetch) 44830 0.020 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/functional.py:75(maybe_list) 4470 0.013 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:601(__set_side_effect) 716 0.003 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/dummy.py:15(get) 464 0.001 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:2037(_assert_time_zone_is_valid) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:75(test_owner) 1069 0.020 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py:106() 40 0.000 0.000 0.020 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/filters.py:43(get_filter_class) 36380 0.020 0.000 0.020 0.000 /usr/lib/python2.7/argparse.py:1234(register) 687 0.013 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/urls/__init__.py:49(patterns) 510 0.001 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:624(fetch_tag) 9230 0.017 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1369(get_extra_restriction) 29 0.000 0.000 0.020 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/models.py:140(update_site_configuration_history) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1397(test_create_course_with_course_creation_disabled_not_staff) 168 0.002 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/utils.py:21(flatatt) 1622 0.010 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/__init__.py:54(reset_queries) 2998 0.012 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1470(handler_url) 6518 0.005 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:172(__exit__) 13 0.000 0.000 0.020 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:283(add_milestone) 2 0.000 0.000 0.020 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/views.py:1075(get_queryset) 170 0.000 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:390() 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:415(test_fetch_grader) 23839 0.020 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:233(validate_read_preference) 1388 0.003 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/time_zone_utils.py:28(get_time_zone_offset) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:916(test_credit_request) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:173(test_has_permission_as_non_owner) 3116 0.020 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/shim.py:61(remove_shim_context) 71 0.002 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:514(static_updater) 14172 0.020 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:354(startTest) 19 0.000 0.000 0.020 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/models.py:89(get_exam_by_id) 3 0.000 0.000 0.020 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:628(definition_to_xml) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:205(test_contentstore_views_entrance_exam_delete_bogus_course) 1496 0.008 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/__init__.py:62(__is_secondary) 7 0.000 0.000 0.020 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_signals.py:29(create_mode) 17150 0.020 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:677(get_internal_type) 471 0.001 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1027(deconstruct) 7 0.000 0.000 0.020 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:116(assertCourseActionStatesEqual) 2495 0.020 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/encoding.py:125(safe_repr) 4 0.000 0.000 0.020 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_util.py:25(_decorated) 718 0.003 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1958(__repr__) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:152(test_set_config_by_domain) 40 0.002 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:189(__new__) 2628 0.010 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:486(__new__) 1194 0.008 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/path.py:143(pathjoin) 16 0.000 0.000 0.020 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1341(delete_course) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2188(test_csrf_token_is_present_in_form) 67 0.001 0.000 0.020 0.000 /usr/lib/python2.7/unittest/case.py:995(assertRegexpMatches) 2457 0.013 0.000 0.020 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/uri_parser.py:215(split_hosts) 2 0.000 0.000 0.020 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:279(copy_or_rename_transcript) 1902 0.004 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:412(invalidate_user_profile_country_cache) 1 0.000 0.000 0.020 0.020 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_library.py:41(test_with_libraries_disabled) 491 0.003 0.000 0.020 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:614(_process_includes) 187 0.001 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1226(get_discussion_blackout_datetimes) 4 0.000 0.000 0.019 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:191(_verify_release_date_source) 1161 0.007 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:184(handle_starttag) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1081(test_create_request_null_mailing_address) 11 0.000 0.000 0.019 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/darklang/preview_lang.html.py:68(render_content) 3355 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:42(iterchildren) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:212(test_contentstore_views_entrance_exam_get_bogus_course) 2 0.000 0.000 0.019 0.010 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:172(list_available_libraries) 43058 0.019 0.000 0.019 0.000 /usr/lib/python2.7/HTMLParser.py:447(unescape) 33062 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py:234(_clear_dead_receivers) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:255(test_contentstore_views_entrance_exam_post_bogus_course) 6971 0.012 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_metadata_utils.py:33(number_for_course_location) 72 0.001 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:642(label_tag) 16 0.000 0.000 0.019 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:371(delete_all_course_assets) 2257 0.019 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:37(is_pointer_tag) 15744 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1617(set_limits) 7 0.000 0.000 0.019 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:201(generate_subs_from_source) 34369 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:371() 2720 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/serializers.py:14(dumps) 38895 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) 1082 0.005 0.000 0.019 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.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:43(test_encoder) 3320 0.009 0.000 0.019 0.000 /usr/lib/python2.7/argparse.py:865(__init__) 46 0.001 0.000 0.019 0.000 /usr/lib/python2.7/optparse.py:1191(__init__) 26833 0.019 0.000 0.019 0.000 /usr/lib/python2.7/argparse.py:1238(_registry_get) 4860 0.019 0.000 0.019 0.000 /usr/lib/python2.7/StringIO.py:54(__init__) 5054 0.009 0.000 0.019 0.000 /usr/lib/python2.7/base64.py:101(urlsafe_b64encode) 463 0.002 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:65(_sanitize_token) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:274(test_undefined_file_extension) 199 0.001 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:723(content) 9386 0.019 0.000 0.019 0.000 /usr/lib/python2.7/unittest/case.py:475(_getAssertEqualityFunc) 53 0.000 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:389(get_url) 1923 0.009 0.000 0.019 0.000 /usr/lib/python2.7/ConfigParser.py:590(get) 13 0.000 0.000 0.019 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:137(compare_details_with_encoding) 184 0.001 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:119(permission_blacked_out) 3649 0.011 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:271(iterfind) 716 0.003 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/dummy.py:20(set) 5 0.000 0.000 0.019 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:209(get) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:365(test_success_generating_subs) 510 0.004 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:941(scan_tag) 86 0.001 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:103(has_access) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py:48(test_transcript_url_not_equal) 7340 0.017 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/text.py:375(smart_split) 8778 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:348(addSuccess) 68 0.000 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:35(get_url) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1116(test_update_invalid_credit_status) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:93(test_mail_admin_on_pending) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:118(test_invalid_user_at_step_4) 574 0.003 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:147(_get_metadata_from_xml) 8 0.000 0.000 0.019 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_admin.py:99(check_admin_message_state) 343 0.001 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:105(format_html_join) 1160 0.003 0.000 0.019 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:20(get_template_path) 1787 0.010 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:262(filepath_to_uri) 6 0.000 0.000 0.019 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2602(dispatch) 763 0.008 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/cache.py:63(__init__) 8529 0.019 0.000 0.019 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:307(__init__) 1 0.000 0.000 0.019 0.019 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:275(test_success) 3 0.000 0.000 0.018 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:616(definition_from_xml) 110 0.005 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:158(_preview_module_system) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:1387(test_create_course_with_bad_organization) 7293 0.012 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:428(_simple) 26 0.000 0.000 0.018 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:538(invalidate_country_rule_cache) 34704 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:282() 1529 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:454(_cache_index) 22415 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:315(__del__) 180 0.001 0.000 0.018 0.000 /usr/lib/python2.7/tarfile.py:2335(next) 52 0.001 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:154(compare_date_fields) 225 0.001 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/edit_info.py:47(published_on) 164 0.001 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:978(add_annotation) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1850(test_sequential_xblock_info) 945 0.002 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/manager.py:17(__init__) 6 0.000 0.000 0.018 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:21(set_year_of_birth) 1134 0.018 0.000 0.018 0.000 /usr/lib/python2.7/email/utils.py:124(formatdate) 4842 0.018 0.000 0.018 0.000 /usr/lib/python2.7/gzip.py:190(_init_read) 3 0.000 0.000 0.018 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:313(get_courses) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:108(get_pre_requisite_courses_not_completed) 105 0.002 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/log_utils.py:9(audit_log) 285 0.001 0.000 0.018 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.018 0.018 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:381(test_duplicate_email) 22417 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/functional.py:219() 644 0.005 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1192(_id_dict_to_son) 41416 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:236(weekday) 1529 0.002 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:110(demote) 639 0.001 0.000 0.018 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.018 0.018 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_optional_include_mako.html.py:26(render_body) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:237(test_missing_partition) 3 0.000 0.000 0.018 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:139(remove_user_from_cohort) 2034 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:738(parse_accept_lang_header) 4724 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:85(truncate) 94 0.001 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1934(log_successful_logout) 70404 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/utils.py:35(__enter__) 4 0.000 0.000 0.018 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:146(_init_translation_catalog) 2126 0.006 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/conf.py:86(__getattr__) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2170(test_signup) 2998 0.018 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:650(create_youtube_url) 797 0.005 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:429(__init__) 31041 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:948(set_source_expressions) 503 0.005 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1308(_from_deprecated_string) 4 0.000 0.000 0.018 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/public.py:23(signup) 1 0.017 0.017 0.018 0.018 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/migrations/0001_initial.py:2() 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:107(test_get_gating_milestone_not_none) 7 0.005 0.001 0.018 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:9(add_organization) 142 0.000 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:656(generate) 24 0.000 0.000 0.018 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/tools/nontrivial.py:58(newfunc) 6 0.000 0.000 0.018 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2368(reactivation_email_for_user) 4673 0.008 0.000 0.018 0.000 /usr/lib/python2.7/urlparse.py:223(urlunparse) 39605 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:336(_is_magic) 2 0.000 0.000 0.018 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:171(setUp) 6 0.018 0.003 0.018 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/testutil.py:176(read_data_file) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_request_event.py:28(test_get_answers_to_log) 7671 0.018 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/annotator_mixin.py:46(get_data) 7 0.000 0.000 0.018 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/provider.py:320(update_credit_request_status) 64 0.001 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:365(_get_asset_json) 88 0.000 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:533(__str__) 4 0.000 0.000 0.018 0.004 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_token_utils.py:27(test_jwt_construction) 23839 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:246(_validate_tag_sets_format) 3 0.000 0.000 0.018 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:60(initiate_rerun) 122 0.006 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:938(response_a11y_data) 6458 0.018 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:178(post_order_traversal) 7452 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:386(_update_unget_history) 17668 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:910() 42675 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:73(_path) 681 0.004 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:495(errors) 1514 0.006 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:228(body) 17 0.001 0.000 0.018 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:345(assertAssetsEqual) 39 0.000 0.000 0.018 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1440(enrollments_for_user) 487 0.005 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:475(_forward_fields_map) 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) 3922 0.012 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1945(get_default) 88 0.001 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:569(as_widget) 10 0.000 0.000 0.018 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/search_engine_base.py:36(search_string) 7 0.000 0.000 0.018 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1169(_refresh_course_tabs) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:469(test_get_cohort_names) 4810 0.018 0.000 0.018 0.000 /usr/lib/python2.7/base64.py:326(decodestring) 1 0.000 0.000 0.018 0.018 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:194(test_assignment_type) 142 0.001 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:323(stream) 10891 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/trace.py:73(__init__) 15976 0.018 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:589() 94 0.014 0.000 0.018 0.000 /usr/lib/python2.7/tempfile.py:317(mkdtemp) 810 0.001 0.000 0.018 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:206(upload_handlers) 369 0.003 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:490(_from_string) 11524 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/signals.py:212(task_succeeded) 17486 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/nodes.py:27(__init__) 6 0.000 0.000 0.017 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:457(test_verified_min_price) 74246 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1510() 2492/2281 0.015 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1373(__exit__) 2 0.000 0.000 0.017 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:391(verify_all_components_visible_to_all) 99 0.001 0.000 0.017 0.000 /usr/lib/python2.7/mimetools.py:24(__init__) 4 0.000 0.000 0.017 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py:118(_post_submission) 1131 0.003 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/color.py:65(color_style) 3843 0.010 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1652(clear_select_clause) 6474 0.007 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/django_courseware_routers.py:40(allow_relation) 2552 0.012 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:57(from_json) 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) 763 0.010 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/src/codejail/codejail/django_integration.py:22(__init__) 6839 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2482(_get_m2m_attr) 8 0.000 0.000 0.017 0.002 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/tagging.py:69(save_tags) 85 0.000 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:242(get_connection) 46 0.000 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:21(add_arguments) 115 0.003 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/openedx/core/djangoapps/credit/models.py:688(get_user_request_status) 622 0.013 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_sites_extensions/models.py:15(get_site_cache_ttl) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:293(test_contentstore_views_entrance_exam_unsupported_method) 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) 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) 85 0.003 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:324(prepare_url) 16008 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/utils.py:252(__iter__) 51 0.002 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:581(_save) 33241 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:126(check_models_ready) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_serializers.py:39(test_data) 84276 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:218(dst) 56 0.004 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/urls.py:3() 1167 0.012 0.000 0.017 0.000 /usr/lib/python2.7/argparse.py:2200(_get_values) 6 0.000 0.000 0.017 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:33(test_decorated) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:188(test_partition_changes_nondestructive) 2 0.000 0.000 0.017 0.008 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:166(render_optional_include_mako) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:151(test_get_value_for_org_2) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:75(test_task_adding_requirements) 2654 0.007 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/testing.py:16(using_safe_cookie_data) 2 0.000 0.000 0.017 0.008 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:482(get_template) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:120(test_cache_utilization) 520 0.005 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:160(tearDownClass) 26454 0.017 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/split_test.py:43() 2 0.000 0.000 0.017 0.008 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:33(_mako_inherit) 20 0.000 0.000 0.017 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:113(update_block_cache_if_needed) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:369(test_non_staff) 6 0.000 0.000 0.017 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:335(set_login_session) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:966(test_create_credit_request_address_empty) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:47(test_generate_course_structure) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_middleware.py:124(test_session_cookie_domain_with_site_configuration_override) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:102(test_private_unreleased_xblock) 16 0.000 0.000 0.017 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1951(delete_all_asset_metadata) 68 0.001 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2293(_open_core) 4 0.000 0.000 0.017 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:264(test_course_has_professional_mode) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:675(test_get_course_cohort_settings) 3849 0.017 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:158(__init__) 648 0.002 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/management.py:28() 46 0.000 0.000 0.017 0.000 /usr/lib/python2.7/optparse.py:1258(_populate_option_list) 4 0.000 0.000 0.017 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:393(get_course_milestones_fulfillment_paths) 420 0.004 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1298(contribute_to_class) 1 0.000 0.000 0.017 0.017 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:193(test_get_value_for_org) 65 0.001 0.000 0.017 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/courses.py:118(check_course_access) 24 0.000 0.000 0.017 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:645(_remove_in_process_courses) 2200 0.005 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:449(_parse_localename) 695 0.002 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:601(__iter__) 4645 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipware/utils.py:5(is_valid_ipv4) 1564 0.004 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/datastructures.py:94(relabeled_clone) 1840 0.004 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:49(read) 10170 0.017 0.000 0.017 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:38(__init__) 11 0.000 0.000 0.016 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:650(format_course_for_view) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:209(test_post_malformed_json) 82 0.001 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:14(assert_logged) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:122(test_restricted_course_cache_with_save_delete) 308 0.001 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1089(generic_tag_compiler) 42 0.001 0.000 0.016 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.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) 5 0.000 0.000 0.016 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:84(function_wrapper) 2 0.000 0.000 0.016 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:2025(test_options) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:58(test_detail_inactive) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:282(test_success_from_mobile_app) 8833 0.016 0.000 0.016 0.000 /usr/lib/python2.7/Cookie.py:330(_unquote) 1972 0.012 0.000 0.016 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) 406 0.003 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:202(_initialize_handlers) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:83(test_login_fail_no_user_exists) 27 0.000 0.000 0.016 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:123(has_item) 5 0.000 0.000 0.016 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:277(get_gated_content) 13403 0.012 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:732(check_plain) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:267(test_course_access_history_with_rules) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:828(_test_indexing_library) 386 0.004 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1155(send_signal) 1000/940 0.003 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:132(__wrapper__) 6977 0.011 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/UserDict.py:91(get) 15 0.000 0.000 0.016 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:292(get_milestones) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:32(test_arbitrary_values) 66157 0.016 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/hidden_content.py:32(name) 4 0.000 0.000 0.016 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:528(save_subs_to_store) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:537(test_get_cohort_by_id) 9922 0.008 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:190(is_request_in_microsite) 7 0.000 0.000 0.016 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/views.py:968(get_queryset) 8 0.000 0.000 0.016 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:808(is_user_locked_out) 334 0.002 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:197(format) 468 0.001 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:375(_setup) 1900 0.009 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:82(available_attrs) 178 0.002 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:186(from_json) 1451 0.009 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:125(__init__) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1090(test_create_request_null_country) 7565 0.009 0.000 0.016 0.000 /usr/lib/python2.7/collections.py:117(keys) 1622 0.009 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/middleware.py:13(process_response) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:168(test_course_has_payment_options) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:90(test_login_fail_incorrect_email_with_advanced_security) 4 0.000 0.000 0.016 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:352(save_subs_to_store) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:278(test_success_from_mobile_web_view) 86 0.001 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:352(_has_access_course) 1622 0.010 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:151(close_caches) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:158(test_fail_data_without_file) 4 0.000 0.000 0.016 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:106(compress_directory) 662 0.002 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/subclassing.py:36(__set__) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:106(test_private_released_xblock) 4670 0.012 0.000 0.016 0.000 /usr/lib/python2.7/Cookie.py:451(set) 35 0.000 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:315(get_attrs) 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) 198 0.002 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1115(_compute_visibility_state) 8 0.000 0.000 0.016 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:342(mode_for_course) 960 0.002 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:19(__init__) 7 0.000 0.000 0.016 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:320(fix_not_found) 130 0.001 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:288(perform_content_negotiation) 22724 0.016 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:92(__init__) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_organizations.py:27(test_organization_list) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:239(test_duplicate_activation_key) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_entrance_exam.py:266(test_contentstore_views_entrance_exam_post_invalid_http_accept) 1189 0.007 0.000 0.016 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1266(close_connections) 5 0.000 0.000 0.016 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:132(get_cohorted_commentables) 66 0.000 0.000 0.016 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.016 0.016 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:72(test_get_paginated_data) 1 0.000 0.000 0.016 0.016 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:333(test_pickling_calls) 5511 0.015 0.000 0.016 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:552(validate_host) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:98(test_login_fail_no_user_exists_no_pii) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:459(test_retrieves_partition_info_with_selected_groups) 99 0.000 0.000 0.015 0.000 /usr/lib/python2.7/rfc822.py:88(__init__) 4802 0.015 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1086(lowest_passing_grade) 2639 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/importlib.py:28(import_module) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:64(test_detail_invalid) 2404 0.008 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/__init__.py:31(get_cache) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:122(test_modes_for_course_expired) 40 0.001 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:314(__init__) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:151(test_login_unicode_password) 13851 0.011 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:274(__getitem__) 31 0.005 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:198(process_root) 17009/8498 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:209(get_select_from_parent) 4036 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:314(__getitem__) 50 0.000 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:150(check_key) 1005 0.004 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:997(__init__) 414 0.001 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/js_utils.py:36(dump_js_escaped_json) 1035 0.001 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:936(eval) 85 0.000 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:130(connection_from_url) 7741 0.008 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:53(coerce_property) 4499 0.008 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:429() 26833 0.015 0.000 0.015 0.000 /usr/lib/python2.7/argparse.py:95(_callable) 192 0.002 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:132(backcompat_paths) 387 0.004 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/manager.py:11(ensure_default_manager) 1642 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/logger.py:48(default) 5 0.000 0.000 0.015 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:239(handle_uncaught_exception) 12 0.000 0.000 0.015 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:341(get_published_on) 40 0.001 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:109(filters_for_model) 7258 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:344(_setup_counter) 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) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:198(test_non_staff) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:174(test_generate_discussion_id_map) 7 0.000 0.000 0.015 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:567(compute_published_info_internal) 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) 13347 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:1912(set_extra_mask) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:53(test_non_existent_user) 1327 0.005 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1648(_get_mode_active_request_cache) 6 0.000 0.000 0.015 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:337(get_course_content_milestones) 8 0.000 0.000 0.015 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:165() 3757 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:668(_parse_header_params) 42 0.009 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:157(root_nodes) 2095 0.005 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/contexts.py:36(course_context_from_course_id) 9763 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:135(clear) 4011 0.009 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/django.py:90(_load_model_class) 112 0.001 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:137(get_location_from_path) 21015 0.015 0.000 0.015 0.000 /usr/lib/python2.7/decimal.py:6137(_format_sign) 1562 0.003 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:174(_clean_inheritance_tokens) 160 0.001 0.000 0.015 0.000 /usr/lib/python2.7/tarfile.py:1246(fromtarfile) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:118(test_private_no_start_xblock) 1 0.006 0.006 0.015 0.015 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/models.py:1() 3 0.000 0.000 0.015 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1284(_assert_children) 476 0.003 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:84(clean) 1 0.013 0.013 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/context_processors.py:3() 16 0.000 0.000 0.015 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:36(_mako_inherit) 811 0.001 0.000 0.015 0.000 /usr/lib/python2.7/mimetypes.py:274(guess_type) 1459 0.002 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:408(setlistdefault) 1037 0.004 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/auth.py:25(is_ccx_course) 1606 0.006 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/clickjacking.py:42(get_xframe_options_value) 28 0.000 0.000 0.015 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:378(courses_with_role) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:114(test_unlocked_asset) 439 0.002 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:96(get_db_prep_value) 45604 0.015 0.000 0.015 0.000 /usr/lib/python2.7/glob.py:82() 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:104(test_min_course_price_for_currency) 4 0.000 0.000 0.015 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:253(setUp) 21098 0.015 0.000 0.015 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) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2173(test_login) 2 0.000 0.000 0.015 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:95(_problem_type_filter) 4724 0.009 0.000 0.015 0.000 /usr/lib/python2.7/unittest/result.py:79(stopTest) 11 0.000 0.000 0.015 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:448(is_last_random_cohort) 21190 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/lookups.py:286(get_rhs_op) 1650 0.010 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/contexts.py:12(course_context_from_url) 1018 0.008 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:352(to_deprecated_string) 20 0.001 0.000 0.015 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:997(get_course_summaries) 4594 0.008 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:45(is_simple_callable) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:113(test_login_fail_wrong_password_no_pii) 16 0.000 0.000 0.015 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/views.py:39(update_course_creator_group) 1 0.000 0.000 0.015 0.015 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:107(test_login_fail_wrong_password) 10891 0.015 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/signals.py:190(task_failed) 130 0.001 0.000 0.015 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:263(read) 86 0.001 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:663(_dispatch) 39 0.001 0.000 0.015 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:55(check_groups) 2506 0.008 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:865(get) 903 0.004 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:180(__init__) 130 0.003 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/negotiation.py:37(select_renderer) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:548(test_create_new_cohort_missing_user_partition_id) 11508/11425 0.014 0.000 0.014 0.000 :1(reraise) 1 0.000 0.000 0.014 0.014 /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.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/course_tag/tests/test_api.py:17(setUp) 2058 0.002 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:210(handle_data) 179 0.013 0.000 0.014 0.000 /usr/lib/python2.7/tarfile.py:1846(gettarinfo) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:728(test_no_users) 3241 0.007 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:27(append) 929 0.003 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:847(value_to_string) 12 0.000 0.000 0.014 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/recorder.py:43(ensure_schema) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:97(test_bad_course_id) 468 0.000 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:22() 105 0.002 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:165(isotime_to_timedelta) 3 0.000 0.000 0.014 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_course_listing.py:61(tearDown) 2765 0.014 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:179(fromutc) 4 0.000 0.000 0.014 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:110(_filter_child) 5 0.000 0.000 0.014 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:39() 31417 0.014 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:248(_UTC) 105 0.001 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:677(should_user_reset_password_now) 6 0.000 0.000 0.014 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/middleware.py:26(process_request) 87 0.004 0.000 0.014 0.000 /usr/lib/python2.7/httplib.py:271(readheaders) 68 0.001 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:78(__init__) 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) 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) 3013 0.012 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:77(write) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_rerun_manager.py:68(test_rerun_initiated) 178 0.002 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:38(encode_unicode_characters_in_url) 472 0.001 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2466(get_reverse_path_info) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/heartbeat/tests/test_heartbeat.py:29(test_sql_fail) 1543 0.006 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/middleware.py:127(country_access_rules) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:77(test_success) 2 0.000 0.000 0.014 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_commands.py:15(setUp) 2 0.000 0.000 0.014 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tests/test_models.py:449(test_create) 6 0.000 0.000 0.014 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:146(get_course_milestones) 177 0.002 0.000 0.014 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:291(render_show_language_selector) 136 0.002 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/split_test.py:60() 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:134(test_staff_user) 3 0.000 0.000 0.014 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:523(update_eligibility) 5 0.000 0.000 0.014 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:787(remove_tags_from_html) 32 0.000 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:257(__init__) 2 0.000 0.000 0.014 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:794(test_get_group_info_for_cohort_queries) 2 0.000 0.000 0.014 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/error.py:45(render_500) 130 0.001 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/serializers.py:61(deserialize_milestone) 342 0.002 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:337(setUp) 11 0.000 0.000 0.014 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/views.py:51(get_course_creator_status) 269 0.001 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:156(__ne__) 4 0.001 0.000 0.014 0.003 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/choicegroup.html.py:18(render_body) 1 0.000 0.000 0.014 0.014 /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.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:399(test_id) 9 0.001 0.000 0.014 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:150(render_content) 3 0.000 0.000 0.014 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:276(test_course_is_professional_mode) 3652 0.004 0.000 0.014 0.000 /usr/lib/python2.7/threading.py:400(notifyAll) 1 0.013 0.013 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0001_initial.py:2() 131 0.004 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/response.py:22(__init__) 298 0.002 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/fields.py:19(__init__) 2237 0.010 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:172(__get__) 93 0.003 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/caching_descriptor_system.py:370(get_aside_of_type) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_theme_style_overrides.py:133(test_template_override) 468 0.002 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:8(get_user) 11839 0.014 0.000 0.014 0.000 /usr/lib/python2.7/argparse.py:557(_metavar_formatter) 47 0.000 0.000 0.014 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:134(setUp) 1 0.000 0.000 0.014 0.014 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:295(test_course_access_history_delete_all) 85 0.001 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:102(connection_from_host) 662 0.003 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:64(pre_init) 8009 0.013 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:249(__setattr__) 191 0.000 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:199(default) 854 0.001 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:121() 2830 0.007 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:691(check_document_start) 4724 0.010 0.000 0.014 0.000 /usr/lib/python2.7/unittest/result.py:59(startTest) 4129 0.014 0.000 0.014 0.000 /usr/lib/python2.7/base64.py:60(b64decode) 1760 0.005 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:570(__set_return_value) 811 0.005 0.000 0.014 0.000 /usr/lib/python2.7/mimetypes.py:95(guess_type) 16950 0.014 0.000 0.014 0.000 /usr/lib/python2.7/inspect.py:67(ismethod) 2 0.000 0.000 0.014 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/finders.py:67(find) 1056 0.002 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:111(has) 15390 0.014 0.000 0.014 0.000 /usr/lib/python2.7/markupbase.py:37(reset) 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) 1589 0.007 0.000 0.014 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/session.py:16(__init__) 47 0.001 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:128(setUp) 11839 0.013 0.000 0.013 0.000 /usr/lib/python2.7/argparse.py:566(format) 387 0.006 0.000 0.013 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.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/tests/test_views.py:64(test_authentication_required) 8 0.000 0.000 0.013 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:306(result_list) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:120(test_same_email_varied_case) 15478 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/subqueries.py:152(get_related_updates) 477 0.002 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1655(_get_enrollment_in_request_cache) 85 0.000 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:214(_get_conn) 164 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/aggregates.py:17(resolve_expression) 2 0.000 0.000 0.013 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:307(test_get_non_existent_course) 1196 0.006 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/django.py:9(load_function) 12115 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:365(extend_nodelist) 1632 0.006 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:435(lists) 3 0.000 0.000 0.013 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:367(fetch_milestone_courses) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_views.py:19(setUp) 6552 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:190(get_permission_codename) 296 0.000 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:196(has) 11 0.000 0.000 0.013 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:32(user) 21098 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:184(find_module) 13836 0.013 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:485(_start_outermost_bulk_operation) 4730 0.007 0.000 0.013 0.000 /usr/lib/python2.7/logging/__init__.py:1139(setLevel) 2085 0.007 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:363(__init__) 2098 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:137(_process_exclude_dictionary) 57294 0.013 0.000 0.013 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.013 0.003 /edx/app/edxapp/venvs/edxapp/src/pygeoip/pygeoip/__init__.py:57(__call__) 1055 0.006 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/http.py:83(urlencode) 20 0.000 0.000 0.013 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:108(_bind_module) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:88(test_modes_for_course_multiple) 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) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:122(test_unlocked_versioned_asset) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:120(test_create_account_errors) 2 0.000 0.000 0.013 0.007 /edx/app/edxapp/venvs/edxapp/src/pygeoip/pygeoip/__init__.py:85(__init__) 1 0.011 0.011 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/migrations/0001_initial.py:2() 84 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:206(build_response) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:196(test_dictionary_similarity_fail1) 1748 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:444(_cached) 61 0.001 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:903(collect_ids_from_matching_indexes) 1239 0.003 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:416(__next__) 4724 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:100(end) 2614 0.006 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:217(_post_teardown) 37 0.000 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:31(get_url_for_course_key) 438 0.004 0.000 0.013 0.000 /usr/lib/python2.7/optparse.py:1008(add_option) 29 0.000 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:20(is_enabled) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:68(test_profile_image) 15 0.000 0.000 0.013 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/push_notification.py:17(push_notification_enabled) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_long_username_email.py:39(test_long_email) 76 0.007 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/poll_module.py:151(definition_from_xml) 115 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/admin.py:81(get_urls) 5 0.000 0.000 0.013 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:178(test_only_in_role) 20 0.000 0.000 0.013 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/signals.py:29(_listen_for_course_delete) 1741 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:146(_copy) 531 0.002 0.000 0.013 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:208(render_dir_rtl) 2 0.000 0.000 0.013 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:584(_set_group_access) 1014 0.002 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:341(url_name) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:188(test_add_user_to_course_group) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:130(test_unlocked_versioned_asset_old_style) 9 0.000 0.000 0.013 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:279(get_exam_by_content_id) 2849 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:81(__init__) 818 0.002 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:183(__deepcopy__) 944 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:110(context) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:62(test_unknown_path) 3 0.000 0.000 0.013 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:193(test_exact_match_gets_priority) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:266(test_duplicate_email) 28 0.000 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:440(get_assignment_type) 2186 0.010 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:384(score_documents) 39 0.000 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:109(handler_url) 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/cms/djangoapps/maintenance/views.py:54(get) 227 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_static.py:9(static) 863 0.005 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1010(get_default_field_names) 172 0.001 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:18(__init__) 2244 0.006 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:40(_read_limited) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:141(test_not_enough_words) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:298(test_verification_status_invisible) 7890 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:105(reset_hashers) 58 0.000 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:174(get_paginated_response) 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) 5 0.000 0.000 0.013 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:46(test_age) 7 0.000 0.000 0.013 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tests/factories.py:48(course_key) 180 0.000 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1195(render) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:172(test_locked_asset_not_logged_in) 6 0.000 0.000 0.013 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/provider.py:369(get_credit_requests_for_user) 1 0.013 0.013 0.013 0.013 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/plugins.py:3() 1397 0.013 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3129(_sync_children) 2 0.000 0.000 0.013 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:450(send_video_status_update) 949 0.008 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:481(version_block) 3 0.000 0.000 0.013 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:146(course_notifications_handler) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:259(test_verification_status_visible) 6 0.000 0.000 0.013 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:647(credit_requests_for_user) 7658 0.013 0.000 0.013 0.000 /usr/lib/python2.7/unittest/runner.py:17(__getattr__) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:231(test_invalid_course_id) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1872(test_component_xblock_info) 23151 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/resolver.py:88(descend_resolver) 16480 0.013 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/shim.py:51(move_from_context) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:176(test_unicode_values) 334 0.001 0.000 0.013 0.000 /usr/lib/python2.7/string.py:561(vformat) 8058 0.010 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:93(_get_tests) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/heartbeat/tests/test_heartbeat.py:37(test_modulestore_fail) 11 0.000 0.000 0.013 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:120(get_lms_link_for_certificate_web_view) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:65(test_password_not_enough_uppercase) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:226(test_country_access_list_cache_with_save_delete) 5 0.000 0.000 0.013 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:25(_set_year_of_birth) 1 0.000 0.000 0.013 0.013 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:208(test_dictionary_similarity_fail2) 5483 0.008 0.000 0.013 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:41(__new__) 38544 0.013 0.000 0.013 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:137(__len__) 7 0.000 0.000 0.012 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tests/factories.py:62(course_key) 6 0.000 0.000 0.012 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:71(student_view) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_signals.py:64(test_programs_enabled) 2 0.000 0.000 0.012 0.006 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:159(test_replace_static_urls) 2248 0.005 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:44(escape) 3 0.000 0.000 0.012 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_users_default_role.py:46(tearDown) 6 0.000 0.000 0.012 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:78(get_html) 2 0.000 0.000 0.012 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:161(update_video_status) 8 0.000 0.000 0.012 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:110(collect_and_verify) 481 0.002 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:152(validate) 77 0.000 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:250(render) 105 0.000 0.000 0.012 0.000 /usr/lib/python2.7/_strptime.py:477(_strptime_time) 69 0.000 0.000 0.012 0.000 /usr/lib/python2.7/logging/__init__.py:1623(info) 3 0.000 0.000 0.012 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/program.py:23(get) 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) 5984 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:472(_purge_index) 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) 43109 0.012 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/visibility.py:25(name) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_signals.py:55(test_programs_disabled) 9139 0.012 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/id_manager.py:17(__init__) 429 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:91(pgettext) 17 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:974(_is_location_published) 4 0.000 0.000 0.012 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/models.py:39(get_or_create_with_validation) 3014 0.008 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/runtime.py:8(handler_url) 2709 0.012 0.000 0.012 0.000 /usr/lib/python2.7/urlparse.py:160(_splitnetloc) 520 0.003 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:150(setUpClass) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_long_username_email.py:22(test_long_username) 58 0.001 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/paginators.py:20(get_paginated_response) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:516(test_get_cohort_by_name) 13 0.000 0.000 0.012 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/models.py:282(get_review_policy_for_exam) 2044 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:43(_gen_index_name) 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) 3 0.000 0.000 0.012 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:220(copy_from_template) 2 0.000 0.000 0.012 0.006 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:29(_mako_generate_namespaces) 2 0.000 0.000 0.012 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1056(test_user_is_not_eligible) 255 0.001 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:258(convert_video_status) 83 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:201(_new_conn) 11 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:337(is_cohort_exists) 12059 0.012 0.000 0.012 0.000 /usr/lib/python2.7/hmac.py:83(update) 1158 0.011 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:25(__init__) 1145 0.003 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/block_metadata_utils.py:10(url_name_for_block) 10579 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:111(keys) 2210 0.012 0.000 0.012 0.000 /usr/lib/python2.7/collections.py:81(__delitem__) 115 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/subfs.py:51(opendir) 11 0.001 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:155(export) 4 0.000 0.000 0.012 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:186(delete_user_preference) 5 0.000 0.000 0.012 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/verification_api/views.py:19(get_object) 16 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:558(find_structures_by_id) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:160(test_multiple_errors_fail) 2 0.000 0.000 0.012 0.006 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:150(render_header_extras) 2138 0.008 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:280(make_bytes) 1082 0.009 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1560(bind) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:98(test_get_specific_resource) 5 0.000 0.000 0.012 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/models.py:20(get_base_url) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:35(test_password_length_too_short) 30186 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/tz.py:47(utcoffset) 5665 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/events.py:22(__init__) 3155 0.007 0.000 0.012 0.000 /usr/lib/python2.7/argparse.py:2252(_get_value) 10687 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:206(get_username) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:227(test_range_request_partial_file) 44 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:283(needs_serialization) 511 0.003 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:352(top) 11 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:36(__init__) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:84(test_password_not_enough_lowercase) 24 0.000 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:455(_accessible_libraries_list) 7890 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:58(reset_cache) 1622 0.004 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:51(process_response) 165 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:498(resolve_expression) 9142 0.012 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_tools.py:23(__init__) 459 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/paginator.py:119(__getitem__) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:763(test_task_library_update) 694 0.003 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:125(__repr__) 6429 0.008 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:437(validate_empty_values) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:684(test_fail_data_without_id) 1398 0.007 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/base.py:27(default_key_func) 10891 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/functional.py:298(regen) 2172 0.008 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py:40(_check_permission_clashing) 2 0.000 0.000 0.012 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:372(test_hide_credit_modes) 16 0.000 0.000 0.012 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:357(find_structures_by_id) 708 0.006 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/packager.py:64(__init__) 16 0.000 0.000 0.012 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:32(_mako_generate_namespaces) 2212 0.012 0.000 0.012 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.012 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_tasks.py:19(setUp) 1920 0.007 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:247(repercent_broken_unicode) 11839 0.012 0.000 0.012 0.000 /usr/lib/python2.7/argparse.py:1448(_check_conflict) 2 0.012 0.006 0.012 0.006 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:856(open) 2998 0.012 0.000 0.012 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.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:288(test_vary_header_sent) 3 0.000 0.000 0.012 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:767(copy_from_template) 1 0.000 0.000 0.012 0.012 /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) 2 0.000 0.000 0.012 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/views.py:70(user_requested_access) 960 0.005 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:141(run_validators) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:147(test_group_remove) 98 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/generics.py:104(get_serializer) 11464 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:546(isstring) 1 0.000 0.000 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:52(test_get_unpaginated_data) 2196 0.006 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:509(gen) 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) 1006/334 0.005 0.000 0.012 0.000 /usr/lib/python2.7/string.py:567(_vformat) 2 0.000 0.000 0.012 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:328(test_cleanup) 6411 0.012 0.000 0.012 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:23(get_request_cache) 227 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/templatetags/staticfiles.py:8(static) 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) 55 0.001 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:170(__init__) 429 0.003 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:333(pgettext) 15082 0.012 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:218(__init__) 1 0.010 0.010 0.012 0.012 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/migrations/0001_initial.py:2() 812 0.002 0.000 0.012 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:208(load_handler) 91 0.002 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:717(_has_access_to_course) 80 0.002 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:446(filter_for_field) 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) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2176(test_logout) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:976(test_only_unknown) 152 0.001 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1090(is_cohorted) 294 0.004 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context_processors.py:52(i18n) 4 0.000 0.000 0.011 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:130(succeeded) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:112(test_accept_multiple_released_langs) 1 0.010 0.010 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/migrations/0001_initial.py:2() 4384 0.011 0.000 0.011 0.000 /usr/lib/python2.7/cgi.py:291(_parseparam) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:122(test_not_enough_punctuations) 2 0.000 0.000 0.011 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:196(setUp) 308 0.001 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:31(_cohort_added) 19 0.011 0.001 0.011 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/__init__.py:250(find_class) 14 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:18(setUp) 86 0.000 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:432() 8 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_user.py:312(assert_enrolled) 5 0.000 0.000 0.011 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:534(can_auto_enroll) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:328(test_download_not_found_throw) 956 0.007 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:129(charset) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:50(test_language_in_session) 2492 0.008 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:647(set_attributes_from_name) 11839 0.011 0.000 0.011 0.000 /usr/lib/python2.7/argparse.py:199(__init__) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:220(test_dictionary_similarity_fail3) 27830 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:221(isident) 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() 1194 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:107(_isidentifier) 7890 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/settings.py:218(reload_api_settings) 330 0.006 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:180(__repr__) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_configuration_overrides.py:90(test_user_signup_missing_enhanced_profile) 1416 0.004 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:147(_field_data) 7750 0.011 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/dump_to_neo4j.py:139(coerce_types) 16 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:216(verify_item_publish_state) 1054 0.006 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:848(_kwargs_for_include) 2 0.000 0.000 0.011 0.006 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:129(get_prerequisites) 7 0.000 0.000 0.011 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:69(clean_email) 82 0.001 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:806(close_all_connections) 62271 0.011 0.000 0.011 0.000 /usr/lib/python2.7/HTMLParser.py:411(handle_starttag) 1204 0.003 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/serializer_helpers.py:127(__init__) 595 0.002 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:42(merge_setting) 8511 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1750(get_deferred_cls) 47 0.000 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:550(_verify_duplicate_display_name) 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) 4122 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:1149(include_extra_kwargs) 66 0.001 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:53(recreate_tracker) 20574 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/tree.py:63(__len__) 10 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:47(get_microsite_for_domain) 15251 0.011 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:462(get_asides) 6 0.000 0.000 0.011 0.002 /usr/lib/python2.7/_strptime.py:267(compile) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:243(test_range_request_multiple_ranges) 7 0.000 0.000 0.011 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/edxnotes/plugins.py:18(is_enabled) 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) 333 0.011 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:96(from_json) 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) 4502 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:598(get_script_prefix) 2 0.000 0.000 0.011 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:167() 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:228(test_remove_user_from_course_group_permission_denied) 10151 0.008 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:722(check_value) 2 0.000 0.000 0.011 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:413(__call__) 18 0.000 0.000 0.011 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:135(has_published) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:152(test_fail_data_without_id) 2 0.000 0.000 0.011 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:511(save_with_metadata) 83 0.001 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:76(_new_pool) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:150(test_kwargs_in_update_state) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/user.py:27(request_course_creator) 183 0.001 0.000 0.011 0.000 /usr/lib/python2.7/tarfile.py:1027(create_gnu_header) 86 0.000 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:772(_has_staff_access_to_descriptor) 6 0.006 0.001 0.011 0.002 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/__init__.py:71(search_function) 1 0.000 0.000 0.011 0.011 /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.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:103(test_search) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:384(test_get_list_filter_key_empty) 124 0.000 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:85(render) 308 0.002 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1021(parse_bits) 9340 0.011 0.000 0.011 0.000 /usr/lib/python2.7/string.py:484(translate) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:103(test_not_enough_digits) 2 0.000 0.000 0.011 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:168(get_template) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:143(test_accept_mixed_case) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_admin.py:33(test_save_action_admin_form) 4 0.000 0.000 0.011 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/provider.py:399(get_credit_request_status) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:188(test_data_retrieval_failure) 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) 5 0.000 0.000 0.011 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py:12(setUp) 4757 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/text.py:421(unescape_string_literal) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_history.py:198(test_disabled_too_frequent_password_resets) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_models.py:25(test_enrollment_status_hash_cache_key) 19324 0.011 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:313(remove_possible_simple_key) 453 0.003 0.000 0.011 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:816(__init__) 1315 0.003 0.000 0.011 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:46(has_role) 1 0.000 0.000 0.011 0.011 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2198(_set_display_name) 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/course_groups/tests/test_cohorts.py:214(test_cannot_set_assignment_type) 3125 0.004 0.000 0.010 0.000 /usr/lib/python2.7/hmac.py:109(digest) 12472 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:130(get) 8511 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py:665(get_related_klass_infos) 31 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/forms.py:136(__init__) 476 0.001 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/split_test.py:49() 1632 0.005 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:445(_is_cookie_present) 7603 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:210(has_header) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/heartbeat/tests/test_heartbeat.py:25(test_success) 6 0.000 0.000 0.010 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:93(_test_bad_request_omit_field) 218 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:157(__copy__) 3426 0.005 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/block_counts.py:21(collect) 9 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:234(assert_session_lang_equals) 9 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:19(_get_prerequisite_milestone) 1622 0.003 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/utils.py:12(fix_location_header) 10 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/admin.py:76(update_creator_group_callback) 1005 0.003 0.000 0.010 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.010 0.010 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_authoring_mixin.py:104(test_html_no_partition) 9504 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1894(set_annotation_mask) 8 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:146(post) 1 0.000 0.000 0.010 0.010 /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) 170 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:368(__init__) 404 0.002 0.000 0.010 0.000 /usr/lib/python2.7/cgi.py:1050(valid_boundary) 3 0.000 0.000 0.010 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1238(_get_staff_lock_from) 161 0.001 0.000 0.010 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.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1171(test_user_does_not_exist) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_signals.py:43(test_signal_received) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:287(test_with_username_password_match) 86 0.000 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access.py:711(_has_staff_access_to_location) 209 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1153(check) 1133 0.010 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:427(_format_filepath) 183 0.003 0.000 0.010 0.000 /usr/lib/python2.7/tarfile.py:1113(_create_header) 17 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/poll_module.py:191(definition_to_xml) 1938 0.009 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:164(set_structure_for_branch) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:155(test_has_permission_as_owner_with_get) 38957 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) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:95(test_require_get_param) 4 0.000 0.000 0.010 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_time_zone_utils.py:17(setUp) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:210(test_range_request_full_file) 1079 0.007 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:118(get_scheme) 1848 0.008 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/serializers/__init__.py:109(get_public_serializer_formats) 21097 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/six.py:184(find_module) 3346 0.005 0.000 0.010 0.000 /usr/lib/python2.7/argparse.py:842(__init__) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:273(test_index_auth) 3470 0.008 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1059(scan_block_scalar_indicators) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:363(test_delete_list_not_allowed) 39 0.005 0.000 0.010 0.000 /usr/lib/python2.7/gettext.py:77(c2py) 83 0.002 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:161(__init__) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:297(test_cache_headers_with_ttl_unlocked) 4 0.000 0.000 0.010 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:251(build) 66 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/django/__init__.py:25(__init__) 3940 0.006 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:431(_check_and_set_parent) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:45(test_creator_group_enabled_nonempty) 46 0.000 0.000 0.010 0.000 /usr/lib/python2.7/optparse.py:1253(_add_version_option) 114 0.000 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:22(_validate_course_key) 1 0.000 0.000 0.010 0.010 /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.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:503(test_deleted_groups) 3458 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py:30(__init__) 4 0.000 0.000 0.010 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:406(build_with_contentstore) 1129 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:311(decode) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:241(test_notes_collection) 5739 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:629(get_urlconf) 2 0.000 0.000 0.010 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/search.py:9(path_to_location) 36 0.000 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:85(create_request) 21097 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/boto/vendored/six.py:184(find_module) 15236 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:797(org) 1410 0.006 0.000 0.010 0.000 /usr/lib/python2.7/urllib.py:1308(urlencode) 3 0.000 0.000 0.010 0.003 /usr/lib/python2.7/urllib2.py:131(urlopen) 3324 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/__init__.py:49(normalize_encoding) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_models.py:49(test_add_course_requirement_namespace) 177 0.003 0.000 0.010 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/segment-io.html.py:18(render_body) 4 0.000 0.000 0.010 0.002 /usr/lib/python2.7/contextlib.py:88(nested) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1147(test_non_staff) 6699 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:76(__setattr__) 31368 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:135(get_source_expressions) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:76(test_lti20_outcomes_put) 6 0.000 0.000 0.010 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:38(add_organization) 524 0.002 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/structures.py:42(__init__) 73 0.000 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:349(__exit__) 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() 808 0.004 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/middleware.py:10(__init__) 1252 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:134(normalize_email) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:100(test_org_and_course_roles) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:54(test_password_length_too_long) 3813 0.007 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:371(get_value) 164 0.002 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/aggregates.py:91(__init__) 5 0.000 0.000 0.010 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:517(complete_course_mode_info) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:139(test_owner) 860 0.006 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:959(default_store) 2 0.000 0.000 0.010 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:301(verify_content_existence) 4 0.000 0.000 0.010 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:326(build_with_contentstore) 85 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:612(merge_environment_settings) 22415 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/loaders/base.py:79(on_task_init) 6 0.000 0.000 0.010 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/data.py:99(create_organization) 21197 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/internal.py:65(needs_name) 114 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/validators.py:12(course_key_is_valid) 73 0.000 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:646(close) 399 0.002 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:684(args_check) 25606 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/lru_cache.py:23(__hash__) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:344(remove_user_from_cohort) 390 0.002 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1005(__init__) 17486 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/constructor.py:105(construct_scalar) 2061 0.008 0.000 0.010 0.000 /usr/lib/python2.7/urllib.py:1221(unquote) 9 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/views.py:83(_add_user) 16 0.000 0.000 0.010 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:280(track_event) 4747 0.010 0.000 0.010 0.000 /usr/lib/python2.7/urlparse.py:233(urlunsplit) 6394 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:77(__init__) 2 0.000 0.000 0.010 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/fix_not_found.py:19(handle) 6 0.000 0.000 0.010 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:260(_verify_staff_lock_source) 172 0.001 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:140(store_rendered_templates) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:50(test_add_granted) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:223(test_microsite_get_template) 3 0.000 0.000 0.010 0.003 /usr/lib/python2.7/urllib2.py:411(open) 170 0.002 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:231(__init__) 35 0.000 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:601(close_connections) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:40(test_language_in_user_prefs) 10412 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:293(__ne__) 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) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/cleanup_assets.py:20(handle) 21 0.000 0.000 0.010 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1801(ajax_url) 1 0.000 0.000 0.010 0.010 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:86(test_lti20_outcomes_put_like_delete) 445 0.004 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:30(add_lazy_relation) 150 0.004 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:54(keys_to_check) 2 0.000 0.000 0.010 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:174(test_success) 3722 0.010 0.000 0.010 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/helpers.py:261(_check_database_name) 1627 0.009 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/middleware.py:13(process_response) 1827 0.009 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:158(__unicode__) 1 0.000 0.000 0.009 0.009 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:193(render_header_extras) 9667 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:133(get_tracker) 2 0.000 0.000 0.009 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:162(test_partial_match_es419) 5 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/views.py:22(add_user_with_status_granted) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1158(test_no_username_given) 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) 665 0.004 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:33(is_entrance_exams_enabled) 6 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2741(_find_course_assets) 6984 0.003 0.000 0.009 0.000 /usr/lib/python2.7/unittest/case.py:501(_baseAssertEqual) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:42(lms_link_for_certificate_web_view_test) 15 0.000 0.000 0.009 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/models.py:421(get_proctored_exam_attempts) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:42(test_intercepts_errors) 4 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/test.py:107(tearDown) 111 0.003 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:711(_parse_youtube) 436 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:42(__copy__) 77 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:1013(__init__) 23151 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:107(peek_event) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:279(test_range_request_malformed_out_of_bounds) 23151 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/resolver.py:111(ascend_resolver) 107 0.000 0.000 0.009 0.000 /usr/lib/python2.7/tarfile.py:2495(next) 1006 0.006 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/html.py:75(escapejs) 1196 0.004 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context_processors.py:24(_get_val) 5977 0.006 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/django_courseware_routers.py:48(allow_migrate) 99 0.001 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:600(create) 14657 0.009 0.000 0.009 0.000 /usr/lib/python2.7/inspect.py:142(isfunction) 1 0.009 0.009 0.009 0.009 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor/views/tools.py:3() 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:23(test_get_set_course_tag) 503 0.002 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:113(select) 22716 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1699(simple_class_factory) 47 0.000 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:1077(iterator) 6521 0.009 0.000 0.009 0.000 /usr/lib/python2.7/inspect.py:59(isclass) 318 0.008 0.000 0.009 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.009 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:122(_test_success) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:186(test_invalid_user) 54 0.000 0.000 0.009 0.000 /usr/lib/python2.7/tarfile.py:1715(taropen) 1629 0.005 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:189(get_user_primary_key) 4124 0.003 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:330() 1 0.000 0.000 0.009 0.009 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:200(render_header_extras) 4 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1161(_assert_credit_status) 97 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1299(video_pipeline_configured) 23839 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:580(__get_write_concern) 16 0.000 0.000 0.009 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:290(results) 2457 0.004 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:159(validate_positive_integer_or_none) 1622 0.004 0.000 0.009 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.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_models.py:73(test_save_deletes_cached_enrollment_status_hash) 3 0.000 0.000 0.009 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:245(test_fail_downloading_subs) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:686(test_update_course_cohort_settings) 54 0.002 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:125(fallback_name) 4562 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:89(getDefaultParser) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:306(test_notes_collection_when_no_notes) 1001 0.006 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:49(migrations_module) 8 0.000 0.000 0.009 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:285(__init__) 1 0.000 0.000 0.009 0.009 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:239(render_header_extras) 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) 5 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:515(has_payment_options) 4486 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1988(__new__) 28 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:192(setUp) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:154(test_verified_mode_for_course) 56 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/templatetags/admin_list.py:182(items_for_result) 80 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filters.py:57(field) 36 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/middleware.py:97(_clean_accept_headers) 54 0.001 0.000 0.009 0.000 /usr/lib/python2.7/tarfile.py:1513(__init__) 8514 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/events.py:5(__init__) 82 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:715(do_filter) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:212(remove_redundant_content_for_courses) 198 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:441(is_self_paced) 146 0.000 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:264(close) 8089 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:119(_get_scheme) 96 0.002 0.000 0.009 0.000 /usr/lib/python2.7/unittest/case.py:863(assertItemsEqual) 7258 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:281(next) 3714 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:154(get_mod_func) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:721(test_non_staff) 705 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:160() 11/9 0.000 0.000 0.009 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:669(get_form) 181 0.002 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1342(_check_field_name_clashes) 1 0.008 0.008 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/migrations/0001_initial.py:2() 12 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:150(test_verify_corrupt_signed_data) 5 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:375(remove_content_references) 25 0.000 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/result.py:180(_exc_info_to_string) 365 0.003 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:956(to_deprecated_string) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_libraries.py:490(_assert_cannot_create_library) 58197 0.009 0.000 0.009 0.000 /usr/lib/python2.7/HTMLParser.py:415(handle_endtag) 4 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:826(increment_lockout_counter) 110 0.003 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:232(assert_block_structure) 3251 0.009 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3381(__setitem__) 564 0.009 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:122(to_json) 440 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:192(__setitem__) 13227 0.009 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/library_content.py:54() 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) 12 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:132(get_context_for_request) 7 0.000 0.000 0.009 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:581(refresh_from_db) 146 0.000 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:93(clear) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:165(test_list_unauthorized) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:150(test_has_permission_as_staff) 1450 0.006 0.000 0.009 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.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:156(test_put_list_not_allowed) 3889 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/five.py:305(__getattr__) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:377(test_no_cohorts) 17782 0.009 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:407(next_token) 3 0.000 0.000 0.009 0.003 /usr/lib/python2.7/urllib2.py:439(_open) 5 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/models.py:44(get_excluded_extensions) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:135(test_validator) 1716 0.007 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:236(__str__) 491 0.005 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:261(do_reset) 22 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_group.py:90(_resolve_permissions) 136 0.001 0.000 0.009 0.000 /usr/lib/python2.7/httplib.py:579(read) 15 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:435(get_statuses) 303 0.006 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:167(__repr__) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:153(test_post_list_not_allowed) 6 0.000 0.000 0.009 0.001 /usr/lib/python2.7/urllib2.py:399(_call_chain) 2917 0.003 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:50(__setitem__) 3 0.000 0.000 0.009 0.003 /usr/lib/python2.7/urllib2.py:1227(http_open) 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) 3 0.000 0.000 0.009 0.003 /usr/lib/python2.7/urllib2.py:1152(do_open) 4 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:226(do_email_change) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/pavelib/prereqs.py:167(install_node_prereqs) 4 0.000 0.000 0.009 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.009 0.009 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:914(_test_exception) 15 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:351(invalidate_cache_for_course) 1 0.003 0.003 0.009 0.009 /edx/app/edxapp/edx-platform/pavelib/prereqs.py:95(prereq_cache) 18 0.000 0.000 0.009 0.000 /usr/lib/python2.7/unittest/result.py:152(_exc_info_to_string) 2288/2286 0.004 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:66() 1 0.008 0.008 0.009 0.009 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/migrations/0001_initial.py:2() 146 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:86(clear) 23893 0.009 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/grades/transformer.py:113() 4 0.000 0.000 0.009 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2421(do_email_change_request) 1 0.000 0.000 0.009 0.009 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:469(register_user) 6556 0.009 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:163(_get_truncated_setting_value) 1 0.009 0.009 0.009 0.009 /usr/lib/python2.7/email/mime/audio.py:5() 14 0.000 0.000 0.009 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/edxnotes.py:299(__init__) 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/edx-platform/common/djangoapps/course_modes/tests/test_models.py:73(test_nodes_for_course_single) 27 0.000 0.000 0.009 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:241(is_user_authorized) 176 0.000 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:933(check) 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) 2 0.000 0.000 0.009 0.004 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:206(is_prerequisite) 91 0.001 0.000 0.009 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/viewsets.py:103(initialize_request) 6670 0.008 0.000 0.009 0.000 /usr/lib/python2.7/json/encoder.py:33(encode_basestring) 5665 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/nodes.py:36(__init__) 1761 0.003 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:255(get_str_from_wsgi) 58 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:66(get_value_for_org) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_models.py:53(test_is_certification_enabled) 1 0.008 0.008 0.008 0.008 /edx/app/edxapp/edx-platform/lms/djangoapps/discussion/plugins.py:3() 9 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_tasks.py:337(add_credit_course) 3634 0.003 0.000 0.008 0.000 /usr/lib/python2.7/mimetypes.py:330(add_type) 2 0.000 0.000 0.008 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:299(get_courselike) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:34(test_get_themes_2) 3396 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:94(style_func) 11906 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2540(_dep_map) 13 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/reindex_library.py:56(handle) 1622 0.004 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:47(process_request) 6 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1397(is_enrolled_by_partial) 1273 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:13(__init__) 1553 0.008 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/request.py:29(course_id_from_url) 160 0.002 0.000 0.008 0.000 /usr/lib/python2.7/tarfile.py:1200(frombuf) 35 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/caching.py:24(get_cached_content) 44 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:539(__exit__) 132 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:404(concrete_fields) 333 0.002 0.000 0.008 0.000 /usr/lib/python2.7/optparse.py:561(__init__) 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) 168 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:116(extract_cookies_to_jar) 469 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:71(default) 511 0.002 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:75(__init__) 4 0.000 0.000 0.008 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:205(render_header_extras) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:193(test_required_parameter) 3121 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:268(_escape) 14 0.000 0.000 0.008 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:404(_post_clean) 7 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:85(clean) 1 0.006 0.006 0.008 0.008 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/migrations/0001_initial.py:2() 89 0.001 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1540(__init__) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:327(test_cache_headers_without_ttl_unlocked) 130 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:302(perform_authentication) 9 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/utils.py:9(user_from_str) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:503(test_unauthorized) 7 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:633(snapshot_post_delete_receiver) 1279 0.002 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1623(_make_usage_key) 1 0.000 0.000 0.008 0.008 /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) 204 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:87(__init__) 35 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/middleware.py:84(_fuzzy_match) 44 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:542(close) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:706(test_update_course_cohort_settings_with_invalid_data_type) 58 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:165(mock_registered_transformers) 3 0.000 0.000 0.008 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:79(get_program_types) 26735 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:801(__get_safe) 38243 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/contracts/main.py:146(tmp_wrap) 151 0.003 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/base.py:838(opendir) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:452(test_convert_video_status) 178 0.001 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:239(setUp) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:36(test_update_state_allow_not_found) 14136 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/deletion.py:269() 12/2 0.000 0.000 0.008 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/api/v0/tests_api.py:69(add_block) 7304 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:57(__init__) 6 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/manager.py:36(get_transformed) 9 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:121(_set_microsite_config_from_obj) 51 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/middleware.py:64(released_langs) 22559 0.008 0.000 0.008 0.000 /usr/lib/python2.7/gzip.py:367(closed) 24 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1157(_group_conf_url) 48 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:742(jpeg_factory) 9 0.001 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tracker.py:55(_instantiate_backend_from_name) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:202(test_unique_filenames) 5 0.000 0.000 0.008 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:346(test_should_dump_course) 11 0.001 0.000 0.008 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:468(modelform_factory) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:491(test_options) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:208(_dismiss_notification) 82 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:86(__init__) 4094 0.008 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:93(__init__) 5268 0.006 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:282(get_autocommit) 1361 0.004 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:58(__iter__) 1632 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/dispatch/weakref_backports.py:25(__new__) 1158 0.002 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:833(_kwargs_for_callable) 4 0.000 0.000 0.008 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:255(_set_client_session_language) 61 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:99(many_init) 4 0.000 0.000 0.008 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:39(_set_gender) 40 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:253() 1131 0.006 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/color.py:11(supports_color) 1 0.007 0.007 0.008 0.008 /edx/app/edxapp/edx-platform/lms/djangoapps/course_wiki/tab.py:4() 22426 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/serializer_helpers.py:135(__getitem__) 967 0.008 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2268(_compare_settings) 4335 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:74(opengroup) 13 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/reindex_course.py:64(handle) 21122 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:254(collection) 140 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:212(user) 9446 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:117(_force_list) 967 0.005 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/_os.py:42(upath) 409 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/inspect.py:9(getargspec) 61 0.001 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:498(find_matching_course_indexes) 944 0.007 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/validators.py:43(__call__) 7890 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:130(file_storage_changed) 32 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:392(get_course_update_items) 27195 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:139() 2121 0.005 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:110(__new__) 4724 0.007 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/testid.py:284(afterTest) 8 0.000 0.000 0.008 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:41(__init__) 18684 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:48() 199 0.002 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1577() 4049 0.004 0.000 0.008 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.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) 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) 1 0.007 0.007 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/middleware.py:27() 1 0.000 0.000 0.008 0.008 /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) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:500(test_delete_not_allowed) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:454(test_delete_detail_not_allowed) 10151 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:350(add_indent) 377 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:987(contribute_to_class) 24 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:121(addError) 1 0.008 0.008 0.008 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export.py:3() 3426 0.005 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/navigation.py:34(collect) 6 0.000 0.000 0.008 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.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/tests/test_middleware.py:114(test_ip_address_is_ipv6) 428 0.008 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1243(build_block_key_to_parents_mapping) 275 0.002 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/help_context_processor.py:83(get_pdf_url) 10406 0.008 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/cache.py:20(__init__) 4 0.000 0.000 0.008 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:33(open) 4 0.008 0.002 0.008 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:200(_open) 440 0.002 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:83(forbid_multi_line_headers) 5 0.000 0.000 0.008 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:13(setUp) 1 0.000 0.000 0.008 0.008 /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) 1159 0.006 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/util.py:140(__init__) 181 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1597(_check_long_column_names) 7253 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:205(_push_frame) 19 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:33(json_http_response) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:457(test_detail_unauthorized) 14 0.000 0.000 0.008 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:308(__init__) 10 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:1246(_xblock_type_and_display_name) 5 0.000 0.000 0.008 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:319(get_course_milestones) 7425 0.005 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:35(coerce_atomic_property) 17965 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:50(__iter__) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:707(_relation_tree) 3649 0.007 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/_elementpath.py:229(_build_path_iterator) 1 0.001 0.001 0.008 0.008 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:672(_populate_directed_relation_graph) 7890 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:118(language_changed) 5 0.000 0.000 0.008 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:38(process_request) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:84(test_user_requested_already_granted) 945 0.008 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simple_history/models.py:247(get_history_user) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:442(test_options_detail) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:53(test_anonymous_id_sub) 156 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:112(get_queryset) 252 0.001 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:43(request_token) 1691 0.005 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:414(_iterlists) 1198 0.003 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/signing.py:69(b64_decode) 70 0.000 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/xblock_discussion.py:198(student_view_data) 427 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:307(resolve_related_class) 51 0.003 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:80(__new__) 87 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:41(from_deprecated_string) 152 0.001 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:1257(clean) 14 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:47(has_configuration_set) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:109(test_require_post_param) 33 0.000 0.000 0.008 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1930(__get__) 6 0.000 0.000 0.008 0.001 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/models.py:21(get_values) 5 0.000 0.000 0.008 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/middleware.py:19(process_request) 2 0.000 0.000 0.008 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/util/keyword_substitution.py:25(anonymous_id_from_user_id) 1629 0.002 0.000 0.008 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:114(prepare_asides_to_store) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:162(test_delete_list_not_allowed) 1 0.000 0.000 0.008 0.008 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/finders.py:39(__init__) 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) 6471 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:188(_Node) 96 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/mixin.py:44(add_license_to_xml) 20751 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:275(convertyear) 121 0.001 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:94(__init__) 7 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:33(clean_course_id) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:1098(test_get_set_attribute) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:136(addFailure) 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) 1924 0.003 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:203(get_path_info) 550 0.001 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/help_context_processor.py:41(get_config_value_with_default) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:494(test_put_not_allowed) 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) 19 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/partition_schemes.py:19(get_group_for_user) 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) 3263/3187 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:891(_value_matches) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:366(test_list_unauthorized) 6358 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1670(add_select) 29 0.000 0.000 0.007 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/404.html.py:29(_mako_inherit) 2446 0.002 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:51() 110 0.000 0.000 0.007 0.000 /usr/lib/python2.7/email/message.py:218(set_payload) 26 0.001 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:521(invalidate_cache_for_course) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:342(test_headers) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_user.py:102(test_wrong_email) 1021 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:66(key) 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) 2 0.000 0.000 0.007 0.004 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:197(render_header_extras) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:93(test_user_in_deleted_group) 1 0.004 0.004 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0001_initial.py:2() 6394 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:29(fget) 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) 19 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:622(from_string) 73 0.004 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:91(get_netrc_auth) 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/openedx/core/djangoapps/user_api/tests/test_views.py:150(test_options_list) 55 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:264(invalidate_credit_courses_cache) 6 0.001 0.000 0.007 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyquery/pyquery.py:153(__init__) 2614 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:224(_urlconf_teardown) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:269(test_cache_enabled) 55 0.001 0.000 0.007 0.000 /usr/lib/python2.7/email/message.py:228(set_charset) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:445(test_post_detail_not_allowed) 1142 0.004 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:220(to_python) 510 0.004 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:1386(scan_tag_uri) 4 0.001 0.000 0.007 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:73(render_content) 12850 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py:35(name) 2902 0.002 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:33(__init__) 217 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/osfs/__init__.py:233(isfile) 159 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:583(clean) 11 0.000 0.000 0.007 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:244(__new__) 122 0.001 0.000 0.007 0.000 /usr/lib/python2.7/tarfile.py:259(copyfileobj) 338 0.001 0.000 0.007 0.000 /usr/lib/python2.7/unittest/case.py:732(assertListEqual) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:852(test_delete_cascade) 3 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:96(get_value_for_org) 36 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:222(can_write) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:67(test_convert_authenticate_user) 14 0.000 0.000 0.007 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:992(exists) 3443 0.007 0.000 0.007 0.000 /usr/lib/python2.7/Cookie.py:440(__setitem__) 640 0.007 0.000 0.007 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.007 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1446(test_invalid_handler) 4499 0.007 0.000 0.007 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.007 0.007 /usr/lib/python2.7/unittest/runner.py:73(addFailure) 3 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:136(get_microsite_for_organization) 3 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:287(verify_error) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:354(test_options_list) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:163(test_cache_disabled) 3797 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:470(has_def) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:183(get_review_policy_by_exam_id) 3 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:100(add_users) 2203 0.006 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/models.py:37(_get_from_cache) 6 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:316(_assert_history) 6331 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:217(add_prefix) 10891 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:558(app) 442 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:364(do_related_class) 7890 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:162(static_storage_changed) 16 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/utils.py:127(emit_event) 531 0.005 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:288(write) 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) 4 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:78(_make_archive_copy) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:623(backend) 1 0.001 0.001 0.007 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:439(_get_backend) 72 0.001 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:624(get_id) 10 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/api/permissions.py:100(has_permission) 10393 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/block_structure/api.py:54(get_cache) 9746 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:184(validate_int_or_basestring) 24 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:996(isdir) 328 0.007 0.000 0.007 0.000 /usr/lib/python2.7/tarfile.py:246(calc_chksums) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:1106(test_unicode) 5399 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:756(from_json) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:56(test_course_role) 2 0.000 0.000 0.007 0.003 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:215(render_header_extras) 2609 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:960(to_python) 61 0.001 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:464(find_matching_course_indexes) 763 0.004 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/middleware.py:99(__init__) 1589 0.005 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:129(update) 32 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:63(assert_signature_error_logged) 10 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:140(assert_response) 1 0.000 0.000 0.007 0.007 /usr/lib/python2.7/unittest/result.py:15(inner) 9 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:363(validate) 1 0.000 0.000 0.007 0.007 /usr/lib/python2.7/unittest/result.py:119(addFailure) 55 0.000 0.000 0.007 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.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:334(test_bad_user) 481 0.004 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/stringify.py:6(stringify_children) 1 0.006 0.006 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/migrations/0001_initial.py:2() 3792 0.007 0.000 0.007 0.000 /usr/lib/python2.7/glob.py:99(has_magic) 9 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:543(validate) 536 0.003 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:230() 1 0.007 0.007 0.007 0.007 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:11() 41 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:427(render) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:674(_compile_text) 1009 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:66(read) 3 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:843(clear_lockout_counter) 1122 0.005 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:756() 4 0.000 0.000 0.007 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/dot_overrides.py:51(_authenticate) 16 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/utils.py:188(_emit_event) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:900(test_empty) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:191(test_file_upload_upper_case_extension) 15 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:38(test_success) 2614 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:205(_urlconf_setup) 4752 0.007 0.000 0.007 0.000 /usr/lib/python2.7/logging/__init__.py:177(_checkLevel) 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) 922 0.005 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:436() 1462 0.003 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:402(setlist) 6974 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:83(location) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_gating.py:43(test_chapter_deleted) 3465 0.007 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3270(_get_block_from_structure) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:2066(test_lib_xblock_info) 470 0.001 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:114(get) 13 0.000 0.000 0.007 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:48(link_cohort_to_partition_group) 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) 1622 0.004 0.000 0.007 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.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/geoinfo/tests/test_middleware.py:43(test_country_code_added) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:124(__init__) 1661 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:376(__init__) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:76(test_given_id_list_indexes_libraries) 1610 0.003 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:92(find_location) 600 0.002 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1014(to_internal_value) 17 0.000 0.000 0.007 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:21(setUp) 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) 22415 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/__init__.py:167(kwdict) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:180(test_update) 2 0.000 0.000 0.007 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/openassessmentblock.py:685(add_xml_to_node) 7890 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:50(update_connections_time_zone) 2 0.000 0.000 0.007 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/xml.py:677(serialize_content_to_xml) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_forms.py:66(test_add_valid_ips) 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) 370 0.002 0.000 0.007 0.000 /usr/lib/python2.7/unittest/case.py:623(assertSequenceEqual) 655 0.002 0.000 0.007 0.000 /usr/lib/python2.7/gzip.py:424(seek) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/template.py:651(_compile) 14 0.000 0.000 0.007 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:36(_mako_inherit) 2905 0.003 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:268(__iter__) 2 0.000 0.000 0.007 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_admin.py:17(setUp) 2457 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/uri_parser.py:113(parse_host) 401 0.002 0.000 0.007 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.007 0.007 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:182(test_get_all_orgs) 7600 0.007 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:91() 41 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:54(render) 48 0.002 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:287(_open) 130 0.002 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:355(initialize_request) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:234(validate) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:76(test_get_value_for_org) 1 0.000 0.000 0.007 0.007 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:346(validate) 20 0.000 0.000 0.007 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:520(_open) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:130(test_save_subs_to_store) 9477 0.005 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:164() 2 0.000 0.000 0.006 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/models.py:30(create_with_validation) 5171 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:421(__init__) 2 0.000 0.000 0.006 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:255(get_required_content) 1 0.006 0.006 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/bulk_change_enrollment.py:1() 1070 0.003 0.000 0.006 0.000 /usr/lib/python2.7/argparse.py:983(__init__) 1166 0.001 0.000 0.006 0.000 /usr/lib/python2.7/unittest/case.py:418(assertTrue) 3 0.000 0.000 0.006 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:123(get_cohort_id) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:90(test_malformed_accept) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:254(test_course_run_unavailable) 509 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1495(patch) 3210 0.006 0.000 0.006 0.000 /usr/lib/python2.7/argparse.py:1439(_get_handler) 36 0.000 0.000 0.006 0.000 /usr/lib/python2.7/SocketServer.py:410(__init__) 7253 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:211(_pop_frame) 2173 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/models.py:151(_add_to_cache) 107 0.001 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1388(_flag_library_updated_event) 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() 46 0.000 0.000 0.006 0.000 /usr/lib/python2.7/optparse.py:1248(_add_help_option) 5815 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:67(__init__) 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) 3 0.000 0.000 0.006 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:222(_verify_successful_upload) 105 0.001 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/caching.py:38(location_str) 2091 0.004 0.000 0.006 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.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_views.py:448(test_put_detail_not_allowed) 110 0.001 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:106(__init__) 4/1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:50(add_block) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:45(setUpClass) 1 0.006 0.006 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/migrations/0001_initial.py:2() 9911 0.006 0.000 0.006 0.000 /usr/lib/python2.7/inspect.py:838(strseq) 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) 14 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:1167(_html_group_result) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dot_overrides.py:62(test_inactive_user_validates) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:53(test_child_user) 1 0.005 0.005 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/middleware.py:79() 1670 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:78(__nonzero__) 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__) 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) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_models.py:39(test_is_studio_tab_enabled) 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) 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) 6 0.000 0.000 0.006 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/storage.py:77(get_available_name) 2114 0.006 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3012(_update_search_targets) 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) 6 0.000 0.000 0.006 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:62(get_organization_by_short_name) 271 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:448(cookiejar_from_dict) 2 0.000 0.000 0.006 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:336(check_confirm_email_change) 6 0.000 0.000 0.006 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/data.py:171(fetch_organization_by_short_name) 15337 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:164(_get_session_key) 165 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:521(copy) 4011 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/compat.py:33(is_string) 2143 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:16(normalize_whitespace) 1900 0.004 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:239(__radd__) 2 0.000 0.000 0.006 0.003 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:255(render_header_extras) 407 0.005 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:134(to_json) 1923 0.006 0.000 0.006 0.000 /usr/lib/python2.7/ConfigParser.py:570(__getitem__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:262(test_course_access_history_no_rules) 1589 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__) 6 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:37(registration) 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) 85 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:498(prepare_cookies) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:523(test_create_new_cohort_missing_name) 1300 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:224(localize) 915 0.003 0.000 0.006 0.000 /usr/lib/python2.7/Queue.py:107(put) 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/credit/tests/test_services.py:85(test_no_profile_name) 111 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:546(__delete__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:43(test_delete) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:530(test_create_new_cohort_missing_assignment_type) 2 0.000 0.000 0.006 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:179(clear_subs_content) 5872 0.006 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:27(_get_request_header) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:74(test_get_prerequisite_milestone_returns_milestone) 21276 0.006 0.000 0.006 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.006 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_user_profile_properties.py:74(test_display_gender) 4 0.000 0.000 0.006 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:43(_create_and_assert) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:181(test_reactivation_email_failure) 1622 0.005 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/utils.py:25(conditional_content_removal) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:68(test_not_found_key) 11 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:358(create_expected_cohort) 322 0.001 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:25(to_json) 3 0.000 0.000 0.006 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pyquery/pyquery.py:56(fromstring) 387 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:89(do_pending_lookups) 126 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/migration.py:72(mutate_state) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:836() 5359 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:128(_is_instance_mock) 3277 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/helpers.py:68(_index_list) 1496 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:621(is_primary) 40 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:19(add_organization_course) 2 0.000 0.000 0.006 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:406(_assert_settings_link_present) 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) 14744 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:189() 5 0.000 0.000 0.006 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:136(update_review_policy) 3 0.000 0.000 0.006 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:618(min_course_price_for_currency) 9123 0.006 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:867(_is_set_on) 2112 0.005 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:161(structure_for_branch) 27 0.001 0.000 0.006 0.000 /usr/lib/python2.7/json/__init__.py:122(dump) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_middleware.py:53(test_tag_context) 67 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/util.py:52(verify_directory) 183/167 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:60(eval) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:140(layout_asides) 3276 0.006 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:437(_is_cookie_marked_for_deletion) 6 0.000 0.000 0.006 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:476(add_xml_to_node) 2071 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:519(_find_boundary) 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) 1385 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/csrf.py:87(_accept) 447 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/reverse.py:15(preserve_builtin_query_params) 85 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:133(get_cookie_header) 5 0.000 0.000 0.006 0.001 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/problem.html.py:31(render_body) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:222(test_all_modes_for_courses) 132 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:705(__init__) 501 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:50(iterdescendants) 1125 0.005 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:302(__init__) 128/122 0.006 0.000 0.006 0.000 /usr/lib/python2.7/socket.py:340(read) 41 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:110(source_library_key) 14 0.000 0.000 0.006 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:311(render_requirejs) 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__) 3 0.000 0.000 0.006 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/utils/__init__.py:48(symbol_by_name) 159 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:212(__init__) 2934 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:229(_callable) 1 0.000 0.000 0.006 0.006 /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.006 0.006 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/__init__.py:43(get_backend_cls) 2506 0.005 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:261(successful) 9870 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1055() 3350 0.006 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/crum/__init__.py:28(set_current_request) 1 0.006 0.006 0.006 0.006 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/milestones.py:3() 2457 0.004 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:100(validate_positive_integer) 797 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1412(__init__) 52 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:123() 6 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:35(assert_response) 763 0.002 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/middleware.py:63(__init__) 1161 0.005 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:87(__hash__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1793(__repr__) 8 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor/access.py:37(list_with_level) 2265 0.004 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:101(__init__) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:61(test_get_programs) 1394 0.003 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:126(timezone) 23 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:99(on_microsite_updated) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:262(test_cache_disabled) 204 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/adapters.py:121(init_poolmanager) 8 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:754(_link_cohort_partition_group) 498/342 0.003 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/exceptions.py:86(__init__) 1101 0.004 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/formats.py:188(localize) 1622 0.002 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/crum/__init__.py:57(process_response) 1 0.000 0.000 0.006 0.006 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:109(test_validate_lti_cannot_add_get_params) 64 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:353(display_name_with_default_escaped) 12 0.000 0.000 0.006 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:36(_mako_inherit) 29 0.001 0.000 0.006 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/404.html.py:67(render_content) 45 0.000 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:132(add_never_cache_headers) 14 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/api.py:8(deprecated_xblocks) 130 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:399(_authenticate) 110 0.003 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1667(__init__) 36 0.000 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_group.py:20(add_arguments) 176/49 0.001 0.000 0.006 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:49(ancestors) 5 0.000 0.000 0.006 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:174(user_by_anonymous_id) 13 0.001 0.000 0.006 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:120(get_transcripts_from_youtube) 1626 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/processors/whitelist.py:26(__call__) 24 0.000 0.000 0.005 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:30(_mako_inherit) 148 0.001 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:224(clean_password) 169 0.001 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:200(get_translation) 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) 828 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1620(cache_key_name) 10891 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:473(_maybe_clone) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/tagging.py:40(student_view_aside) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:76(test_ip_blocking) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:204(register_model) 6 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:342(copy_to_in_mem) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:52(test_multi_replace) 403 0.001 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1798(__hash__) 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/common/djangoapps/microsite_configuration/tests/backends/test_database.py:143(test_get_all_configs) 404 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:545(exhaust) 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) 7 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/migrate_to_split.py:23(parse_args) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:134(test_accept_released_territory) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:154(assertReactivateEmailSent) 7 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/views.py:59(unlink_cohort_partition_group) 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) 2605 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) 130 0.002 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:388(finalize_response) 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) 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) 5 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_roles.py:191(test_empty_cache) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:324(__call__) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/lazy.py:16(__getitem__) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_middleware.py:15(setUp) 3634 0.005 0.000 0.005 0.000 /usr/lib/python2.7/mimetypes.py:78(add_type) 13559 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/user_partitions.py:21(name) 80 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/block_metadata_utils.py:49(display_name_with_default_escaped) 1 0.005 0.005 0.005 0.005 /edx/app/edxapp/edx-platform/pavelib/prereqs.py:69(compute_fingerprint) 957 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:290(filter) 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) 1 0.003 0.003 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:328(_fill) 188 0.001 0.000 0.005 0.000 /usr/lib/python2.7/collections.py:458(__init__) 230 0.002 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:78(_filter_entrance_exam_grader) 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) 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__) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:180(get_html) 6 0.000 0.000 0.005 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/enabled.py:47(__init__) 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) 353 0.001 0.000 0.005 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.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:159(test_bad_request_anon_user_no_subject) 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__) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:131(test_verify_incorrect_field_value) 1 0.005 0.005 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0007_registrationcookieconfiguration.py:2() 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) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:387(fetch_milestone_course_content) 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) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:127(save) 6273 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/html.py:9(is_html_input) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_signals.py:51(test_no_verified_mode) 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) 4234 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__) 1 0.005 0.005 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/migrations/0001_initial.py:2() 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) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/test_dump_to_neo4j.py:208(test_serialize_item) 4724 0.005 0.000 0.005 0.000 /usr/lib/python2.7/unittest/result.py:84(_restoreStdout) 5198 0.004 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:357() 115 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:167(exists) 7 0.000 0.000 0.005 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/serializers.py:44(serialize_organizations) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:628() 11 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:41(get_organizations) 28 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:77(assert_incorrect_signature_logged) 297 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:44(_closed) 2475 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:299(__init__) 6022 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/model_utils.py:77(clean_field) 11 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:129(get_organizations_for_microsite_by_pk) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:312(test_blackouts) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/course_tag/api.py:42(set_course_tag) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:146(test_get_programs_by_type) 5836 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:159(isclass) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:331(assertFailedBeforeEmailing) 40 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:132(call) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:86(add_organization_course) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:325(assertRolledBack) 73 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:66() 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_pipeline/finder.py:131(find) 27 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:2005(new) 1525 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:217(_copy_func_details) 832 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:266(public) 1 0.002 0.002 0.005 0.005 /edx/app/edxapp/edx-platform/lms/lib/comment_client/utils.py:54(perform_request) 168 0.001 0.000 0.005 0.000 /usr/lib/python2.7/cookielib.py:1651(extract_cookies) 1630 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/__init__.py:117(all) 468 0.002 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:15(process_request) 2 0.000 0.000 0.005 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/tests/test_models.py:29(test_cache_control) 2948 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:36(_reset_dicts) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2477(confirm_email_change) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2343(set_user_attribute) 88 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_pipeline/finder.py:40(exists) 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__) 16 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:35(assert_not_logged) 687 0.004 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) 24 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/result.py:54(addError) 59 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/pagination.py:296(get_next_link) 411 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:1640(get_local_related_value) 906 0.004 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:302(apply_policy) 5 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/mixins.py:16(assert_valid_jwt_access_token) 11 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:157(fields_for_model) 2368/2309 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:66(__getitem__) 1104 0.005 0.000 0.005 0.000 /usr/lib/python2.7/argparse.py:1384(_get_positional_kwargs) 350 0.001 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py:159(filter_templates) 1 0.001 0.001 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/BmpImagePlugin.py:27() 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) 4 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1452(test_request_method) 952 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:19(__init__) 1069 0.003 0.000 0.005 0.000 /usr/lib/python2.7/argparse.py:1002(__init__) 1111 0.003 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:76(__new__) 7 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:156(validate) 42 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/module_utils.py:6(yield_dynamic_descriptor_descendants) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_api.py:42(test_deprecated_blocks) 14 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_group_configurations.py:311(_url) 7 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1894(_enroll_user_in_pending_courses) 1 0.005 0.005 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursetalk/migrations/0001_initial.py:2() 7 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:439(validate) 1207/46 0.003 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:46(finalize) 1056 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:196(parse) 2 0.000 0.000 0.005 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/data.py:195(create_organization_course) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:124(test_get_value) 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.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:353(test_accept_chinese_language_codes) 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) 4 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/services.py:35(is_credit_course) 7686 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:1959() 45 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:453(__init__) 10891 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/__init__.py:59(_app_or_default) 306 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:43(__init__) 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) 2 0.000 0.000 0.005 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:404(check_for_language) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/api.py:105(create_exam_review_policy) 924 0.002 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/transaction.py:24(get_autocommit) 12177 0.005 0.000 0.005 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.005 0.005 /edx/app/edxapp/edx-platform/lms/djangoapps/notification_prefs/views.py:94(enable_notifications) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:106(test_accept_with_syslang) 7009 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1374() 50 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:507(_build) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:203(test_add_user_to_course_group_permission_denied) 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) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py:97(test_multiple_response_matches) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:186(test_course_has_payment_options_with_no_id_professional) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_api.py:64(test_authorable_blocks_empty_model) 19499 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:435(validate_autopk_value) 204 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/poolmanager.py:62(__init__) 34 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:204(_prune_unreachable) 192/54 0.002 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:612(reset_mock) 1416 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/packager.py:120(create_packages) 10 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:445(save) 5 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/api/permissions.py:85(has_object_permission) 197 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:126(set_many) 3184 0.005 0.000 0.005 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.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:72(test_site_configuration_post_update_receiver) 17 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/helpers.py:11(is_cross_domain_request_allowed) 1054 0.005 0.000 0.005 0.000 /usr/lib/python2.7/argparse.py:130(_get_kwargs) 1 0.005 0.005 0.005 0.005 /edx/app/edxapp/edx-platform/lms/djangoapps/instructor_analytics/csvs.py:5() 8 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:92(validate_course_key) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:107(test_is_site_configuration_enabled) 66 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:2043(__init__) 84 0.000 0.000 0.005 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:25(_mako_get_namespace) 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) 4 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/tests.py:106(test_legacy_export_format) 294 0.002 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:206(__init__) 5 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:225(_record_feedback_in_zendesk) 16 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:614(setUp) 2457 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor_manager.py:35(__init__) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:45(test_state_embargo) 55 0.001 0.000 0.005 0.000 /usr/lib/python2.7/email/message.py:571(set_param) 2431 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:248(get_quantifier) 116/100 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:101() 43 0.000 0.000 0.005 0.000 /usr/lib/python2.7/shutil.py:46(copyfileobj) 103 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:655(fetch_double) 1 0.002 0.002 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:35() 10 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:70(save_instance) 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) 24 0.000 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/module_utils.py:20(get_dynamic_descriptor_children) 1048 0.001 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:50() 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:155(test_programs_unavailable) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:136(test_truncated_user_preference_event) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_xqueue_stub.py:42(test_grade_request) 42 0.001 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:186(__enter__) 10044 0.005 0.000 0.005 0.000 /usr/lib/python2.7/inspect.py:209(iscode) 2469 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:182(__set__) 7 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/edx_api_utils.py:92(_traverse_pagination) 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) 233 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:75(gettext) 10 0.001 0.000 0.005 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:135(render_content) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:169(test_valid_request_anon_user) 3 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_assets.py:380(verify_asset_locked_state) 1 0.004 0.004 0.005 0.005 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/migrations/0001_initial.py:2() 5661 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:1813(clear_deferred_loading) 4746 0.004 0.000 0.005 0.000 /usr/lib/python2.7/logging/__init__.py:1567(getLogger) 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() 46 0.002 0.000 0.005 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/activation_email.txt.py:18(render_body) 36 0.002 0.000 0.005 0.000 /usr/lib/python2.7/uuid.py:541(uuid1) 1 0.004 0.004 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/migrations/0001_initial.py:2() 1 0.004 0.004 0.005 0.005 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/migrations/0002_cdnuseragentsconfig.py:2() 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:86(test_get_all_orgs) 103 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/scanner.py:658(fetch_flow_scalar) 1158 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:42(_set_with_template) 14114 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:123(has) 73 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:401(close) 136 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:363() 66 0.000 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:40(__init__) 2801 0.005 0.000 0.005 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:29(send) 511 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:488(value) 194 0.001 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:534(__init__) 2 0.000 0.000 0.005 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:477(verify_contains_added_cohort) 1 0.004 0.004 0.005 0.005 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/hidden_content.py:3() 7890 0.005 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/signals.py:30(update_installed_apps) 278 0.005 0.000 0.005 0.000 /usr/lib/python2.7/urlparse.py:68(clear_cache) 1 0.000 0.000 0.005 0.005 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauth2_provider/migrations/0001_initial.py:2() 4 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:1133(verify_removed_user_from_cohort) 8 0.000 0.000 0.005 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:61(create_course_states) 2555 0.004 0.000 0.005 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:434(__getattr__) 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__) 343 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/response.py:182(content) 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) 600 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:1003(enforce_timezone) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:376(test_not_pending) 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/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:50(test_wrong_signature) 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) 5 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:79(replace_course_urls) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauth2_provider/migrations/0001_initial.py:11(Migration) 186 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:1520(_check_unique_target) 28 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/token_utils.py:30(__init__) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_views.py:78(_user_in_cohort) 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) 922 0.002 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:201(__init__) 1743 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lookup.py:258(adjust_uri) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/migrations/0003_add_new_config_models.py:2() 561/405 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/exceptions.py:156(__iter__) 1924 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__) 42 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/__init__.py:52(get_request_or_stub) 364 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:312(__init__) 4446 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:400(_set) 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() 54 0.001 0.000 0.004 0.000 /usr/lib/python2.7/tarfile.py:1798(close) 42 0.000 0.000 0.004 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:31(_mako_generate_namespaces) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/edxnotes/plugins.py:3() 40 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:197(encode_file) 5774 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/tz_util.py:41(utcoffset) 404 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:304(xreadlines) 1642 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/models.py:21(released_languages_list) 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/microsite_configuration/tests/backends/test_database.py:214(test_microsite_get_template_when_no_template_exists) 188 0.002 0.000 0.004 0.000 /usr/lib/python2.7/collections.py:528(update) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/session_inactivity_timeout/middleware.py:10() 4865 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:395(_get) 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) 89 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:100(_combined_services) 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) 621 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:571() 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) 6 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:18(setUp) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/models.py:17(get_profile_whitelist) 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) 39 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/segmentio.py:227(parse_iso8601_timestamp) 1234 0.002 0.000 0.004 0.000 /usr/lib/python2.7/base64.py:109(urlsafe_b64decode) 5 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/query.py:1543(split_exclude) 617 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:173(to_key_val_list) 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__) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/migrations/0001_initial.py:2() 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:334(test_zendesk_error_on_update) 181 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1535(_check_ordering) 85 0.000 0.000 0.004 0.000 /usr/lib/python2.7/tarfile.py:812(read) 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/openedx/core/djangoapps/catalog/tests/test_utils.py:109(test_get_programs_data) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:56(test_save) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:513() 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_models.py:33(test_get_course_requirements) 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) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:96(test_clear) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:176(test_get_collected_version_update) 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) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:58(test_success_response_launch_lti) 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) 103 0.001 0.000 0.004 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.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:304(test_error) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0002_coursemode_expiration_datetime_is_explicit.py:2() 68 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:41(__init__) 1 0.000 0.000 0.004 0.004 /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.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/migrations/0001_initial.py:2() 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dot_overrides.py:17(setUp) 1622 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) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/cms/tests/test_user_tasks.py:44(setUpTestData) 135 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:27(parse_json) 6854 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/milestones.py:18(name) 253 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/cookies.py:35(__init__) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_models.py:25(test_is_credit_course) 787 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:34(_resolve_model) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:372(verified_mode_for_course) 7253 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:141(writer) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:401(_get_release_date) 8 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:174(get_results) 6716 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/embargo/tests/test_models.py:307(test_course_access_history_change_message) 20 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:79(paths_equal) 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() 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/navigation.py:3() 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/track/migrations/0001_initial.py:2() 171 0.003 0.000 0.004 0.000 /usr/lib/python2.7/urllib.py:1372(getproxies_environment) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:54(test_site_configuration_post_save_receiver) 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) 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/cms/djangoapps/course_creators/tests/test_views.py:64(test_update_creator_group) 12352 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:1807(get_internal_type) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:94(test_released_accept) 20751 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/parser.py:137(__iter__) 888 0.002 0.000 0.004 0.000 /usr/lib/python2.7/Queue.py:150(get) 1625 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/base.py:144(is_empty) 84 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:360(get_tab_by_slug) 42 0.000 0.000 0.004 0.000 /usr/lib/python2.7/tarfile.py:2468(__exit__) 1 0.003 0.003 0.004 0.004 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/djcelery/backends/cache.py:1() 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) 1 0.000 0.000 0.004 0.004 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:100(render_header_extras) 41 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaultfilters.py:768(date) 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) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:147(reactivation_email) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/migrations/0002_auto_20151124_1024.py:2() 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.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/migrations/0002_catalogintegration_username.py:2() 356 0.002 0.000 0.004 0.000 /usr/lib/python2.7/cookielib.py:1233(__init__) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:278(test_get_all_orgs) 491 0.002 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:235(__init__) 1 0.003 0.003 0.004 0.004 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:3() 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:66(test_validate_lti_valid_request_with_get_params) 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) 6535 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py:64(configured) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:234(test_html5_id_length) 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) 82 0.000 0.000 0.004 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.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:58(test_note_create) 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) 1224 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:556(__del__) 22 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:413(setUp) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_api.py:53(test_disabled_blocks) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:191(_course_notifications_json_get) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_models.py:114(test_unicode_values) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:518(get_display_items) 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) 1607 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) 511 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:442(__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) 860 0.003 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:965() 12317 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) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:472(remove_requirement_status) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/xblock_config/migrations/0001_initial.py:2() 30 0.000 0.000 0.004 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.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:180(test_partial_match_esar_es) 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) 647 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:208(escape) 9 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:147(_find_entry_points) 10 0.000 0.000 0.004 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:33(_mako_inherit) 1384/1056 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:204(expression) 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) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:49(test_bad_json) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_lti_stub.py:42(test_invalid_request_url) 1189 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:132(contentstore_config) 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) 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/lib/block_structure/tests/test_manager.py:142(test_get_transformed_with_collected) 20 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_draft.py:77(get_course_summaries) 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/course_tag/api.py:18(get_course_tag) 85 0.000 0.000 0.004 0.000 /usr/lib/python2.7/tarfile.py:734(read) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py:35(test_transcript_url_equal) 957 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:822(expand_template) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/migrations/0002_assetexcludedextensionsconfig.py:2() 7 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:101(__init__) 3246 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:496(_after_postgeneration) 8 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_django_utils.py:17(check_caches) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py:62(test_transcript_not_found) 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) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:252(test_missing_data) 279 0.002 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:209(to_json) 6 0.000 0.000 0.004 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/registration/activation_complete.html.py:31(_mako_inherit) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:766(test_get_group_info_for_cohort) 1 0.004 0.004 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/self_paced/migrations/0001_initial.py:2() 6864 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/library_content.py:22(name) 12 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:2164(check) 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) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:35(test_no_language_set_in_session_or_prefs) 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) 1673 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:410(_get_url_name) 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__) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:871(test_get_credit_providers) 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) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:38(check_not_enabled) 6 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:271(set_attr) 9 0.000 0.000 0.004 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:34(_mako_inherit) 35 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:157(formfield_for_dbfield) 1126 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/urlresolvers.py:340(namespace_dict) 151 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:92(now) 36 0.000 0.000 0.004 0.000 /usr/lib/python2.7/BaseHTTPServer.py:106(server_bind) 41 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/formats.py:146(date_format) 10 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:228(_get_response) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:100(test_unreleased_accept) 21 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:23(setUp) 6 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:295(set_attrs) 20 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/password_policy_validators.py:18(validate_password_strength) 18 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:188(_get_restricted_courses_from_cache) 1189 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/django_utils.py:77(draft_mongo_store_config) 233 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:318(gettext) 84 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:538(__init__) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export_olx.py:65(check_export_file) 814 0.004 0.000 0.004 0.000 /usr/lib/python2.7/urllib.py:1078(splittype) 13978 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:554(modify_insert_params) 5 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:595(__getitem__) 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) 10891 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) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:714(is_password_reset_too_soon) 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) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:87(test_wildcard_accept) 159 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:292(parse_video_tag) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:84(test_empty_accept) 4 0.000 0.000 0.004 0.001 /usr/lib/python2.7/tarfile.py:1840(getnames) 1372 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:29(name_to_pathname) 12 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/admin.py:86(send_user_notification_callback) 4 0.000 0.000 0.004 0.001 /usr/lib/python2.7/tarfile.py:1830(getmembers) 127 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:279(_load_method_and_content_type) 4033 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:162(update) 4 0.000 0.000 0.004 0.001 /usr/lib/python2.7/tarfile.py:2412(_load) 168 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:365() 3 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2353(get_user_attribute) 6 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:84(test_parse_error) 143 0.002 0.000 0.004 0.000 /usr/lib/python2.7/tempfile.py:135(next) 6 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/lms_mixin.py:58(max_score) 27 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:67(_get_usage_key) 7722 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:154() 7 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:78(test_paginated_results) 1406 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py:45() 21 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/testing/utils.py:165(get_mock_request) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:576() 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:301(test_hiding_failure) 41 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1163(__deepcopy__) 907/189 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:471(force_text_recursive) 1195 0.002 0.000 0.004 0.000 /usr/lib/python2.7/unittest/case.py:755(assertSetEqual) 85 0.000 0.000 0.004 0.000 /usr/lib/python2.7/tarfile.py:753(readnormal) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_serializers.py:18(test_data) 10 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2024(add_to_profile_url) 1166 0.004 0.000 0.004 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.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_parental_controls.py:34(test_no_parental_controls) 4 0.000 0.000 0.004 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.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:170(test_get_collected_outdated_data) 5 0.000 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:116(count) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/provider.py:41(get_credit_providers) 404 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:297(readline) 55 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/__init__.py:29(get_connection) 1185 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/registry.py:49(registered_tags) 1120/5 0.003 0.000 0.004 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:93(_count) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:62(test_get_dict) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:518(test_filter_by_partition_scheme) 950 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1116(__init__) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:142(get_credit_providers) 770 0.003 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:93(set) 10234 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1690(get_extra_restriction) 38 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:521(_add_field) 12 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:154(is_restricted_course) 3432 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:57(getter) 1360 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/reference/plugins.py:88(__init__) 2927 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:342(set) 256 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:315(dirname) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:165(test_api_config_disabled) 4335 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:85(closegroup) 496 0.003 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/correctmap.py:25(__init__) 130 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/mediatypes.py:32(order_by_precedence) 418 0.002 0.000 0.004 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.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:90(test_parse_invalid_version) 4 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:160(assert_response_with_delete_cookie) 125 0.001 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/__init__.py:41(_clean_credentials) 536 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:46(iter) 194 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:217(__init__) 3081 0.003 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:669(get_attname_column) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:685(setUp) 41 0.000 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1213(to_python) 2835 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/response.py:207(__getitem__) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/poll_module.py:97(get_html) 845 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/related.py:1282(__init__) 95 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/id_manager.py:20(get_definition_id) 1848 0.004 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_nose/utils.py:49(uses_mysql) 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) 205 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1446(_patch_multiple) 6 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/adapters/dop.py:28(create_public_client) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_permissions.py:59(tearDown) 15031 0.004 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split_mongo_kvs.py:41() 282 0.002 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:303(parent_location) 181 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1397(_check_column_name_clashes) 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) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:296(test_string_user_id) 7 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:310(_record_feedback_in_datadog) 117 0.001 0.000 0.004 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.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:57(test_unicode_non_json) 10 0.000 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:372(test_create_account_invalid_email) 5 0.000 0.000 0.004 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:81(get_course_organizations) 301 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/cache_utils.py:86(hashvalue) 180 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/operations.py:191(last_executed_query) 1230 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:526(get_value) 2 0.000 0.000 0.004 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_group.py:25(_handle_remove) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_youtube_stub.py:66(test_reset_configuration) 307 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/declarations.py:210(evaluate) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:173(test_request_with_session) 388 0.002 0.000 0.004 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:412(items) 428 0.001 0.000 0.004 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:497(total_calls) 4820 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:461(__lt__) 1 0.000 0.000 0.004 0.004 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0001_initial.py:12(Migration) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:88(clear_subs_content) 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) 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:116(get_course_organizations) 3878 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/inheritance.py:339(get) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_lti.py:122(test_validate_lti_garbage) 13 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:57(error_response) 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) 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) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/views/__init__.py:34(performance_log) 7804/7793 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__) 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) 90 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:506(query_for_course) 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) 2927/2431 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/regex_helper.py:285(contains) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:274(test_strip_site_theme_templates_path_theme_enabled) 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) 85 0.001 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/block_structure/tests/test_manager.py:127(test_get_transformed) 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) 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) 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) 7072 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:255() 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) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:588(get_html) 39 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1478(__getitem__) 27 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:204(invalidate_provider_cache) 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__) 7294 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/UserDict.py:103(__contains__) 9298 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:263(conn_id) 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__) 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) 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) 8 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/caching.py:17(set_cached_content) 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) 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) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_gating.py:51(test_sequential_deleted) 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/lib/api/tests/test_permissions.py:87(test_course_instructor_has_access) 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:90(on_microsite_deleted) 14 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:214(__or__) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:338(_on_user_authentication_failed) 6 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/create_course.py:20(parse_args) 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) 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__) 2379 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/tz_util.py:38(__getinitargs__) 733 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:29(__init__) 5752 0.003 0.000 0.003 0.000 /usr/lib/python2.7/Cookie.py:582(__init__) 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() 447 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/relations.py:275(get_name) 3 0.000 0.000 0.003 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) 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/models.py:173(get_template_for_microsite) 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/data.py:247(fetch_course_organizations) 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) 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) 3745 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:129() 1140 0.003 0.000 0.003 0.000 /usr/lib/python2.7/StringIO.py:208(write) 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) 1420 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:120(__init__) 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) 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:307(from_httplib) 3601 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/common/djangoapps/microsite_configuration/tests/backends/test_database.py:69(test_has_override_value) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_token_utils.py:50(test_override_secret_and_audience) 85 0.001 0.000 0.003 0.000 /usr/lib/python2.7/cookielib.py:1328(add_cookie_header) 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) 1990 0.003 0.000 0.003 0.000 /usr/lib/python2.7/unittest/case.py:223(addCleanup) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/api.py:70(options) 75 0.000 0.000 0.003 0.000 /usr/lib/python2.7/argparse.py:1810(consume_optional) 6676 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) 20 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:97(assert_parse_error) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:935(test_import_polls) 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) 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) 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) 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) 412 0.002 0.000 0.003 0.000 /usr/lib/python2.7/unittest/case.py:825(assertDictEqual) 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) 32 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:1308(is_library_missing) 8688 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/management/__init__.py:46() 55 0.001 0.000 0.003 0.000 /usr/lib/python2.7/email/header.py:374(encode) 1622 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) 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:361(remove_video_for_course) 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__) 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) 442 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/defusedxml/lxml.py:58(getchildren) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/middleware.py:65(process_view) 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) 1967 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) 1 0.001 0.001 0.003 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/assessment/migrations/0001_initial.py:10(Migration) 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) 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__) 2829 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3390(compact_list) 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.002 0.002 0.003 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImagePalette.py:19() 59 0.001 0.000 0.003 0.000 /usr/lib/python2.7/textwrap.py:374(dedent) 962/946 0.003 0.000 0.003 0.000 /usr/lib/python2.7/urlparse.py:336(unquote) 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_logic.py:38(test_get_value_for_org) 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) 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) 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) 70 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/models.py:37(structure) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:51(test_course_instructor_has_access) 177 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access_utils.py:76(in_preview_mode) 198 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:149(_check_relation_model_exists) 3828 0.003 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) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:442(check_country_access) 20 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:979(get_course_summaries) 5280 0.003 0.000 0.003 0.000 /usr/lib/python2.7/inspect.py:907(assign) 3 0.000 0.000 0.003 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) 5081 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) 378 0.002 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:310(__init__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:53(test_no_post_data) 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) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:61(test_country) 102 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:585(default_headers) 15 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:404() 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) 57 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:458(_id_modifier) 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) 45 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:256(get_theme_base_dirs) 10 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:317(stream_data) 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) 61 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:125(_class_tags) 1257 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/compat.py:106(ustr) 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) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/utils.py:5(empty_asset_trashcan) 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) 4724 0.003 0.000 0.003 0.000 /usr/lib/python2.7/unittest/result.py:65(_setupStdout) 2 0.000 0.000 0.003 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/test_logic.py:28(test_get_value_for_org_when_microsite_has_no_org) 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) 3952 0.003 0.000 0.003 0.000 /usr/lib/python2.7/inspect.py:340(getmro) 41 0.000 0.000 0.003 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.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) 30 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:158(create_segmentio_event_json) 137 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/formats.py:106(get_format) 38 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:40(__init__) 20 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:877(_get_course_blocks_for_branch) 6 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/lti.py:147(_get_validated_lti_params_from_values) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:35(test_request_with_latin1_characters) 55 0.000 0.000 0.003 0.000 /usr/lib/python2.7/email/message.py:535(get_param) 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() 292 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1667(_unpatch_dict) 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__) 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) 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) 165 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/expressions.py:505(as_sql) 6 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/adapters/dop.py:16(create_confidential_client) 4 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:417(copy) 177 0.001 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/segment-io-footer.html.py:18(render_body) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_views.py:284(setUpClass) 4 0.001 0.000 0.003 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:92(render_content) 82 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:31(_maybe_update) 15 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:390(transform) 172 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:298(__init__) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/error_module.py:134(from_json) 46 0.000 0.000 0.003 0.000 /usr/lib/python2.7/tempfile.py:447(NamedTemporaryFile) 763 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/model.py:62(cache_model) 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.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:55(test_is_request_in_microsite) 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) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_access.py:42(test_get_user_role_staff) 10 0.000 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:231(render_requirejs) 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/common/djangoapps/third_party_auth/tests/test_lti.py:83(test_validate_lti_old_timestamp) 12 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/tests.py:55(setUp) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/utils.py:25(restore_asset_from_trashcan) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/test_models.py:417(test_expiration_datetime_explicitly_set) 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) 4656 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/introspection.py:53() 117 0.002 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/field_data.py:15(__init__) 122 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:157(__init__) 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:483() 808 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:416(add_library) 50 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:815(__init__) 20 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:239(transform) 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() 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) 5945 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:382(display_name) 48 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_course_settings.py:106(convert_datetime_to_iso) 499 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/utils/__init__.py:236(maybe_reraise) 65 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:1835(check) 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/ccxcon/tests/test_tasks.py:33(test_update_ccxcon_task_retry) 169 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:354(_verify_user) 118 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/edit_info.py:19(edited_on) 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) 108 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:631(configure_mock) 103 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:435(path) 26 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:55(exception_handler) 11067 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:238(__repr__) 7 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/utils.py:24(get_course_versions) 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) 42 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:218(can_read) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:48(test_get_value) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:191() 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) 491 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:94(__init__) 672 0.001 0.000 0.003 0.000 /usr/lib/python2.7/string.py:643(get_field) 367 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:161(__getitem__) 32 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:151(get_event_differences) 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) 16 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/json_request.py:86(__init__) 16 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:53(_set_block_values) 1972 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/model_meta.py:77(_get_pk) 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/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:172() 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) 6767 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:97(_id_modifier) 2534 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:14(curry) 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) 908 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1444(enrollment_status_hash_cache_key) 215 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:606(__init__) 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) 260 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:215(_error_catcher) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:260(test_bad_request_auth_user_no_details) 1315 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:157() 59 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:729() 6 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:96(test_segmentio_ignore_actions) 18 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:54(assert_no_error_logged) 272 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/packages/ordered_dict.py:28(__init__) 1622 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/cache.py:69(_should_update_cache) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2335(__unicode__) 1782 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) 2230 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py:272(use_argparse) 511 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:469(tag) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:196(test_anonymous_user) 2 0.000 0.000 0.003 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:125(render_content) 4788 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:361(get_validators) 2 0.000 0.000 0.003 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:126(render_content) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:76(test_django_multi_settings) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:259(test_get_template_path_with_theme_for_missing_template) 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/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:75(test_given_id_list_indexes_courses) 3608 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/errorclass.py:144() 1189 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:56(disable) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_mongodb.py:11(setUp) 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) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dot_overrides.py:47(setUp) 404 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py:61(readline) 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/lib/xmodule/xmodule/modulestore/xml_exporter.py:312(process_extra) 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) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:164(test_basic_pagination) 55 0.000 0.000 0.003 0.000 /usr/lib/python2.7/email/mime/text.py:17(__init__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_library.py:61(test_given_course_key_raises_command_error) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:41(test_cohort_added) 48 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/utils.py:263(lookup_field) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:331(get_state_for_lcp) 2253 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/suite.py:172(__hash__) 2818 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/serializer_helpers.py:141(__iter__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:48(test_course_key_not_found) 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) 1256 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/runtime.py:1219() 1 0.002 0.002 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0004_auto_20151113_1457.py:2() 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) 230 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:855(_get_gating_info) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/tests.py:15(test_cache_normal_contents) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:142(test_bad_request_anon_user_no_name) 1 0.001 0.001 0.003 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/api.py:9() 528 0.002 0.000 0.003 0.000 /usr/lib/python2.7/httplib.py:1020(putheader) 12 0.000 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:32(_mako_generate_namespaces) 85 0.000 0.000 0.003 0.000 /usr/lib/python2.7/urllib.py:1408(proxy_bypass_environment) 6854 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/split_test.py:24(name) 40 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:265(handle_file_complete) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/migrations/0001_initial.py:12(Migration) 929 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:841(_get_val_from_obj) 14 0.000 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:32(_mako_generate_namespaces) 90 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/cache.py:35(patch_cache_control) 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) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:192(test_discussion_id_map_json) 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) 2849 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/parser.py:89(dispose) 62/14 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:112(_media) 12 0.000 0.000 0.003 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.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_django.py:13(test_django_backend) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:65(test_process_url) 1070 0.003 0.000 0.003 0.000 /usr/lib/python2.7/argparse.py:1692(_get_positional_actions) 15 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:398(process_event) 7500 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:145(__setitem__) 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) 131 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/session_kv_store.py:26(has) 294 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context_processors.py:69(static) 198 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:121(_check_related_name_is_valid) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:197(test_reactivation_email_success) 83 0.000 0.000 0.003 0.000 /usr/lib/python2.7/Queue.py:26(__init__) 4486 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2021(__init__) 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) 130 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/authentication.py:114(authenticate) 40 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:389(do_block_translate) 14 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/edxnotes.py:303(get_all_notes) 11 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:25(collect) 8 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/api.py:57(get_oauth_client) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/program.py:43(get) 46 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:251(new) 1050 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:176(filter_templates) 22 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:57(info) 1162 0.002 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:26(__exit__) 7 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:455(_delete_cookie) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_cookies.py:44(test_get_user_info_cookie_data) 19 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/easy.py:21(info) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_export.py:68(test_course_key_not_found) 46 0.001 0.000 0.003 0.000 /usr/lib/python2.7/tempfile.py:235(_mkstemp_inner) 130 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/renderers.py:70(get_indent) 14 0.000 0.000 0.003 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.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:50(test_user_not_enrolled) 1 0.001 0.001 0.003 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffImagePlugin.py:42() 115 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:85(eval) 7890 0.003 0.000 0.003 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.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:164(test_bad_request_anon_user_no_details) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_bulk_change_enrollment.py:84(test_without_options) 1 0.000 0.000 0.003 0.003 /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) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:971(test_credit_request_disable_integration) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_models.py:168(test_invalid_data_error_on_get_value) 152 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/session_kv_store.py:9(stringify) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dop_adapter.py:70(test_get_access_token) 2203 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/models.py:30(_get_opts) 464 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:61(serialize_field) 175 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:46(state_forwards) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:211(test_valid_request_anon_user_configuration_override) 71 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1215(get_course) 482/476 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:379(get) 8 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/authentication.py:133(enforce_csrf) 11 0.000 0.000 0.003 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/darklang/preview_lang.html.py:30(_mako_inherit) 8 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/views/main.py:321(get_queryset) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/tests/test_logs.py:55(test_empty_post) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/api.py:482(copy_course_videos) 2849 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/composer.py:13(__init__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:215(test_static_url_with_xblock_resource_on_cdn) 22 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:66(_log) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/tests/test_ssl.py:52(_create_ssl_request) 353 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:226(__init__) 648 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/models.py:142(clear_cache) 5 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:175(get_block_original_usage) 7258 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/base.py:451() 11 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/keyword_substitution.py:59(substitute_keywords_with_data) 292 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1641(_patch_dict) 3007 0.003 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:683() 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:84(test_disabled_wrong_cors_domain_reversed) 3 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:51(is_embargoed) 121 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/backends.py:63(get_cache_key) 76 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:277(relabel_aliases) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:150(test_no_first_and_last_name_events) 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) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:130(test_related_fields_ignored) 4542 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/field_mapping.py:155() 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) 12 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:332(get_fieldsets) 9 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/keyword_substitution.py:33(substitute_keywords) 272 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:105(get) 2869 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:237(_is_list) 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) 80 0.001 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/field_data.py:16(__init__) 435 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:1632(local_related_fields) 46 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:92(new) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:180(test_regex) 1 0.001 0.001 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:125(test_enable_microsites) 41 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:745(firstof) 2 0.000 0.000 0.003 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:193(remove_subs_from_store) 168 0.001 0.000 0.003 0.000 /usr/lib/python2.7/cookielib.py:1571(make_cookies) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:274(test_email_failure) 218 0.001 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:386(__contains__) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:326(remove_course_content_milestone) 687 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:502() 6 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:471(options) 30 0.000 0.000 0.003 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:101(get_user_partition) 55 0.001 0.000 0.003 0.000 /usr/lib/python2.7/email/message.py:492(_get_params_preserve) 445 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py:255(get_registered_model) 1826/1812 0.003 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:63(__eq__) 28 0.000 0.000 0.003 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jws.py:68(encode) 1 0.000 0.000 0.003 0.003 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:139(test_verify_another_signature) 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) 2849 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) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/transcripts_utils.py:539(delete_asset) 4 0.000 0.000 0.002 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:35(_mako_inherit) 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) 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) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/access.py:7(get_user_role) 1189 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:94(__init__) 16 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:146(render_jsextra) 1281 0.002 0.000 0.002 0.000 /usr/lib/python2.7/tarfile.py:199(itn) 1 0.001 0.001 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/contrib/django/__init__.py:1() 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__) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0001_initial.py:2() 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/0001_initial.py:2() 84 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:135(__init__) 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) 44 0.001 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/activation_email_subject.txt.py:18(render_body) 55 0.001 0.000 0.002 0.000 /usr/lib/python2.7/email/mime/base.py:16(__init__) 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) 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) 6972 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) 34 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/poll_module.py:198(add_child) 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() 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__) 376 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) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/teams/plugins.py:3() 1131 0.002 0.000 0.002 0.000 /usr/lib/python2.7/StringIO.py:88(isatty) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:241(revert_to_published) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0003_auto_20160516_0938.py:2() 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) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:182(test_clear) 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) 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) 22 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:80(_print) 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) 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) 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) 59 0.001 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/migrations/0001_initial.py:13(Migration) 41 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/abc.py:86(__new__) 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) 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) 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) 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__) 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.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() 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) 3265 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) 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) 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) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:404(retfun) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/keyword_substitution.py:45() 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) 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__) 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) 1253 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/component.py:182(create_template_dict) 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) 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__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/migrations/0001_initial.py:15(Migration) 4425 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) 214 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/response.py:7(is_fp_closed) 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) 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__) 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) 66 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:95(enforce_required_fields) 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) 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__) 1680 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:400(get_asides) 142/71 0.001 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) 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) 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__) 1177 0.002 0.000 0.002 0.000 /usr/lib/python2.7/argparse.py:2156(_get_nargs_pattern) 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__) 316 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1426(prefer_xmodules) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_services.py:43(test_user_not_found) 10 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/middleware.py:109(process_response) 177 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:349(__getattr__) 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) 27 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/api.py:39(is_valid_url) 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) 1990 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:97(has_user) 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) 37 0.002 0.000 0.002 0.000 /usr/lib/python2.7/socket.py:128(getfqdn) 84 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:152(release_conn) 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) 1601 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:26(client) 189 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/collection.py:179(__repr__) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/xblock/openassessmentblock.py:578(prompts) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_parsers.py:20(setUp) 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) 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) 93 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:70(super) 19 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:490(fields_map) 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) 1210 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:83(add) 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__) 10 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/result_processor.py:123(excerpt) 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) 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.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:79(test_structure_json) 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) 57 0.001 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/xblock_wrapper.html.py:16(render_body) 1160 0.002 0.000 0.002 0.000 /usr/lib/python2.7/tarfile.py:182(nti) 5661 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/middleware.py:50(process_response) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/middleware.py:38(_batch_report) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:53(user_track) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:218(test_deletion_of_cookies_at_step_4) 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) 130 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/utils/mediatypes.py:14(media_type_matches) 87 0.000 0.000 0.002 0.000 /usr/lib/python2.7/httplib.py:379(__init__) 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) 444 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:284(_subx) 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) 9 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:246(__evaluate__) 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) 145 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaultfilters.py:42(_dec) 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) 2112 0.002 0.000 0.002 0.000 /usr/lib/python2.7/urllib.py:1054(_is_unicode) 21 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:118(_get_modulestore_for_courselike) 696 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/markup.py:14(HTML) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:117(test_request_context_caching) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:151(exception_validator) 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) 299 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:236(service) 1702 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/xml_module.py:124(_translate) 4330 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:89(validate_write_concern_params) 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__) 81 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/encoder.py:20(default) 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) 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) 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) 47 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_login.py:387(_assert_response) 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) 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) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:204(get_all_content_thumbnails_for_course) 130 0.001 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) 7879 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) 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) 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/common/djangoapps/course_modes/models.py:188(all_modes_for_courses) 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) 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) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_runtime.py:40(_parsed_path) 11 0.000 0.000 0.002 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.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_transformers.py:65(test_transform) 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) 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) 164 0.000 0.000 0.002 0.000 /usr/lib/python2.7/httplib.py:562(close) 10 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:29(_mako_generate_namespaces) 4 0.000 0.000 0.002 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/models.py:19(log_action) 3949 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:26(__init__) 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) 1189 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:48(enable) 525 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:501(__str__) 85 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:252(_put_conn) 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) 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) 309 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:144(from_json) 546 0.002 0.000 0.002 0.000 /usr/lib/python2.7/unittest/case.py:903(assertMultiLineEqual) 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__) 256 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1060(raw_grader) 376 0.002 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) 384 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/edx-platform/common/djangoapps/course_modes/tests/test_models.py:435(test_expiration_datetime_explicitly_set_to_none) 54 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/colorama/ansitowin32.py:39(write) 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__) 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) 1824 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_blocks/transformers/user_partitions.py:187(_intersection) 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) 8 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:848(action_checkbox) 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) 29 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:236(get_certificates) 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__) 387 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:252(_prepare) 2500 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/canvas.py:317(type) 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) 294 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/context_processors.py:16(doc_url) 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__) 1629 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/middleware.py:196(get_username) 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__) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/student_view.py:3() 179 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:157(_locals) 2385 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:115(__unicode__) 333 0.002 0.000 0.002 0.000 /usr/lib/python2.7/optparse.py:610(_set_attrs) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:40(test_too_many_arguments) 1245 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:359(create_variable_node) 88 0.001 0.000 0.002 0.000 /usr/lib/python2.7/httplib.py:903(putrequest) 343 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:833(runtime) 126 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/models.py:200(__unicode__) 190 0.000 0.000 0.002 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) 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) 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() 6 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/registration/activation_complete.html.py:27(_mako_generate_namespaces) 208 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:215(is_excluded_asset_type) 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) 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__) 259 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:504(stack_calls) 99 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/models.py:42(get_value) 171 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/user_service.py:22(__init__) 2703 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1106(_is_started) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:127(get_context_for_path) 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() 8 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:170() 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) 2356 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) 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) 9 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:256(_task_from_fun) 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__) 6 0.000 0.000 0.002 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.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/common/djangoapps/terrain/stubs/tests/test_edxnotes.py:354(_get_notes) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/serializers.py:857(update) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:366(test_notifications_enabled) 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) 126 0.000 0.000 0.002 0.000 /usr/lib/python2.7/UserList.py:84(extend) 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) 6491 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) 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) 163 0.002 0.000 0.002 0.000 /usr/lib/python2.7/socket.py:280(close) 5 0.000 0.000 0.002 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.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:57(test_is_comprehensive_theming_enabled) 5886 0.002 0.000 0.002 0.000 /usr/lib/python2.7/inspect.py:926(is_assigned) 6500 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:244() 1671 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/factories.py:105(groups) 289 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:259(get_expire_at_browser_close) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:278(test_config_missing) 1525 0.002 0.000 0.002 0.000 /usr/lib/python2.7/string.py:310(join) 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) 54 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/colorama/ansitowin32.py:139(write) 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) 2457 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:87(validate_integer) 8 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:476(render) 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) 1 0.002 0.002 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/import.py:3() 42 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filters.py:79(filter) 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) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:104(transform) 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) 46 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:159(django_to_webob_request) 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) 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) 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) 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) 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__) 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) 659 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:506(__eq__) 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) 4470 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:915(_try_iter) 672 0.001 0.000 0.002 0.000 /usr/lib/python2.7/string.py:601(get_value) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:216(freeze_time) 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) 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) 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) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:122(test_password) 2 0.000 0.000 0.002 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/base.html.py:60(render_content) 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) 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) 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) 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) 130 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/cookies.py:20(_get_cookie_settings) 207 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1350(_check_fix_default_value) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_events.py:52(test_unicode) 10 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2054(_cert_name) 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) 141 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:26(__call__) 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) 71 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:907(_build_remove_filters) 45 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:72(__len__) 8 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:30(_mako_inherit) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/mongodb.py:21(__init__) 1 0.000 0.000 0.002 0.002 /usr/lib/python2.7/ConfigParser.py:310(readfp) 3 0.000 0.000 0.002 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:75(render_content) 54 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/colorama/ansitowin32.py:156(write_and_convert) 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/lms/djangoapps/notification_prefs/views.py:63(encrypt) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:881(get_child) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/0001_initial.py:2() 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__) 1 0.001 0.001 0.002 0.002 /usr/lib/python2.7/ConfigParser.py:464(_read) 154 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:33(wrap_fragment) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/tests/test_views.py:29(test_staff_permission_required) 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) 7576 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py:244() 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2111(create_xblock) 60 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:426(__hash__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/api.py:340(add_user_milestone) 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) 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) 3990 0.002 0.000 0.002 0.000 /usr/lib/python2.7/gettext.py:219(ugettext) 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__) 72 0.000 0.000 0.002 0.000 /usr/lib/python2.7/argparse.py:2020(_match_argument) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/freezegun/api.py:140(__init__) 1 0.000 0.000 0.002 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:31(_mako_inherit) 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) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:1() 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/data.py:407(create_user_milestone) 924 0.002 0.000 0.002 0.000 /usr/lib/python2.7/importlib/__init__.py:6(_resolve_name) 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) 312 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2253(_must_skip) 179 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:168(split) 160 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:198() 1 0.001 0.001 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:939(generate_altered_options) 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() 10 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:360(mock_requests_get) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_manager.py:134(test_get_transformed_with_starting_block) 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) 53 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/base.py:85(_loaded_messages) 42 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadhandler.py:189(file_complete) 7 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:784(setUp) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:663(get_fields) 1 0.000 0.000 0.002 0.002 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:128(render_content) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query.py:552(update) 48 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:55(__init__) 6 0.000 0.000 0.002 0.000 /usr/lib/python2.7/_strptime.py:244(pattern) 4138 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_countries/fields.py:220(get_internal_type) 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) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_course_index.py:446(_verify_deprecated_info) 1345 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/path.py:116(abspath) 305 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:319(basename) 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__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:204(test_discussion_id_map) 2 0.000 0.000 0.002 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:86(render_content) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:191(get_all_orgs) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/0001_initial.py:9(Migration) 10 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:143(__new__) 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) 336 0.000 0.000 0.002 0.000 /usr/lib/python2.7/rfc822.py:300(getheaders) 679 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:228(jsonize_grader) 972 0.002 0.000 0.002 0.000 /usr/lib/python2.7/StringIO.py:119(read) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:311(test_error_from_mobile_app) 190 0.000 0.000 0.002 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) 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) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1106(render_change_form) 4 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:31(_mako_generate_namespaces) 12 0.000 0.000 0.002 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.002 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:786(delete_draft_only) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:160(test_request_with_user) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:179(test_server_track_with_middleware) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:217(test_discussion_id_map_missing) 1921 0.002 0.000 0.002 0.000 /usr/lib/python2.7/ConfigParser.py:657(_interpolate) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/oauth_dispatch/adapters/dop.py:54(get_access_token) 1 0.001 0.001 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dealer/contrib/django/staff.py:1() 279 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:236(timedelta_to_string) 2652 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/smartif.py:188(next_token) 51 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_metadata_utils.py:18(clean_course_key) 3652 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/member.py:100(is_arbiter) 162 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1401(stop) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:105(test_create_no_user_id) 18 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/password_policy_validators.py:54(validate_password_complexity) 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) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1583(_get_non_orphan_parents) 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__) 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:37(mock_render_to_response) 2520 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:298(get_definition_id) 1727/1207 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:47(rstrip_last_element) 91 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/masquerade.py:158(is_masquerading_as_student) 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_linkedin.py:32(test_linked_in_url) 2 0.000 0.000 0.002 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:153(render_content) 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) 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) 9 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:117(setUp) 84 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/html.py:179(handle_startendtag) 71 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/models.py:187(cohorted_discussions) 181 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1452(_check_unique_together) 1297 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/client.py:163() 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) 37 0.001 0.000 0.002 0.000 /usr/lib/python2.7/threading.py:647(__init__) 189 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:206(__repr__) 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) 509 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1408(_get_target) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_api.py:1127(test_get_credit_requests_no_requests) 53 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/models/course_details.py:38(__init__) 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) 164 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:130(get_default) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:341(match_text) 97 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader.py:142(_engine_list) 1391 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:60(ascii) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/mobile_utils.py:43(is_request_from_mobile_web_view) 2 0.000 0.000 0.002 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.002 0.000 /usr/lib/python2.7/tarfile.py:1267(_proc_member) 2 0.000 0.000 0.002 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:221(render_requirejs) 87 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:147(encode) 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) 604 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:1940(get_attname_column) 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) 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) 123 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader_tags.py:24(add_blocks) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/tests/test_logs.py:106(test_populated_post) 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) 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) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:213(test_cant_update_cookie_at_step_3_error) 272 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/hooks.py:17(default_hooks) 12 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:21(setUp) 2 0.001 0.000 0.002 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/loader.py:137(loadTestsFromDir) 2427 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1145(_drop_database) 46 0.000 0.000 0.002 0.000 /usr/lib/python2.7/optparse.py:1368(parse_args) 183 0.002 0.000 0.002 0.000 /usr/lib/python2.7/tarfile.py:972(get_info) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_safe_cookie_data.py:118(test_verify_expired_signature) 2790 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:410(prepend_token) 40 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django_filters/filterset.py:62(get_declared_filters) 115 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:432(items) 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) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:120(push_course_update_task) 15 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tempdir.py:9(mkdtemp_clean) 34 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_exporter.py:185(get_key) 256 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2028(__eq__) 379 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/binary.py:156(__new__) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:387(test_create_account_invalid_username) 4489 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:365(encoding) 7 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/teams/plugins.py:18(is_enabled) 4984 0.002 0.000 0.002 0.000 /usr/lib/python2.7/collections.py:349() 136 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:138(allowed_methods) 515 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/common.py:905(_get_wc_override) 3 0.000 0.000 0.002 0.001 /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) 2468 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:319(setup_pk) 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) 181 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/base.py:1322(_check_id_field) 8 0.000 0.000 0.002 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:115(render_requirejs) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/testcases.py:1221(setUpClass) 11 0.000 0.000 0.002 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/split_test_author_view.html.py:18(render_body) 49 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1600(__init__) 286 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:213(_string_concat) 84 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/fuzzy.py:110(fuzz) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_models.py:121(test_update_user_preference) 19 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:48(__str__) 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) 51 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:143(__new__) 1128 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:28(__exit__) 53 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/uploadedfile.py:92(__init__) 20 0.000 0.000 0.002 0.000 /usr/lib/python2.7/textwrap.py:343(wrap) 4344 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/backends/base/base.py:316(validate_no_atomic_block) 148 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/decorators.py:98(_decorator) 526 0.001 0.000 0.002 0.000 /usr/lib/python2.7/cookielib.py:1196(deepvalues) 9 0.001 0.000 0.002 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/video.html.py:21(render_body) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:300(clone) 19 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/widgets.py:51(render) 844 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:875(__hash__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/__init__.py:31(new) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:310(_clone) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/django.py:77(send) 1298 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:323(_check_authorized) 3500 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:394() 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:220(new) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:173(test_get_template_path) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/views.py:1006(get_queryset) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/tests/test_api.py:66(test_get_prerequisite_milestone_returns_none) 107 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/masquerade.py:141(get_course_masquerade) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:210(_get_singleton) 294 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/context_processors.py:5(messages) 297 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/utils.py:84(__init__) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_edx_api_utils.py:40(_mock_programs_api) 6 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:373(__init__) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/migrations/0001_initial.py:11(Migration) 379 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:317(__init__) 21 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:836(__deepcopy__) 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:139(__init__) 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:127(save_model) 1048 0.002 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:44(to_json) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:157(__init__) 1255 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:1937(get_attname) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:83(__init__) 45 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/session.py:23(_get) 1698 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/stat.py:55(S_ISLNK) 101 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:51(assertHttpOK) 3 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/heartbeat/views.py:12(heartbeat) 57/55 0.000 0.000 0.002 0.000 /usr/lib/python2.7/email/header.py:288(_split) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:92(test_any_user_has_partial_access) 2 0.000 0.000 0.002 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/authentication.py:27(enforce_csrf) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/common/djangoapps/student/helpers.py:195(auth_pipeline_urls) 41 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/dateformat.py:364(format) 31 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:513(__init__) 117 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:31(load_function) 36 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:383(tools) 66 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/exceptions.py:134(message_dict) 5 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:410(submit_button_name) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_runtime.py:18(test_trailing_characters) 14 0.000 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/webob/request.py:845(params) 615 0.002 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/validators.py:31(set_context) 38 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:51(parse) 124 0.001 0.000 0.002 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:419(_not_authenticated) 1 0.000 0.000 0.002 0.002 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/migrations/0001_initial.py:2() 9 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1354(get_course_index_info) 340 0.001 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:2329() 4 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:377(test_create_account_invalid_password) 7 0.000 0.000 0.002 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:916(check_module_metadata_editability) 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) 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__) 442 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:142(update) 1216 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:1035(to_python) 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) 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) 521 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:573(module) 747 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/stat.py:49(S_ISREG) 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) 119 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:236(get_project_root_name) 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) 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/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:125(setUp) 145 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:1280(_proc_builtin) 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) 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) 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) 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/djangoapps/contentstore/management/commands/tests/test_force_publish.py:32(test_invalid_course_key) 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) 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) 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) 161 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:91(organizations_enabled) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_create_account.py:48(setUp) 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) 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) 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) 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/openedx/core/djangoapps/credit/tests/test_views.py:327(setUpClass) 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__) 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__) 36 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:261(_get_default_search) 111 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:110(get_static_path_from_location) 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) 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/openedx/core/djangoapps/credit/tests/test_api.py:895(test_get_credit_providers_details) 10 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:107(render_title) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/forms.py:32(clean_course_key) 36 0.001 0.000 0.001 0.000 /usr/lib/python2.7/ctypes/__init__.py:49(create_string_buffer) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:85(render_viewcontent) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/helpers.py:234(get_next_url_for_login_page) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_reindex_courses.py:118(test_fail_fast_if_reindex_fails) 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) 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) 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) 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__) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/src/pygeoip/pygeoip/__init__.py:127(_setup_segments) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_api.py:15(test_released_languages) 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:49(auth) 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) 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) 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() 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/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:106(assert_invalid_session_id) 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) 2833 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/contentserver/test/test_contentserver.py:41(get_versioned_asset_url) 2072 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:355(normalize_structure_key) 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__) 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) 88 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:303(age) 91 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/masquerade.py:150(get_masquerade_role) 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) 4 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:229(render_requirejs) 29 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_courseware_index.py:141(searcher) 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) 7252 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) 61 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:453(_get_location_info) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:525() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_force_publish.py:24(test_no_args) 371 0.000 0.000 0.001 0.000 /usr/lib/python2.7/StringIO.py:68(next) 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() 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) 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/edx-platform/common/djangoapps/course_modes/tests/test_models.py:65(test_modes_for_course_empty) 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) 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/openedx/core/lib/api/tests/test_permissions.py:59(test_any_user_has_no_access) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/recorder.py:39(migration_qs) 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) 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) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/formats.py:94(get_format_modules) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/tests.py:363(test_notifications_defaults) 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) 88 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:618(value) 2 0.001 0.001 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) 36 0.001 0.000 0.001 0.000 /usr/lib/python2.7/SocketServer.py:423(server_bind) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_transformers.py:57(test_collect) 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) 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) 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) 568 0.001 0.000 0.001 0.000 /usr/lib/python2.7/StringIO.py:139(readline) 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/cms/djangoapps/contentstore/views/tests/test_certificates.py:268(test_lms_link_for_certificate_web_view) 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__) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:96(get_template_loaders) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/data.py:25() 386 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:217(__init__) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/engine.py:104(find_template_loader) 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:47(test_nonexistent_user_email) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_delete_orphans.py:17(test_no_args) 1138 0.001 0.000 0.001 0.000 /usr/lib/python2.7/argparse.py:836(__call__) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:291(delete_course_index) 1238 0.001 0.000 0.001 0.000 /usr/lib/python2.7/argparse.py:2055(_parse_optional) 249 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:805(assertNotIn) 8 0.000 0.000 0.001 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.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_middleware.py:68(test_anchoring_of_patterns_at_beginning) 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__) 16 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:131(POST) 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) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:332(__die) 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) 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) 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) 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__) 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) 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() 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_builtin/xblock_discussion/tests.py:66(_construct_xblock_mock) 378 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/field_data.py:111(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/organization.py:18(get) 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) 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__) 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__) 17 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/signature.py:45(signature) 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) 46 0.001 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:1319(get_default_values) 190 0.001 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) 328 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:932(__init__) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/tests/test_create_course.py:37(test_nonexistent_user_email) 1589 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) 227 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:151(_regex) 1125 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:253(__init__) 9 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:30(_mako_generate_namespaces) 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) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/elastic.py:1() 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) 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) 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__) 203 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/mixin.py:20(from_json) 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) 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) 1157 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/compat.py:68(u) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:142(test_save_unjsonable_subs_to_store) 51 0.001 0.000 0.001 0.000 /usr/lib/python2.7/base64.py:142(b32encode) 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) 5001 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:888(state) 496 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:157(to_json) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/views.py:51(is_enabled) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1489(close_cursor) 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) 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() 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__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/migrations/0001_initial.py:9(Migration) 9 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/task.py:353(bind) 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) 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) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/testutil.py:185(setUp) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:55(get_old_style_versioned_asset_url) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1425(enrollment_mode_for_user) 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) 35/5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:1178(_deepcopy) 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) 441 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) 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) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:643(_import_field_content) 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__) 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) 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__) 3429 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformer.py:46(collect) 7 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/cache_utils.py:101(zunpickle) 38 0.001 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) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:151(find) 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) 781 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/datastructures.py:406(_iteritems) 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) 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) 314 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:109(__exit__) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor_manager.py:43(close) 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/openedx/core/djangoapps/catalog/tests/test_utils.py:168(test_config_missing) 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) 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:215(deserialize_certificate) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/testutil.py:57(setUp) 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) 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__) 4403 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) 152 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1138(cohorted_discussions) 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) 167 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:294(__init__) 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) 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) 210 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:3062(reference_block_id) 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) 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/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:108(test_success_no_session_and_user) 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) 150/47 0.001 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) 3 0.001 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) 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) 72 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) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1504(kill_cursors) 12 0.000 0.000 0.001 0.000 /usr/lib/python2.7/BaseHTTPServer.py:232(parse_request) 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) 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__) 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:99(test_create_invalid_session_id) 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__) 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) 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) 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) 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/openedx/core/djangoapps/cors_csrf/tests/test_authentication.py:25(test_perform_csrf_referer_check) 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) 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) 10 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:1013(scope_key) 763 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/src/codejail/codejail/jail_code.py:87(set_limit) 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) 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) 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) 1070 0.001 0.000 0.001 0.000 /usr/lib/python2.7/argparse.py:1160(__init__) 1162 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:20(__enter__) 1117 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) 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) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_import_export.py:309(_edx_platform_tar) 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) 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) 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) 300 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:286(to_json) 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/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:105(test_course_info_to_ccxcon_no_valid_course_key) 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__) 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) 444 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:264(_compile_repl) 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) 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) 1832 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:97(__getitem__) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:472(relpath) 2919 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:235(tearDown) 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) 248 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:697(auto_id) 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) 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__) 1623 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:279() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:534() 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) 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) 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) 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) 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) 135 0.001 0.000 0.001 0.000 /usr/lib/python2.7/weakref.py:105(__setitem__) 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) 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) 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() 28 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:717(seek) 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__) 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) 49 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tempfile.py:424(close) 752 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:159(escape) 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) 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__) 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) 24 0.000 0.000 0.001 0.000 /usr/lib/python2.7/subprocess.py:1173(pipe_cloexec) 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) 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() 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) 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) 161 0.000 0.000 0.001 0.000 /usr/lib/python2.7/httplib.py:841(close) 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) 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__) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:816(closed) 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) 168 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:801(is_feature_enabled) 189 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1461(__repr__) 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) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:117(__init__) 490 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/request.py:70(_hasattr) 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) 167 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/errortracker.py:24(make_error_tracker) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/poll_module.py:108(dump_poll) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_django_utils.py:43(test_cache_reset_1) 1803 0.001 0.000 0.001 0.000 /usr/lib/python2.7/Queue.py:237(_qsize) 72 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/files/base.py:17(__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) 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) 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() 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) 113 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:147(clean) 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) 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) 27 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:91(assert_event_emitted) 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() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:571() 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) 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) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:479(relpathto) 1158 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/runtime.py:188(__init__) 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() 11 0.001 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/dark_lang/preview_lang_include.html.py:20(render_body) 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) 223 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/objectid.py:285(__repr__) 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) 1496 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/member.py:92(is_primary) 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) 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/cms/lib/xblock/test/test_runtime.py:49(test_handler_name) 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) 1328 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/plugin.py:140() 12 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:368(render_requirejs) 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) 4475 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:460(__init__) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:4() 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:2404(validate_new_email) 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) 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) 338 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/middleware.py:478(controlled_logging) 572 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:222() 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/management/commands/tests/test_reindex_courses.py:48(test_given_no_arguments_raises_command_error) 4590 0.001 0.000 0.001 0.000 /usr/lib/python2.7/StringIO.py:38(_complain_ifclosed) 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__) 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) 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() 24 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:581(render_title) 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) 41 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/dateformat.py:33(format) 2015 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:962(assertIsInstance) 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) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:612(to_string) 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) 89 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:324(__init__) 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) 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) 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) 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) 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/djangoapps/contentstore/management/commands/tests/test_create_course.py:32(test_nonexistent_user_id) 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) 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) 127 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:200(__init__) 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) 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) 584 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:236() 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:369(build_error_response) 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) 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) 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) 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) 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) 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) 333 0.001 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:589(_set_opt_strings) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1334(unenroll) 43 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:598() 29 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/404.html.py:103(render_title) 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) 2807 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:289(create_usage) 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/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:541(test_youtube_good_result) 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) 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) 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/lib/xblock/test/test_runtime.py:44(test_suffix) 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) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:116(local_resource_url) 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) 2 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:635(setUp) 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) 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) 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) 489 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) 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__) 36 0.000 0.000 0.001 0.000 /usr/lib/python2.7/SocketServer.py:201(__init__) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/migrations/0001_initial.py:12(Migration) 42 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) 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__) 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) 1098 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:322(_apply_incoming_manipulators) 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) 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) 75 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2078(__ne__) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:324(stream_data_in_range) 85 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:162(register_hook) 55 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/header.py:145(__init__) 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) 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) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_transcripts.py:340(tearDown) 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) 526 0.001 0.000 0.001 0.000 /usr/lib/python2.7/cookielib.py:1191(vals_sorted_by_key) 11 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/openedx/core/djangoapps/oauth_dispatch/tests/test_dot_overrides.py:26(test_authenticate_with_username) 403 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1783(_key) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:1() 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) 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) 172 0.001 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) 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) 60 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/__init__.py:354(__setstate__) 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) 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() 698 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:202(__setattr__) 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) 25 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:577(end) 5 0.000 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:1004(assertNotRegexpMatches) 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__) 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/djangoapps/cors_csrf/tests/test_authentication.py:30(test_skip_csrf_referer_check) 1190 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py:105(__init__) 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) 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) 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() 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__) 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) 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) 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__) 1098 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py:327(_apply_incoming_copying_manipulators) 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/common/djangoapps/student/tests/test_authz.py:36(test_creator_group_enabled_but_empty) 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__) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/xmodule_django/models.py:188(__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) 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) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:308(_get_render_context) 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) 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) 25 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:130(chain) 931 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:232() 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1309(clean_id) 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) 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) 101 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/track/tests/test_middleware.py:116(test_multiple_forward_for_header_ip_context) 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) 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) 2926 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/result.py:126(addSuccess) 78 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:214(preflight) 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) 46 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/django/request.py:71(querydict_to_multidict) 45 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/messages/storage/session.py:45(deserialize_messages) 55 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/header.py:339(_encode_chunks) 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:33(_mako_inherit) 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) 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) 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) 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) 25 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1425(end_request) 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) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:34() 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) 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__) 1959 0.001 0.000 0.001 0.000 /usr/lib/python2.7/ConfigParser.py:373(optionxform) 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) 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) 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) 55 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/encoders.py:63(encode_7or8bit) 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) 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) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:215() 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) 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) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:520(delete_course_index) 46 0.000 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:366(__init__) 54 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/colorama/ansitowin32.py:172(write_plain_text) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/middleware.py:45(EmbargoMiddleware) 120 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:147() 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) 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) 1158 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) 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__) 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) 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) 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) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:140(render_content) 26 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:81(IPNetwork) 1622 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) 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__) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/tests/test_http.py:89(setUp) 1242 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1173() 20 0.000 0.000 0.001 0.000 /usr/lib/python2.7/textwrap.py:115(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:287(test_orphan_has_no_source) 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) 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) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:853(answer_available) 45 0.000 0.000 0.001 0.000 /usr/lib/python2.7/HTMLParser.py:132(set_cdata_mode) 230 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:28(__init__) 151 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/__init__.py:67(__init__) 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) 15 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:43(_get_request_value) 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) 2 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:33(_assert_courses_in_overview) 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) 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) 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) 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) 101 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/encoding.py:42() 25 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/member.py:167(end_request) 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) 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) 1885 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:173(nts) 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() 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) 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) 504 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:403(iteritems) 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) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:32(_mako_inherit) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/migrations/0001_initial.py:2() 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) 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) 25 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1381(start_request) 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) 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) 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) 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) 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/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:113(test_parse_error_at_step_1) 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/track/tests/test_middleware.py:30(test_normal_request) 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/user_api/migrations/0001_initial.py:12(Migration) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:98(test_with_current_request) 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__) 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__) 31 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:443(normalize_structure_key) 114 0.000 0.000 0.001 0.000 /usr/lib/python2.7/random.py:238(randint) 4827 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:196() 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() 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() 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) 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) 2944 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:231(setUp) 84 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/sessions.py:91(resolve_redirects) 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/openedx/core/djangoapps/content/course_structures/tests.py:116(test_ordered_blocks) 73 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:413(__contains__) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:39(test_custom_separator) 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) 25 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:399(end_request) 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() 21 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1177(update_tab) 177 0.001 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:330(render_modal_placeholder) 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) 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) 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() 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) 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) 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) 14 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:445(template_path) 83 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/JpegImagePlugin.py:182(DQT) 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__) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/paginators.py:79(paginate_search_results) 93 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:411(_mk_bitmap) 40 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:182(make_csv_dict) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/TiffTags.py:20() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/base.py:13() 1245 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:951(__init__) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/models.py:11(Note) 9 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:283(render_requirejs) 1106 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:582(__class__) 165 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:308(render_page_alert) 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) 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/user_tasks/migrations/0001_initial.py:3() 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) 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) 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/request_cache/tests.py:19(test_get_request_or_stub) 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) 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() 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() 169 0.001 0.000 0.001 0.000 /usr/lib/python2.7/random.py:175(randrange) 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) 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) 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) 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) 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) 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) 48 0.001 0.000 0.001 0.000 /usr/lib/python2.7/subprocess.py:1160(_set_cloexec_flag) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:315(get_feedback_form_context) 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() 16 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:733(render_requirejs) 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/edx-platform/common/djangoapps/track/views/tests/test_views.py:154(test_server_track) 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) 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) 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) 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__) 356 0.001 0.000 0.001 0.000 /usr/lib/python2.7/cookielib.py:864(__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) 107 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:98(local_random) 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) 9 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/helpers.py:396(_inner) 110 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:285(get_registration_extension_form) 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() 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) 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) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:85(is_collected_outdated) 177 0.001 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:286(render_view_notes) 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) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:128(render_requirejs) 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/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:551() 120 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/json_request.py:21(default) 18 0.000 0.000 0.001 0.000 /usr/lib/python2.7/logging/__init__.py:1025(getLogger) 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) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_utils.py:321(test_no_inheritance_for_orphan) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:859(heartbeat) 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) 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__) 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) 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) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0003_auto_20160404_1618.py:2() 486 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/__init__.py:65(__getattr__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/migrations/0001_initial.py:10(Migration) 1 0.001 0.001 0.001 0.001 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:1() 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.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) 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__) 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() 237 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:354(__getattr__) 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/cms/djangoapps/course_creators/tests/test_views.py:97(test_add_user_granted_staff) 46 0.001 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:200(__init__) 333 0.001 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:636(_check_type) 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) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/tests.py:218(verify_versions_are_different) 85 0.000 0.000 0.001 0.000 /usr/lib/python2.7/cookielib.py:1707(clear_expired_cookies) 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) 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) 85 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/utils.py:517() 1189 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1012(close_connections) 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/dealer/contrib/django/settings.py:1() 2313 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/structures.py:60() 156 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/views/generic/base.py:39(__init__) 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/edx-platform/common/djangoapps/track/tests/test_middleware.py:96(test_no_forward_for_header_ip_context) 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) 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) 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) 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) 84 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/forms.py:561(errors) 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) 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() 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) 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) 25 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/member.py:161(start_request) 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__) 69 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:53(register_backend) 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) 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) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/cookies.py:156(delete_logged_in_cookies) 104 0.001 0.000 0.001 0.000 /usr/lib/python2.7/json/decoder.py:34(errmsg) 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:17(__new__) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_transformers.py:32(add_mock_transformer) 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() 22 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:98(internal_api_url) 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__) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:131(render_content) 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) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1358(set_user_partitions_for_scheme) 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) 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) 6 0.000 0.000 0.001 0.000 /usr/lib/python2.7/random.py:91(__init__) 40 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:549() 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) 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) 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) 4 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:131(render_content) 115 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:361(__enter__) 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) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_runtime.py:31(_parsed_query) 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) 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) 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) 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) 24 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:248() 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) 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) 2506 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/result.py:883(result) 85 0.000 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:747(__read) 6 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/component.html.py:28(render_body) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/finders.py:167(find_in_app) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py:866() 43 0.000 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:2131(extractfile) 35 0.000 0.000 0.001 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.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_tasks.py:20(test_update_ccxcon_task_ok) 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) 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) 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) 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__) 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__) 28 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/models.py:213(paths) 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__) 12 0.000 0.000 0.001 0.000 /usr/lib/python2.7/rfc822.py:122(readheaders) 180 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) 144 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:288(__init__) 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) 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) 11 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/header.py:334(_split_ascii) 25 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:388(start_request) 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) 54 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2280(__repr__) 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) 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) 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) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/migrations/0001_initial.py:2() 1320 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) 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) 4 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/problem-edit.html.py:18(_mako_get_namespace) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_optional_include_mako.html.py:16(_mako_get_namespace) 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) 96 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/utils.py:292(_get_non_gfk_field) 1162 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:52(_commit_removals) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:341(_ssl_dn_extract_info) 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) 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) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_optional_include_mako.html.py:22(_mako_generate_namespaces) 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) 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) 149 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:275(render_jsextra) 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/edx-platform/openedx/core/djangoapps/oauth_dispatch/tests/test_dop_adapter.py:54(test_get_client) 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) 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__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0003_auto_20160404_1618.py:9(Migration) 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:31(_mako_inherit) 105 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:617(is_student_password_reuse_restricted) 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) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_request.py:23(test_safe_get_host) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/utils.py:35(request_timer) 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) 915 0.001 0.000 0.001 0.000 /usr/lib/python2.7/Queue.py:240(_put) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:82(get_all_config) 80 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:640(to_tuple) 203 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/mixin.py:22() 858 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/translation/__init__.py:218() 2 0.000 0.000 0.001 0.000 /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/cms/djangoapps/course_creators/tests/test_views.py:92(test_add_user_unrequested_staff) 49 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:536(_track_activation) 3 0.001 0.000 0.001 0.000 /usr/lib/python2.7/random.py:100(seed) 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) 66 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:1440(__init__) 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) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:145(set_config_by_domain) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/service_status/test.py:14(setUp) 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) 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) 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) 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) 84 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:628(is_redirect) 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) 18 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:536(is_configured) 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) 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__) 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) 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) 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) 38 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:403(make_id_son) 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__) 127 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:107(add_dependency) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:83(get_all_config) 11 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/header.py:418(_split_ascii) 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() 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) 210 0.001 0.000 0.001 0.000 /usr/lib/python2.7/StringIO.py:95(seek) 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) 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) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1968(heartbeat) 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/util/tests/test_sandboxing.py:16(test_sandbox_exclusion) 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) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:200(is_configured) 1098 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:168(stn) 314 0.001 0.000 0.001 0.000 /usr/lib/python2.7/unittest/case.py:101(__init__) 26 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1278(__init__) 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:143(render_content) 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) 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) 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() 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) 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) 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) 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) 528 0.001 0.000 0.001 0.000 /usr/lib/python2.7/collections.py:375() 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) 170 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:55(get_detail_view_name) 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) 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/0007_courseoverviewimageconfig.py:2() 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) 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) 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/exceptions.py:83(__init__) 22 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/url_utils.py:7(quote_slashes) 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) 116 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_memcache.py:109(_is_valid_key) 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) 342 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/UserDict.py:57(items) 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) 55 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/header.py:233(append) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:64(test_django_simple_settings) 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) 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__) 1 0.000 0.000 0.001 0.001 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/index.html.py:31(_mako_inherit) 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) 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) 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__) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/forms.py:75(_valid_ip_addresses) 42 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/preview.py:257(_is_xblock_reorderable) 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() 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) 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) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:33(_mako_inherit) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:367(course_filter) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:231(get_view_description) 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() 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) 55 0.001 0.000 0.001 0.000 /usr/lib/python2.7/email/message.py:62(_parseparam) 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) 28 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1395(__init__) 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) 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) 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/util/tests/test_memcache.py:67(test_safe_key_unicode) 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) 147 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:154(xblock_primary_child_category) 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) 41 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/templatetags/i18n.py:60(render) 4 0.001 0.000 0.001 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/status_span.html.py:16(render_body) 953 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/base.py:9(__init__) 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() 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) 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) 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) 179 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/charset.py:332(encoded_header_len) 6 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:18(_mako_get_namespace) 4 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/problem-edit.html.py:24(_mako_generate_namespaces) 1088 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/_binary.py:52(i16be) 901 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:2422(_check) 145 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:306() 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:415(__eq__) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/api_jws.py:130(_load) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:48(__iadd__) 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) 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__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/models.py:158(save) 75 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:505(_set_request_state) 86 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:1172(_set_queryset) 250 0.000 0.000 0.001 0.000 /usr/lib/python2.7/collections.py:149(pop) 54 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) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:143(get_backend) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/sandboxing.py:8(can_execute_unsafe_code) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:45(test_get_value) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/models.py:1099(invalidate_deadline_caches) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0001_initial.py:2() 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__) 564 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2286(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/loader.py:332(detect_conflicts) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:418(test_fail_bad_subs_filedata) 414 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangolib/js_utils.py:12(_escape_json_for_js) 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/common/djangoapps/util/tests/test_submit_feedback.py:308(test_get_request) 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) 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) 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) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:85(assert_no_events_were_emitted) 333 0.001 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:679(_check_dest) 6 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/views.py:41(get_view_description) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/migrations/0001_initial.py:2() 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tasks.py:78(deserialize_fields) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/database.py:204(clear_cache) 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) 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:33(_mako_inherit) 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) 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) 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) 14 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/mock_search_engine.py:111(_process_query_string) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:101(_reload_backends) 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() 372 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:1539() 71 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:115(has_configuration_set) 62 0.001 0.000 0.001 0.000 /usr/lib/python2.7/json/decoder.py:302(__init__) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:182(test_ignore_redirect_from_json) 291/16 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:51(add_path_info) 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__) 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:1422(_check_index_together) 1162 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:16(__init__) 962 0.001 0.000 0.001 0.000 /usr/lib/python2.7/urlparse.py:323(_is_unicode) 1001 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1303(tag) 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) 14 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/forms.py:66(_is_valid_ip) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0007_courseoverviewimageconfig.py:9(Migration) 1163 0.001 0.000 0.001 0.000 /usr/lib/python2.7/argparse.py:2277(_check_value) 82 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:693(close_connections) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:650(assert_enrollment_event_was_emitted) 3 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:29(_mako_inherit) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:396(test_fail_bad_subs_type) 16 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:134(render_title) 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) 1923 0.001 0.000 0.001 0.000 /usr/lib/python2.7/ConfigParser.py:567(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0004_auto_20151113_1457.py:10(Migration) 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) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:424(relpath) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:963(get_courses) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/migrations/0001_initial.py:9(Migration) 24 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:174(__mod__) 6 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:24(_mako_generate_namespaces) 30 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/options.py:1000(get_preserved_filters) 7 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:169(assign_id) 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:42(_set_name) 46 0.000 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:933(__init__) 109 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:1319(get_db_prep_value) 410 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/annotator_mixin.py:42(handle_entityref) 86 0.001 0.000 0.001 0.000 /usr/lib/python2.7/httplib.py:736(__init__) 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() 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) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/managers.py:44(delete) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_url_utils.py:27(test_inverse) 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() 78 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:273(cleaned_extended_profile) 1019 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/hashers.py:224(must_update) 979 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/context.py:192(get) 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) 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/edx-platform/common/djangoapps/edxmako/tests.py:149(test_render_to_string_when_no_global_context_cms) 4 0.000 0.000 0.001 0.000 /usr/lib/python2.7/email/charset.py:347(header_encode) 20 0.000 0.000 0.001 0.000 /usr/lib/python2.7/textwrap.py:316(wrap) 514 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:835(to_representation) 227 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:44(__setitem__) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tracker.py:37(_initialize_backends_from_django_settings) 22 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/accounts/api.py:486(_validate_email) 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:116(create) 400 0.000 0.000 0.001 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.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_database.py:108(test_enable_microsites_pre_startup) 76 0.000 0.000 0.001 0.000 /usr/lib/python2.7/socket.py:216(makefile) 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__) 438 0.001 0.000 0.001 0.000 /usr/lib/python2.7/optparse.py:981(_check_conflict) 77 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:1079(__hash__) 406 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/multipartparser.py:412(__init__) 136 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/mixin.py:24(to_json) 24 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/test/utils.py:428(__enter__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/cache.py:33(create) 34 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:688(__repr__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/mongodb.py:77(_create_indexes) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:223(test_deletion_of_no_cookies_at_step_4) 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) 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) 215 0.001 0.000 0.001 0.000 /usr/lib/python2.7/urlparse.py:95(hostname) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:55(test_get_time_display_coerce) 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) 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() 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:287(_check_null_allowed_for_primary_keys) 25 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/proxy.py:88(_prepareErr) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_views.py:174(assert_mock_tracker_call_matches) 84 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/jwt/utils.py:21(base64url_encode) 40 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:85(__radd__) 1381 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/tzinfo.py:65(__str__) 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) 387 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/model_utils/models.py:56(add_status_query_managers) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simplejson/__init__.py:462(loads) 22 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:691(__contains__) 14 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/models.py:38(construct_instance) 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) 46 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srttime.py:81(__unicode__) 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) 105 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2082(__call__) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:38(run) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:75(_other_partitions) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/django_comment_client/utils.py:112(has_required_keys) 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) 32 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:24(_hasattr) 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) 21 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:1323(to_deprecated_list_repr) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_paginators.py:103(test_paginated_results_last_keyword) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1029(remove) 303 0.001 0.000 0.001 0.000 /usr/lib/python2.7/UserList.py:6(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:136(test_skip_if_not_secure) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/openassessment/assessment/migrations/0002_staffworkflow.py:2() 548 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:150(__getitem__) 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__) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:605(cycle) 1006 0.001 0.000 0.001 0.000 /usr/lib/python2.7/string.py:634(parse) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:175() 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:156(test_shortcuts) 404 0.001 0.000 0.001 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.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/test_cache.py:50(test_delete) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:604(redirect_with_get) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py:117(__init__) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/contenttypes/migrations/0001_initial.py:8(Migration) 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) 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) 399 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py:426(find_filter) 311 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:604() 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() 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_settings.py:35(setUp) 9 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:187() 644 0.001 0.000 0.001 0.000 /usr/lib/python2.7/rfc822.py:290(getheader) 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) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:249(_set_microsite_config) 504 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_module.py:273() 2 0.000 0.000 0.001 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/base.html.py:31(_mako_inherit) 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:97(_split_keys_v2) 11 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:381(iterate_displayable) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/password_policy_validators.py:100(validate_password_dictionary) 16 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/exceptions.py:142(messages) 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() 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:436(copy) 87 0.000 0.000 0.001 0.000 /usr/lib/python2.7/httplib.py:532(_check_close) 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:919(generate_altered_index_together) 49 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/query_utils.py:67(__and__) 1248 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/tz_util.py:47(dst) 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__) 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) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_middleware.py:204(test_update_cookie_data_at_step_3) 36 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:72(assign_id) 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) 4 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/safe_sessions/tests/test_utils.py:116(assert_logged_for_request_user_mismatch) 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) 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) 301 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:135(__eq__) 15 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:118(to_json) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:360(disable_credit_requirements) 2 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:208(test_get_js_dependencies) 665 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:1100() 454 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:154() 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_url_utils.py:31(test_escaped) 10 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:291(abspath) 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) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export.py:21(add_arguments) 8 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:76(_decode_v2) 139 0.001 0.000 0.001 0.000 /usr/lib/python2.7/tarfile.py:2293(chown) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:468(should_show_save_button) 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:66(_unique_partition_id) 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:216(__init__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:79(test_secret_mismatch) 46 0.000 0.000 0.001 0.000 /usr/lib/python2.7/urlparse.py:364(parse_qs) 15 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:56(setUp) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/test.py:110(request) 254 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/Image.py:752(load) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py:1() 35 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:202(__eq__) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/migrations/0001_initial.py:2() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:610(test_convert_sjson_to_txt) 36 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:83(assign_group_ids) 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/http/request.py:395(__deepcopy__) 14 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/tests.py:617(assert_user_setting_event_emitted) 168 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:2472(_get_m2m_db_table) 85 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/util/connection.py:96(_set_socket_options) 510 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/yaml/tokens.py:91(__init__) 1166 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:104() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:62(test_request_cached_with_caches_despite_changing_wrapped_result) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/tests.py:44(test_is_marketing_link_set) 49 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1680(__exit__) 50 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:267(generate_int_id) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:53(test_logs_errors) 13 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/permissions.py:155(has_permission) 19 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/simplejson/decoder.py:367(decode) 924 0.001 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:288(__contains__) 16 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/edit_info.py:26(subtree_edited_by) 3 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/import_export.py:448(send_tarball) 1002 0.001 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/options.py:414() 12 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/httpretty/core.py:801(match_uriinfo) 93 0.000 0.000 0.001 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:248(enforce_type) 5 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/asides.py:308(__init__) 126 0.000 0.000 0.001 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/graph.py:101(add_node) 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:89(test_disabled_http_request) 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) 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() 1 0.000 0.000 0.001 0.001 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/0001_initial.py:8(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:145(test_verify_incorrect_key_salt) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:26(__init__) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/base64mime.py:64(header_encode) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:83(__init__) 901 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/fields.py:357(validators) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/paginators.py:57(get_paginated_response) 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) 327 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:62(ToASCII) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:536(CourseAboutSearchIndexer) 72 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:430(id_from_descriptor) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1006(_delete) 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__) 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__) 104 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:142(delete) 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) 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) 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__) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:283(render_requirejs) 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) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:35(_mako_inherit) 708 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/compressors/__init__.py:42(__init__) 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:428(_create_message) 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) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:368(get_progress) 424 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/structures.py:59(__iter__) 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) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:129() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/forms.py:95(clean_whitelist) 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) 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) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/parsers.py:54(parse) 305 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:71(__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) 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) 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) 708 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/compilers/__init__.py:21(__init__) 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) 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) 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) 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) 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) 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) 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() 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:42(add_arguments) 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) 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) 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) 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) 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) 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) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:799(__init__) 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__) 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) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformers.py:143(_transform_without_filters) 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__) 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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:226(__init__) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/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/staticfiles/storage.py:32(__init__) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/utils.py:75(fix_eols) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locator.py:896(make_relative) 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) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/migrations/0002_artifact_file_storage.py:3() 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) 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/common/djangoapps/course_action_state/migrations/0001_initial.py:10(Migration) 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) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:450(splitall) 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) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:247(has_usable_password) 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) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/memcache.py:10(fasthash) 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) 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) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:229(formatError) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/mongodb.py:89(send) 428 0.000 0.000 0.000 0.000 /usr/lib/python2.7/rfc822.py:202(isheader) 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/user_dropdown.html.py:94(render_navigation_dropdown_menu_links) 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) 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() 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) 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) 78 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1599() 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) 88 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:19(_url_replace_regex) 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__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0006_logoutviewconfiguration.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:219(test_set_cross_domain_cookie) 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) 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) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/safe_lxml/safe_lxml/etree.py:23(__init__) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursegraph/management/commands/tests/utils.py:97(select) 734 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:139(__delitem__) 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) 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1636(__enter__) 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) 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:27(Migration) 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) 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) 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) 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() 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) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:1108(_get_handles) 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) 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) 2/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:5() 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) 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__) 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/edxmako/tests.py:56(test_is_any_marketing_link_set) 5 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/problem_ajax.html.py:16(render_body) 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() 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) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:30(_mako_generate_namespaces) 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__) 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__) 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__) 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/edx-platform/openedx/core/djangoapps/external_auth/migrations/0001_initial.py:8(Migration) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/change_enrollment.py:138(report) 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) 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) 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:2() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_models.py:21(setUp) 344 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:257(addheader) 77 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:218(_active_records) 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) 79 0.000 0.000 0.000 0.000 /usr/lib/python2.7/socket.py:250(__init__) 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__) 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__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:141(test_usual_strftime_behavior) 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) 70 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:19(__init__) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/gating/api.py:46(_validate_min_score) 24 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/quoprimime.py:73(header_quopri_len) 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) 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__) 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) 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) 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) 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__) 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) 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) 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) 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__) 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/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:201(test_skip_if_referer_no_protocol) 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__) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:439(storage_service_key) 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__) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/PIL/GimpPaletteFile.py:17() 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) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/models.py:46(deconstruct) 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) 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) 95 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:319(render_header_extras) 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) 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) 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__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:130(render_content) 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) 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__) 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) 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__) 1161 0.000 0.000 0.000 0.000 /usr/lib/python2.7/markupbase.py:41(getpos) 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) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:87(setUp) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_info_model.py:150(_get_index) 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/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/djangoapps/cors_csrf/tests/test_middleware.py:172(test_skip_if_not_cross_domain) 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__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py:292(render) 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() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/migrations/0001_initial.py:7(Migration) 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) 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) 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) 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) 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) 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/local/lib/python2.7/site-packages/django/db/migrations/autodetector.py:1005(generate_altered_managers) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:74(get_all_orgs) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:160(get_used_ids) 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) 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) 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) 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) 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:119(render_title) 346 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/base.py:35(__new__) 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1442(default) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/transcripts_ajax.py:296(_transcripts_logic) 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) 437 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:405() 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/openedx/core/lib/block_structure/tests/test_factory.py:38(test_from_cache) 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) 310 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/common/djangoapps/student/management/commands/change_enrollment.py:1() 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:262(render_requirejs) 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) 1003 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1668(__iter__) 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() 192 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:116(send) 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) 190 0.000 0.000 0.000 0.000 /usr/lib/python2.7/weakref.py:134(get) 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) 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) 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/cors_csrf/tests/test_middleware.py:48(check_enabled) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1296(validate_textbook_json) 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) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/migrations/0001_initial.py:8(Migration) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:684(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/tests/test_helpers.py:94(test_has_override_value) 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) 151 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/studio_editable.py:63(has_author_view) 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:948(get_id) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:151(writerow) 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) 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__) 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) 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) 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) 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) 133 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/errortracker.py:19(in_exception_handler) 57 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:148(generate_lines) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:90(course_filename_prefix_generator) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/migrations/0001_initial.py:9(Migration) 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) 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() 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) 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 /usr/lib/python2.7/unittest/suite.py:69(__call__) 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) 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) 135 0.000 0.000 0.000 0.000 /usr/lib/python2.7/weakref.py:277(__new__) 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) 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) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/bookmarks/tasks.py:65(_paths_from_data) 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__) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/contact_us_feedback_email_body.txt.py:18(render_body) 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) 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/djangoapps/api_admin/migrations/0004_auto_20160412_1506.py:2() 259 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:458() 150 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:784(__set__) 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__) 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) 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) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:208() 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) 20 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/common/djangoapps/student/tests/test_linkedin.py:100(test_linked_in_url_tracking_code) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/500.html.py:67(render_content) 530 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:412(assertFalse) 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() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:152(has_override_value) 2091 0.000 0.000 0.000 0.000 /usr/lib/python2.7/argparse.py:1602(identity) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:72(mock_wrapper) 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() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/utils.py:119(munge_catalog_program) 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) 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) 275 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:316(__contains__) 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) 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) 526 0.000 0.000 0.000 0.000 /usr/lib/python2.7/cookielib.py:1726(__iter__) 146 0.000 0.000 0.000 0.000 /usr/lib/python2.7/collections.py:108(clear) 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) 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) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:709(_check_callback) 192 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:236(_class_escape) 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__) 542 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:91(data) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:1114(alive) 206 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/track/tests/test_shim.py:110(test_event_fields) 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__) 105/17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/models.py:69(_traverse_tree) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_structures/tests.py:212() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/migrations/0001_initial.py:9(Migration) 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) 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() 213 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fragment.py:40(resources) 115 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:94(value_from_datadict) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/session_kv_store.py:20(set) 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() 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) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:838(__init__) 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) 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) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1277(set_usage) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:127(parse) 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() 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) 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__) 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:145(items) 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) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:580(_check_opt_strings) 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/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:367(test_username_too_long) 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__) 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) 616 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:875(_output) 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__) 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) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/migrations/0002_auto_20151119_0913.py:2() 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:388(add_header) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:220(outer_atomic) 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) 1112 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) 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__) 335 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/_collections.py:208(add) 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) 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) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:24(get_request) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/factories.py:64(min_price) 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) 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/common/lib/xmodule/xmodule/contentstore/mongo.py:287(get_attr) 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) 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__) 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) 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__) 110 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:304(__delitem__) 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) 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) 11 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/darklang/preview_lang.html.py:94(render_title) 11 0.000 0.000 0.000 0.000 :24(_asdict) 39 0.000 0.000 0.000 0.000 /usr/lib/python2.7/copy.py:123(_copy_inst) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/middleware.py:53(process_response) 42 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:104(next) 86 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1223(__init__) 181 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:36(__init__) 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__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:495(validate) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:188(__init__) 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) 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/edx-platform/openedx/core/djangoapps/user_api/accounts/tests/test_api.py:382(test_create_account_username_password_equal) 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) 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) 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) 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__) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/500.html.py:29(_mako_inherit) 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__) 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) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:47(tearDown) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/migrations/0001_initial.py:2() 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() 607 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) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageFile.py:30() 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/models.py:53(generateUUID) 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) 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__) 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__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/views.py:84(generate_password) 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__) 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) 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) 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) 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) 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/djangoapps/coursetalk/migrations/0002_auto_20160325_0631.py:2() 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/common/djangoapps/track/views/tests/test_segmentio.py:162(test_segmentio_ignore_unknown_libraries) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:630(_check_action) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:1183(splittag) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:567(setUp) 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/theming/tests/test_helpers.py:45(test_get_value_returns_override) 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__) 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) 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/common/djangoapps/xblock_django/migrations/0001_initial.py:2() 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) 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__) 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) 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) 229 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) 75 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:380(splitpath) 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() 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) 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) 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) 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) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/url_utils.py:19(unquote_slashes) 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) 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__) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:665(__init__) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0006_logoutviewconfiguration.py:9(Migration) 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) 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__) 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) 924 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:291(__getitem__) 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) 43 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/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:161(transform_block_filters) 1242 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:61(__repr__) 1190 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/dateutil/tz.py:50(dst) 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) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:428(storage_service_bucket) 75 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:305(__init__) 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) 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) 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) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/commerce/utils.py:35(ecommerce_api_client) 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) 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) 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/common/djangoapps/edxmako/tests.py:108(test_without_current_request) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/tests.py:74(assertAcceptEquals) 52 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/copy_reg.py:95(_slotnames) 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) 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) 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) 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) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1243(_create_option_list) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:502() 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:29(_mako_generate_namespaces) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:132(get_dict) 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__) 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) 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) 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) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:48(_set_cloexec) 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) 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() 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 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/tests/test_segmentio.py:58(test_get_request) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_password_policy.py:275(setUp) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/views/__init__.py:122(task_track) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:36(_mako_inherit) 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) 85 0.000 0.000 0.000 0.000 /usr/lib/python2.7/cookielib.py:1269(_cookie_attrs) 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) 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() 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__) 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) 58 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:41(IPAddress) 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) 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() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_fields.py:21(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/modulestore/tests/factories.py:435(check_number_of_calls) 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/course_modes/migrations/0007_coursemode_bulk_sku.py:2() 72 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:274(__init__) 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) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1253(wrap_aside) 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) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:55(getsize) 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) 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/lib/api/tests/test_parsers.py:92(test_no_acceptable_types) 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) 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:87(__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) 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) 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) 138 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:307() 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() 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) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/test/test_runtime.py:14(setUp) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:991(setup_response) 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) 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 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/migrations/0003_auto_20151120_1613.py:7(Migration) 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) 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) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1913(record_affiliate_registration_attribution) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/migrations/0001_initial.py:3() 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) 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) 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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:1123(do_request_) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:36(_mako_inherit) 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__) 85 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:133(geturl) 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) 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) 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__) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/performance/tests/test_logs.py:22(setUp) 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) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:285(parse_range_header) 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__) 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) 438 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:833(isbasestring) 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) 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() 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) 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) 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) 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) 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) 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) 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) 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) 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) 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() 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:80(__add__) 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) 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) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:31(_mako_generate_namespaces) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:180(render_requirejs) 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) 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) 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) 48 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:570(render_online_help_token) 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) 253 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/mixins.py:338() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0007_registrationcookieconfiguration.py:9(Migration) 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) 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/db/backends/sqlite3/introspection.py:69(get_table_description) 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) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/lib/xblock/tagging/tagging.py:28(get_available_tags) 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__) 766 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:98(__subclasshook__) 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) 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) 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) 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__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/index.html.py:27(_mako_generate_namespaces) 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) 16 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/studio_render_children_view.html.py:16(render_body) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/header.py:488(_binsplit) 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() 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) 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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:833(connect) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:115(render_requirejs) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/migrations/0001_initial.py:9(Migration) 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) 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) 24 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:178(__init__) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:83(__subclasshook__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:814(wrapper) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/coursetalk/migrations/0001_initial.py:9(Migration) 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) 82 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:578(close_connections) 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) 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() 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/abc.py:89() 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) 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__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/0002_forumsconfig.py:2() 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:703(whitelist_ips) 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) 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) 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) 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/common/djangoapps/xblock_django/migrations/0001_initial.py:9(Migration) 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) 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) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:557() 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__) 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) 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) 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__) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:265(generate_milestone_namespace) 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) 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) 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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/socket.py:541(create_connection) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:54(setUp) 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) 6 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/registration/activation_complete.html.py:65(render_content) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:472(handle_ios_seek_bug) 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) 294 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:28(__init__) 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) 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() 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) 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1276(validate_textbooks_json) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:63(assertHttpMethodNotAllowed) 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) 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) 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 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_helpers.py:212(test_check_logged_in) 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/common/djangoapps/util/tests/test_file.py:106(test_error_conditions) 177 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:26(_mako_get_namespace) 903 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/preferences/api.py:450() 78 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/forms.py:279() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/models.py:41(__init__) 190 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) 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) 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) 9 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:348(add_handler) 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/utils.py:421(unquote_unreserved) 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) 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) 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) 145 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1433(_apply_pax_info) 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) 287 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:644() 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) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/video_module/video_module.py:185() 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/tests/factories.py:24(min_price) 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() 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) 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) 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) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:35(_mako_inherit) 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) 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) 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) 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) 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) 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) 832 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:54() 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__) 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:635(__contains__) 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() 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__) 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) 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) 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) 200 0.000 0.000 0.000 0.000 /usr/lib/python2.7/json/decoder.py:25(linecol) 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/user_tasks/migrations/0002_artifact_file_storage.py:9(Migration) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:779(close) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:700(_check_nargs) 67 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_grading.py:216(parse_grader) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:27(_mako_generate_namespaces) 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) 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) 115 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:340(__init__) 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) 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:152(render_title) 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) 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__) 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) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1043(may_certify) 384 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1469(isdir) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:694(_check_const) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/base.html.py:27(_mako_generate_namespaces) 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) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/program_authoring.html.py:33(_mako_inherit) 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/openedx/core/lib/block_structure/tests/test_factory.py:58(test_new) 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__) 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) 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) 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) 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) 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) 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__) 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) 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) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:29(_mako_generate_namespaces) 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__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:29(_mako_generate_namespaces) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:734(parse_template) 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) 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() 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) 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) 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__) 440 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:296(__setitem__) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:370(showwarning) 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) 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() 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/migrations/0002_assetexcludedextensionsconfig.py:9(Migration) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/xblock_config/migrations/0001_initial.py:9(Migration) 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) 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() 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) 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) 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) 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__) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/migrations/0001_initial.py:10(Migration) 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) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/services.py:18(_get_course_key) 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/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PpmImagePlugin.py:18() 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) 144 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:406(handle_startendtag) 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) 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) 136 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/mixin.py:26() 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) 458 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1465(isreg) 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() 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__) 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) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/markupbase.py:169(parse_comment) 300 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/tz_util.py:44(tzname) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_logger.py:15(setUp) 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) 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) 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/lib/tests/test_time_zone_utils.py:47(test_display_time_zone_without_dst) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/migrations/0002_creditconfig.py:2() 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) 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) 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__) 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) 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/dummy.py:24(delete) 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/courseware_index.py:340(CoursewareSearchIndexer) 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() 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) 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:18(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/migrations/0006_catalog.py:2() 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) 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) 569 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:239(setUpClass) 21 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/__init__.py:256(get_element_by_id) 143 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:124(rng) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/edx-submissions/submissions/migrations/0002_auto_20151119_0913.py:8(Migration) 36 0.000 0.000 0.000 0.000 /usr/lib/python2.7/SocketServer.py:434(server_activate) 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) 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/common/djangoapps/request_cache/tests.py:184(test_request_cached_with_none_result) 86 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/fields.py:133(enforce_type) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:711() 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/oauth2_provider/migrations/0002_08_updates.py:2() 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 /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/milestones/migrations/0002_data__seed_relationship_types.py:2() 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) 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) 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) 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) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:71(formatError) 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/edx-platform/common/djangoapps/util/tests/test_course.py:19(test_about_page_marketing_site) 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) 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__) 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) 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() 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__) 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) 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) 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() 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/course_group_config.py:63(validate) 135 0.000 0.000 0.000 0.000 /usr/lib/python2.7/weakref.py:282(__init__) 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) 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) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1066() 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) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:944(_create_option_mappings) 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__) 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) 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) 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__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:557() 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) 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/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/api_admin/migrations/0005_auto_20160414_1232.py:2() 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) 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) 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/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:145(test_skip_if_not_sending_csrf_token) 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) 115 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:377(__exit__) 615 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edxval/serializers.py:165() 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__) 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) 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) 32 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:744(assertTupleEqual) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:239(render_requirejs) 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 /usr/lib/python2.7/this.py:21() 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) 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) 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) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/helpers.py:42(has_configuration_override) 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) 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__) 37 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:620(_newname) 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() 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) 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) 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) 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) 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) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/textwrap.py:163(_split) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:31(_mako_generate_namespaces) 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) 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) 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) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/session_kv_store.py:17(get) 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) 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) 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() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2364(__get__) 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) 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/edx-platform/common/djangoapps/request_cache/tests.py:97(test_request_cached_with_changing_args) 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) 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) 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/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/mongomock/collection.py:236(Collection) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/middleware.py:4() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:1092(splithost) 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) 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() 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:242(addCaptureToErr) 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() 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) 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) 161 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1073(grade_cutoffs) 123 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:458(is_professional_slug) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/cache.py:51(save) 569 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:243(tearDownClass) 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/header_control/tests/test_middleware.py:38(test_removes_intended_headers) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/site_configuration/middleware.py:3() 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/microsite_configuration/tests/test_microsites.py:39(test_breadcrumb_tag) 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) 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) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/helpers.py:40(event) 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) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/structured_tags_block.html.py:16(render_body) 13 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:1071(_fixupParents) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:509(__unicode__) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/test/utils.py:38(assert_no_xss) 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() 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:184(__init__) 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) 853 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() 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) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:158(inc) 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) 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:266(render_page_alert) 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) 270 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:2458(_dbg) 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/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:268(_import_task) 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) 52 0.000 0.000 0.000 0.000 /usr/lib/python2.7/decimal.py:3853(_raise_error) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:106(value_from_object) 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__) 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) 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__) 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__) 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) 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/edx-platform/common/djangoapps/util/tests/test_course.py:27(test_about_page_marketing_site_https__edge) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/migrations/0002_cdnuseragentsconfig.py:9(Migration) 333 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:666(_check_choice) 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) 50/10 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:107(repl) 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__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_memcache.py:19(setUp) 544 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/hooks.py:18() 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) 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) 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) 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) 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) 102 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:840() 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) 124 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:237(get_max_score) 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__) 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() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/export_olx.py:35(Command) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/progress.py:23(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:78(render_content) 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) 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) 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) 14 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:104(render_bodyclass) 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__) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/db.py:181(__init__) 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) 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) 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) 75 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:60(watching) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/finders.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/migrations/0001_initial.py:7(Migration) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:32(test_locators) 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/teams/__init__.py:11(is_feature_enabled) 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/credit/migrations/0002_creditconfig.py:9(Migration) 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) 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() 263 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_compile.py:101(fixup) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:20(setUp) 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) 67 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:25(__init__) 950 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/markupsafe/__init__.py:77(__html__) 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/venvs/edxapp/local/lib/python2.7/site-packages/user_tasks/conf.py:34(USER_TASKS_ARTIFACT_STORAGE) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/forms.py:100(clean_blacklist) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/decorators.py:16(_inner) 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) 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) 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) 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() 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/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/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/locale.py:1() 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/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loaders/filesystem.py:3() 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) 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) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/models/settings/course_metadata.py:183() 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/migrations/0004_add_index_on_grant_expires.py:2() 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) 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) 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) 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) 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) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/factory.py:86(create_new) 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/util/tests/test_milestones_helpers.py:118(test_any_unfulfilled_milestones) 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) 87 0.000 0.000 0.000 0.000 /usr/lib/python2.7/socket.py:289(__del__) 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) 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) 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) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/textwrap.py:243(_wrap_chunks) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:694(createLock) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:475(setup) 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__) 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) 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) 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__) 110 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/utils.py:221(unquote) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:269(enable_microsites) 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:246(__ne__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:379(__unicode__) 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) 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) 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__) 49 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) 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) 123 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:233(__init__) 161 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:481(is_verified_slug) 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__) 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) 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) 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) 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) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:310(__init__) 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) 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__) 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() 39 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:72(__bool__) 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) 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) 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__) 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) 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/cms/djangoapps/contentstore/views/tests/test_item.py:2083(validate_component_xblock_info) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1807(__unicode__) 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) 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() 7 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/util.py:100(_count_diff_all_purpose) 78 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:837(get_courses) 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() 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__) 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__) 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/edx-platform/common/djangoapps/student/tests/test_email.py:262(test_change_email_to_existing_value) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/edxmako/paths.py:90(add_lookup) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/provider/oauth2/migrations/0002_auto_20160404_0813.py:8(Migration) 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) 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) 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) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:755(__del__) 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) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:376() 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 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_util.py:12(test_datetime_encoding) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:332(set_meta) 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) 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) 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) 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) 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__) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/cache.py:64(exists) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1795(__init__) 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__) 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) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/500.html.py:110(render_title) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:143(_dict_to_list) 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) 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__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/storage.py:36(__init__) 98 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/helpers.py:402(__init__) 422 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:956(assertIsNotNone) 24 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:120(online_help_token) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/serializers.py:4() 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0002_auto_20151208_1034.py:2() 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml.py:978(get_library) 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) 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) 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__) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:190() 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/venvs/edxapp/local/lib/python2.7/site-packages/edx_oauth2_provider/migrations/0001_initial.py:2() 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:69(hash_resource) 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/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/edx-platform/common/djangoapps/util/tests/test_sandboxing.py:24(test_sandbox_inclusion) 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) 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) 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) 150 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1346() 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) 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) 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__) 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/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/openedx/core/djangoapps/course_groups/management/commands/post_cohort_membership_fix.py:22(add_arguments) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/models.py:243(set_unusable_password) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/contact_us_feedback_email_subject.txt.py:18(render_body) 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() 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) 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() 49 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:62(backend) 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) 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__) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:362(get_score) 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() 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:446(_validate_requirements) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:127(items) 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() 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) 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 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tests/test_signature.py:32(test_non_ascii_unicode_secret_key) 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) 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/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/venvs/edxapp/local/lib/python2.7/site-packages/django/core/cache/backends/locmem.py:90(has_key) 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) 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) 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) 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) 98 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:912() 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__) 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) 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() 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) 189 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/mongo_client.py:610(address) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:27(_mako_generate_namespaces) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/html_error.html.py:20(render_body) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/GimpGradientFile.py:16() 234 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/util.py:37() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:185(finditer) 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) 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__) 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) 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) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:54(__init__) 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/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/openedx/core/djangoapps/programs/migrations/0002_programsapiconfig_cache_ttl.py:2() 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/venvs/edxapp/src/codejail/codejail/django_integration.py:5() 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) 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) 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) 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__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1053(has_started) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/helpers.py:183() 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) 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__) 86 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:397(__getattr__) 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__) 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__) 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__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_logger.py:61(__init__) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/util.py:94(contextualize_text) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/cssselect/xpath.py:194(selector_to_xpath) 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) 130 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:320() 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__) 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) 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) 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) 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/openedx/core/djangoapps/site_configuration/templatetags/configuration.py:16(page_title_breadcrumbs_tag) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/middleware/common.py:1() 144 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:515(assertNotEqual) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:132(render_jsextra) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:239(formatLogRecords) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_email.py:47(assertEmailUser) 53 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:341(render_requirejs) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/sock.html.py:2() 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__) 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) 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) 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) 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) 21 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/testing.py:120(patch_testcase) 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) 672 0.000 0.000 0.000 0.000 /usr/lib/python2.7/string.py:616(convert_field) 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) 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__) 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) 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) 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__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/son.py:235(__deepcopy__) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:353(mktemp) 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) 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/mail/message.py:290(recipients) 177 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:111(ccall) 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__) 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) 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) 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) 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) 275 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1471(issym) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:712(blacklist_ips) 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__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/change_enrollment.py:24(Command) 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() 103 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/session_kv_store.py:14(__init__) 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) 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/edx-platform/openedx/core/lib/api/tests/test_parsers.py:43(test_parse_unsupported_type) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/edxnotes/plugins.py:36(is_harvard_notes_enabled) 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) 54 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:108(empty) 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) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:243(render_requirejs) 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) 93 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:394(add_aside) 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/lms/djangoapps/notes/utils.py:1() 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) 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) 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) 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) 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__) 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__) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:126(__init__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/verify_student/models.py:398(expiration_datetime) 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() 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:107(__init__) 81 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:243(__eq__) 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) 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) 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() 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) 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) 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__) 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/djangoapps/student/tests/test_authz.py:125(test_remove_user_from_group_requires_active) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:245(shim_xmodule_js) 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/venvs/edxapp/local/lib/python2.7/site-packages/milestones/migrations/0003_coursecontentmilestone_requirements.py:7(Migration) 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__) 92 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:52(__init__) 237 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:342(__init__) 613 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) 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) 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) 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/edx-platform/common/djangoapps/util/tests/test_date_utils.py:40(test_get_time_display) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:90(clear) 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) 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) 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/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/edx-platform/lms/djangoapps/verify_student/migrations/0003_auto_20151113_1443.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:1() 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) 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) 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) 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() 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__) 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() 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() 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) 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) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_textbooks.py:293(setUp) 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) 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) 238 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:281(ccall) 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() 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) 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) 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) 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) 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) 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) 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) 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() 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:307(get_score) 177 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:122(ccall) 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) 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) 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/edx-platform/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py:317(test_returns_first_cohort_user_partition) 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) 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) 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) 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) 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() 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:76(to_timestamp) 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) 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) 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) 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) 233 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:193(gettext) 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/views/course.py:1315(assign_textbook_id) 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) 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) 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) 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) 6 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:433(__del__) 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__) 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() 165 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:354(get) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/services.py:55(get_settings_bucket) 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) 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__) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/middleware.py:92(__init__) 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) 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/assetstore/__init__.py:255(__init__) 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) 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) 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) 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 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0004_courseoverview_org.py:7(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) 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) 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) 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) 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) 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__) 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__) 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__) 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) 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) 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) 271 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/py2neo/types.py:220() 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/views/tests/test_segmentio.py:286(create_event_without_fields) 177 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:144(ccall) 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) 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) 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) 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() 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() 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__) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/capture.py:110(_get_buffer) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:101(_update_from_response) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:108(render_title) 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) 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) 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__) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:241(render_title) 6 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/migrations/0003_alter_user_email_max_length.py:7(Migration) 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) 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) 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) 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) 128 0.000 0.000 0.000 0.000 /usr/lib/python2.7/StringIO.py:253(flush) 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__) 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) 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) 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) 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__) 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) 29 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/404.html.py:91(render_bodyclass) 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) 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) 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) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/dogstats/dogstats_wrapper/wrapper.py:41(timer) 13 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:1127(__init__) 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) 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) 26 0.000 0.000 0.000 0.000 /usr/lib/python2.7/argparse.py:882(__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:589(__init__) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/textwrap.py:146(_munge_whitespace) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:32(_mako_generate_namespaces) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/message.py:206(kill_cursors) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/metadata.py:73(determine_actions) 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__) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0002_auto_20151208_1034.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:758(generate_added_fields) 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) 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) 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) 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) 20 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:122(render_online_help_token) 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/venvs/edxapp/local/lib/python2.7/site-packages/opaque_keys/edx/locations.py:187(replace) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/assets.py:392(coffeescript_files) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:126(render_content) 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__) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:827(__init__) 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) 177 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:133(ccall) 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/microsite_configuration/tests/test_microsites.py:23(test_breadcrumbs) 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) 15 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:131(render_online_help_token) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:134(__init__) 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__) 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) 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__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PaletteFile.py:16() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:149(mock_wrapper) 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) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/extract_tar.py:30(_is_bad_link) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/student_field_overrides.py:4() 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) 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) 197 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__) 170 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:203(ccall) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/index.html.py:63(render_viewcontent) 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) 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/openedx/core/lib/block_structure/tests/test_block_structure.py:221(test_remove_block_traversal) 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() 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() 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:124(register_tracker) 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) 253 0.000 0.000 0.000 0.000 /usr/lib/python2.7/cookielib.py:43(_debug) 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__) 311 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:950(assertIsNone) 180 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:352(ccall) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:31(_mako_generate_namespaces) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:849(emit) 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) 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/0010_auto_20160329_2317.py:2() 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 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/tests/test_decorators.py:27(test_force_header) 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() 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:906(close) 318 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/forms/fields.py:178(widget_attrs) 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/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/base.py:95(__init__) 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) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:323(get_meta) 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) 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/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:50(test_get_group_for_user) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/netrc.py:1() 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:16(__init__) 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() 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) 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) 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) 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) 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) 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) 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__) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/ConfigParser.py:232(__init__) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/assets.py:199(get_file_size) 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) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/validation.py:47(to_json) 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) 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) 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) 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__) 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) 12 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:837(assertDictContainsSubset) 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) 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) 41 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/user_service.py:77() 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/cleanup_assets.py:4() 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) 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) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/stringprep.py:6() 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__) 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__) 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__) 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__) 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) 24 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:558(render_bodyclass) 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) 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) 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__) 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) 24 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:26(_mako_get_namespace) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/assetstore/__init__.py:298(iteritems) 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) 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) 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__) 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__) 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) 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() 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/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:367(match_python_block) 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_pipeline/finder.py:23(__init__) 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) 85 0.000 0.000 0.000 0.000 /usr/lib/python2.7/cookielib.py:1262(_cookies_for_request) 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__) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/program_authoring.html.py:29(_mako_generate_namespaces) 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__) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:32(_mako_generate_namespaces) 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) 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() 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) 133 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/mongo.py:412() 143 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:221(_get_candidate_names) 207 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/core.py:259() 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) 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) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:684(read) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/testutil.py:68(tearDown) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:1090(late_transforms) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/html_error.html.py:40(render_content) 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) 120 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:381() 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/decimal.py:1768(_round_half_even) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:4() 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:250(render_requirejs) 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) 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) 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) 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) 23 0.000 0.000 0.000 0.000 /usr/lib/python2.7/StringIO.py:258(getvalue) 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) 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) 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/edx-platform/openedx/core/djangoapps/lang_pref/tests/test_middleware.py:118(test_unsupported_browser_language_prefix) 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) 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() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:327(_clone_base) 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) 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) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:111() 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) 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) 527 0.000 0.000 0.000 0.000 /usr/lib/python2.7/rfc822.py:224(iscomment) 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) 32 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:26(_mako_get_namespace) 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) 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__) 190 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ratelimitbackend/middleware.py:1() 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) 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) 832 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:1471() 24 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:546(render_requirejs) 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) 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) 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) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:120() 110 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/_parseaddr.py:162(quote) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:103(render_title) 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) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:228(dump_payload) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/course_module.py:1316(teams_enabled) 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) 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__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_courses.py:21(verify_url) 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/openedx/core/djangoapps/programs/migrations/0009_programsapiconfig_marketing_path.py:7(Migration) 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) 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__) 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) 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__) 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) 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() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0005_auto_20160531_1653.py:2() 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) 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) 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) 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) 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) 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) 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/lib/python2.7/encodings/base64_codec.py:8() 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) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:846(is_correct) 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) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:717(__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 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1703(_verify_basic_component) 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__) 11 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gzip.py:403(rewind) 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) 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) 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/edx-platform/openedx/core/djangoapps/header_control/tests/test_middleware.py:26(test_doesnt_barf_removing_nonexistent_headers) 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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:208(request_host) 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) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/UserDict.py:43(clear) 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) 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) 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) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:442(read) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_wiki/tab.py:23(is_enabled) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:130(render_title) 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) 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() 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_orphans.py:1() 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) 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__) 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() 177 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access_utils.py:23(debug) 223 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/binary.py:168(subtype) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:185(get) 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/venvs/edxapp/local/lib/python2.7/site-packages/nose/selector.py:107(wantFile) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:267(render_requirejs) 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) 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) 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__) 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) 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() 70 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/quoprimime.py:95(_max_append) 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) 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__) 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) 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) 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) 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) 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) 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) 99 0.000 0.000 0.000 0.000 /usr/lib/python2.7/mimetools.py:50(parseplist) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/base.py:1008() 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/common/lib/capa/capa/tests/response_xml_factory.py:28(build_xml) 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) 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) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:109(__init__) 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/venvs/edxapp/src/edx-submissions/submissions/migrations/0003_submission_status.py:2() 162 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/shortcuts.py:200() 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) 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) 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) 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) 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() 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) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:838(flush) 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) 293 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:324(get_output_charset) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:264(process_requirements) 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) 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) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:610(getpreferredencoding) 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/edx-platform/openedx/core/djangoapps/programs/migrations/0006_programsapiconfig_xseries_ad_enabled.py:2() 96 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/http.py:274(port) 141 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/factory/utils.py:81() 334 0.000 0.000 0.000 0.000 /usr/lib/python2.7/string.py:608(check_unused_args) 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) 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() 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) 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) 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) 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__) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:646(_addHandlerRef) 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) 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) 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) 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) 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) 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) 274 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1473(islnk) 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__) 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) 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() 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) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:165(get_profile_header) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/import.py:15(Command) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/migrations/0004_auto_20160531_1422.py:2() 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) 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() 16 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:122(render_bodyclass) 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:653(network) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:49(mock_wrapper) 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) 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) 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:249(get_body_encoding) 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) 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) 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) 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) 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__) 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) 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) 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) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:661(broadcast) 21/12 0.000 0.000 0.000 0.000 /usr/lib/python2.7/collections.py:219(__eq__) 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__) 51 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) 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__) 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() 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/edx-platform/openedx/core/lib/block_structure/tests/test_transformers.py:50(test_add_unregistered) 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) 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) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/settings.py:23(apply_settings) 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) 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) 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) 45 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:1059(_set_content_length) 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) 39 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) 71 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1456(_block) 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) 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) 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) 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) 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/util.py:282(ln) 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) 47 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:107(port) 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__) 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() 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:495(getdefaultlocale) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/assets.py:396() 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) 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() 56 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:66(from_json) 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) 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) 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) 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() 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) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/message.py:70(__pack_message) 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) 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) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/static_content.html.py:2() 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) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/_force_publish_course.html.py:31(render_body) 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) 96 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:717(ccall) 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__) 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__) 27 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:2450(__iter__) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/course_creator_admin_user_pending.txt.py:18(render_body) 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) 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__) 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) 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) 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__) 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) 90 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:267(ccall) 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() 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() 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) 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/tests/test_authz.py:168(test_no_staff_read_access) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:119(close) 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) 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 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/migrations/0003_enable_forums.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:7(Migration) 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) 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/openedx/core/djangoapps/catalog/utils.py:105(get_programs_data) 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) 227 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:355(__enter__) 214 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:568(isclosed) 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) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/warnings.py:96(simplefilter) 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) 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__) 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/edx-platform/openedx/core/djangoapps/theming/tests/test_helpers.py:267(test_get_template_path_with_theme_disabled) 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) 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__) 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/openedx/core/djangoapps/external_auth/tests/test_shib.py:583(test__flatten_to_ascii) 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) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:218(load_payload) 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) 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) 54 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/middleware.py:235(is_content_locked) 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) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/backends/routing.py:64(register_processor) 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) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:196(mock_wrapper) 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) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/tests.py:108(mock_wrapper) 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) 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) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:301(number) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/conditional_module.py:272(parse_sources) 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__) 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) 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/djangoapps/cors_csrf/tests/test_decorators.py:10(fake_view) 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__) 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) 42 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:2464(__enter__) 83 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:76(username) 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) 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) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:177(dec) 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:179(render_title) 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) 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) 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() 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) 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) 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) 62 0.000 0.000 0.000 0.000 /usr/lib/python2.7/string.py:612(format_field) 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__) 137 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_abcoll.py:26() 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) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_contentstore.py:2159(setUp) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/token_utils.py:74(attach_email_claim) 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/venvs/edxapp/local/lib/python2.7/site-packages/unittest2/case.py:800(_getAssertEqualityFunc) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/filebased.py:18(__init__) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/staticfiles/templatetags/staticfiles.py:1() 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() 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) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:262(clear) 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__) 50 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:180(expiration_datetime) 75 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:299(from_splittable) 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) 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/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/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/venvs/edxapp/local/lib/python2.7/site-packages/mako/lexer.py:383(match_expression) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/fix_not_found.py:3() 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() 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:122(render_jsextra) 16 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/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:341(has_started) 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) 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) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/locale.py:566(setlocale) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:159(success_validator) 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) 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) 18 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:244(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/__init__.py:69(gettext_noop) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:508() 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/utils/cmd.py:13(django_cmd) 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/common/lib/xmodule/xmodule/conditional_module.py:279(get_required_module_descriptors) 25 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) 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() 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__) 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) 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/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/embargo/migrations/0002_data__add_countries.py:2() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/utils/cmd.py:6(cmd) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/header.html.py:2() 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__) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:311(level_of_education_display) 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/djangoapps/course_modes/migrations/0003_auto_20151113_1443.py:7(Migration) 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) 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__) 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/organizations/exceptions.py:4() 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/_weakrefset.py:38(_remove) 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) 37 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:1015(daemon) 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() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/ImageColor.py:20() 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:109(watch) 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/method_override/settings.py:1() 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/common/djangoapps/student/tests/test_course_listing.py:149() 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:113(render_title) 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) 177 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/access_response.py:31(__nonzero__) 90 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:389(_calculate_age) 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() 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:85(is_enabled) 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() 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 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8_sig.py:9() 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) 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) 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) 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) 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) 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/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/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/_UserFriendlyRNG.py:68(collect) 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__) 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__) 136 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:238(__str__) 100 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:268(gettempdir) 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) 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) 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/edx-platform/openedx/core/djangoapps/programs/migrations/0005_programsapiconfig_max_retries.py:7(Migration) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/SocketServer.py:442(server_close) 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) 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/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:39(test_get_value) 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) 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) 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) 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__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/admin.py:53(clean_org) 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/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/OSRNG/posix.py:37(__init__) 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) 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/embargo/models.py:64(__unicode__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:221(render_requirejs) 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__) 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) 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) 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) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:105(public_api_url) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/management/commands/delete_course.py:9() 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) 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) 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/django/core/checks/compatibility/django_1_8_0.py:8(check_duplicate_template_settings) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/re.py:173(findall) 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) 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:629(_removeHandlerRef) 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__) 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) 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() 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) 24 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) 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) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:71() 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__) 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/common/djangoapps/microsite_configuration/tests/backends/test_filebased.py:125(test_has_configuration_set) 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) 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:573(Task) 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) 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) 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) 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) 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) 302 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:141(name) 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) 16 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:694(render_online_help_token) 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 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_import.py:270() 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) 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 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/block_depth.py:3() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/user.py:27(from_django_user) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:1() 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 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/tests/test_partition_schemes.py:110(test_change_group_name) 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) 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) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/partitions/partitions.py:201(get_group) 118 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:175(expiration_datetime) 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/rfc6266.py:370() 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) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/celery/app/base.py:480(create_task_cls) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:108(render_title) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:299(render_title) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:345() 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/views.py:1518(__init__) 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__) 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) 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) 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) 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() 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) 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) 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) 59 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:277(to_splittable) 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() 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__) 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) 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) 6 0.000 0.000 0.000 0.000 /usr/lib/python2.7/wsgiref/util.py:29(next) 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) 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) 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) 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) 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/common/djangoapps/student/migrations/0005_auto_20160531_1653.py:7(Migration) 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) 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) 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) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1362(_get_args) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:103(render_title) 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) 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) 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/edx-platform/openedx/core/lib/tests/test_xblock_utils.py:68(test_wrap_fragment) 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/edx-platform/lms/djangoapps/course_api/blocks/transformers/block_counts.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) 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__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py:1199(do_shuffle) 10 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:143(online_help_token) 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) 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:107(render_bodyclass) 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) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1736(__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() 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) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/fields.py:45(to_representation) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:2() 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) 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) 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) 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) 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) 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() 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:486() 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() 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/edx_proctoring/migrations/0002_proctoredexamstudentattempt_is_status_acknowledged.py:2() 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/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:61(test_invalid_key) 11 0.000 0.000 0.000 0.000 /usr/lib/python2.7/hashlib.py:119(__hash_new) 105 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:209(context) 133 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:938(assertGreater) 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/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:74(test_pre_order) 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) 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) 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:282(render_online_help_token) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:110(render_title) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/copy_reg.py:59(_reduce_ex) 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__) 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) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:22(_mako_get_namespace) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:133(get_template_path) 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) 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:99(__init__) 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() 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) 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__) 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 /usr/lib/python2.7/tempfile.py:100(_exists) 84 0.000 0.000 0.000 0.000 /usr/lib/python2.7/json/encoder.py:37(replace) 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) 101 0.000 0.000 0.000 0.000 /usr/lib/python2.7/UserList.py:30(__len__) 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) 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) 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() 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/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:129(test_topological_yield_single_node) 5 0.000 0.000 0.000 0.000 /usr/lib/python2.7/collections.py:228(__ne__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:107(render_title) 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/edx-platform/openedx/core/djangoapps/catalog/tests/test_utils.py:303(test_marketing_url_missing) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:458(_cleanup) 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) 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/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/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 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_json_request.py:85(test_empty_string) 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__) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:485() 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) 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) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:55(assertHttpForbidden) 82 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:86(fieldnames) 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) 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) 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/edx-platform/lms/djangoapps/discussion/plugins.py:12(DiscussionTab) 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/utils/timezone.py:66(__init__) 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) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:189() 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() 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) 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__) 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) 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__) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:219(render_requirejs) 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) 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1505() 9 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:154(online_help_token) 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) 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 /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/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:89(test_get_course_content_milestones_returns_none_when_app_disabled) 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/openedx/core/djangoapps/content/course_overviews/tests.py:480() 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/blocks_api.py:3() 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) 46 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:751(small) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:756(large) 90 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/result.py:180(_is_relevant_tb_level) 55 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/message.py:168(get_payload) 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) 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__) 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) 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) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/terrain/stubs/edxnotes.py:311(add_notes) 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) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/factories.py:513(__iter__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/decorators.py:57(_inner) 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__) 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) 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) 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__) 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) 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) 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) 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) 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) 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) 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/openedx/core/djangoapps/programs/migrations/0006_programsapiconfig_xseries_ad_enabled.py:7(Migration) 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) 50 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) 144 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:208(addTypeEqualityFunc) 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) 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) 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() 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) 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/django/template/smartif.py:107() 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) 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) 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) 86 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:781(_get_hostport) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/collections.py:484(most_common) 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) 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/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/student/tests/test_authz.py:120(test_remove_user_from_group_requires_staff_access) 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) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:422() 18 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/result.py:183(_count_relevant_tb_levels) 42 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:359() 179 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/posixpath.py:104(splitdrive) 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) 133 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:589(__exit__) 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) 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__) 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/openedx/core/lib/block_structure/block_structure.py:672(remove_block_traversal) 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/util/tests/test_organizations_helpers.py:44(test_get_course_organizations_returns_none_when_app_disabled) 9 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/certificates.html.py:108(render_bodyclass) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:100(verify_exception) 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() 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) 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) 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() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/organizations/validators.py:4() 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/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/serializers.py:1() 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/tz_util.py:31(__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:7(Migration) 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/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/path2.py:943(mkdir_p) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:48(get_dict) 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) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:67() 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:34(clean) 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/url.py:25(strip_port_from_host) 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) 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) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:250(_set_legacy_event_type) 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() 75 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:294(_release_save) 66 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/locator.py:44(__init__) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:340() 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:379() 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) 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) 10 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:95(render_bodyclass) 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__) 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) 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) 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__) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:74(__init__) 39 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/tests/test_manage_group.py:59() 45 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:92() 91 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/util.py:101() 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__) 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) 133 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:583(__enter__) 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 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/lang_pref/api.py:49(all_languages) 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) 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) 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) 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/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0005_delete_courseoverviewgeneratedhistory.py:2() 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) 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) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py:86(pseudo_random_data) 21 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/models.py:51(post_init_callback) 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) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/random.py:293(sample) 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_organizations_helpers.py:40(test_get_organization_courses_returns_none_when_app_disabled) 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) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:83(add) 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() 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) 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) 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__) 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/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:327(display_name_with_default_escaped) 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) 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) 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) 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 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:692(filter_topological_traversal) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/milestones.py:11(MilestonesTransformer) 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/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/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/admin/widgets.py:262(__deepcopy__) 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) 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) 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) 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) 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) 83 0.000 0.000 0.000 0.000 /usr/lib/python2.7/Queue.py:234(_init) 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) 103 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:216(tell) 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__) 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) 81 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/validation.py:62(empty) 42 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:69(ccall) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:669(hostmask) 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) 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) 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__) 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() 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) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/contentserver/test/test_contentserver.py:412(setUp) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/helpers.py:273(to_json) 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) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:101(online_help_token) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1313(_get_all_options) 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() 29 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/404.html.py:27(_mako_generate_namespaces) 33 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:141(sanitize) 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) 92 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:1483(isdev) 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) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/token_utils.py:65(claim_handlers) 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) 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) 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) 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() 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) 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__) 37 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_action_state/tests/test_managers.py:119() 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) 42 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:196(ccall) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Util/Counter.py:63(new) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:91(__get__) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/discussion/plugins.py:24(is_enabled) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/__init__.py:277(text_content) 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/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/microsite_configuration/backends/base.py:173(get_dict) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:22(__init__) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py:103(_pseudo_random_data) 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) 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() 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) 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) 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__) 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) 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) 7 0.000 0.000 0.000 0.000 /usr/lib/python2.7/calendar.py:610(timegm) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/field_data.py:37(__repr__) 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) 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) 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) 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) 79 0.000 0.000 0.000 0.000 /usr/lib/python2.7/socket.py:296(flush) 54 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1126(editor_saved) 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/edx-platform/common/djangoapps/util/tests/test_json_request.py:23(test_empty_string) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/genericpath.py:76(commonprefix) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mock.py:2097(__repr__) 18 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/catalog/models.py:38(is_cache_enabled) 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/openedx/core/djangoapps/header_control/decorators.py:26(_inner) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/user_dropdown.html.py:2() 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:1309(symlink) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_user.py:16(Command) 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) 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 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) 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) 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:131(render_online_help_token) 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/openedx/core/lib/block_structure/tests/test_factory.py:31(test_from_modulestore_fail) 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) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:1512() 47 0.000 0.000 0.000 0.000 /usr/lib/python2.7/StringIO.py:114(tell) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/management/commands/manage_group.py:15(Command) 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:229(__repr__) 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) 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__) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings.html.py:2() 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__) 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) 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__) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/pipeline/finders.py:87(FileSystemFinder) 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 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_authz.py:29(test_creator_group_not_enabled) 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) 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__) 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) 112 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1069(__init__) 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() 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/thread_util.py:64(unwatch) 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) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:497(get_attributes) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:86(CCXModulestoreWrapper) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:110(default) 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) 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) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tempfile.py:391(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/tests/test_forms.py:60(tearDown) 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__) 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) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:142(render_online_help_token) 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) 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/credit/serializers.py:47(get_course_key) 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:129(render_bodyclass) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_outline.html.py:2() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/contextlib.py:54(contextmanager) 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) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/external_auth/models.py:34(__unicode__) 30 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/xml_importer.py:898() 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/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/venvs/edxapp/local/lib/python2.7/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py:99(_set_key) 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) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/__init__.py:140(replace) 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) 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) 51 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/event-tracking/eventtracking/tracker.py:60(backends) 37 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:999(daemon) 52 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/filtering.py:174() 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) 80 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srttime.py:170() 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/maintenance/views.py:137(get_course_branch_versions) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:2() 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) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/poll.html.py:16(render_body) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_request.py:68(assertCourseIdFieldsMatch) 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) 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__) 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 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_string_utils.py:18(test_str_to_bool_false) 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) 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__) 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) 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) 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) 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__) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/views.py:43(NotesTab) 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/venvs/edxapp/local/lib/python2.7/site-packages/testfixtures/logcapture.py:62(install) 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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/csv.py:128(__init__) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:2() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/__init__.py:17(accumulate) 5 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:237(parse_html_declaration) 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/django/template/defaulttags.py:284(__init__) 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) 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) 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) 29 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:173() 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:960(set_conflict_handler) 38 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:215(__init__) 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) 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) 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__) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:2() 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/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/util/tests/test_keyword_sub_utils.py:111(test_subbing_no_userid_or_courseid) 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/nose/util.py:659(is_executable) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/logcapture.py:224(formatFailure) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:461() 36 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:206() 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) 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/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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:2() 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) 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__) 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) 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) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:455(disambiguate_skip_and_seek) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/correctmap.py:36(__iter__) 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) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:27(is_feature_enabled) 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) 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) 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) 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) 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__) 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) 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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:1017(__init__) 50 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:837(runtime) 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__) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/roles.py:336(__init__) 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) 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) 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) 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/djangoapps/util/tests/test_milestones_helpers.py:109(test_add_user_milestone_returns_none_when_app_disabled) 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() 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__) 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/common/djangoapps/student/tests/test_authz.py:162(test_no_global_admin_read_access) 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/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/settings_advanced.html.py:2() 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) 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) 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__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:559(ensure_indexes) 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) 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) 6 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/registration/activation_complete.html.py:97(render_bodyclass) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/export.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:2() 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 /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/django/core/checks/model_checks.py:32(check_model_signals) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:2() 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) 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 /usr/lib/python2.7/urllib2.py:739(__init__) 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) 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() 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) 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:66() 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__) 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__) 100 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/xblock/fields.py:1073() 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1268(_init_parsing_state) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/index.html.py:85(render_title) 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__) 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__) 18 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:408(fail) 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/95b07376fa4edeaa696ebf4728826fba/conditional_ajax.html.py:16(render_body) 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 /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/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/__init__.py:8() 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) 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) 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) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:2078(_tracking_code) 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) 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) 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) 164 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:419(handle_charref) 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:294(stream_data) 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) 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) 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/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:105(render_title) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mongo/draft.py:750(unpublish) 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) 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) 44 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:184() 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:2() 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) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:92(__new__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:2() 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/edx-platform/common/djangoapps/util/tests/test_milestones_helpers.py:60(test_add_milestone_returns_none_when_app_disabled) 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/lib/python2.7/codecs.py:666(__init__) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/theming/management/commands/compile_sass.py:95() 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/xblock_utils/__init__.py:199() 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/deps/path2.py:835(exists) 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) 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) 65 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_videos.py:562() 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/url_utils.py:26(_quote_slashes) 85 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/requests/models.py:171() 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() 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) 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) 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:135(render_title) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/assets.py:662(_collect_assets_cmd) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:2() 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:2() 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:2() 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) 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) 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__) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.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/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:491() 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:166() 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) 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__) 36 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/choicegroup.html.py:39(is_radio_input) 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) 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__) 14 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:26(_mako_get_namespace) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/views.py:254() 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) 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) 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 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_django.py:9(setUp) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:113(render_title) 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) 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) 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/common/djangoapps/microsite_configuration/tests/backends/test_base.py:100(test_cant_create_instance) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/CGIHTTPServer.py:19() 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) 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) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:111(__init__) 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__) 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 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_organizations_helpers.py:56(test_get_organization_by_short_name_when_app_disabled) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:958(__init__) 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) 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__) 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) 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) 26 0.000 0.000 0.000 0.000 /usr/lib/python2.7/decimal.py:1752(_round_half_up) 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) 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__) 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() 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 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/video.html.py:2() 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/edx-platform/openedx/core/djangoapps/content/course_overviews/tests.py:454() 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 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_keyword_sub_utils.py:89(test_should_not_sub) 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) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/studio_xblock_wrapper.html.py:2() 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/organizations_helpers.py:71(get_organization_courses) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/models.py:259(__unicode__) 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) 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__) 47 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pytz/__init__.py:215(tzname) 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) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1394() 19 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:976(append) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/utils.py:24(extract) 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) 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/celery/app/task.py:891(pop_request) 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) 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) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/middleware.py:29(accumulate_metric) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:524(need_name) 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() 16 0.000 0.000 0.000 0.000 /usr/lib/python2.7/atexit.py:37(register) 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) 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) 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) 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) 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) 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) 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) 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) 39 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1430() 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__) 35 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/transformer_registry.py:49() 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) 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) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/file.py:138(__iter__) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:435(capcase_current_time) 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) 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) 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) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/hex_codec.py:27(hex_decode) 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) 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) 6 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:264(render_title) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_helpers.py:18(setUp) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:20(basic_auth) 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/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) 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/404.html.py:2() 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__) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/charset.py:200(__init__) 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) 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:141(render_online_help_token) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_request.py:18(tearDown) 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/util/tests/test_keyword_sub_utils.py:78(test_illegal_subtag) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:423(get_service) 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() 45 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:202(name) 57 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:331(supplemental_fields) 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__) 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) 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) 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) 84 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:14() 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) 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__) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:26(get_namespace_choices) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:156(parse_from_xml) 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/openedx/core/djangoapps/api_admin/migrations/0002_auto_20160325_1604.py:27(Migration) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:379(__init__) 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/djangoapps/external_auth/login_and_register.py:83(register) 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) 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/paver/tasks.py:238(_consume_nargs) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/ConfigParser.py:158(__init__) 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) 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) 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/edx-platform/common/djangoapps/third_party_auth/lti.py:103(get_user_details) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:158() 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__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/html_error.html.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/__init__.py:75(assert_events_emitted) 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__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_file.py:95(tearDown) 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__) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1420(_process_args) 20 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:1360(_internal_poll) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/paginators.py:115(ordered_objects) 21 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) 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__) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:309(fetch_group_usage) 29 0.000 0.000 0.000 0.000 /usr/lib/python2.7/argparse.py:859(__call__) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:225(set_parser) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/result.py:153(wasSuccessful) 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) 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/middleware.py:60(__init__) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/commerce/utils.py:11(create_tracking_context) 21 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:587(__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) 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) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:155(online_help_token) 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/Crypto/Random/OSRNG/rng_base.py:39(_selftest) 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:828(visitText) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:317(gender_display) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.html.py:91(online_help_token) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:96(render_bodyclass) 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__) 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) 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/openedx/core/lib/api/tests/test_exceptions.py:43(test_not_acceptable_allows_dict_detail) 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) 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) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/import.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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/argparse.py:2112(_get_option_tuples) 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) 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 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_request.py:13(setUp) 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__) 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 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/management/commands/tests/test_generate_course_overview.py:76(test_no_params) 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) 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) 71 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/utils.py:188() 24 0.000 0.000 0.000 0.000 /usr/lib/python2.7/email/base64mime.py:52(base64_len) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:1220(_close_in_parent) 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__) 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) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/test_pipeline.py:32() 16 0.000 0.000 0.000 0.000 /usr/lib/python2.7/tarfile.py:2486(__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:55(__init__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/correctmap.py:73(set_dict) 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) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/_force_publish_course.html.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:118(test_disabled_by_feature_flag) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/howitworks.html.py:218(render_bodyclass) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/tests/testutil.py:48(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:2() 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 /edx/app/edxapp/edx-platform/lms/djangoapps/teams/plugins.py:9(TeamsTab) 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__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/lti.py:166() 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) 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/edx-platform/common/djangoapps/edxmako/paths.py:27(__init__) 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/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:70(getregentry) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/tests/xblock_integration/test_recommender.py:36(setUpClass) 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__) 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) 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) 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) 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__) 52 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/packaging/version.py:60() 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) 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) 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) 75 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:570(isSet) 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/edx-platform/common/djangoapps/django_comment_common/migrations/0003_enable_forums.py:20(Migration) 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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/json/encoder.py:165(default) 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) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:90(set) 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/mako/lexer.py:19(__init__) 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) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:372() 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/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:67(test_generate_subs_decrease_speed_2) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:40(_translation) 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) 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) 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/95b07376fa4edeaa696ebf4728826fba/problem.html.py:2() 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__) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/program_authoring.html.py:2() 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/openedx/core/djangoapps/contentserver/test/test_contentserver.py:416(test_bytes_unit) 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 /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/openedx/core/djangoapps/ccxcon/migrations/0002_auto_20160325_0407.py:7(Migration) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:316(supplemental_index_information) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:442(convert_seek_type) 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) 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) 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__) 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) 25 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/pool.py:574(__init__) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/mako/css.html.py:2() 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/results.py:1() 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) 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/django/core/checks/compatibility/django_1_7_0.py:13(_check_middleware_classes) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/idna.py:279(getregentry) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/choicegroup.html.py:2() 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) 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 /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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:136(content_groups_help_token) 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) 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) 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__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/api_admin/models.py:101(__unicode__) 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) 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/common/lib/xmodule/xmodule/partitions/tests/test_partitions.py:151(cleanup_scheme_extensions) 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) 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() 36 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:535(__init__) 4 0.000 0.000 0.000 0.000 /usr/lib/python2.7/subprocess.py:1448(register_and_append) 24 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/helpers.py:262() 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:383(legacy_event_type) 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) 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) 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) 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() 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/split.py:1325() 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/common/djangoapps/util/organizations_helpers.py:29(get_organization) 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) 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:24(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/component.html.py:2() 10 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:23(_mako_get_namespace) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:416(filter_ccx) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:30(setUp) 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) 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() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/embargo/models.py:261(__unicode__) 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) 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) 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) 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) 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__) 24 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:28(_mako_generate_namespaces) 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) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:120(render_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:508(_accept) 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:626() 40 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:932(assertLessEqual) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/exceptions.py:18(__init__) 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) 40 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:94() 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() 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/problem-edit.html.py:2() 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/contact_us_feedback_email_subject.txt.py:2() 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) 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) 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/dark_lang/preview_lang_include.html.py:2() 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) 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/pysrt/srtfile.py:160(text) 19 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/pavelib/utils/cmd.py:10() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/microsite.py:58(has_override_value) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/six.py:159(_resolve) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/plugins.py:13(CcxCourseTab) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/django.py:64(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/milestones_helpers.py:405(add_user_milestone) 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) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlistwithkey.py:87() 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/datastructures.py:479() 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) 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 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/dark_lang/migrations/0002_data__enable_on_install.py:24(Migration) 11 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:333() 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:450(replaceEntities) 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) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:146() 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__) 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__) 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/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/lexer.py:173(decode_raw_stream) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:571(auto_enroll_mode) 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) 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/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/lms/djangoapps/instructor/views/instructor_dashboard.py:62(InstructorDashboardTab) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:37(__setattr__) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/segment-io.html.py:2() 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/common/lib/xmodule/xmodule/modulestore/xml.py:743(has_item) 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) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:157() 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/openassessment/xblock/data_conversion.py:76(update_assessments_format) 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) 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__) 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__) 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() 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__) 23 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:741(literal) 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__) 52 0.000 0.000 0.000 0.000 /usr/lib/python2.7/decimal.py:179(handle) 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) 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tabs.py:178(validate_args) 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/stevedore/extension.py:141(_init_plugins) 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__) 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/openedx/core/djangoapps/embargo/migrations/0002_data__add_countries.py:21(Migration) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:433(has_professional_mode) 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__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/third_party_auth/lti.py:168(safe_int) 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 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/status_span.html.py:2() 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) 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:258(__init__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:132(__init__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:158(online_help_token) 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) 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) 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) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:377() 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:299(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/header_control/decorators.py:53(_decorator) 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) 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) 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) 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:156(render_bodyclass) 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__) 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) 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:241(set_output_charset) 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) 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__) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlist.py:146() 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/__init__.py:1133(delete_course) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/gridfs/grid_file.py:542(seek) 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) 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) 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/celery/backends/base.py:368(KeyValueStoreBackend) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/visibility_editor.html.py:2() 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/emails/course_creator_admin_user_pending.txt.py:2() 11 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:271() 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__) 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) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/lib-tk/Tkconstants.py:4() 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/track/tests/test_contexts.py:38(test_no_course_id_in_url) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:28(__init__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/ccxcon/tests/test_api.py:27(flatten) 1 0.000 0.000 0.000 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.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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/widgets/metadata-edit.html.py:54(ccall) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:251(render_content_groups_help_token) 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) 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/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/edx-platform/openedx/core/djangoapps/cors_csrf/helpers.py:78(skip_cross_domain_referer_check) 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) 97 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:424(__int__) 28 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:149() 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:341() 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) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:98(get) 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__) 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) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:44(__init__) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/__init__.py:15(__init__) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:965(set_description) 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) 14 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/container.html.py:293(ccall) 27 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) 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) 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) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/sndhdr.py:28() 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 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8.py:33(getregentry) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:149(online_help_token) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/tests/test_item.py:714() 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/edx-platform/lms/djangoapps/edxnotes/plugins.py:9(EdxNotesTab) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/capa_base.py:827(is_submitted) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:317(heartbeat) 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) 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/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 /usr/lib/python2.7/wsgiref/util.py:14(__init__) 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() 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 /edx/app/edxapp/edx-platform/common/djangoapps/xblock_django/tests/test_user_service.py:33(assert_is_anon_xb_user) 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/mongomock/collection.py:1048(create_index) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/studio_render_children_view.html.py:2() 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/problem_notifications.html.py:2() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:145(render_viewtitle) 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) 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) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/path.py:295(normcase) 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__) 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) 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) 11 0.000 0.000 0.000 0.000 /usr/lib/python2.7/StringIO.py:81(close) 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) 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) 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) 31 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/sortedcontainers/sortedlist.py:148() 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) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/verification_access.py:92() 43 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:431(handle_comment) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:84(__init__) 32 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtitem.py:73() 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__) 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) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/string_utils.py:6(str_to_bool) 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) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:26(__getattr__) 16 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:235(ccall) 16 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/videos.py:465() 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/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/sql/where.py:452(clone) 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/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/django/contrib/admin/checks.py:17(check_admin_app) 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) 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) 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) 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 /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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/xblock_wrapper.html.py:2() 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:590(is_white_label) 1 0.000 0.000 0.000 0.000 memory:0x7fdd986f40d0:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8_sig.py:108(getregentry) 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) 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__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/test_utils.py:59(assertHttpBadRequest) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pysrt/srtfile.py:162() 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/973407367c18f9eb213e8a595b2181f8/emails/contact_us_feedback_email_body.txt.py:2() 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/base.html.py:253(render_bodyclass) 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/edx-platform/common/djangoapps/track/shim.py:81(__call__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/cursor.py:554(skip) 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) 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) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_submit_feedback.py:103() 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/contentstore/content.py:88(get_id) 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) 18 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:1182() 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/threading.py:902(join) 26 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ipaddr.py:1379(__init__) 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) 34 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:183() 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() 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/copy_reg.py:46(_reconstructor) 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) 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) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/api/eligibility.py:265() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/copy_reg.py:14(pickle) 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__) 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) 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__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:91(render_bodyclass) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/500.html.py:98(render_bodyclass) 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) 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) 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) 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) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_mongo/mongo_connection.py:526() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/problem_ajax.html.py:2() 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/requests/packages/urllib3/response.py:55(decompress) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:98(render_bodyclass) 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__) 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() 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) 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/util/tests/test_db.py:116(test_commit_on_success_nesting) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:295(is_legacy_event) 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 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:95(new_ugettext) 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__) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/container.html.py:160(render_title) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/ConfigParser.py:130(__init__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:95(render_bodyclass) 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) 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) 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) 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) 10 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/library.html.py:215(ccall) 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) 15 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:257(process_legacy_fields) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_exists.html.py:2() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/tests/test_tracker.py:30(setUp) 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) 3 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/register.html.py:168(render_online_help_token) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/tests/test_permissions.py:21(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/conditional_ajax.html.py:2() 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:23(_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:21(BaseMemcachedCache) 14 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/credit/tasks.py:77() 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__) 17 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:944(assertGreaterEqual) 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) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/structured_tags_block.html.py:2() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/latin_1.py:41(getregentry) 12 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:203(ccall) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.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/TiffImagePlugin.py:1498(AppendingTiffWriter) 46 0.000 0.000 0.000 0.000 /usr/lib/python2.7/optparse.py:1407(check_values) 27 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:497(__init__) 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__) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:78(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() 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/venvs/edxapp/local/lib/python2.7/site-packages/requests/packages/urllib3/response.py:61(_get_decoder) 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) 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) 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__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/tests/utils.py:418() 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/cms/lib/xblock/tagging/tagging.py:34(_get_studio_resource_url) 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/edit-tabs.html.py:91(render_bodyclass) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:222(ExternalDiscussionCourseTab) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:118(render_bodyclass) 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) 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) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/helpers.py:144(__init__) 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) 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) 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) 1 0.000 0.000 0.000 0.000 memory:0x7fdd986f40d0:15(render_body) 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) 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) 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) 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) 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/backends/base.py:383(_encode_prefixes) 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) 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__) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:84(from_timestamp) 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/signals.py:34(_should_update_date) 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) 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 /usr/lib/python2.7/urllib2.py:541(http_response) 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/edx-platform/openedx/core/djangoapps/theming/finders.py:74() 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) 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) 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/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/common/djangoapps/util/tests/test_string_utils.py:13(test_str_to_bool_true) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:101(render_bodyclass) 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) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/django_comment_common/models.py:159(api_key) 20 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/tests/test_auto_auth.py:138() 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) 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) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/95b07376fa4edeaa696ebf4728826fba/poll.html.py:2() 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/search.py:33(flatten) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/models.py:446(is_professional_mode) 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__) 13 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:528(__lt__) 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) 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) 12 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/split_migrator.py:177() 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test_exists.html.py:16(render_body) 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__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/utils.py:28() 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/lib/python2.7/encodings/utf_8_sig.py:14(encode) 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/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:90(__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__) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:115(render_online_help_token) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/newrelic_custom_metrics/__init__.py:36(increment) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:115(render_online_help_token) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/views/decorators/http.py:34(decorator) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_logger.py:66(emit) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:113(updatable_attributes) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/base.html.py:113(render_online_help_token) 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) 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 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:196(has_override_value) 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) 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) 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__) 13 0.000 0.000 0.000 0.000 /usr/lib/python2.7/inspect.py:847() 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) 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() 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__) 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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:1069(unwrap) 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) 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) 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/mako/parsetree.py:44(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:171(url) 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__) 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) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:1377() 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/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/lib/python2.7/_abcoll.py:128(__subclasshook__) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/tabs.py:372() 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) 13 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/url_utils.py:43(_unquote_slashes) 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__) 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() 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) 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/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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/exceptions.py:31(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/tests/xblock_integration/xblock_testcase.py:358(setUpClass) 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) 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) 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) 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() 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/ccx/modulestore.py:102(__setattr__) 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) 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__) 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) 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) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/lib/comment_client/models.py:80(_metric_tags) 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) 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/zendesk/zendesk.py:45(__init__) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/capa_problem.py:211() 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:93(render_bodyclass) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:39(CourseInfoTab) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/helpers.py:30(_index_list) 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) 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) 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 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_transcripts_utils.py:266(test_success_downloading_chinese_transcripts) 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__) 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/local/lib/python2.7/site-packages/django/core/cache/backends/memcached.py:179(PyLibMCCache) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:119(render_online_help_token) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1705(count) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:128(experiment_group_configurations_help_token) 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) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/certificates.py:307(certificate_data) 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) 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) 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() 12 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:322(has_header) 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() 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) 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 /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) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/cohorts.py:76() 8 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:404(skipTest) 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:122(_ugettext) 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) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/course.py:477() 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:131(_pgettext) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:135() 6 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:273(get_full_url) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/assertions/events.py:128(strict) 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() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_cache_utils.py:23(setUp) 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) 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() 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) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:101(render_bodyclass) 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) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/maintenance/base.html.py:101(render_viewtitle) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:125(is_certification_enabled) 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) 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__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:20(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:289(render_experiment_group_configurations_help_token) 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/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/mongo_client.py:7(MongoClient) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:1657(Cursor) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/django.py:78() 10 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urlparse.py:86(password) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:96(render_bodyclass) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users.html.py:213(ccall) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:176(LinkTab) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/request_cache/middleware.py:63(request_cached) 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) 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) 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) 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/rest_framework/test.py:36(_encode_data) 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) 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__) 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__) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/cgi.py:1039(escape) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bson/codec_options.py:62(__getnewargs__) 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) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_course_tabs.py:46(setUp) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/static_replace/models.py:47() 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/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/database.py:9(Database) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:723(__getattr__) 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) 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() 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/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py:399(state_forwards) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_course_tabs.py:65(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/__init__.py:972(validate) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:74(ProgressTab) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_graders.html.py:26(_mako_get_namespace) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:413(__init__) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/auth/middleware.py:38(RemoteUserMiddleware) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:129(render_bodyclass) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/inputtypes.py:505(_extra_context) 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/programs/models.py:112(is_cache_enabled) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/CGIHTTPServer.py:35(CGIHTTPRequestHandler) 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) 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) 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) 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/Crypto/Random/Fortuna/FortunaAccumulator.py:74(which_pools) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/backends/tests/test_logger.py:71(reset) 12 0.000 0.000 0.000 0.000 /usr/lib/python2.7/UserList.py:31(__getitem__) 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__) 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/zendesk/zendesk.py:52(__str__) 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/capa/capa/correctmap.py:188(get_overall_message) 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mako/codegen.py:71(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/courseware_index.py:471(AboutInfo) 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) 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/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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/celery/local.py:62(__init__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/course_groups/tests/test_cohorts.py:466() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/date_utils.py:65(almost_same_datetime) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/errors.py:67(__init__) 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/django/db/migrations/autodetector.py:710(generate_deleted_proxies) 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) 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) 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) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/views/item.py:389() 10 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/split_test_module.py:28() 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__) 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__) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_wiki/__init__.py:1() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/api/exceptions.py:48(__init__) 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 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:204(get_all_config) 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) 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/cms/djangoapps/contentstore/courseware_index.py:430(LibrarySearchIndexer) 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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/course_api/blocks/transformers/navigation.py:16(BlockNavigationTransformer) 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__) 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__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:246(ExternalLinkCourseTab) 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) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:120(render_online_help_token) 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__) 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/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) 6 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:267(has_data) 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) 2 0.000 0.000 0.000 0.000 /usr/lib/python2.7/unittest/case.py:60(skip_wrapper) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:337(__init__) 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__) 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) 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) 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 /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/venvs/edxapp/local/lib/python2.7/site-packages/django/template/backends/base.py:17(__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) 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__) 22 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:444(__getitem__) 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/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/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:39(get_value) 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) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/program_authoring.html.py:123(render_requirejs) 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() 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) 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) 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) 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) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:16(EnrolledTab) 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) 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/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) 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/mongomock/collection.py:94(BulkWriteOperation) 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) 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) 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) 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) 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) 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) 11 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/utils.py:100() 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) 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/edit-tabs.html.py:267(ccall) 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/venvs/edxapp/local/lib/python2.7/site-packages/mako/compat.py:106(exception_as) 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/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) 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) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/library_content_module.py:27() 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) 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/common/djangoapps/microsite_configuration/tests/backends/test_base.py:67(get_all_config) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/nose/plugins/manager.py:340(addFailure) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/logging/__init__.py:717(setLevel) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/index.html.py:429() 4 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/x_module.py:1815(publish) 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) 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) 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/PIL/PngImagePlugin.py:97(ChunkStream) 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() 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/venvs/edxapp/local/lib/python2.7/site-packages/rfc6266.py:373(is_ascii) 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) 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_) 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) 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() 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__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/videos_index.html.py:26(_mako_get_namespace) 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) 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/django/template/loaders/filesystem.py:14(Loader) 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_api/blocks/transformers/blocks_api.py:11(BlocksAPITransformer) 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/edx-platform/cms/djangoapps/contentstore/management/commands/export.py:15(Command) 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) 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) 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/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__) 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/venvs/edxapp/local/lib/python2.7/site-packages/fs/wrapfs/subfs.py:14(SubFS) 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 /usr/lib/python2.7/gettext.py:224(ungettext) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cache_toolbox/middleware.py:95(CacheBackedAuthenticationMiddleware) 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/lms/djangoapps/course_wiki/tab.py:12(WikiTab) 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__) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:29(__init__) 11 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/darklang/preview_lang.html.py:28(_mako_generate_namespaces) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/exceptions.py:51(__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) 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) 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) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:98() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:114(TextbookTabs) 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/mako/codegen.py:1058(defs) 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/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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/migrations/state.py:72(__init__) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/backends/cache.py:17(cache_key) 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) 1 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:1235(__init__) 1 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/settings_advanced.html.py:117(render_online_help_token) 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/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/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/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__) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/abc.py:15(abstractmethod) 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/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:110(render_header_extras) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:101(is_enabled) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/notes/__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/edx-platform/common/djangoapps/microsite_configuration/tests/backends/test_base.py:45(get_dict) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:23(ugettext) 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() 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/testfixtures/comparison.py:309(extract_args) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:23(_mako_get_namespace) 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/edx-platform/common/djangoapps/track/transformers.py:282(process_legacy_fields) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:133() 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() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/util/tests/test_date_utils.py:75(utcoffset) 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) 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) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:262(SingleTextbookTab) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:78() 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) 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__) 19 0.000 0.000 0.000 0.000 /usr/lib/python2.7/inspect.py:848() 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/search/tests/utils.py:44(ForceRefreshElasticSearchEngine) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/manage_users_lib.html.py:205(ccall) 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) 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) 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) 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/django/db/models/sql/query.py:1674(set_select) 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) 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/venvs/edxapp/lib/python2.7/stat.py:43(S_ISCHR) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/migrations/__init__.py:1() 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/group_configurations.html.py:25(_mako_get_namespace) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/lms/djangoapps/courseware/tabs.py:138(PDFTextbookTabs) 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/edx-platform/openedx/core/djangoapps/header_control/decorators.py:40(force_header) 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) 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/local/lib/python2.7/site-packages/django/db/migrations/questioner.py:22(__init__) 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) 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:243() 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) 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/common/djangoapps/microsite_configuration/tests/backends/test_base.py:88(clear) 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/celery/app/trace.py:70(TraceInfo) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/user_api/migrations/__init__.py:1() 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) 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) 17 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/graph_traversals.py:316() 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) 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) 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() 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/sre_parse.py:218(seek) 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/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) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/block_structure.py:68(__iter__) 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__) 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/lms/djangoapps/course_api/blocks/__init__.py:3() 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PngImagePlugin.py:515(PngImageFile) 8 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/login.html.py:28(_mako_generate_namespaces) 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 /usr/lib/python2.7/unittest/case.py:812(assertIs) 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/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/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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/asset_index.html.py:23(_mako_get_namespace) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/mongomock/collection.py:160(BulkOperationBuilder) 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/django/template/base.py:1146(tag_function) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/block_structure/tests/helpers.py:105(delete) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/parsers.py:28(__init__) 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/course_groups/cohorts.py:280() 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/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/middleware/common.py:16(CommonMiddleware) 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/edx-platform/cms/djangoapps/contentstore/views/tests/test_certificates.py:114(_remove_ids) 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/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__) 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) 2 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/textbooks.html.py:21(_mako_get_namespace) 5 0.000 0.000 0.000 0.000 /usr/lib/python2.7/HTMLParser.py:435(handle_decl) 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 /edx/app/edxapp/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:32(set_config_by_domain) 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/edx-platform/openedx/core/djangoapps/contentserver/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/migrations/0006_require_contenttypes_0002.py:7(Migration) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/progress.py:45(frac) 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/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/edx-platform/lms/djangoapps/course_api/blocks/transformers/__init__.py:11(SupportedFieldType) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py:51(__init__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/track/transformers.py:347(crosses_boundary) 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) 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/edx-platform/common/djangoapps/microsite_configuration/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:50(CacheBackend) 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) 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) 2 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/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/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:49(start_source) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:293(get_selector) 8 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:122() 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) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:30() 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:99() 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/venvs/edxapp/local/lib/python2.7/site-packages/oauthlib/common.py:322() 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() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib.py:1023(info) 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/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/edx-platform/openedx/core/djangoapps/util/tests/test_user_utils.py:26(test_system_user_is_not_superuser) 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/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) 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/django/core/mail/backends/base.py:4(BaseEmailBackend) 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) 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/lib/python2.7/encodings/utf_8_sig.py:25(IncrementalEncoder) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/assetstore/__init__.py:267(doc_id) 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/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) 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/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/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/edx-platform/lms/djangoapps/class_dashboard/__init__.py:3() 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/mongomock/__init__.py:52(WriteError) 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) 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) 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__) 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:62(StreamWriter) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:94(__enter__) 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/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() 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() 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/lms/djangoapps/instructor/views/__init__.py:3() 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() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/session_inactivity_timeout/middleware.py:18(SessionInactivityTimeout) 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 /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/theming/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_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/venvs/edxapp/src/edx-submissions/submissions/migrations/__init__.py:1() 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/lms/lib/comment_client/models.py:119(before_save) 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) 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) 4 0.000 0.000 0.000 0.000 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/course_info.html.py:164(ccall) 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/edx-platform/lms/lib/comment_client/models.py:163(url_with_id) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/self_paced/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/forms/models.py:1152(get_limit_choices_to) 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) 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/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() 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) 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/django/db/models/fields/__init__.py:1544(_check_max_digits) 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 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1518(_check_decimal_places) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/src/codejail/codejail/django_integration.py:13(ConfigureCodeJailMiddleware) 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/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/django/contrib/sites/middleware.py:4(CurrentSiteMiddleware) 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/edx-platform/openedx/core/djangoapps/external_auth/migrations/__init__.py:1() 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) 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/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/venvs/edxapp/local/lib/python2.7/site-packages/search/tests/utils.py:63(ErroringSearchEngine) 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/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/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__) 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) 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/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) 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() 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/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/0008_remove_courseoverview_facebook_url.py:7(Migration) 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) 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/wsgiref/util.py:26(__iter__) 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 /tmp/mako_cms/973407367c18f9eb213e8a595b2181f8/test-theme/cms/templates/login.html.py:28(_mako_generate_namespaces) 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() 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/edx-platform/openedx/core/djangoapps/credit/migrations/__init__.py:1() 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/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/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/edx-platform/common/djangoapps/microsite_configuration/backends/base.py:57(is_request_in_microsite) 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/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/PIL/GimpGradientFile.py:102(GimpGradientFile) 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) 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) 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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/urllib2.py:1171() 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/gettext.py:187(add_fallback) 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 /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) 3 0.000 0.000 0.000 0.000 /usr/lib/python2.7/httplib.py:800(set_debuglevel) 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/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() 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/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/six.py:189(__get_module) 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) 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/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/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() 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/templatetags/i18n.py:74(TranslateNode) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_cache_utils.py:20(__init__) 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 /edx/app/edxapp/edx-platform/cms/djangoapps/course_creators/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:26(GetLanguageInfoNode) 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/venvs/edxapp/local/lib/python2.7/site-packages/PIL/PaletteFile.py:22(PaletteFile) 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/venvs/edxapp/local/lib/python2.7/site-packages/rest_framework/authentication.py:30(_reject) 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/pipeline/finders.py:24(ManifestFinder) 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/unittest2/case.py:1229(assertGreater) 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() 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:111() 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() 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) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/cms/djangoapps/contentstore/tests/test_i18n.py:101(__exit__) 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/method_override/templatetags/__init__.py:1() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/content/course_overviews/migrations/__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/edx-platform/lms/djangoapps/django_comment_client/utils.py:484(QueryCountDebugMiddleware) 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() 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/contrib/auth/context_processors.py:27(PermWrapper) 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/django/templatetags/i18n.py:56(GetCurrentLanguageNode) 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/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/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/organizations/migrations/__init__.py:1() 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/venvs/edxapp/lib/python2.7/encodings/idna.py:231(IncrementalDecoder) 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__) 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() 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:109() 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() 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/edx-platform/openedx/core/djangoapps/util/user_utils.py:17(__unicode__) 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() 9 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:79() 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/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() 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 /usr/lib/python2.7/netrc.py:24(netrc) 6 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_authentication.py:55() 5 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/kombu/serialization.py:460() 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) 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/provider/oauth2/migrations/__init__.py:1() 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/local/lib/python2.7/site-packages/django/core/mail/backends/locmem.py:9(EmailBackend) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/stat.py:52(S_ISFIFO) 7 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/openedx/core/lib/tests/test_graph_traversals.py:123() 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/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/lms/djangoapps/django_comment_client/utils.py:447(JsonError) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/base64_codec.py:45(Codec) 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) 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/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/edx-platform/openedx/core/djangoapps/course_groups/migrations/__init__.py:1() 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) 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) 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) 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/util/testing.py:147(rollback_atomics_wrapper) 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) 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/edx-platform/lms/djangoapps/courseware/tabs.py:157(HtmlTextbookTabs) 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) 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() 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/PIL/BmpImagePlugin.py:211(DibImageFile) 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/organizations/exceptions.py:12(InvalidOrganizationException) 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__) 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) 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/lib/python2.7/encodings/idna.py:274(StreamReader) 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/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/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/Crypto/Random/Fortuna/FortunaAccumulator.py:129(_forget_last_reseed) 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/djcelery/migrations/__init__.py:1() 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/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/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/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/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/venvs/edxapp/local/lib/python2.7/site-packages/django/contrib/sessions/migrations/__init__.py:1() 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/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/db/models/fields/__init__.py:1903(get_internal_type) 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) 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) 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/venvs/edxapp/local/lib/python2.7/site-packages/jsonfield/fields.py:91(to_python) 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) 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) 3 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/student/models.py:1475() 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/venvs/edxapp/local/lib/python2.7/site-packages/mako/util.py:66(to_list) 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/edx-platform/openedx/core/djangoapps/cors_csrf/tests/test_middleware.py:246() 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__) 2 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/codecs.py:379(reset) 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/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/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/microsite_configuration/backends/base.py:72(get_all_config) 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) 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/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) 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/rules/templatetags/__init__.py:1() 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) 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() 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() 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/venvs/edxapp/lib/python2.7/encodings/utf_8_sig.py:84(StreamReader) 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) 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/edx-platform/common/djangoapps/static_replace/test/test_static_replace.py:83(processor) 1 0.000 0.000 0.000 0.000 /edx/app/edxapp/edx-platform/common/djangoapps/course_modes/migrations/__init__.py:1() ---------------------------------------------------------------------- Ran 4724 tests in 1092.907s FAILED (SKIP=1787, errors=17, failures=1) 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 MongoDB server version: 3.4.2 Dropping test db test_xcontent_29262 Dropping test db test_xcontent Dropping test db test_mongo_eab9e Dropping test db test_xmodule_29262 Cleaning up after python tests ================================================ Tests failed in the following suites: * cms edxapp@vagrant:~/edx-platform$