Created
November 4, 2014 16:36
-
-
Save singingwolfboy/dce6f382610be9f42a63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
db ~/devstack mastodon | |
% vagrant ssh | |
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
New release '14.04.1 LTS' available. | |
Run 'do-release-upgrade' to upgrade to it. | |
******************************************************************* | |
* _ __ __ * | |
* _ _| |\ \/ / * | |
* / -_) _` | > < * | |
* \___\__,_|/_/\_\ * | |
* * | |
* Instructions and troubleshooting: * | |
* https://github.com/edx/configuration/wiki/edX-Developer-Stack * | |
******************************************************************* | |
Last login: Tue Nov 4 16:02:41 2014 from 10.0.2.2 | |
vagrant@precise64:~$ sudo su edxapp | |
edxapp@precise64:~/edx-platform$ ls | |
AUTHORS CONTRIBUTING.rst manage.pyc pavement.pyc setup.pyc | |
bin docs mongo_indexes.md pylintrc tddium.yml | |
Brewfile Gemfile node_modules README.md test_root | |
CHANGELOG.rst Gemfile.lock Open_edX.egg-info requirements vendor_extra | |
cms LICENSE package.json scripts | |
common lms pavelib setup.cfg | |
conf manage.py pavement.py setup.py | |
edxapp@precise64:~/edx-platform$ paver test_lib | |
---> pavelib.tests.test_lib | |
---> pavelib.prereqs.install_prereqs | |
---> pavelib.utils.test.utils.clean_reports_dir | |
find /edx/app/edxapp/edx-platform/reports -type f -delete | |
Setting up for python tests | |
---> pavelib.utils.test.utils.clean_test_files | |
git clean -fqdx test_root/logs test_root/data test_root/staticfiles test_root/uploads | |
find . -type f -name "*.pyc" -delete | |
rm -rf test_root/log/auto_screenshots/* | |
rm -rf /tmp/mako_[cl]ms | |
Setting up for common/lib/calc | |
python -m coverage run --rcfile=common/lib/calc/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/calc/noseids common/lib/calc --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/calc/nosetests.xml --verbosity=1 | |
======================================== | |
Running tests for common/lib/calc | |
======================================== | |
....................................................... | |
----------------------------------------------------------------------------- | |
55 tests run in 1.4 seconds (55 tests passed) | |
Cleaning up after common/lib/calc | |
---> pavelib.utils.test.utils.clean_mongo | |
mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
MongoDB shell version: 2.4.7 | |
connecting to: localhost:27017/test | |
Setting up for common/lib/capa | |
python -m coverage run --rcfile=common/lib/capa/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/capa/noseids common/lib/capa --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/capa/nosetests.xml --verbosity=1 | |
======================================== | |
Running tests for common/lib/capa | |
======================================== | |
............................................................................. | |
............................................................................. | |
............................................................................. | |
.................................................. | |
----------------------------------------------------------------------------- | |
281 tests run in 10.5 seconds (281 tests passed) | |
Cleaning up after common/lib/capa | |
---> pavelib.utils.test.utils.clean_mongo | |
mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
MongoDB shell version: 2.4.7 | |
connecting to: localhost:27017/test | |
Setting up for common/lib/chem | |
python -m coverage run --rcfile=common/lib/chem/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/chem/noseids common/lib/chem --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/chem/nosetests.xml --verbosity=1 | |
======================================== | |
Running tests for common/lib/chem | |
======================================== | |
............................................................................. | |
......... | |
----------------------------------------------------------------------------- | |
86 tests run in 3.4 seconds (86 tests passed) | |
Cleaning up after common/lib/chem | |
---> pavelib.utils.test.utils.clean_mongo | |
mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
MongoDB shell version: 2.4.7 | |
connecting to: localhost:27017/test | |
Setting up for common/lib/dogstats | |
python -m coverage run --rcfile=common/lib/dogstats/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/dogstats/noseids common/lib/dogstats --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/dogstats/nosetests.xml --verbosity=1 | |
======================================== | |
Running tests for common/lib/dogstats | |
======================================== | |
----------------------------------------------------------------------------- | |
0 tests run in 0.0 seconds (0 tests passed) | |
Cleaning up after common/lib/dogstats | |
---> pavelib.utils.test.utils.clean_mongo | |
mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
MongoDB shell version: 2.4.7 | |
connecting to: localhost:27017/test | |
Setting up for common/lib/i18n | |
python -m coverage run --rcfile=common/lib/i18n/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/i18n/noseids common/lib/i18n --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/i18n/nosetests.xml --verbosity=1 | |
======================================== | |
Running tests for common/lib/i18n | |
======================================== | |
This test tests that i18n extraction (`paver i18n_extract`) works properly. If you experience failures, please check that all instances of `gettext` and `ngettext` are used correctly. You can also try running `paver i18n_extract -v` locally for more detail. | |
Extracting i18n strings and generating dummy translations; this may take a few minutes | |
.. | |
----------------------------------------------------------------------------- | |
2 tests run in 84.5 seconds (2 tests passed) | |
Cleaning up after common/lib/i18n | |
---> pavelib.utils.test.utils.clean_mongo | |
mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
MongoDB shell version: 2.4.7 | |
connecting to: localhost:27017/test | |
Setting up for common/lib/safe_lxml | |
python -m coverage run --rcfile=common/lib/safe_lxml/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/safe_lxml/noseids common/lib/safe_lxml --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/safe_lxml/nosetests.xml --verbosity=1 | |
======================================== | |
Running tests for common/lib/safe_lxml | |
======================================== | |
----------------------------------------------------------------------------- | |
0 tests run in 0.0 seconds (0 tests passed) | |
Cleaning up after common/lib/safe_lxml | |
---> pavelib.utils.test.utils.clean_mongo | |
mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
MongoDB shell version: 2.4.7 | |
connecting to: localhost:27017/test | |
Setting up for common/lib/sandbox-packages | |
python -m coverage run --rcfile=common/lib/sandbox-packages/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/sandbox-packages/noseids common/lib/sandbox-packages --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/sandbox-packages/nosetests.xml --verbosity=1 | |
======================================== | |
Running tests for common/lib/sandbox-packages | |
======================================== | |
....................................................... | |
----------------------------------------------------------------------------- | |
55 tests run in 0.1 seconds (55 tests passed) | |
Cleaning up after common/lib/sandbox-packages | |
---> pavelib.utils.test.utils.clean_mongo | |
mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
MongoDB shell version: 2.4.7 | |
connecting to: localhost:27017/test | |
Setting up for common/lib/symmath | |
python -m coverage run --rcfile=common/lib/symmath/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/symmath/noseids common/lib/symmath --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/symmath/nosetests.xml --verbosity=1 | |
======================================== | |
Running tests for common/lib/symmath | |
======================================== | |
......... | |
----------------------------------------------------------------------------- | |
9 tests run in 1.8 seconds (9 tests passed) | |
Cleaning up after common/lib/symmath | |
---> pavelib.utils.test.utils.clean_mongo | |
mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
MongoDB shell version: 2.4.7 | |
connecting to: localhost:27017/test | |
Setting up for common/lib/xmodule | |
python -m coverage run --rcfile=common/lib/xmodule/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/common/lib/xmodule/noseids common/lib/xmodule --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/common/lib/xmodule/nosetests.xml --verbosity=1 | |
======================================== | |
Running tests for common/lib/xmodule | |
======================================== | |
............................................................................. | |
.......................XXXXXX....XXXXXX..XXXX.....XXXX.................XXXXXX | |
..........XX....XX........................................................... | |
..X.......................................................................... | |
............................................................................. | |
............................................................................. | |
............................................................................. | |
..............-...-.......-.................................................. | |
...........................................................................-. | |
............................................................................. | |
............................................................................. | |
............................................................................. | |
............................................................................. | |
.......-----------------.--..........--------------...-...-......-....------- | |
-------................................................ | |
----------------------------------------------------------------------------- | |
1) ERROR: test_delete_draft_vertical_1___draft___4__1_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 786 in test_delete_draft_vertical | |
if default_ms == 'draft' and mongo_uses_error_check(self.store): | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 289 in mongo_uses_error_check | |
return any([mongo_uses_error_check(substore) for substore in store.modulestores]) | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 287 in mongo_uses_error_check | |
return store.mongo_wire_version() <= 1 | |
common/lib/xmodule/xmodule/modulestore/mongo/base.py line 506 in mongo_wire_version | |
self.database.connection._ensure_connected() | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py line 800 in __call__ | |
self.__name, self.__connection.__class__.__name__)) | |
TypeError: 'Database' object is not callable. If you meant to call the '_ensure_connected' method on a 'MongoClient' object it is failing because no such method exists. | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
2) ERROR: test_delete_draft_vertical_2___split___2__2_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 788 in test_delete_draft_vertical | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
3) ERROR: test_delete_item_1___draft___7__2_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 678 in test_delete_item | |
if default_ms == 'draft' and mongo_uses_error_check(self.store): | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 289 in mongo_uses_error_check | |
return any([mongo_uses_error_check(substore) for substore in store.modulestores]) | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 287 in mongo_uses_error_check | |
return store.mongo_wire_version() <= 1 | |
common/lib/xmodule/xmodule/modulestore/mongo/base.py line 506 in mongo_wire_version | |
self.database.connection._ensure_connected() | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py line 800 in __call__ | |
self.__name, self.__connection.__class__.__name__)) | |
TypeError: 'Database' object is not callable. If you meant to call the '_ensure_connected' method on a 'MongoClient' object it is failing because no such method exists. | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
4) ERROR: test_delete_item_2___split___4__3_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 686 in test_delete_item | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
5) ERROR: test_delete_private_vertical_1___draft___8__2_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 711 in test_delete_private_vertical | |
if default_ms == 'draft' and mongo_uses_error_check(self.store): | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 289 in mongo_uses_error_check | |
return any([mongo_uses_error_check(substore) for substore in store.modulestores]) | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 287 in mongo_uses_error_check | |
return store.mongo_wire_version() <= 1 | |
common/lib/xmodule/xmodule/modulestore/mongo/base.py line 506 in mongo_wire_version | |
self.database.connection._ensure_connected() | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py line 800 in __call__ | |
self.__name, self.__connection.__class__.__name__)) | |
TypeError: 'Database' object is not callable. If you meant to call the '_ensure_connected' method on a 'MongoClient' object it is failing because no such method exists. | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
6) ERROR: test_delete_private_vertical_2___split___4__3_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 736 in test_delete_private_vertical | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
7) ERROR: test_get_course_1___draft___2__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 852 in test_get_course | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
8) ERROR: test_get_course_2___split___3__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 852 in test_get_course | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
9) ERROR: test_get_courses_1___draft___3__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 804 in test_get_courses | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
10) ERROR: test_get_courses_2___split___5__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 804 in test_get_courses | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
11) ERROR: test_get_courses_for_wiki_1___draft___2__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 1294 in test_get_courses_for_wiki | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
12) ERROR: test_get_courses_for_wiki_2___split___2__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 1294 in test_get_courses_for_wiki | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
13) ERROR: test_get_item_1___draft____2__2___0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 351 in test_get_item | |
with check_mongo_calls(max_find.pop(0), max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
14) ERROR: test_get_item_2___split____2__2___0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 351 in test_get_item | |
with check_mongo_calls(max_find.pop(0), max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
15) ERROR: test_get_items_1___draft___8__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 384 in test_get_items | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
16) ERROR: test_get_items_2___split___3__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 384 in test_get_items | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
17) ERROR: test_get_orphans_1___draft___1__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 1171 in test_get_orphans | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
18) ERROR: test_get_orphans_2___split___2__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 1171 in test_get_orphans | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
19) ERROR: test_get_parent_locations_1___draft___2__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 872 in test_get_parent_locations | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
20) ERROR: test_get_parent_locations_2___split___2__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 872 in test_get_parent_locations | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
21) ERROR: test_has_item_1___draft____1__1___0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 323 in test_has_item | |
with check_mongo_calls(max_find.pop(0), max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
22) ERROR: test_has_item_2___split____2__2___0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 323 in test_has_item | |
with check_mongo_calls(max_find.pop(0), max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
23) ERROR: test_has_published_version_1___draft___1__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 1365 in test_has_published_version | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
24) ERROR: test_has_published_version_2___split___2__0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 1365 in test_has_published_version | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
25) ERROR: test_path_to_location_1___draft____20__5___0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 996 in test_path_to_location | |
with check_mongo_calls(num_finds.pop(0), num_sends): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
26) ERROR: test_path_to_location_2___split____2__2___0_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 996 in test_path_to_location | |
with check_mongo_calls(num_finds.pop(0), num_sends): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
27) ERROR: test_unpublish_1___draft___2__6_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 1322 in test_unpublish | |
if default_ms == 'draft' and mongo_uses_error_check(self.store): | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 289 in mongo_uses_error_check | |
return any([mongo_uses_error_check(substore) for substore in store.modulestores]) | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 287 in mongo_uses_error_check | |
return store.mongo_wire_version() <= 1 | |
common/lib/xmodule/xmodule/modulestore/mongo/base.py line 506 in mongo_wire_version | |
self.database.connection._ensure_connected() | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pymongo/database.py line 800 in __call__ | |
self.__name, self.__connection.__class__.__name__)) | |
TypeError: 'Database' object is not callable. If you meant to call the '_ensure_connected' method on a 'MongoClient' object it is failing because no such method exists. | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
28) ERROR: test_unpublish_2___split___3__2_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 1335 in test_unpublish | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
29) ERROR: test_update_item_1___draft___11__5_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 421 in test_update_item | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
root: WARNING: Running MongoModuleStore without a metadata_inheritance_cache_subsystem. This is OK in localdev and testing environment. Not OK in production. | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
30) ERROR: test_update_item_2___split___3__2_ (xmodule.modulestore.tests.test_mixed_modulestore.TestMixedModuleStore) | |
Traceback (most recent call last): | |
/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/ddt.py line 114 in wrapper | |
return func(self, *args, **kwargs) | |
common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py line 421 in test_update_item | |
with check_mongo_calls(max_find, max_send): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
-------------------- >> begin captured logging << -------------------- | |
xmodule.modulestore.mixed: ERROR: Invalid MixedModuleStore configuration. Unable to parse course_id 'edX/simple' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 118, in __init__ | |
self.mappings[SlashSeparatedCourseKey.from_deprecated_string(course_id)] = store_name | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locations.py", line 47, in from_deprecated_string | |
return CourseLocator.from_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/__init__.py", line 189, in from_string | |
return getattr(cls, 'deprecated_fallback')._from_deprecated_string(serialized) | |
File "/edx/app/edxapp/venvs/edxapp/src/opaque-keys/opaque_keys/edx/locator.py", line 399, in _from_deprecated_string | |
raise InvalidKeyError(cls, serialized) | |
InvalidKeyError: <class 'opaque_keys.edx.locator.CourseLocator'>: edX/simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from 2014_Uni | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from conditional_and_poll | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from course_info_updates | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from dot-underscore | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from embedded_python | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graded | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from graphic_slider_tool | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from import_draft_order | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from manual-testing-complete | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from open_ended_nopath | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from pure_xblock_public | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from self_assessment | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from simple | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from simple_with_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from split_test_module_draft | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_about_blob_end_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_end | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_exam_registration | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_import_course_2 | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_start_date | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from test_unicode | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from tilde | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Done with course import from toy | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from two_toys | |
xmodule.modulestore.xml: DEBUG: ========> Starting course import from word_cloud | |
--------------------- >> end captured logging << --------------------- | |
----------------------------------------------------------------------------- | |
31) ERROR: test_publish_draft_delete (xmodule.modulestore.tests.test_publish.TestPublish) | |
Traceback (most recent call last): | |
common/lib/xmodule/xmodule/modulestore/tests/test_split_w_old_mongo.py line 66 in setUp | |
self._create_course() | |
common/lib/xmodule/xmodule/modulestore/tests/test_publish.py line 22 in _create_course | |
with check_mongo_calls(5, 2): | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 316 in check_mongo_calls | |
num_sends | |
/usr/lib/python2.7/contextlib.py line 17 in __enter__ | |
return self.gen.next() | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 254 in check_sum_of_calls | |
for method in methods | |
common/lib/xmodule/xmodule/modulestore/tests/factories.py line 253 in <dictcomp> | |
method: Mock(wraps=getattr(object_, method)) | |
AttributeError: 'module' object has no attribute '_do_batched_write_command' | |
----------------------------------------------------------------------------- | |
1133 tests run in 192.3 seconds. | |
31 errors, 54 skipped (1048 tests passed) | |
Cleaning up after common/lib/xmodule | |
---> pavelib.utils.test.utils.clean_mongo | |
mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
MongoDB shell version: 2.4.7 | |
connecting to: localhost:27017/test | |
Dropping test db test_xmodule | |
Setting up for pavelib/paver_tests | |
python -m coverage run --rcfile=pavelib/paver_tests/.coveragerc `which nosetests` --id-file=/edx/app/edxapp/edx-platform/.testids/pavelib/paver_tests/noseids pavelib/paver_tests --with-xunit --xunit-file=/edx/app/edxapp/edx-platform/reports/pavelib/paver_tests/nosetests.xml --verbosity=1 | |
======================================== | |
Running tests for pavelib/paver_tests | |
======================================== | |
............... | |
----------------------------------------------------------------------------- | |
15 tests run in 0.3 seconds (15 tests passed) | |
Cleaning up after pavelib/paver_tests | |
---> pavelib.utils.test.utils.clean_mongo | |
mongo localhost:27017 /edx/app/edxapp/edx-platform/scripts/delete-mongo-test-dbs.js | |
MongoDB shell version: 2.4.7 | |
connecting to: localhost:27017/test | |
Cleaning up after python tests | |
================================================ | |
Tests failed in the following suites: | |
* common/lib/xmodule | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment