Re-generate the modulestore collection names for every test

This commit is contained in:
Calen Pennington
2016-04-13 10:18:38 -04:00
parent dced13a827
commit 099ce1303a
2 changed files with 15 additions and 12 deletions

View File

@@ -164,8 +164,8 @@ update_module_store_settings(
doc_store_settings={
'host': MONGO_HOST,
'port': MONGO_PORT_NUM,
'db': 'test_xmodule',
'collection': 'test_modulestore{0}'.format(THIS_UUID),
'db': 'test_xmodule_{}'.format(THIS_UUID),
'collection': 'test_modulestore',
},
)