Avinash - I'm also pasting the error you shared with me further below in case anyone in the group can advise...
For the database question, I don't know the full answer but I know the clues, at least. It's the Courseware Student History Module, and there are various definitions for it (also described as "CSMH") in the environment files (e.g., the lms common.py <https://github.com/edx/edx-platform/blob/master/lms/envs/common.py> or the lms test.py <https://github.com/edx/edx-platform/blob/master/lms/envs/test.py> which is used for unit tests). Is that database involved with the errors you are describing? That I do not know. Perhaps someone else on the list has advice on that... Ben I also getting error *after running :* > > paver test_system -s lms > > and the error is: ============================================================ ========== FAIL: test_rescoring_randomized_problem (lms.djangoapps.instructor_ task.tests.test_integration.TestRescoringTask) ---------------------------------------------------------------------- Traceback (most recent call last): File "/edx/app/edxapp/edx-platform/lms/djangoapps/instructor_ task/tests/test_integration.py", line 309, in test_rescoring_randomized_ problem self.check_state(username, descriptor, 0, 1, 1) File "/edx/app/edxapp/edx-platform/lms/djangoapps/instructor_ task/tests/test_integration.py", line 115, in check_state self.assertEqual(module.grade, expected_score) AssertionError: None != 0 how to solve or show this test case manually on *edxplateform please reply* On Wed, Dec 28, 2016 at 4:47 AM, Nilesh Singh <[email protected]> wrote: > Hi, > > I am trying to run lms unit test case on Eucalyptus version, i am getting > > > > > > * : Creating test database for alias 'default'... > Installed 2 object(s) from 1 fixture(s) Creating test database > for alias 'student_module_history'...*i need to know where test database > created. > > > > > > > > *regardsNilesh Singh* > > -- > You received this message because you are subscribed to the Google Groups > "General Open edX discussion" group. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/edx-code/68231212-854f-4b70-8e9b-a451b06cab3b%40googlegroups.com > <https://groups.google.com/d/msgid/edx-code/68231212-854f-4b70-8e9b-a451b06cab3b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- *Ben Patterson* edX | Engineering Manager | [email protected] 141 Portland Street, 9th floor Cambridge, MA 02139 http://www.edx.org <http://www.edxonline.org/> [image: http://www.e-learn.nl/media/blogs/e-learn/edX_Logo_Col_RGB_FINAL.jpg?mtime=1336074566] -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/CAAwyC2ZaS3VfSDwMW9BFSK6vm9XosrRtcGBVJi31soEAb3URuQ%40mail.gmail.com.
