Skip to content

Commit

Permalink
Suppress sys out checks as trace logs enabled during tests can cause …
Browse files Browse the repository at this point in the history
…failures (#13188) (#13231)

(cherry picked from commit 3e8e116)

Signed-off-by: mgodwan <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 8332859 commit 5f8ffee
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@

import org.apache.lucene.codecs.Codec;
import org.apache.lucene.tests.index.BasePostingsFormatTestCase;
import org.apache.lucene.tests.util.LuceneTestCase;
import org.apache.lucene.tests.util.TestUtil;

import java.util.TreeMap;

@LuceneTestCase.SuppressSysoutChecks(bugUrl = "we log a lot on purpose")
public class FuzzyFilterPostingsFormatTests extends BasePostingsFormatTestCase {

private TreeMap<String, FuzzySetParameters> params = new TreeMap<>() {
Expand Down

0 comments on commit 5f8ffee

Please sign in to comment.