[
https://issues.apache.org/jira/browse/YETUS-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15055289#comment-15055289
]
Yetus QA commented on YETUS-232:
--------------------------------
| (/) *{color:green}+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:green}+1{color} | {color:green} pylint {color} | {color:green} 0m 3s
{color} | {color:green} There were no new pylint issues. {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} 17m 39s {color}
| {color:black} {color} |
\\
\\
|| Subsystem || Report/Notes ||
| Docker | Client=1.9.1 Server=1.9.1 Image:yetus/yetus:577e74f |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12777378/YETUS-232.00.patch |
| JIRA Issue | YETUS-232 |
| Optional Tests | pylint |
| uname | Linux bd02b38c4c69 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 / eddbd09 |
| pylint | v1.1.0 |
| modules | C: U: |
| Powered by | Apache Yetus 0.2.0-SNAPSHOT http://yetus.apache.org |
| Console output |
https://builds.apache.org/job/PreCommit-YETUS-Build/170/console |
This message was automatically generated.
> releasedocmaker with range option fails if project name is specified in lower
> case
> ----------------------------------------------------------------------------------
>
> Key: YETUS-232
> URL: https://issues.apache.org/jira/browse/YETUS-232
> Project: Yetus
> Issue Type: Bug
> Components: Release Doc Maker
> Affects Versions: 0.1.0
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Attachments: YETUS-232.00.patch
>
>
> It succeeds, of course:
> {code}
> [sekikn@mobile yetus]$ release-doc-maker/releasedocmaker.py --project hadoop
> --version 2.6.0
> {code}
> It also succeeds:
> {code}
> [sekikn@mobile yetus]$ release-doc-maker/releasedocmaker.py --project HADOOP
> --version 2.6.0 --version 2.7.2 --range
> Looking for 2.6.0 through 2.7.2
> Adding 2.6.0 to the list
> Adding 2.6.1 to the list
> Adding 2.6.2 to the list
> Adding 2.6.3 to the list
> Adding 2.6.4 to the list
> Adding 2.7.0 to the list
> Adding 2.7.1 to the list
> Adding 2.7.2 to the list
> {code}
> Surprisingly, it fails:
> {code}
> [sekikn@mobile yetus]$ release-doc-maker/releasedocmaker.py --project hadoop
> --version 2.6.0 --version 2.7.2 --range
> Looking for 2.6.0 through 2.7.2
> Traceback (most recent call last):
> File "release-doc-maker/releasedocmaker.py", line 658, in <module>
> main()
> File "release-doc-maker/releasedocmaker.py", line 473, in main
> versions = [Version(v) for v in GetVersions(options.versions,
> projects).getlist()]
> File "release-doc-maker/releasedocmaker.py", line 157, in __init__
> resp = urllib2.urlopen(url)
> 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 404: Not Found
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)