Re: [elephant-devel] Re: test concurrent

2008-04-11 Thread Leslie P. Polzer
Dear Alex, > i've already figured this out.. Do you think the documentation isn't clear enough in this respect? > it appears it fails even simple threaded tests when deadlock detection is > off, so perhaps it's better to turn it on by default, if threading support > is on by default.. Yes, de

Re: [elephant-devel] Re: test concurrent

2008-04-11 Thread Alex Mizrahi
LPP> You need to pass :deadlock-detect t when opening a BDB store LPP> and set the correct path to db_deadlock in your config. i've already figured this out.. it appears it fails even simple threaded tests when deadlock detection is off, so perhaps it's better to turn it on by default, if thread

Re: [elephant-devel] Re: test concurrent

2008-04-11 Thread Leslie P. Polzer
> comment in testthreads indicate that we need deadlock detection: > > ;;; These tests will (as of March 2008) fail horribly on > ;;; * BDB without deadlock detection enabled. > > but there is no clue how to do this and check.. You need to pass :deadlock-detect t when opening a BDB store and s