Kavin Kumar created ZEPPELIN-1583:
-------------------------------------
Summary: Flaky test - AbstractAngularElemTest
Key: ZEPPELIN-1583
URL: https://issues.apache.org/jira/browse/ZEPPELIN-1583
Project: Zeppelin
Issue Type: Bug
Components: build
Reporter: Kavin Kumar
Priority: Minor
Seeing failure with the below test case often, refer to
https://s3.amazonaws.com/archive.travis-ci.org/jobs/170427913/log.txt for more
details.
{code}
[INFO] --- scalatest-maven-plugin:1.0:test (test) @ zeppelin-display_2.10 ---
[36mDiscovery starting.[0m
[36mDiscovery completed in 341 milliseconds.[0m
[36mRun starting. Expected test count is: 18[0m
[32mAngularModelTest:[0m
[32mAngularModel[0m
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/home/travis/build/apache/zeppelin/zeppelin-interpreter/target/zeppelin-interpreter-0.7.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/home/travis/build/apache/zeppelin/zeppelin-interpreter/target/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/home/travis/.m2/repository/org/slf4j/slf4j-log4j12/1.7.10/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
[32m- should able to create AngularObject[0m
[32mAngularModel[0m
[32m- should able to update AngularObject[0m
[32mAngularModel[0m
[32m- should able to remove AngularObject[0m
[32mAngularModelTest:[0m
[32mAngularModel[0m
[32m- should able to create AngularObject[0m
[32mAngularModel[0m
[32m- should able to update AngularObject[0m
[32mAngularModel[0m
[32m- should able to remove AngularObject[0m
[32mAngularElemTest:[0m
[32mAngularElem[0m
[31m- should provide onclick method *** FAILED ***[0m
[31m The code passed to eventually never returned normally. Attempted 1 times
over 207.94319399999998 milliseconds. Last failure message: 0 was not equal to
1. (AbstractAngularElemTest.scala:72)[0m
[32mAngularElem[0m
[32m- should print angular display directive only once in a paragraph[0m
[32mAngularElem[0m
[32m- should bind angularObject to ng-model directive[0m
[32mAngularElem[0m
[32m- should able to disassociate AngularObjects[0m
[32mAngularElem[0m
[32m- should allow access to InterpreterContext inside of callback function[0m
[32mAngularElem[0m
[32m- should able to be created from implicit conversion[0m
[32mAngularElemTest:[0m
[32mAngularElem[0m
[32m- should provide onclick method[0m
[32mAngularElem[0m
[32m- should print angular display directive only once in a paragraph[0m
[32mAngularElem[0m
[32m- should bind angularObject to ng-model directive[0m
[32mAngularElem[0m
[32m- should able to disassociate AngularObjects[0m
[32mAngularElem[0m
[32m- should allow access to InterpreterContext inside of callback function[0m
[32mAngularElem[0m
[32m- should able to be created from implicit conversion[0m
[36mRun completed in 1 second, 49 milliseconds.[0m
[36mTotal number of tests run: 18[0m
[36mSuites: completed 5, aborted 0[0m
[36mTests: succeeded 17, failed 1, canceled 0, ignored 0, pending 0[0m
[31m*** 1 TEST FAILED ***[0m
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)