[jira] [Resolved] (COUCHDB-2255) Running the test suite errors out with [error] [<0.348.0>] OS Process Error <0.354.0>

2014-06-11 Thread Joan Touzet (JIRA)
launch CouchDB, which means changing your startup script or editing /etc/ld.so.conf appropriately (on Linux). Please if possible move this question to our user or dev mailing lists. This is not a CouchDB bug. > Running the test suite errors out with [error] [<0.348.0>] OS Proc

[jira] [Commented] (COUCHDB-2255) Running the test suite errors out with [error] [<0.348.0>] OS Process Error <0.354.0>

2014-06-11 Thread Ajay Gourneni (JIRA)
db/server/main.js does not return anything. Also the Test Suite is still failing for the basic tests.could you please help on what else I could check > Running the test suite errors out with [error] [<0.348.0>] OS Process Error > <0.354.0> > ---

[jira] [Reopened] (COUCHDB-2255) Running the test suite errors out with [error] [<0.348.0>] OS Process Error <0.354.0>

2014-06-11 Thread Ajay Gourneni (JIRA)
library is now fixed. > Running the test suite errors out with [error] [<0.348.0>] OS Process Error > <0.354.0> > - > > Key: COUCHDB-2255 > URL: https:/

[jira] [Resolved] (COUCHDB-2255) Running the test suite errors out with [error] [<0.348.0>] OS Process Error <0.354.0>

2014-06-11 Thread Joan Touzet (JIRA)
libmozjs185 but the dynamic linker can't find that library. You'll need to update your dynamic linker config to know where that library is (see OS documentation) or you can set LD_LIBRARY_PATH in your environment to include a path to the library. > Running the test suite errors ou

[jira] [Commented] (COUCHDB-2255) Running the test suite errors out with [error] [<0.348.0>] OS Process Error <0.354.0>

2014-06-11 Thread Ajay Gourneni (JIRA)
/usr/local/share/couchdb/server/main.js /usr/local/bin/couchjs: error while loading shared libraries: libmozjs185.so.1.0: cannot open shared object file: No such file or directory > Running the test suite errors out with [error] [<0.348.0>] OS Process Error > <0.354.0> >

[jira] [Commented] (COUCHDB-2255) Running the test suite errors out with [error] [<0.348.0>] OS Process Error <0.354.0>

2014-06-11 Thread Joan Touzet (JIRA)
you paste the output of ldd /path/to/couchjs as well as trying this command: /path/to/couchjs /path/to/main.js > Running the test suite errors out with [error] [<0.348.0>] OS Process Erro

[jira] [Created] (COUCHDB-2255) Running the test suite errors out with [error] [<0.348.0>] OS Process Error <0.354.0>

2014-06-11 Thread Ajay Gourneni (JIRA)
Ajay Gourneni created COUCHDB-2255: -- Summary: Running the test suite errors out with [error] [<0.348.0>] OS Process Error <0.354.0> Key: COUCHDB-2255 URL: https://issues.apache.org/jira/browse/

Re: Tips for getting past test suite errors

2011-05-10 Thread Jake Levirne
Thanks, Paul. I'm using FF4.0.1 from my win7 machine to hit Futon. One error seems to be triggered here in attachments.js: var xhr = CouchDB.request("PUT", "/test_suite_db/bin_doc5/lorem.txt", { headers:{"Content-Type":"text/plain;charset=utf-8"}, body:lorem }); T(xhr.status == 201); The actual

Re: Tips for getting past test suite errors

2011-05-10 Thread Paul Davis
Jake, What browser are you using? Officially we only support FF3.5 (unless that version changed recently?) but the tests generally work on all the WebKit browsers as well though occasionally they get out of whack and someone eventually gets pissed and fixes them so we don't have to run FF. Beyond

Tips for getting past test suite errors

2011-05-10 Thread Jake Levirne
Hello- I'm new to couchdb-dev and am trying to get to the point where I can make useful contributions. Right now 8 of my tests are failing when I run the test suite in futon (details below). I'm running on an Ubuntu 10.04.2 Server virtualbox, and I've forked and cloned apache/couchdb on github a

Re: Test suite errors blocking 0.10.2

2010-04-10 Thread Robert Dionne
070 is the first etap that runs the server. You could already have couchdb running? On Apr 10, 2010, at 3:20 PM, Noah Slater wrote: > Hey, > > I backported the build fixes from 0.11.x to 0.10.x and built a package for > the vote. > > I uploaded it to a Linux host to test and the test suite

Test suite errors blocking 0.10.2

2010-04-10 Thread Noah Slater
Hey, I backported the build fixes from 0.11.x to 0.10.x and built a package for the vote. I uploaded it to a Linux host to test and the test suite failed with a ton of errors. I'm not going to call a vote until someone can tell me how important they are, or what I'm doing wrong to have caused

Re: Test suite errors

2010-03-19 Thread Paul Davis
On Fri, Mar 19, 2010 at 8:41 AM, Robert Dionne wrote: > >> >> I got the error included below this morning, and when I ran it again, there >> was no error. > >> /tmp/couchdb/0.11.0/test/etap/090-task-status.ok >> /tmp/couchdb/0.11.0/test/etap/100-ref-counter.FAILED

Re: Test suite errors

2010-03-19 Thread Robert Dionne
> > I got the error included below this morning, and when I ran it again, there > was no error. > /tmp/couchdb/0.11.0/test/etap/090-task-status.ok > /tmp/couchdb/0.11.0/test/etap/100-ref-counter.FAILED test 8 I looked into this random fail a bit

Re: Test suite errors

2010-03-19 Thread Noah Slater
On 19 Mar 2010, at 12:05, Robert Dionne wrote: > not really. In any event, looking at the code a bit couch_db:is_idle defines > idle in part as "there are now only two processes referring to this db", so > it looks like it would err on the side of concluding a db was not idle when > in fact it

Re: Test suite errors

2010-03-19 Thread Robert Dionne
On Mar 19, 2010, at 7:48 AM, Noah Slater wrote: > I have absolutely no problem with the time taken for the tests. cool, I misunderstood part of your issue > > My only issue is that they intermittently fail. Because of that, I am now > suspicious of any results I get. > > Is it really an e

Re: Test suite errors

2010-03-19 Thread Noah Slater
I have absolutely no problem with the time taken for the tests. My only issue is that they intermittently fail. Because of that, I am now suspicious of any results I get. Is it really an error, or is it a timing issue or a race condition? Suspicious tests are next to useless. On 19 Mar 2010, a

Re: Test suite errors

2010-03-19 Thread Robert Dionne
I see similar issues, though never with 100-ref-counter. It looks like a race condition but should be checked because the place where it's used, couch_db:is_idle, depends on that value being right. make check is much faster that make cover I think it's ok for tests to take a long time t

Test suite errors

2010-03-19 Thread Noah Slater
Some of the test suites rely on timing delays, and these are unpredictable, resulting in non-deterministic test failures. The full tag/build/test cycle is long enough as it is - but having to start again from scratch when the last, and second, run of the test suite fails adds a significant amoun