|
@@ -488,7 +488,7 @@ public class TestCapacityScheduler extends CapacitySchedulerTestBase {
|
|
|
application1.schedule();
|
|
|
checkApplicationResourceUsage(3 * GB, application1);
|
|
|
checkNodeResourceUsage(4 * GB, nm0);
|
|
|
- LOG.info("--- START: testNotAssignMultiple ---");
|
|
|
+ LOG.info("--- END: testNotAssignMultiple ---");
|
|
|
}
|
|
|
|
|
|
@Test
|
|
@@ -590,7 +590,7 @@ public class TestCapacityScheduler extends CapacitySchedulerTestBase {
|
|
|
application1.schedule();
|
|
|
checkApplicationResourceUsage(7 * GB, application1);
|
|
|
checkNodeResourceUsage(10 * GB, nm0);
|
|
|
- LOG.info("--- START: testAssignMultiple ---");
|
|
|
+ LOG.info("--- END: testAssignMultiple ---");
|
|
|
}
|
|
|
|
|
|
private void nodeUpdate(ResourceManager rm, NodeManager nm) {
|