You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/01/11 09:17:42 UTC

[lucene] branch branch_9x updated: LUCENE-10370: Fix precommit.

This is an automated email from the ASF dual-hosted git repository.

jpountz pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/branch_9x by this push:
     new bb0eaaa  LUCENE-10370: Fix precommit.
bb0eaaa is described below

commit bb0eaaa4d48437fd04707f3d8cf89298536b4cf4
Author: Adrien Grand <jp...@gmail.com>
AuthorDate: Tue Jan 11 10:13:10 2022 +0100

    LUCENE-10370: Fix precommit.
---
 .../org/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 b6dcc71..a2dd080 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;
  *
  * <p>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")