From f81c760cc8de6f04f4d478f91269a333a295aca1 Mon Sep 17 00:00:00 2001 From: Adrien Grand Date: Tue, 11 Jan 2022 10:13:10 +0100 Subject: [PATCH] LUCENE-10370: Fix precommit. --- .../apache/lucene/replicator/nrt/TestStressNRTReplication.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestStressNRTReplication.java b/lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestStressNRTReplication.java index b6dcc71bdb3..a2dd0802e0c 100644 --- a/lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestStressNRTReplication.java +++ b/lucene/replicator/src/test/org/apache/lucene/replicator/nrt/TestStressNRTReplication.java @@ -115,8 +115,7 @@ import org.apache.lucene.util.ThreadInterruptedException; * *

Slow network is simulated with a RateLimiter. */ - -@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-10370") +@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-10370") // MockRandom's .sd file has no index header/footer: @SuppressCodecs({"MockRandom", "Direct", "SimpleText"}) @SuppressSysoutChecks(bugUrl = "Stuff gets printed, important stuff for debugging a failure")