[elephant-devel] Tests on windows

Robert L. Read read at robertlread.net
Mon Mar 5 04:54:36 UTC 2007


On Sun, 2007-03-04 at 19:34 -0500, Ian Eslick wrote:

> Interesting, BDB with ACL was clean for me (except for indexing-class- 
> opt which fails everywhere right now).  Can you tell me what the  
> error outputs were?
> 
> Darn, I was hoping you'd have an idea how to debug the lispworks  
> failure.  It's probably some pointer/type thing in Lispwork's UFFI.   
> I'm not sure when, or if, I'll get to this.
> 
> Try running the postgresql version again.  Sometimes you have to open  
> the SQL databases twice to get them to work properly.

Additionally, if it is an option, try the postgres connection that does
not go through the socket.
I would like to have both working, but have mainly tested with the
direct connection.  Tomorrow
night I'll think about why the socket might be failing and test with it
here on my machine.



> 
> Thanks,
> Ian
> 
> 
> On Mar 4, 2007, at 6:22 PM, Frank Schorr wrote:
> 
> > Ok, I tried the latest cvs on Windows.
> >
> > This is BDB with ACL trial:
> >
> > 3 out of 125 total tests failed: ELE-TESTS::INDEXING-CLASS-OPT, ELE- 
> > TESTS::INDEXING-SLOT-MAKUNBOUND, ELE-TESTS::INDEXING-WIPE-INDEX.
> >
> > This is BDB on LispWorks 5.0.1:
> >
> > Exception C0000005 [flags 0] at 1541483 {inside foreign code}
> > eax        0 ebx  153FED0 ecx       7F edx       16
> > esp  153FEA8 ebp  153FEC0 esi 21C1E8E3 edi       E8
> >
> > when calling %db-env-create
> >
> > Repairing this is far from what I can help with.
> >
> >
> > I tried the postgresql-socket version then.
> > This used to work with ACL and the last elephant version a while ago,
> > before I learned to make the dlls.
> >
> >
> > (asdf:operate 'asdf:load-op :elephant)
> > (asdf:operate 'asdf:load-op :ele-clsql)
> > (asdf:operate 'asdf:load-op :clsql-postgresql-socket)
> > (asdf:operate 'asdf:load-op :elephant-tests)
> > (do-backend-tests '(:clsql (:postgresql-socket "localhost" "clsql- 
> > tests" "postgres" "$postgres%")))
> >
> >
> > Warning: While accessing database #<POSTGRESQL-SOCKET-DATABASE  
> > localhost/clsql-tests/postgres OPEN @ #x2115e65a>
> >   Warning: NOTICE:  CREATE TABLE / PRIMARY KEY will create implicit  
> > index "keyvalue_pkey" for table "keyvalue"
> >
> >   has occurred.
> > Warning: POSTGRESQL-WARNING occurred on connection
> >          #S(POSTGRESQL-CONNECTION :HOST localhost
> >                                   :PORT 5432
> >                                   :DATABASE clsql-tests
> >                                   :USER postgres
> >                                   :PASSWORD $postgres%
> >                                   :OPTIONS
> >                                   :TTY
> >                                   :SOCKET #<MULTIVALENT stream  
> > socket connected from localhost/2413 to localhost/5432 @ #x2114e222>
> >                                   :PID 3920
> >                                   :KEY 1974900746).
> >
> >          Reason: NOTICE:  CREATE TABLE / PRIMARY KEY will create  
> > implicit index "keyvalue_pkey" for table "keyvalue"
> >
> > Error: While accessing database #<POSTGRESQL-SOCKET-DATABASE  
> > localhost/clsql-tests/postgres OPEN @ #x2115e65a>
> >   with expression "create table keyvalue (
> >  pk integer PRIMARY KEY DEFAULT nextval('serial'),
> >  clctn_id integer NOT NULL,
> >  key varchar NOT NULL,
> >  value varchar
> >  )":
> >   Error missing-result / Didn't receive result cursor for query.
> >   has occurred.
> > [condition type: SQL-DATABASE-DATA-ERROR]
> > Warning: While accessing database #<POSTGRESQL-SOCKET-DATABASE  
> > localhost/clsql-tests/postgres OPEN @ #x2115e65a>
> >   Warning: WARNING:  there is no transaction in progress
> >
> >   has occurred.
> > Warning: POSTGRESQL-WARNING occurred on connection
> >          #S(POSTGRESQL-CONNECTION :HOST localhost
> >                                   :PORT 5432
> >                                   :DATABASE clsql-tests
> >                                   :USER postgres
> >                                   :PASSWORD $postgres%
> >                                   :OPTIONS
> >                                   :TTY
> >                                   :SOCKET #<MULTIVALENT stream  
> > socket connected from localhost/2416 to localhost/5432 @ #x2117923a>
> >                                   :PID 3772
> >                                   :KEY 1674368639).
> >
> >          Reason: WARNING:  there is no transaction in progress
> >
> >
> > Do you think postgresql-socket should run and the error is with my  
> > new installation of postgres/cl-sql ?
> >
> > It would be great if you made elephant available for Lispworks on  
> > windows.
> >
> > Frank
> > ______________________________________________________________________ 
> > ___
> > In 5 Schritten zur eigenen Homepage. Jetzt Domain sichern und  
> > gestalten!
> > Nur 3,99 EUR/Monat! http://www.maildomain.web.de/?mc=021114
> >
> > _______________________________________________
> > elephant-devel site list
> > elephant-devel at common-lisp.net
> > http://common-lisp.net/mailman/listinfo/elephant-devel
> 
> _______________________________________________
> elephant-devel site list
> elephant-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/elephant-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/elephant-devel/attachments/20070304/58793683/attachment.html>


More information about the elephant-devel mailing list