Re: Remove SuppressCodecs Lucene3x Lucene4x?

2018-08-07 Thread Adrien Grand
+1 to remove all annotations about legacy codecs Le ven. 3 août 2018 à 23:22, Varun Thacker a écrit : > Quite a few tests have this annotation : > > @LuceneTestCase.SuppressCodecs({"Lucene3x", > "Lucene40","Lucene41","Lucene42","Lucene45"}) > > I don't think the following codecs exist anymore

Remove SuppressCodecs Lucene3x Lucene4x?

2018-08-03 Thread Varun Thacker
Quite a few tests have this annotation : @LuceneTestCase.SuppressCodecs({"Lucene3x", "Lucene40","Lucene41","Lucene42","Lucene45"}) I don't think the following codecs exist anymore in the codebase and we should just remove the annotation from tests that try suppressing these codecs ? - Direct