Fix nasty 500 error on POST to /_config #1717
Merged
Conversation
Your tests are failing. Does this impact what happens if I do something like:
i.e., an invalid body? |
Hi @wohali , now checks have passed. |
PR apache/couchdb-config#21 need first enter into the master, then #1717 can pick the updated config codes up. |
Hi @wohali can you help review this PR again if you have free time? @jiangphcn can you also help with it? |
@wenli200133 sorry, I'm busy with release activities and this sort of technical review isn't what I normally engage in - please work with @jiangphcn @eiri or other Erlang developers on CouchDB. |
b2b392b
to
69552dc
69552dc
to
22e8fc1
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Overview
When the ini config file is read only, ini file shouldn't be updated when the endpoint of
_node/_local/_config/
is invoked.For example:
when you check the local.ini file, you shouldn't find out the
joan
key and hash value of500
and it also should not return this error like below:
expected returned error should like this:
Testing recommendations
Related Issues or Pull Requests
#1380
apache/couchdb-config#21
Checklist