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()) {
|
||||
sls.stop();
|
||||
Assert.fail("TestSLSRunner catched exception from child thread "
|
||||
Assert.fail("TestSLSRunner caught exception from child thread "
|
||||
+ "(TaskRunner.TaskDefinition): " + exceptionList);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue