Print error message in the test

This commit is contained in:
Lee moon soo 2016-06-16 21:50:21 -07:00
parent 562f08348e
commit 1bdea70c28

View file

@ -101,6 +101,7 @@ public class ZeppelinSparkClusterTest extends AbstractTestRestApi {
);
note.run(p.getId());
waitForFinish(p);
System.err.println("sparkRTest = " + p.getResult().message());
assertEquals(Status.FINISHED, p.getStatus());
assertEquals("[1] 3", p.getResult().message());
}