Github user cjmatta commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/684#issuecomment-180407785 Could someone give some guidance as to why this build failed in CI? The error seems to be related to the test: ``` [ERROR] /home/travis/build/apache/incubator-zeppelin/jdbc/src/test/java/org/apache/zeppelin/jdbc/JDBCInterpreterTest.java:[130,65] constructor InterpreterContext in class org.apache.zeppelin.interpreter.InterpreterContext cannot be applied to given types; required: java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.Object>,org.apache.zeppelin.display.GUI,org.apache.zeppelin.display.AngularObjectRegistry,org.apache.zeppelin.resource.ResourcePool,java.util.List<org.apache.zeppelin.interpreter.InterpreterContextRunner>,org.apache.zeppelin.interpreter.InterpreterOutput found: java.lang.String,java.lang.String,java.lang.String,java.lang.String,<nulltype>,<nulltype>,<nulltype>,<nulltype>,<nulltype> reason: actual and formal argument lists differ in length ``` This builds fine on my machine, and the test is set up exactly like the other tests...
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---