From: Mark O'D. <mar...@gm...> - 2008-12-13 14:10:14
|
So it seems for fb 2.0.4 (linux) we have 402 (358 + 44 ) test cases, is that correct or are there more somewhere else? $qmtest -C context.txt run functional --- STATISTICS --------------------------------------------------------------- 358 tests total 1 ( 0%) tests ERROR 2 ( 1%) tests FAIL 355 ( 99%) tests PASS $qmtest -C context.txt run bugs --- STATISTICS --------------------------------------------------------------- 44 tests total 2 ( 5%) tests ERROR 2 ( 5%) tests FAIL 40 ( 91%) tests PASS I re-ran one of the FAILS and it worked the second time (database already existed was the cause). Is there an official list of results I can check to see how these compare? Cheers - Mark Below are the ones that failed. --- TESTS THAT DID NOT PASS -------------------------------------------------- functional.arno.optimizer.opt_multi_index_selection_06: FAIL Expected standard output from ISQL does not match actual output. functional.arno.optimizer.opt_single_index_selection_11: FAIL Expected standard output from ISQL does not match actual output. functional.intfunc.cast.cast_01 : ERROR Exception raised while creating database. --- TESTS THAT DID NOT PASS -------------------------------------------------- bugs.core_1006 : ERROR Backup file core1006.fbk does not exist. bugs.core_1063 : ERROR Backup file core1063.fbk does not exist. bugs.core_1331 : FAIL Expected STDERR stream received from ISQL. bugs.core_959 : FAIL Expected standard output from python does not match actual output. |