|
From: João H. F. <jo...@gm...> - 2009-10-18 13:50:48
|
Hi Markus, thanks for the report. > > I've noticed a couple of checkins in the above branch related to the > new test framework. Is the code already suitable for general testing? Not yet. I need code a general test case about using different encoding. > In any case, I ran a couple of tests with the database engines > available on my box, with the following results: > > mysql: 330 passes, 0 failures, 0 exceptions > pgsql: 379 passes, 0 failures, 0 exceptions > sqlite: 383 passes, 2 failures, 0 exceptions > sqlite3: 159 passes, 226 failures, 0 exceptions > firebird: > Fatal lock manager error: invalid lock id (12112), errno: 83 > --Permission denied > Can you send the failures about sqlite3? About firebird tests. Try using localhost connection. I am using the firebird super server. The embedded version of firebird (classic server) don't work because every tests ran in a children process and firebird-CS can't handles it. > The "Fatal lock manager error" is most likely due to a problem of my > firebird version. What really puzzles me is the enormous number of > failures in sqlite3 while nearly all tests pass in the (older and less > well maintained) sqlite driver. Is it already worthwhile to dig into > these problems? Please, send the failures about sqlite3. What is your sqlite3 version? Thanks. -- ----------------------------------------------------------- João Henrique Freitas - joaohf_at_gmail.com Campinas-SP-Brasil BSD051283 LPI 1 http://www.joaohfreitas.eti.br |