GitHub user benkeen opened a pull request:
https://github.com/apache/couchdb-fauxton/pull/187
Check bulkDeleteDocsCollection in cleanup
The createsViews test would occasionally fail due to this line. I think
what was happening was that the page load DOM was ready prior to the
API data being loaded, so the cleanup function ran before there was
any data in bulkDeleteDocsCollection.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benkeen/couchdb-fauxton cleanup-code-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-fauxton/pull/187.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #187
----
commit 168bcb42f8f53f07cda7114e6b935e5408545896
Author: Benjamin Keen <[email protected]>
Date: 2014-12-04T23:09:05Z
Check bulkDeleteDocsCollection in cleanup
The createsViews test would occasionally fail due to this line. I think
what was happening was that the page load DOM was ready prior to the
API data being loaded, so the cleanup function ran before there was
any data in bulkDeleteDocsCollection.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---