You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Yetus QA (JIRA)" <ji...@apache.org> on 2015/12/01 06:19:10 UTC

[jira] [Commented] (YETUS-209) releasedocmaker's error message is unintelligible if a non-existent project is specified

    [ https://issues.apache.org/jira/browse/YETUS-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15033117#comment-15033117 ] 

Yetus QA commented on YETUS-209:
--------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 0s {color} | {color:blue} Docker mode activated. {color} |
| {color:green}+1{color} | {color:green} @author {color} | {color:green} 0m 0s {color} | {color:green} The patch does not contain any @author tags. {color} |
| {color:red}-1{color} | {color:red} pylint {color} | {color:red} 0m 3s {color} | {color:red} The applied patch generated 4 new pylint issues (total was 89, now 91). {color} |
| {color:green}+1{color} | {color:green} whitespace {color} | {color:green} 0m 0s {color} | {color:green} Patch has no whitespace issues. {color} |
| {color:green}+1{color} | {color:green} asflicense {color} | {color:green} 0m 0s {color} | {color:green} Patch does not generate ASF License warnings. {color} |
| {color:black}{color} | {color:black} {color} | {color:black} 0m 19s {color} | {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.7.1 Server=1.7.1 Image:yetus/yetus:577e74f |
| JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12774650/YETUS-209.00.patch |
| JIRA Issue | YETUS-209 |
| Optional Tests |  pylint  |
| uname | Linux 631e5b5adda0 3.13.0-36-lowlatency #63-Ubuntu SMP PREEMPT Wed Sep 3 21:56:12 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux |
| Build tool | nobuild |
| git revision | master / 35b85a9 |
| pylint | v1.1.0 |
| pylint | https://builds.apache.org/job/PreCommit-YETUS-Build/144/artifact/patchprocess/diff-patch-pylint.txt |
| modules | C:  U:  |
| Powered by | Apache Yetus   http://yetus.apache.org |
| Console output | https://builds.apache.org/job/PreCommit-YETUS-Build/144/console |


This message was automatically generated.



> releasedocmaker's error message is unintelligible if a non-existent project is specified
> ----------------------------------------------------------------------------------------
>
>                 Key: YETUS-209
>                 URL: https://issues.apache.org/jira/browse/YETUS-209
>             Project: Yetus
>          Issue Type: Bug
>          Components: Release Doc Maker
>            Reporter: Kengo Seki
>            Assignee: Kengo Seki
>            Priority: Minor
>              Labels: beginner
>         Attachments: YETUS-209.00.patch
>
>
> {code}
> [sekikn@mobile yetus]$ release-doc-maker/releasedocmaker.py --project hadooop --version 2.7.1
> Traceback (most recent call last):
>   File "release-doc-maker/releasedocmaker.py", line 651, in <module>
>     main()
>   File "release-doc-maker/releasedocmaker.py", line 480, in main
>     jlist = JiraIter(vstr, projects)
>   File "release-doc-maker/releasedocmaker.py", line 354, in __init__
>     resp = urllib2.urlopen("https://issues.apache.org/jira/rest/api/2/search?%s" % params)
>   File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
>     return opener.open(url, data, timeout)
>   File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open
>     response = meth(req, response)
>   File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response
>     'http', request, response, code, msg, hdrs)
>   File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 475, in error
>     return self._call_chain(*args)
>   File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
>     result = func(*args)
>   File "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 558, in http_error_default
>     raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
> urllib2.HTTPError: HTTP Error 400: Bad Request
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)