Re: [MTT devel] Best way to run ftb_database_server and ftb_agent

2010-11-05 Thread Joshua Hursey
On Nov 5, 2010, at 10:11 AM, DongInn Kim wrote: > Josh, I have another question. > How can mtt find the script to run? >>> exec = ./run-cr-correctness.pl -test ... > > I can write a similar script like run-correctness.pl but if I put my > script(e.g., run-ftb-tests.pl) to ftb-tests/iu/ftt/ftb/,

Re: [MTT devel] Best way to run ftb_database_server and ftb_agent

2010-11-05 Thread Abhishek Kulkarni
On Fri, Nov 5, 2010 at 9:01 AM, DongInn Kim wrote: > Hi Josh, > > Do you need to restart the FTB daemons before every test, or just start > them once before running an entire test suite? > I believe that the daemon needs to run once before running an entire test > set. Abhishek, can you confirm?

Re: [MTT devel] Best way to run ftb_database_server and ftb_agent

2010-11-05 Thread DongInn Kim
Josh, I have another question. How can mtt find the script to run? >> exec = ./run-cr-correctness.pl -test ... I can write a similar script like run-correctness.pl but if I put my script(e.g., run-ftb-tests.pl) to ftb-tests/iu/ftt/ftb/, how can I make mtt recognize this path and file? Regards,

Re: [MTT devel] Best way to run ftb_database_server and ftb_agent

2010-11-05 Thread DongInn Kim
Hi Josh, > Do you need to restart the FTB daemons before every test, or just start them > once before running an entire test suite? I believe that the daemon needs to run once before running an entire test set. Abhishek, can you confirm? I would follow your suggestion(i.e., add the script to run

Re: [MTT devel] Best way to run ftb_database_server and ftb_agent

2010-11-05 Thread Joshua Hursey
DongInn, Do you need to restart the FTB daemons before every test, or just start them once before running an entire test suite? Adding another phase is pretty involved (will likely require changes to every piece of MTT - client, database, reporter), so I would suggest doing something like thi

[MTT devel] Best way to run ftb_database_server and ftb_agent

2010-11-05 Thread DongInn Kim
Hi, Is there any way to put some lines to the mtt ini file to run the FTB daemons(ftb_database_server and ftb_agent)? Should we make another "FTB Run" phase after "FTB Install" or run the two daemons inside "Test run" but run the daemons before running the test scripts? I think either way would