YARN-10681. Fix assertion failure message in BaseSLSRunnerTest. Contributed by Szilard Nemeth.
This commit is contained in:
parent
7f522c92fa
commit
099f58f8f4
|
@ -126,7 +126,7 @@ public abstract class BaseSLSRunnerTest {
|
||||||
|
|
||||||
if (!exceptionList.isEmpty()) {
|
if (!exceptionList.isEmpty()) {
|
||||||
sls.stop();
|
sls.stop();
|
||||||
Assert.fail("TestSLSRunner catched exception from child thread "
|
Assert.fail("TestSLSRunner caught exception from child thread "
|
||||||
+ "(TaskRunner.TaskDefinition): " + exceptionList);
|
+ "(TaskRunner.TaskDefinition): " + exceptionList);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue