If you run the whole unit test suite, you do not have to open Lilith at the same time. My experience is Lilith will significantly slow down unit test suite running, and even fail testcases, as Drill's code put many DEBUG log which chocked Lilith.
Lilith is useful only if you are running individual testcases to debug certain issues. On Fri, Sep 1, 2017 at 1:36 AM, Arina Yelchiyeva <arina.yelchiy...@gmail.com > wrote: > I don't think that Lilith is critical for running unit tests. Since it is > used to view the logs, I guess you can disable it by default but please > leave the comment indicating the reason of the change. > > Kind regards > Arina > > On Thu, Aug 31, 2017 at 2:06 PM, Vova Vysotskyi <vvo...@gmail.com> wrote: > > > Hi all, > > > > I am having troubles when running Drill unit tests on the node where > > Hiveserver2 service is running. In this case, run hangs in the middle. It > > is because Lilith and Hiveserver2 use the same port 10000. > > I tried to change the Lilith port in the logback.xml, but we cannot > change > > this port in Lilith UI (https://github.com/huxi/lilith/issues/10). > > I have no other Ideas, how to avoid this issue without disabling Lilith > or > > stopping HS2. > > > > Do you mind if I disable Lilith SOCKET connection by default? > > > > -- > > Kind regards, > > Volodymyr Vysotskyi > > >