Need Help: Review Board Unit Test Problem

2014-04-08 Thread Koushik Roy
Hi, I am trying to run review board unit tests with manage.py test I have two questions - 1. The tests were hung. What am I missing? I was able to run them once - but not the second time. *Copying

Re: Need Help: Review Board Unit Test Problem

2014-04-08 Thread Christian Hammond
Hi, This is probably best discussed on the reviewboard-dev list, but that's okay. I have a few questions. 1. Are you using sqlite as your database backend, or something else? You should only use sqlite for the test suite, or you'll have a bad time. 2. What are you running the tests on,

Re: Need Help: Review Board Unit Test Problem

2014-04-08 Thread Koushik Roy
Christian, thanks for the quick response. 1. Yes, I am using sqlite for the unit tests. (For my actual server, its MySql) 2 3. I am running RB1.7.13 on Debian7-64 Its only the tests that I cannot run; my real environment with Apache-MySql etc. is functional. Thanks. On Tuesday, April 8,