[GitHub] zeppelin issue #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so test can...

2018-12-06 Thread OrDTesters
Github user OrDTesters commented on the issue: https://github.com/apache/zeppelin/pull/3249 From what I can tell, the build is failing on Travis due to one job taking too long to run. I do not believe it to be related to my change. ---

[GitHub] zeppelin issue #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so test can...

2018-12-05 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3249 Thanks @OrDTesters LGTM ---

[GitHub] zeppelin issue #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so test can...

2018-12-04 Thread OrDTesters
Github user OrDTesters commented on the issue: https://github.com/apache/zeppelin/pull/3249 If I run the command `mvn test -Dtest=DependencyResolverTest#testDelRepo` to run the test method by itself, the test fails. The proposed patch that has the test add the repo beforehand leads

[GitHub] zeppelin issue #3249: [ZEPPELIN-3898] Adding repo in testDelRepo so test can...

2018-12-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/3249 @OrDTesters What do you mean "run on its own" ? Do you mean to run it in IDE ? ---