Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
YARN-2915
-
None
-
Reviewed
Description
Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 8.432 sec <<< FAILURE! - in org.apache.hadoop.yarn.server.federation.policies.router.TestWeightedRandomRouterPolicy
testClusterChosenWithRightProbability(org.apache.hadoop.yarn.server.federation.policies.router.TestWeightedRandomRouterPolicy) Time elapsed: 7.437 sec <<< FAILURE!
java.lang.AssertionError: Id sc5 Actual weight: 0.00228 expected weight: 0.0018106138
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.apache.hadoop.yarn.server.federation.policies.router.TestWeightedRandomRouterPolicy.testClusterChosenWithRightProbability(TestWeightedRandomRouterPolicy.java:118)
Attachments
Attachments
Issue Links
- is related to
-
YARN-9566 TestWeightedRandomRouterPolicy fails intermittent
- Open