From: Pavel C. <pc...@ib...> - 2008-12-13 10:39:34
|
Hi Mark, Mark O'Donohue napsal(a): > Hi Pavel > > Thanks for the tip, I have got further, but now I am getting groups of > failed tests. > > I am running against the standard ubuntu fb2.0.3 package install, > > $qmtest run -C context.txt functional > > gives: > --- STATISTICS -------------------------------- > > 358 tests total > 88 ( 25%) tests FAIL > 270 ( 75%) tests PASS > > > 88 failures seems a little high. Looking at the first failure, which is > > > test case: functional.arno.derived_tables.derived_tables_06 > > That test is: > > SELECT > dt.* > FROM > Table_10 t10 > JOIN (SELECT * FROM Table_10 t2 WHERE t2.ID = t10.ID) > dt ON (1 = 1); > > When I ran that test using isql it gives the "Column Unknown: T10.ID" as > expected. > > > The QMTest result complained it found an extra "=": > > -Token unknown - line 5, column 2 > -= > > So QMTest has an extra "=" inserted somewhere. > > So any idea of what is going wrong (I have included more details below) ? Now I realized that you may use wrong (outdated) version of qmtest, if you downloaded qmtest from original site. It doesn't contain recent patches and might have trouble with Python 2.5. Please download this version and try again http://www.firebirdsql.org/download/prerelease/python/qmtest-2.4.1070.tar.gz There is also a Windows installer if you want to run it under Windows too. best regards Pavel Cisar IBPhoenix |