dacort commented on PR #392:
URL: https://github.com/apache/incubator-livy/pull/392#issuecomment-1501165029

   Integration tests are working, but unit tests still failing with, what I 
think is an error related to slf4j/log4j loading.
   
   ```
   [INFO] Running org.apache.livy.thriftserver.session.ColumnBufferTest
   [ERROR] Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
2.572 s <<< FAILURE! - in org.apache.livy.thriftserver.session.ColumnBufferTest
   [ERROR] 
testColumnBuffer(org.apache.livy.thriftserver.session.ColumnBufferTest)  Time 
elapsed: 2.147 s  <<< ERROR!
   java.lang.NoClassDefFoundError: org/apache/log4j/Level
           at 
org.apache.livy.thriftserver.session.ColumnBufferTest.testColumnBuffer(ColumnBufferTest.java:53)
   Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
           at 
org.apache.livy.thriftserver.session.ColumnBufferTest.testColumnBuffer(ColumnBufferTest.java:53)
   
   [INFO] Running org.apache.livy.thriftserver.session.ThriftSessionTest
   [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.024 s <<< FAILURE! - in org.apache.livy.thriftserver.session.ThriftSessionTest
   [ERROR] org.apache.livy.thriftserver.session.ThriftSessionTest  Time 
elapsed: 0.024 s  <<< ERROR!
   java.lang.ExceptionInInitializerError
           at 
org.apache.livy.thriftserver.session.ThriftSessionTest.setUp(ThriftSessionTest.java:60)
   Caused by: java.lang.IllegalStateException: org.slf4j.LoggerFactory in 
failed state. Original exception was thrown EARLIER. See also 
http://www.slf4j.org/codes.html#unsuccessfulInit
           at 
org.apache.livy.thriftserver.session.ThriftSessionTest.setUp(ThriftSessionTest.java:60)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to