[
https://issues.apache.org/jira/browse/MAPREDUCE-6206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267665#comment-14267665
]
Hudson commented on MAPREDUCE-6206:
-----------------------------------
FAILURE: Integrated in Hadoop-Hdfs-trunk #1998 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1998/])
MAPREDUCE-6206. TestAggregatedTransferRate fails on non-US systems. Contributed
by Jens Rabe (jlowe: rev a0aeed100b839d5c122974bd0ea12f9168ee36a5)
*
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/test/java/org/apache/hadoop/mapreduce/task/reduce/TestShuffleScheduler.java
* hadoop-mapreduce-project/CHANGES.txt
> 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: 2.7.0
>
> 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)