Github user 1ambda commented on the issue:
https://github.com/apache/zeppelin/pull/1638
Currently all interpreters in each group shares same dependencies and
options. So if we create 2 interpreters `postgres1` `postgres2` and set a
dependency `postgres94.client.jar` `postgres95.client.jar` seperately then they
have same 2 dependencies. (**bug**)
I fixed this issue but this results in a lot of copying dependencies in CI
test. So it eventually failed while throwing this message
```
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.19 sec -
in org.apache.zeppelin.rest.NotebookSecurityRestApiTest
Running org.apache.zeppelin.server.CorsFilterTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec -
in org.apache.zeppelin.server.CorsFilterTest
Running org.apache.zeppelin.ticket.TicketContainerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec -
in org.apache.zeppelin.ticket.TicketContainerTest
Running org.apache.zeppelin.security.SecurityUtilsTest
The log length has exceeded the limit of 4 MB (this usually means that the
test suite is raising the same exception over and over).
The job has been terminated
```
Test was passing but finally failed because of the log size. Could anyone
receommend an idea to resolve this? (I think Travis CI will not increase log
size https://github.com/travis-ci/travis-ci/issues/1382)
---
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 [email protected] or file a JIRA ticket
with INFRA.
---