-
Notifications
You must be signed in to change notification settings - Fork 828
[SCB-841] move string type test case from demo to integration-test #871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
不要合入,有些细节需要改,主要是变量名 |
|
Any updates? |
|
sure, i will finish it this weekend. |
|
i will change the base code, make it simpler, please update after my PR merged. |
|
ok, i see. |
| @ApiImplicitParams({ | ||
| @ApiImplicitParam(name = "input", dataType = "string", paramType = "form", value = "a required form param", required = true, defaultValue = "string")}) | ||
| @PostMapping(path = "stringFormRequire") | ||
| public String stringFormRequire(String input) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test case is confusion, because it has two parameters named "input", one is body(json string) and the other is form. How would this work?
|
|
||
| //string | ||
|
|
||
| public String stringBody(String input) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This two methods never invoked in this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, there is some thing wrong when I merge the new updates, I forget to delete it
Follow this checklist to help us incorporate your contribution quickly and easily:
[SCB-XXX] Fixes bug in ApproximateQuantiles, where you replaceSCB-XXXwith the appropriate JIRA issue.mvn clean installto make sure basic checks pass. A more thorough check will be performed on your pull request automatically.