[Modeling-users] Installation tests failure - osx, pypgsql
Status: Abandoned
Brought to you by:
sbigaret
From: Mario R. <ma...@ru...> - 2003-01-27 20:03:12
|
Hello, the tests for modeling 0.8.1 fail on this OSX machine. I am of course using pypgsql as the preferred adaptor -- thanks! I try to follow the sequence of commands in tests/README, and include the log below. Points to note: I created an empty db manually called "AUTHOR_BOOKS", because there was another error previously (do not have the log for it). If this must be done manually, then this should be pointed out in the installation doc. Also, all other locations where name/password/otherinfo should be specified -- in the XML models? Many thanks for any help. Best regards, mario ========================================= % pwd /Users/frdricva/Desktop/ModelingCore-0.8.1/Modeling/tests % python run.py PostgresqlAdaptor: using pypgsql ---------------------------------------------------------------------- Ran 85 tests in 24.261s OK % python ./test_EditingContext_Global.py -r PostgresqlAdaptor: using pypgsql Creating PostgresqlAdaptorChannel <PostgresqlAdaptorLayer.PostgresqlAdaptorChannel.PostgresqlAdaptorChanne l instance at 0x88b7d0> Transaction: BEGIN Opening connection to the DB with conn.Dict: {'host': 'localhost', 'password': 'XXXX', 'user': 'postgres', 'database': 'AUTHOR_BOOKS'} Opening channel <PostgresqlAdaptorLayer.PostgresqlAdaptorChannel.PostgresqlAdaptorChanne l instance at 0x8e7810> (0x8e7810) Called Evaluating: DROP TABLE WRITER Couldn't evaluate expression DROP TABLE WRITER. Reason: libpq.OperationalError:ERROR: table "writer" does not exist Transaction: ROLLBACK error: Couldn't evaluate expression DROP TABLE WRITER. Reason: libpq.OperationalError:ERROR: table "writer" does not exist ... many other subsequent similar errors ... ========================================= |