YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate timeout. Contributed by Rohith Sharmaks
This commit is contained in:
parent
d33419ae01
commit
e4c3b52c89
|
@ -313,6 +313,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
YARN-2123. Progress bars in Web UI always at 100% due to non-US locale.
|
YARN-2123. Progress bars in Web UI always at 100% due to non-US locale.
|
||||||
(Akira AJISAKA via xgong)
|
(Akira AJISAKA via xgong)
|
||||||
|
|
||||||
|
YARN-3343. Increased TestCapacitySchedulerNodeLabelUpdate#testNodeUpdate
|
||||||
|
timeout. (Rohith Sharmaks via jianhe)
|
||||||
|
|
||||||
Release 2.7.1 - UNRELEASED
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -95,7 +95,7 @@ public class TestCapacitySchedulerNodeLabelUpdate {
|
||||||
.getMemory());
|
.getMemory());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test (timeout = 30000)
|
@Test (timeout = 60000)
|
||||||
public void testNodeUpdate() throws Exception {
|
public void testNodeUpdate() throws Exception {
|
||||||
// set node -> label
|
// set node -> label
|
||||||
mgr.addToCluserNodeLabelsWithDefaultExclusivity(ImmutableSet.of("x", "y", "z"));
|
mgr.addToCluserNodeLabelsWithDefaultExclusivity(ImmutableSet.of("x", "y", "z"));
|
||||||
|
|
Loading…
Reference in New Issue