+1. It’s a shame that @SuppressCodecs doesn’t work on test methods, only on classes, which makes things a little trickier.
> On 20 Apr 2018, at 10:13, Dawid Weiss <[email protected]> wrote: > > This is due to an out of memory exception in > > [junit4] 1> at > org.apache.lucene.search.TestInetAddressRangeQueries.testRandomBig(TestInetAddressRangeQueries.java:81) > > Seems like mem codec has been picked -- should we add suppression to this > test? > > @SuppressCodecs({"Direct", "Memory"}) > > Dawid > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
