Re: [elephant-devel] open-controller for bdb doesn't accept a pathname spec

2008-05-14 Thread Robert L. Read
On Tue, 2008-05-13 at 23:36 +0200, Ryszard Szopa wrote: > On Tue, May 13, 2008 at 4:01 PM, Ian Eslick <[EMAIL PROTECTED]> wrote: > > I had just run into this myself too! Anyway, I made some tweaks to the > > patch and just pushed the fix. > > > > You could write a whitebox test for the auxiliary

Re: [elephant-devel] open-controller for bdb doesn't accept a pathname spec

2008-05-14 Thread Ian Eslick
It used to be included in elephant.asd but should actually be in elephant-tests.asd since the core elephant doesn't depend on it. Ian On May 14, 2008, at 3:32 AM, Leslie P. Polzer wrote: BTW there are some aspects of the tests system I fail to understand. For example, elephant-tests fails

Re: [elephant-devel] open-controller for bdb doesn't accept a pathname spec

2008-05-14 Thread Leslie P. Polzer
> BTW there are some aspects of the tests system I fail to understand. > For example, elephant-tests fails to compile > (tests/testconcurrency.lisp wants to use package BT, which cannot be > found). BT is an alias for BORDEAUX-THREADS, which should be included by ASDF. If it isn't we got a bug.

Re: [elephant-devel] open-controller for bdb doesn't accept a pathname spec

2008-05-13 Thread Ian Eslick
On May 13, 2008, at 5:36 PM, Ryszard Szopa wrote: On Tue, May 13, 2008 at 4:01 PM, Ian Eslick <[EMAIL PROTECTED]> wrote: I had just run into this myself too! Anyway, I made some tweaks to the patch and just pushed the fix. You could write a whitebox test for the auxiliary function I cre

Re: [elephant-devel] open-controller for bdb doesn't accept a pathname spec

2008-05-13 Thread Ryszard Szopa
On Tue, May 13, 2008 at 4:01 PM, Ian Eslick <[EMAIL PROTECTED]> wrote: > I had just run into this myself too! Anyway, I made some tweaks to the > patch and just pushed the fix. > > You could write a whitebox test for the auxiliary function I created called > elephant-db-path which returns a pathn

Re: [elephant-devel] open-controller for bdb doesn't accept a pathname spec

2008-05-13 Thread Ian Eslick
I had just run into this myself too! Anyway, I made some tweaks to the patch and just pushed the fix. You could write a whitebox test for the auxiliary function I created called elephant-db-path which returns a pathname to probe-file regardless of the input spec. Ian On May 13, 2008, at

[elephant-devel] open-controller for bdb doesn't accept a pathname spec

2008-05-13 Thread Ryszard Szopa
Hey, As I mentioned before, I had trouble in opening a bdb store in elephant-unstable. I investigated the case, and it turned out that open-controller for bdb didn't accept a pathname as part of the store specification. A patch that fixes the problem is attached. I also wrote a unit-test for the