----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6673/#review10456 -----------------------------------------------------------
flume-ng-core/src/main/java/org/apache/flume/source/StressSource.java <https://reviews.apache.org/r/6673/#comment22311> 1 nit: Rather than increase visibility of a field only for testing purposes, I think Powermock+Mockito should be able to allow access to the private 'event' field. Or FESTRefect too (http://docs.codehaus.org/display/FEST/Reflection+Module). Taking a page from Effective Java (2nd ed) item #14, we should strive to minimize the accessibility of classes and members. - Will McQueen On Aug. 17, 2012, 4:01 a.m., Patrick Wendell wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/6673/ > ----------------------------------------------------------- > > (Updated Aug. 17, 2012, 4:01 a.m.) > > > Review request for Flume. > > > Description > ------- > > This patch implements a count limit, both for overall (successful + failed) > events and for successful events. Seems like both could be useful in testing. > > > This addresses bug FLUME-1490. > https://issues.apache.org/jira/browse/FLUME-1490 > > > Diffs > ----- > > flume-ng-core/src/main/java/org/apache/flume/source/StressSource.java > 4f7b255 > flume-ng-core/src/test/java/org/apache/flume/source/TestStressSource.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/6673/diff/ > > > Testing > ------- > > Includes unit test and a bit of code clean-up. > > > Thanks, > > Patrick Wendell > >
