[JCBC-85] We need a better way to run our view tests Created: 12/Jul/12 Updated: 31/Jan/13 Resolved: 31/Jan/13 |
|
| Status: | Resolved |
| Project: | Couchbase Java Client |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.0 |
| Security Level: | Public |
| Type: | Improvement | Priority: | Major |
| Reporter: | Mike Wiederhold | Assignee: | Michael Nitschinger |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Right now we create a view and the wait for 30 seconds. We should add dome logic to be able to tell exactly when the view is created so that the unit tests run faster.
|
| Comments |
| Comment by Matt Ingenthron [ 08/Oct/12 ] |
| Passing to Michael as an improvement to be made in the 1.2 timeframe since there is a server dependency. We can't currently determine when the cluster has distributed ddocs (that happens asynchronously). |
| Comment by Michael Nitschinger [ 31/Jan/13 ] |
| This has been fixed with the introduction of the ClusterManager as part of the test suite. |