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 ---
Discovery starting.
Discovery completed in 341 milliseconds.
Run starting. Expected test count is: 18
AngularModelTest:
AngularModel
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]
- should able to create AngularObject
AngularModel
- should able to update AngularObject
AngularModel
- should able to remove AngularObject
AngularModelTest:
AngularModel
- should able to create AngularObject
AngularModel
- should able to update AngularObject
AngularModel
- should able to remove AngularObject
AngularElemTest:
AngularElem
- should provide onclick method *** FAILED ***
  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)
AngularElem
- should print angular display directive only once in a paragraph
AngularElem
- should bind angularObject to ng-model directive
AngularElem
- should able to disassociate AngularObjects
AngularElem
- should allow access to InterpreterContext inside of callback function
AngularElem
- should able to be created from implicit conversion
AngularElemTest:
AngularElem
- should provide onclick method
AngularElem
- should print angular display directive only once in a paragraph
AngularElem
- should bind angularObject to ng-model directive
AngularElem
- should able to disassociate AngularObjects
AngularElem
- should allow access to InterpreterContext inside of callback function
AngularElem
- should able to be created from implicit conversion
Run completed in 1 second, 49 milliseconds.
Total number of tests run: 18
Suites: completed 5, aborted 0
Tests: succeeded 17, failed 1, canceled 0, ignored 0, pending 0
*** 1 TEST FAILED ***
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to