|
From: Markus H. <mar...@mh...> - 2009-10-19 21:28:12
|
João Henrique Freitas writes: > What is your firebird version? Super Server or Classic Server? We need > the Super Server. > > Currently I run the test_dbi with firebird user (I need to change it > in my environment). Following, in the question about 'database > hostname?' I put 'localhost' and the tests begin. > I got a few steps closer to success here. FreeBSD uses the Classic Server (2.03), but this does not appear to be relevant here. I was able to make local connections, bypassing the network layer, whereas specifying "localhost" or my IP address would cause an error. This was simply due to a missing entry in inetd.conf after I upgraded the box a few months ago. With the correct entry in place again, I can connect to the server and your tests run to completion with the following results: AAH! Can't delete database file! Completed "libdbi framework test": 202 passes, 92 failures, 0 exceptions. FAIL: test_dbi It isn't perfect yet, but seems we're getting there. The full error log is appended below. Is that also due to some schema problems? regards, Markus |