Github user bzz commented on the issue:
https://github.com/apache/zeppelin/pull/1682
There is really strange test failure in `markdown` tests on first CI
profile (flaky-test?)
```
Tests run: 13, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 101.166
sec <<< FAILURE! - in org.apache.zeppelin.markdown.PegdownParserTest
testWebsequencePlugin(org.apache.zeppelin.markdown.PegdownParserTest) Time
elapsed: 99.979 sec <<< FAILURE!
java.lang.AssertionError:
Expected: a string containing "<img
src=\"http://www.websequencediagrams.com/?png="
but: was "Error while parsing action
'Root/Sequence/ZeroOrMore/Sequence/Block/FirstOf/Table/Sequence/Optional/Sequence/NodeSequence/Sequence/TableRow/Sequence/OneOrMore/Sequence/TableCell/NodeSequence/Sequence/OneOrMore/Sequence/Inline/Inline_Action1'
at input position (line 10, pos 1):
^
org.pegdown.ParsingTimeoutException"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.junit.Assert.assertThat(Assert.java:865)
at org.junit.Assert.assertThat(Assert.java:832)
at
org.apache.zeppelin.markdown.PegdownParserTest.testWebsequencePlugin(PegdownParserTest.java:320)
Results :
Failed tests:
PegdownParserTest.testWebsequencePlugin:320
Expected: a string containing "<img
src=\"http://www.websequencediagrams.com/?png="
but: was "Error while parsing action
'Root/Sequence/ZeroOrMore/Sequence/Block/FirstOf/Table/Sequence/Optional/Sequence/NodeSequence/Sequence/TableRow/Sequence/OneOrMore/Sequence/TableCell/NodeSequence/Sequence/OneOrMore/Sequence/Inline/Inline_Action1'
at input position (line 10, pos 1):
^
org.pegdown.ParsingTimeoutException"
```
@1ambda have you seen that before?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---