nlight-jdev / jcouchdb

Automatically exported from code.google.com/p/jcouchdb
Other
0 stars 0 forks source link

LocalDatabaseTestCase hang up at couchdb1.1.0 #78

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I installed couchdb1.1.0 on Ubuntu system with IP: 10.45.7.23. The 
LocalDatabaseTestCase ran at remote machine with IP: 10.45.23.165 
2. Just run the LocalDatabaseTestCase, then it hang up at queryDocuments() 
method.
3. The same problem also occurs at queryViewAndDocuments() method when I 
annotate queryDocuments() method.
4. The same test case can be used at couchdb0.10.0. It installed on Ubuntu 
system with IP: 10.45.7.22

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
I use jcouchdb-1.0.1-1 on Windows system, and couchdb1.1.0, couchDB0.10.0 on 
Ubuntu system at different machines.

Please provide any additional information below.

Original issue reported on code.google.com by njche...@gmail.com on 21 Jun 2011 at 8:44

GoogleCodeExporter commented 8 years ago
I forgot to mention: I changed COUCHDB_HOST in LocalDatabaseTestCase from 
localhost to 10.45.7.23 or 10.45.7.22

Original comment by njche...@gmail.com on 21 Jun 2011 at 8:48