-
-
Notifications
You must be signed in to change notification settings - Fork 18
couchdb in testing mode #239
Comments
If you have a couchdb instance running locally, you can create a build.sbt file containing the following lines to override the default http://www.bluelatex.org/developers/#customize-your-building-environment |
why does the default couchdb fail with this exception? On 06/04/2015 01:59 PM, Lucas Satabin wrote:
|
Are you on windows? |
Arrghhhh, no I'm on Linux :-) |
ok, so no it's not normal at all. Out of the box, it should start a local couchdb instance on the test port without any further problem. What version of CouchDB do you have? Just to be sure: you are working in |
couchdb - Apache CouchDB 1.4.0 Yes, I'm in /tmp for now. |
What I do not understand is why sbt is trying to execute the couchdb binary located in the target directory? |
|
What java version do you use? It seems that something goes wrong when the couchdb temporary directory does not exist, but I never encountered this. |
OpenJDK 1.7.0_79 |
I have exactly the same settings on my computer and it works out of the box with a fresh clone. |
This first time I use
sbt
, I get the following exception. It's raised ingnieh.sohva.testing.CouchInstance
.The second time and later, the exception disappears.
How and when is the testing mode recognized? Is it only for Travis?
The text was updated successfully, but these errors were encountered: