Hi Andy, On Wed, Jan 15, 2014 at 1:13 PM, Andy Wenk <[email protected]> wrote: > > > > how would a test look like? Can you specify this a little more in detail? I > would like to help. > > The version is normally completely usable. At least it is on my own machines here .
The thing that could be tested right now are the following: 1. If the build is OK on your machine: make if you want to use a static spidermonkey make icu=static to bind statically ICU make libs=shared to use installed spidermonkey and ICU libraries on the system. I would be happy if you can report the first one :) 2. create a release : make rel and launch it ./rel/apache-couchdb/bin/couchdb console and then go on the usual URL. 3. lauch JS tests: make testjs 4. Launch Erlang tests. Replications tests actually fail on osx like the current couchdb (timeout issue) If anything goes wrong let me know :) Hope it helps, - benoit
