[
https://issues.apache.org/jira/browse/HADOOP-14941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16198599#comment-16198599
]
Steve Loughran commented on HADOOP-14941:
-----------------------------------------
The test {{TestClientThrottlingAnalyzer}} fails over long-haul links if the
system is under load, as it expects the duration of an operation to be 7s +-
1.4s; it can go above that based on network durations and OS scheduling.
{code}
testManySuccessAndErrorsAndWaiting(org.apache.hadoop.fs.azure.TestClientThrottlingAnalyzer)
Time elapsed: 1.129 sec <<< FAILURE!
java.lang.AssertionError: The actual value 10 is not within the expected range:
[5.60, 8.40].
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.hadoop.fs.azure.TestClientThrottlingAnalyzer.fuzzyValidate(TestClientThrottlingAnalyzer.java:49)
at
org.apache.hadoop.fs.azure.TestClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting(TestClientThrottlingAnalyzer.java:171)
{code}
> Azure TestClientThrottlingAnalyzer brittle
> ------------------------------------------
>
> Key: HADOOP-14941
> URL: https://issues.apache.org/jira/browse/HADOOP-14941
> Project: Hadoop Common
> Issue Type: Sub-task
> Components: fs/azure, test
> Affects Versions: 3.1.0
> Environment: running hadoop-azure tests from remote client.
> Reporter: Steve Loughran
> Priority: Minor
>
> {{TestClientThrottlingAnalyzer}} fails intermittently on long-haul tests
> {code}
>
> TestClientThrottlingAnalyzer.testManySuccessAndErrorsAndWaiting:171->fuzzyValidate:49
> The actual value 10 is not within the expected range: [5.60, 8.40].
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]