[
https://issues.apache.org/jira/browse/YARN-11645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17805162#comment-17805162
]
ASF GitHub Bot commented on YARN-11645:
---------------------------------------
tomicooler opened a new pull request, #6432:
URL: https://github.com/apache/hadoop/pull/6432
Change-Id: Iff7c8d0522003f9ae9d5c01a1070158e45903d3c
<!--
Thanks for sending a pull request!
1. If this is your first time, please read our contributor guidelines:
https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute
2. Make sure your PR title starts with JIRA issue id, e.g.,
'HADOOP-17799. Your PR title ...'.
-->
### Description of PR
The JSON assert tests that were using the `createMutableRM` were flaky the
queue order changed in the "queue": [ {}, {} ] lists. We had a workaround like
`reinitAfterNodeChane` (with a typo) but it didn't work well.
Since there is a comment in the production code in
`CapacitySchedulerInfo.getQueues` about a marshalling issue,
I didn't introduce sorting there, just here for the tests.
`git grep -rn '"queuePath" :'`
```
dynamic-testAbsoluteMode-0.json:21: "queuePath" : "root",
dynamic-testAbsoluteMode-0.json:27: "queuePath" : "root.default",
dynamic-testAbsoluteMode-0.json:505: "queuePath" : "root.test1",
dynamic-testAbsoluteMode-0.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testAbsoluteMode-0.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testAbsoluteMode-0.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testAbsoluteMode-0.json:2271: "queuePath" : "root.test2",
dynamic-testAbsoluteMode-16.json:21: "queuePath" : "root",
dynamic-testAbsoluteMode-16.json:27: "queuePath" : "root.default",
dynamic-testAbsoluteMode-16.json:505: "queuePath" : "root.test1",
dynamic-testAbsoluteMode-16.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testAbsoluteMode-16.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testAbsoluteMode-16.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testAbsoluteMode-16.json:2271: "queuePath" : "root.test2",
dynamic-testAbsoluteMode-32.json:21: "queuePath" : "root",
dynamic-testAbsoluteMode-32.json:27: "queuePath" : "root.default",
dynamic-testAbsoluteMode-32.json:505: "queuePath" : "root.test1",
dynamic-testAbsoluteMode-32.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testAbsoluteMode-32.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testAbsoluteMode-32.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testAbsoluteMode-32.json:2271: "queuePath" : "root.test2",
dynamic-testAbsoluteMode-legacy-0.json:21: "queuePath" : "root",
dynamic-testAbsoluteMode-legacy-0.json:27: "queuePath" :
"root.default",
dynamic-testAbsoluteMode-legacy-0.json:505: "queuePath" :
"root.test1",
dynamic-testAbsoluteMode-legacy-0.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testAbsoluteMode-legacy-0.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testAbsoluteMode-legacy-0.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testAbsoluteMode-legacy-0.json:2271: "queuePath" :
"root.test2",
dynamic-testPercentageMode-0.json:21: "queuePath" : "root",
dynamic-testPercentageMode-0.json:27: "queuePath" : "root.default",
dynamic-testPercentageMode-0.json:505: "queuePath" : "root.test1",
dynamic-testPercentageMode-0.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testPercentageMode-0.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testPercentageMode-0.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testPercentageMode-0.json:2271: "queuePath" : "root.test2",
dynamic-testPercentageMode-16.json:21: "queuePath" : "root",
dynamic-testPercentageMode-16.json:27: "queuePath" : "root.default",
dynamic-testPercentageMode-16.json:505: "queuePath" : "root.test1",
dynamic-testPercentageMode-16.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testPercentageMode-16.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testPercentageMode-16.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testPercentageMode-16.json:2271: "queuePath" : "root.test2",
dynamic-testPercentageMode-32.json:21: "queuePath" : "root",
dynamic-testPercentageMode-32.json:27: "queuePath" : "root.default",
dynamic-testPercentageMode-32.json:505: "queuePath" : "root.test1",
dynamic-testPercentageMode-32.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testPercentageMode-32.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testPercentageMode-32.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testPercentageMode-32.json:2271: "queuePath" : "root.test2",
dynamic-testPercentageMode-legacy-0.json:21: "queuePath" : "root",
dynamic-testPercentageMode-legacy-0.json:27: "queuePath" :
"root.default",
dynamic-testPercentageMode-legacy-0.json:505: "queuePath" :
"root.test1",
dynamic-testPercentageMode-legacy-0.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testPercentageMode-legacy-0.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testPercentageMode-legacy-0.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testPercentageMode-legacy-0.json:2271: "queuePath" :
"root.test2",
dynamic-testWeightMode-0.json:21: "queuePath" : "root",
dynamic-testWeightMode-0.json:27: "queuePath" : "root.default",
dynamic-testWeightMode-0.json:505: "queuePath" : "root.test1",
dynamic-testWeightMode-0.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testWeightMode-0.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testWeightMode-0.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testWeightMode-0.json:2271: "queuePath" : "root.test2",
dynamic-testWeightMode-16.json:21: "queuePath" : "root",
dynamic-testWeightMode-16.json:27: "queuePath" : "root.default",
dynamic-testWeightMode-16.json:505: "queuePath" : "root.test1",
dynamic-testWeightMode-16.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testWeightMode-16.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testWeightMode-16.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testWeightMode-16.json:2271: "queuePath" : "root.test2",
dynamic-testWeightMode-32.json:21: "queuePath" : "root",
dynamic-testWeightMode-32.json:27: "queuePath" : "root.default",
dynamic-testWeightMode-32.json:505: "queuePath" : "root.test1",
dynamic-testWeightMode-32.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testWeightMode-32.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testWeightMode-32.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testWeightMode-32.json:2271: "queuePath" : "root.test2",
dynamic-testWeightMode-after-aqc.json:21: "queuePath" : "root",
dynamic-testWeightMode-after-aqc.json:27: "queuePath" :
"root.default",
dynamic-testWeightMode-after-aqc.json:505: "queuePath" :
"root.test1",
dynamic-testWeightMode-after-aqc.json:522: "queuePath" :
"root.test1.test1_2",
dynamic-testWeightMode-after-aqc.json:1001: "queuePath" :
"root.test1.test1_1",
dynamic-testWeightMode-after-aqc.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testWeightMode-after-aqc.json:2270: "queuePath" :
"root.test2",
dynamic-testWeightMode-after-aqc.json:2287: "queuePath" :
"root.test2.auto1",
dynamic-testWeightMode-after-aqc.json:2766: "queuePath" :
"root.test2.auto2",
dynamic-testWeightMode-after-aqc.json:3244: "queuePath" :
"root.test2.autoParent1",
dynamic-testWeightMode-after-aqc.json:3261: "queuePath" :
"root.test2.autoParent1.auto4",
dynamic-testWeightMode-after-aqc.json:3740: "queuePath" :
"root.test2.autoParent1.auto3",
dynamic-testWeightMode-after-aqc.json:4543: "queuePath" :
"root.test2.autoParent2",
dynamic-testWeightMode-after-aqc.json:4560: "queuePath" :
"root.test2.autoParent2.auto5",
dynamic-testWeightMode-after-aqc.json:5358: "queuePath" :
"root.test2.parent2",
dynamic-testWeightMode-after-aqc.json:5375: "queuePath" :
"root.test2.parent2.auto7",
dynamic-testWeightMode-after-aqc.json:6173: "queuePath" :
"root.test2.parent",
dynamic-testWeightMode-after-aqc.json:6189: "queuePath" :
"root.test2.parent.autoParent2",
dynamic-testWeightMode-after-aqc.json:6206: "queuePath"
: "root.test2.parent.autoParent2.auto6",
dynamic-testWeightMode-before-aqc.json:21: "queuePath" : "root",
dynamic-testWeightMode-before-aqc.json:27: "queuePath" :
"root.default",
dynamic-testWeightMode-before-aqc.json:505: "queuePath" :
"root.test1",
dynamic-testWeightMode-before-aqc.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testWeightMode-before-aqc.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testWeightMode-before-aqc.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testWeightMode-before-aqc.json:2270: "queuePath" :
"root.test2",
dynamic-testWeightMode-legacy-0.json:21: "queuePath" : "root",
dynamic-testWeightMode-legacy-0.json:27: "queuePath" :
"root.default",
dynamic-testWeightMode-legacy-0.json:505: "queuePath" :
"root.test1",
dynamic-testWeightMode-legacy-0.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testWeightMode-legacy-0.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testWeightMode-legacy-0.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testWeightMode-legacy-0.json:2271: "queuePath" :
"root.test2",
dynamic-testWeightMode-legacy-16.json:21: "queuePath" : "root",
dynamic-testWeightMode-legacy-16.json:27: "queuePath" :
"root.default",
dynamic-testWeightMode-legacy-16.json:505: "queuePath" :
"root.test1",
dynamic-testWeightMode-legacy-16.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testWeightMode-legacy-16.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testWeightMode-legacy-16.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testWeightMode-legacy-16.json:2271: "queuePath" :
"root.test2",
dynamic-testWeightMode-legacy-32.json:21: "queuePath" : "root",
dynamic-testWeightMode-legacy-32.json:27: "queuePath" :
"root.default",
dynamic-testWeightMode-legacy-32.json:505: "queuePath" :
"root.test1",
dynamic-testWeightMode-legacy-32.json:522: "queuePath" :
"root.test1.test1_1",
dynamic-testWeightMode-legacy-32.json:1001: "queuePath" :
"root.test1.test1_2",
dynamic-testWeightMode-legacy-32.json:1480: "queuePath" :
"root.test1.test1_3",
dynamic-testWeightMode-legacy-32.json:2271: "queuePath" :
"root.test2",
dynamic-testWeightMode-legacy-after-aqc.json:21: "queuePath" : "root",
dynamic-testWeightMode-legacy-after-aqc.json:27: "queuePath" :
"root.default",
dynamic-testWeightMode-legacy-after-aqc.json:505: "queuePath" :
"root.test1",
dynamic-testWeightMode-legacy-after-aqc.json:522: "queuePath" :
"root.test1.test1_2",
dynamic-testWeightMode-legacy-after-aqc.json:1001: "queuePath"
: "root.test1.test1_1",
dynamic-testWeightMode-legacy-after-aqc.json:1480: "queuePath"
: "root.test1.test1_3",
dynamic-testWeightMode-legacy-after-aqc.json:2270: "queuePath" :
"root.test2",
dynamic-testWeightMode-legacy-after-aqc.json:2287: "queuePath"
: "root.test2.auto1",
dynamic-testWeightMode-legacy-after-aqc.json:2766: "queuePath"
: "root.test2.auto2",
dynamic-testWeightMode-legacy-after-aqc.json:3244: "queuePath"
: "root.test2.autoParent1",
dynamic-testWeightMode-legacy-after-aqc.json:3261:
"queuePath" : "root.test2.autoParent1.auto4",
dynamic-testWeightMode-legacy-after-aqc.json:3740:
"queuePath" : "root.test2.autoParent1.auto3",
dynamic-testWeightMode-legacy-after-aqc.json:4543: "queuePath"
: "root.test2.autoParent2",
dynamic-testWeightMode-legacy-after-aqc.json:4560:
"queuePath" : "root.test2.autoParent2.auto5",
dynamic-testWeightMode-legacy-after-aqc.json:5358: "queuePath"
: "root.test2.parent2",
dynamic-testWeightMode-legacy-after-aqc.json:5375:
"queuePath" : "root.test2.parent2.auto7",
dynamic-testWeightMode-legacy-after-aqc.json:6173: "queuePath"
: "root.test2.parent",
dynamic-testWeightMode-legacy-after-aqc.json:6189:
"queuePath" : "root.test2.parent.autoParent2",
dynamic-testWeightMode-legacy-after-aqc.json:6206:
"queuePath" : "root.test2.parent.autoParent2.auto6",
dynamic-testWeightMode-legacy-before-aqc.json:21: "queuePath" : "root",
dynamic-testWeightMode-legacy-before-aqc.json:27: "queuePath" :
"root.default",
dynamic-testWeightMode-legacy-before-aqc.json:505: "queuePath" :
"root.test1",
dynamic-testWeightMode-legacy-before-aqc.json:522: "queuePath"
: "root.test1.test1_1",
dynamic-testWeightMode-legacy-before-aqc.json:1001: "queuePath"
: "root.test1.test1_2",
dynamic-testWeightMode-legacy-before-aqc.json:1480: "queuePath"
: "root.test1.test1_3",
dynamic-testWeightMode-legacy-before-aqc.json:2270: "queuePath" :
"root.test2",
mixed-testSchedulerAbsoluteAndPercentage-0.json:21: "queuePath" :
"root",
mixed-testSchedulerAbsoluteAndPercentage-0.json:27: "queuePath" :
"root.default",
mixed-testSchedulerAbsoluteAndPercentage-0.json:505: "queuePath" :
"root.test_1",
mixed-testSchedulerAbsoluteAndPercentage-0.json:522:
"queuePath" : "root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndPercentage-0.json:1001:
"queuePath" : "root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndPercentage-0.json:1480:
"queuePath" : "root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndPercentage-0.json:2271: "queuePath" :
"root.test_2",
mixed-testSchedulerAbsoluteAndPercentage-16.json:21: "queuePath" :
"root",
mixed-testSchedulerAbsoluteAndPercentage-16.json:27: "queuePath" :
"root.default",
mixed-testSchedulerAbsoluteAndPercentage-16.json:505: "queuePath" :
"root.test_1",
mixed-testSchedulerAbsoluteAndPercentage-16.json:522:
"queuePath" : "root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndPercentage-16.json:1001:
"queuePath" : "root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndPercentage-16.json:1480:
"queuePath" : "root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndPercentage-16.json:2271: "queuePath"
: "root.test_2",
mixed-testSchedulerAbsoluteAndPercentage-32.json:21: "queuePath" :
"root",
mixed-testSchedulerAbsoluteAndPercentage-32.json:27: "queuePath" :
"root.default",
mixed-testSchedulerAbsoluteAndPercentage-32.json:505: "queuePath" :
"root.test_1",
mixed-testSchedulerAbsoluteAndPercentage-32.json:522:
"queuePath" : "root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndPercentage-32.json:1001:
"queuePath" : "root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndPercentage-32.json:1480:
"queuePath" : "root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndPercentage-32.json:2271: "queuePath"
: "root.test_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-0.json:21:
"queuePath" : "root",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-0.json:27:
"queuePath" : "root.default",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-0.json:505:
"queuePath" : "root.test_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-0.json:522:
"queuePath" : "root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-0.json:1001:
"queuePath" : "root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-0.json:1480:
"queuePath" : "root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-0.json:2271:
"queuePath" : "root.test_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-16.json:21:
"queuePath" : "root",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-16.json:27:
"queuePath" : "root.default",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-16.json:505:
"queuePath" : "root.test_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-16.json:522:
"queuePath" : "root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-16.json:1001:
"queuePath" : "root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-16.json:1480:
"queuePath" : "root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-16.json:2271:
"queuePath" : "root.test_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-32.json:21:
"queuePath" : "root",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-32.json:27:
"queuePath" : "root.default",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-32.json:505:
"queuePath" : "root.test_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-32.json:522:
"queuePath" : "root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-32.json:1001:
"queuePath" : "root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-32.json:1480:
"queuePath" : "root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndPercentageAndWeight-32.json:2271:
"queuePath" : "root.test_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-0.json:21:
"queuePath" : "root",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-0.json:27:
"queuePath" : "root.default",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-0.json:505:
"queuePath" : "root.test_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-0.json:522:
"queuePath" : "root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-0.json:1001:
"queuePath" : "root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-0.json:1480:
"queuePath" : "root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-0.json:2271:
"queuePath" : "root.test_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-16.json:21:
"queuePath" : "root",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-16.json:27:
"queuePath" : "root.default",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-16.json:505:
"queuePath" : "root.test_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-16.json:522:
"queuePath" : "root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-16.json:1001:
"queuePath" : "root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-16.json:1480:
"queuePath" : "root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-16.json:2271:
"queuePath" : "root.test_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-32.json:21:
"queuePath" : "root",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-32.json:27:
"queuePath" : "root.default",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-32.json:505:
"queuePath" : "root.test_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-32.json:522:
"queuePath" : "root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-32.json:1001:
"queuePath" : "root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-32.json:1480:
"queuePath" : "root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndPercentageAndWeightMixed-32.json:2271:
"queuePath" : "root.test_2",
mixed-testSchedulerAbsoluteAndWeight-0.json:21: "queuePath" : "root",
mixed-testSchedulerAbsoluteAndWeight-0.json:27: "queuePath" :
"root.default",
mixed-testSchedulerAbsoluteAndWeight-0.json:505: "queuePath" :
"root.test_1",
mixed-testSchedulerAbsoluteAndWeight-0.json:522: "queuePath" :
"root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndWeight-0.json:1001: "queuePath" :
"root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndWeight-0.json:1480: "queuePath" :
"root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndWeight-0.json:2271: "queuePath" :
"root.test_2",
mixed-testSchedulerAbsoluteAndWeight-16.json:21: "queuePath" : "root",
mixed-testSchedulerAbsoluteAndWeight-16.json:27: "queuePath" :
"root.default",
mixed-testSchedulerAbsoluteAndWeight-16.json:505: "queuePath" :
"root.test_1",
mixed-testSchedulerAbsoluteAndWeight-16.json:522: "queuePath" :
"root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndWeight-16.json:1001: "queuePath"
: "root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndWeight-16.json:1480: "queuePath"
: "root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndWeight-16.json:2271: "queuePath" :
"root.test_2",
mixed-testSchedulerAbsoluteAndWeight-32.json:21: "queuePath" : "root",
mixed-testSchedulerAbsoluteAndWeight-32.json:27: "queuePath" :
"root.default",
mixed-testSchedulerAbsoluteAndWeight-32.json:505: "queuePath" :
"root.test_1",
mixed-testSchedulerAbsoluteAndWeight-32.json:522: "queuePath" :
"root.test_1.test_1_1",
mixed-testSchedulerAbsoluteAndWeight-32.json:1001: "queuePath"
: "root.test_1.test_1_2",
mixed-testSchedulerAbsoluteAndWeight-32.json:1480: "queuePath"
: "root.test_1.test_1_3",
mixed-testSchedulerAbsoluteAndWeight-32.json:2271: "queuePath" :
"root.test_2",
mixed-testSchedulerPercentageAndWeight-0.json:21: "queuePath" : "root",
mixed-testSchedulerPercentageAndWeight-0.json:27: "queuePath" :
"root.default",
mixed-testSchedulerPercentageAndWeight-0.json:505: "queuePath" :
"root.test_1",
mixed-testSchedulerPercentageAndWeight-0.json:522: "queuePath"
: "root.test_1.test_1_1",
mixed-testSchedulerPercentageAndWeight-0.json:1001: "queuePath"
: "root.test_1.test_1_2",
mixed-testSchedulerPercentageAndWeight-0.json:1480: "queuePath"
: "root.test_1.test_1_3",
mixed-testSchedulerPercentageAndWeight-0.json:2271: "queuePath" :
"root.test_2",
mixed-testSchedulerPercentageAndWeight-16.json:21: "queuePath" : "root",
mixed-testSchedulerPercentageAndWeight-16.json:27: "queuePath" :
"root.default",
mixed-testSchedulerPercentageAndWeight-16.json:505: "queuePath" :
"root.test_1",
mixed-testSchedulerPercentageAndWeight-16.json:522: "queuePath"
: "root.test_1.test_1_1",
mixed-testSchedulerPercentageAndWeight-16.json:1001:
"queuePath" : "root.test_1.test_1_2",
mixed-testSchedulerPercentageAndWeight-16.json:1480:
"queuePath" : "root.test_1.test_1_3",
mixed-testSchedulerPercentageAndWeight-16.json:2271: "queuePath" :
"root.test_2",
mixed-testSchedulerPercentageAndWeight-32.json:21: "queuePath" : "root",
mixed-testSchedulerPercentageAndWeight-32.json:27: "queuePath" :
"root.default",
mixed-testSchedulerPercentageAndWeight-32.json:505: "queuePath" :
"root.test_1",
mixed-testSchedulerPercentageAndWeight-32.json:522: "queuePath"
: "root.test_1.test_1_1",
mixed-testSchedulerPercentageAndWeight-32.json:1001:
"queuePath" : "root.test_1.test_1_2",
mixed-testSchedulerPercentageAndWeight-32.json:1480:
"queuePath" : "root.test_1.test_1_3",
mixed-testSchedulerPercentageAndWeight-32.json:2271: "queuePath" :
"root.test_2",
scheduler-response-AbsoluteModeLegacyAutoCreation.json:21: "queuePath"
: "root",
scheduler-response-AbsoluteModeLegacyAutoCreation.json:27:
"queuePath" : "root.default",
scheduler-response-AbsoluteModeLegacyAutoCreation.json:505:
"queuePath" : "root.managed",
scheduler-response-AbsoluteModeLegacyAutoCreation.json:522:
"queuePath" : "root.managed.queue1",
scheduler-response-PerUserResources.json:21: "queuePath" : "root",
scheduler-response-PerUserResources.json:27: "queuePath" : "root.a",
scheduler-response-PerUserResources.json:972: "queuePath" :
"root.b",
scheduler-response-PerUserResources.json:1671: "queuePath" :
"root.c",
scheduler-response-PercentageModeLegacyAutoCreation.json:21:
"queuePath" : "root",
scheduler-response-PercentageModeLegacyAutoCreation.json:27:
"queuePath" : "root.default",
scheduler-response-PercentageModeLegacyAutoCreation.json:505:
"queuePath" : "root.managed",
scheduler-response.json:21: "queuePath" : "root",
scheduler-response.json:27: "queuePath" : "root.a",
scheduler-response.json:752: "queuePath" : "root.b",
scheduler-response.json:1231: "queuePath" : "root.c",
```
### How was this patch tested?
Ran the unit tests locally. YETUS will verify it.
### For code changes:
- [x] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'YARN-11645. Your PR title ...')?
- [ ] Object storage: have the integration tests been executed and the
endpoint declared according to the connector-specific documentation?
- [ ] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
- [ ] If applicable, have you updated the `LICENSE`, `LICENSE-binary`,
`NOTICE-binary` files?
> Fix flaky json assert tests in TestRMWebServices
> ------------------------------------------------
>
> Key: YARN-11645
> URL: https://issues.apache.org/jira/browse/YARN-11645
> Project: Hadoop YARN
> Issue Type: Bug
> Components: capacityscheduler
> Affects Versions: 3.4.0
> Reporter: Tamas Domok
> Assignee: Tamas Domok
> Priority: Major
>
> TestRMWebServicesCapacitySchedDynamicConfig and
> TestRMWebServicesCapacitySchedulerMixedMode are flaky due to changes in the
> queue order.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]