[
https://issues.apache.org/jira/browse/MAPREDUCE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14258829#comment-14258829
]
Hadoop QA commented on MAPREDUCE-6206:
--------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12689124/MAPREDUCE-6206.patch
against trunk revision a164ce2.
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 1 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 javadoc{color}. There were no new javadoc warning messages.
{color:green}+1 eclipse:eclipse{color}. The patch built with
eclipse:eclipse.
{color:red}-1 findbugs{color}. The patch appears to introduce 13 new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core.
Test results:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5092//testReport/
Findbugs warnings:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5092//artifact/patchprocess/newPatchFindbugsWarningshadoop-mapreduce-client-core.html
Console output:
https://builds.apache.org/job/PreCommit-MAPREDUCE-Build/5092//console
This message is automatically generated.
> TestAggregatedTransferRate fails on non-US systems
> --------------------------------------------------
>
> Key: MAPREDUCE-6206
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6206
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: trunk
> Reporter: Jens Rabe
> Assignee: Jens Rabe
> Priority: Critical
> Fix For: trunk
>
> Attachments: MAPREDUCE-6206.patch
>
> Original Estimate: 0.5h
> Remaining Estimate: 0.5h
>
> When running the test TestAggregatedTransferRate from
> org.apache.hadoop.mapreduce.task.reduce.TestShuffleScheduler on a non-US
> system (or, to be more precise, a system which does not use the point as a
> decimal separator), the test fails.
> E.g. on a German system, the progress message is:
> {{copy task(attempt_test_0000_m_000000_0 succeeded at 1,00 MB/s) Aggregated
> copy rate(1 of 10 at 1,00 MB/s)}}
> But the test checks for:
> {{copy task(attempt_test_0000_m_000000_0 succeeded at 1.00 MB/s) Aggregated
> copy rate(1 of 10 at 1.00 MB/s)}}
> which causes it to fail.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)