mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
trigger ci
This commit is contained in:
parent
1bdea70c28
commit
5b5f6c816c
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ public class ZeppelinSparkClusterTest extends AbstractTestRestApi {
|
|||
);
|
||||
note.run(p.getId());
|
||||
waitForFinish(p);
|
||||
System.err.println("sparkRTest = " + p.getResult().message());
|
||||
System.err.println("sparkRTest=" + p.getResult().message());
|
||||
assertEquals(Status.FINISHED, p.getStatus());
|
||||
assertEquals("[1] 3", p.getResult().message());
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue