mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Print error message in the test
This commit is contained in:
parent
562f08348e
commit
1bdea70c28
1 changed files with 1 additions and 0 deletions
|
|
@ -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());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue