Hi Amiruddin,
>- The build only runs ApplicationTestSuite testcases, as per my understanding >these testcases are related to the application behavior and does not include >test files which run database test. Am i going in right >direction ? >So the idea is, why not run all the tests defined in the test source folder ? >If we dont make it part of build process developers working on it wont even >know when they broke the tests. According to my knowledge, all test classes are called by ApplicationTestSuite.java, including LatestTest.java (for the Database tests). >- I tried running all the tests in the test folder as part of build (had >fileset with pattern defined as **/*Test.class), the build process took 40 >mins to complete, also some of the tests were failing. >So the first question is why are those tests failing, the second is why is the >build taking so long to complete. I have worked on projects with many database >tests but it never took me so long to build the >application, can we have a >look into that too. Can you please send the total tests that were failures (test log in the "TEST-org mifos application ApplicationTestSuite.xml" file)? May be that these are problems related to your environment: the locale from your machine or the time zone dependency... (You can try setting your time zone to Pacific Time (GMT -8) and see if the tests pass for you; it's a possible that this solves the problem) Cheers, - Nazir ________________________________ De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Amiruddin Nagri Envoyé : lundi 10 décembre 2007 07:48 À : [email protected] Objet : [Mifos-developer] Developer questions related to mifos application(build issues) Hi all, I was going through the build process and there were some questions that I would like to know more about, if someone can help me out in these areas i can get ready to contribute to the project. - The build only runs ApplicationTestSuite testcases, as per my understanding these testcases are related to the application behavior and does not include test files which run database test. Am i going in right direction ? So the idea is, why not run all the tests defined in the test source folder ? If we dont make it part of build process developers working on it wont even know when they broke the tests. - I tried running all the tests in the test folder as part of build (had fileset with pattern defined as **/*Test.class), the build process took 40 mins to complete, also some of the tests were failing. So the first question is why are those tests failing, the second is why is the build taking so long to complete. I have worked on projects with many database tests but it never took me so long to build the application, can we have a look into that too. Any inputs on these issues will help me get started and in general sort out major roadblocks from developer contributing to the project. Thanks and Regards, Amiruddin Nagri, ThoughtWorks Technologies India Pvt. Ltd., 2nd Floor, Tower C, Diamond District, Airport road, Bangalore, 560008, KA India Y! IM : [EMAIL PROTECTED] GTalk : [EMAIL PROTECTED]
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php
