Lee moon soo created ZEPPELIN-2732: -------------------------------------- Summary: Flaky test - testSingleDynamicFormSelectForm Key: ZEPPELIN-2732 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2732 Project: Zeppelin Issue Type: Sub-task Reporter: Lee moon soo
Flaky test log - https://api.travis-ci.org/jobs/250622951/log.txt?deansi=true {code} Tests run: 15, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 342.77 sec <<< FAILURE! - in org.apache.zeppelin.integration.ParagraphActionsIT testSingleDynamicFormSelectForm(org.apache.zeppelin.integration.ParagraphActionsIT) Time elapsed: 16.79 sec <<< FAILURE! java.lang.AssertionError: After 'Run on selection change' checkbox is unchecked, the paragraph should not run if selecting a different option Expected: "Howdy 1" but: was "Howdy 2" at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) at org.junit.Assert.assertThat(Assert.java:956) at org.junit.rules.ErrorCollector$1.call(ErrorCollector.java:65) at org.junit.rules.ErrorCollector.checkSucceeds(ErrorCollector.java:78) at org.junit.rules.ErrorCollector.checkThat(ErrorCollector.java:63) at org.apache.zeppelin.integration.ParagraphActionsIT.testSingleDynamicFormSelectForm(ParagraphActionsIT.java:634) {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)