Re: [Testrunner-users] error while clicking on a todo test case in a run
Brought to you by:
efuentetaja,
gregaryh
From: Gregary H. <ghe...@no...> - 2007-01-31 16:52:00
|
On Wed, 2007-01-31 at 01:36 -0800, nagendra jammi wrote: > I am evaluating bugzilla test runner. I installed it on my linux > machine and tried creating a product, test plan and cases. Now I try > to create a test run and on that test run click on to do cases. I get > this error. Any help. > -Nagendra > Software error: > DBD::mysql::st execute failed: Unknown column 'l.runningby' in 'on clause' [for Statement "SELECT l.id,t.summary,l.seq,l.testedby,DATE_FORMAT(l.close_date,'%Y-%m-%d %H:%i'), l.status, co.name, g.name, plan.name, l.test_case_version, t.action, t.effect, plan.product_id, l.isprivate, l.notes, count(b.bug_id), l.test_run_id, plan.plan_id, r.status, l.case_id, l.runningby, p1.login_name, DATE_FORMAT(l.runningon,'%Y-%m-%d %H:%i')FROM test_cases_log l, test_cases_texts t, components co, test_runs r, test_plans plan, test_case_groups g LEFT OUTER JOIN profiles p1 ON l.runningby=p1.userid LEFT OUTER JOIN test_cases_bugs b ON l.id=b.case_log_id WHERE (l.case_id=t.case_id AND > l.test_case_version=t.case_version AND l.group_id=g.group_id AND co.id=l.component_id AND l.test_run_id=r.test_run_id AND r.plan_id=plan.plan_id) AND (l.test_run_id=1) AND (l.status = 'idle') AND co.id=2 GROUP BY l.id ORDER BY 3"] at Bugzilla/DB.pm line 84 Bugzilla::DB::SendSQL('SELECT l.id,t.summary,l.seq,l.testedby,DATE_FORMAT(l.close_da...') called at /var/www/html/bugzilla-2.20.3/tr_showcaselog.cgi line 173 main::GetCasesLog('SELECT l.id,t.summary,l.seq,l.testedby,DATE_FORMAT(l.close_da...') called at /var/www/html/bugzilla-2.20.3/tr_showcaselog.cgi line 299 > For help, please send mail to the webmaster (root@localhost), giving > this error message and the time and date of the error. > Testrunner 0.7 and below is no longer being developed. The project has been moved to http://mozilla.org/projects/testopia. Please download and install the latest version of Testopia. > > ______________________________________________________________________ > Need Mail bonding? > Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users. > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ Testrunner-users mailing list Tes...@li... https://lists.sourceforge.net/lists/listinfo/testrunner-users |