abhi62003 / relax-net

Automatically exported from code.google.com/p/relax-net
GNU General Public License v3.0
0 stars 0 forks source link

Connection.DeleteDatabase still fails with Sleep #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the Unit Tests

What is the expected output? What do you see instead?
I expect to see all tests pass. Instead any test that does a DeleteDatabase 
fails.

What version of the product are you using? On what operating system?
I checked the source out of SVN on 7/15/2010, and am running on Windows 7, 
64-bit.

Please provide any additional information below.
I have an experience score of 7.3, so it surprises me that the sleep isn't 
working, but it consistently fails.

Original issue reported on code.google.com by kenneth....@gmail.com on 15 Jul 2010 at 9:22

GoogleCodeExporter commented 9 years ago
I replaced the sleep with a retry loop. The cost of setting up exception 
handling and the loop may be enough for most users... on my machine, I never 
make it to the third iteration of the loop, but I didn't want to just increase 
the sleep across the board.

Original comment by kenneth....@gmail.com on 15 Jul 2010 at 9:27

Attachments:

GoogleCodeExporter commented 9 years ago
Newer releases of couch (running 1.0.0 now) seems vastly improved regarding 
this issue, but I went ahead and applied the patch anyways. Thanks!

Original comment by nnyst...@gmail.com on 24 Sep 2010 at 5:37