> On Aug. 10, 2015, 9:42 p.m., Jianxia Chen wrote: > > gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/CopyOnReadIndexJUnitTest.java, > > line 38 > > <https://reviews.apache.org/r/37312/diff/1/?file=1036522#file1036522line38> > > > > Why it drop from 100 to 10? Any specific reason?
Just reducing it as I didn't think we needed to create 1000 objects for each test. It's a multiplier so the original test was doing 10 * 100 object creates. - Jason ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/37312/#review94803 ----------------------------------------------------------- On Aug. 10, 2015, 6:27 p.m., Jason Huynh wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/37312/ > ----------------------------------------------------------- > > (Updated Aug. 10, 2015, 6:27 p.m.) > > > Review request for geode, anilkumar gingade, Bruce Schuchardt, Jianxia Chen, > Lynn Gallinat, and Qihong Chen. > > > Repository: geode > > > Description > ------- > > Enabling copy on read false test cases > Reducing the number of objects created for tests > > > Diffs > ----- > > > gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/CopyOnReadIndexJUnitTest.java > dd5f980 > > Diff: https://reviews.apache.org/r/37312/diff/ > > > Testing > ------- > > > Thanks, > > Jason Huynh > >
