|
@@ -540,7 +540,7 @@ public class TestResourceTrackerService extends NodeLabelTestBase {
|
|
|
try {
|
|
|
nodeLabelsMgr.addToCluserNodeLabelsWithDefaultExclusivity(toSet("A", "B", "C"));
|
|
|
} catch (IOException e) {
|
|
|
- Assert.fail("Caught Exception while intializing");
|
|
|
+ Assert.fail("Caught Exception while initializing");
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
|
|
@@ -589,7 +589,7 @@ public class TestResourceTrackerService extends NodeLabelTestBase {
|
|
|
try {
|
|
|
nodeLabelsMgr.addToCluserNodeLabelsWithDefaultExclusivity(toSet("X", "Y", "Z"));
|
|
|
} catch (IOException e) {
|
|
|
- Assert.fail("Caught Exception while intializing");
|
|
|
+ Assert.fail("Caught Exception while initializing");
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
|
|
@@ -642,7 +642,7 @@ public class TestResourceTrackerService extends NodeLabelTestBase {
|
|
|
try {
|
|
|
nodeLabelsMgr.addToCluserNodeLabelsWithDefaultExclusivity(toSet("X", "Y", "Z"));
|
|
|
} catch (IOException e) {
|
|
|
- Assert.fail("Caught Exception while intializing");
|
|
|
+ Assert.fail("Caught Exception while initializing");
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
|
|
@@ -694,7 +694,7 @@ public class TestResourceTrackerService extends NodeLabelTestBase {
|
|
|
try {
|
|
|
nodeLabelsMgr.addToCluserNodeLabelsWithDefaultExclusivity(toSet("A", "B", "C"));
|
|
|
} catch (IOException e) {
|
|
|
- Assert.fail("Caught Exception while intializing");
|
|
|
+ Assert.fail("Caught Exception while initializing");
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
ResourceTrackerService resourceTrackerService =
|
|
@@ -754,7 +754,7 @@ public class TestResourceTrackerService extends NodeLabelTestBase {
|
|
|
try {
|
|
|
nodeLabelsMgr.addToCluserNodeLabelsWithDefaultExclusivity(toSet("A", "B", "C"));
|
|
|
} catch (IOException e) {
|
|
|
- Assert.fail("Caught Exception while intializing");
|
|
|
+ Assert.fail("Caught Exception while initializing");
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
|
|
@@ -839,7 +839,7 @@ public class TestResourceTrackerService extends NodeLabelTestBase {
|
|
|
try {
|
|
|
nodeLabelsMgr.addToCluserNodeLabelsWithDefaultExclusivity(toSet("A", "B", "C"));
|
|
|
} catch (IOException e) {
|
|
|
- Assert.fail("Caught Exception while intializing");
|
|
|
+ Assert.fail("Caught Exception while initializing");
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
|