mirror of https://github.com/apache/lucene.git
LUCENE-10370: Fix precommit.
This commit is contained in:
parent
9b54fbaa01
commit
f81c760cc8
|
@ -115,8 +115,7 @@ import org.apache.lucene.util.ThreadInterruptedException;
|
||||||
*
|
*
|
||||||
* <p>Slow network is simulated with a RateLimiter.
|
* <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:
|
// MockRandom's .sd file has no index header/footer:
|
||||||
@SuppressCodecs({"MockRandom", "Direct", "SimpleText"})
|
@SuppressCodecs({"MockRandom", "Direct", "SimpleText"})
|
||||||
@SuppressSysoutChecks(bugUrl = "Stuff gets printed, important stuff for debugging a failure")
|
@SuppressSysoutChecks(bugUrl = "Stuff gets printed, important stuff for debugging a failure")
|
||||||
|
|
Loading…
Reference in New Issue