Re: make junit tests passing again

2016-10-24 Thread Lior Zeno
We have another one: testMinimumRequiredSpaceTooSmallForPut(org.apache.flume.channel.file.TestLog). See https://builds.apache.org/job/Flume-trunk-hbase-1/220/org.apache.flume.flume-ng-channels$flume-file-channel/console On Fri, Oct 21, 2016 at 7:56 PM, Attila Simon wrote: >

Re: make junit tests passing again

2016-10-14 Thread Attila Simon
Hi, During the last month some "flakiest" tests were identified. I think these are the ones which are really break a lot. If there is no strong objection I would create a jira for each of these (if not already exists): org.apache.flume.source.TestSyslogUdpSource.testSourceCounter

Re: make junit tests passing again

2016-06-14 Thread Hari Shreedharan
I completely agree. My best guess is that most of these are flakey tests due to the fact that these tests are using Thread.sleep etc. Just FYI, fixing all tests will probably take a lot of time. On Tue, Jun 14, 2016 at 9:40 AM Attila Simon wrote: > Hi All, > > It happened to

make junit tests passing again

2016-06-14 Thread Attila Simon
Hi All, It happened to me that when I run "mvn test" target it is failing on my vanilla flume repo. Also when I checked an associated jenkins job (https://builds.apache.org/view/All/job/Flume-trunk-hbase-1/) it showed that test wasn't green for a while. Am I doing something completely wrong? I