Github user benkeen commented on the pull request:
https://github.com/apache/couchdb-fauxton/pull/650#issuecomment-186455765
Hey @robertkowalski, there's a failing test on this one, but it may have
uncovered a related problem so I wanted to confirm the behaviour before fixing
it.
Here's the scenario (do this on master):
1. editing a view and select "_sum" as the optional reduce option.
2. result: it shows a single doc (the summed doc).
So far, this seems correct to me.
3. now click back to all docs, then click on the View that you just added
`_sum` to.
4. That page then shows all docs in the view, not a single _sum result.
Is this behaviour correct? Seems strange to me... shouldn't that View now
*always* just show the single document when you've selected _sum for a View,
like the test is confirming?
---
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.
---