Only on Windows? Sent from my iPhone
> On Jul 9, 2016, at 9:14 PM, Lior Zeno <[email protected]> wrote: > > We have another one: > org.apache.flume.client.avro.TestSpoolingFileLineReader.testDestinationExistsAndSameFileWindows > It throws IllegalStateException. >> On Jul 9, 2016 13:19, "Lior Zeno" <[email protected]> wrote: >> >> I did, please see https://issues.apache.org/jira/browse/FLUME-2936. >> >>> On Sat, Jul 9, 2016 at 12:28 PM, Mike Percy <[email protected]> wrote: >>> >>> Hi Lior, >>> >>>> On Thu, Jun 23, 2016 at 8:58 AM, Lior Zeno <[email protected]> wrote: >>>> >>>> 1. KafkaSource hangs in doStart at line 413: >>>> it = consumer.poll(1000).iterator(); >>>> I fixed that by simply changing HOST in KafkaSourceEmbeddedKafka to >>>> localhost. >>> >>> Could you submit a patch? >>> >>> 2. Out of memory exception. I fixed that by properly configuring >>> MAVEN_OPTS. >>> >>> Ah. Turns out I commented that out in my .bashrc a while back. Thanks for >>> the reminder! >>> >>> Mike >>> >>> >>>> >>>>> On Wed, Jun 22, 2016 at 9:25 AM, Mike Percy <[email protected]> wrote: >>>>> >>>>> The kafka source tests are extremely flaky. I haven't investigated it. >>>>> >>>>> Mike >>>>> >>>>> On Tue, Jun 21, 2016 at 9:23 PM, Lior Zeno <[email protected]> >>> wrote: >>>>> >>>>>> Hi guys, >>>>>> I know that there are a few tests that are problematic, i.e. may >>> fail >>>>>> arbitrarily. Please reply here with all tests that are known to be >>>>> flaky. I >>>>>> will create a jira issue for fixing that. Obviously, we won't fix >>> all >>>>> tests >>>>>> in the project at this moment, but we can definitely fix that in the >>>>>> future. >>>>>> Currently, the goal I think we should achieve is stabilizing the >>> tests >>>>> and >>>>>> make sure that we don't have false build failures. >>>>>> >>>>>> Thanks >> >>
