mirror of https://github.com/apache/lucene.git
SOLR-8575: Add missing assert.
This commit is contained in:
parent
206a2b8b73
commit
2fd90cd489
|
@ -1440,7 +1440,7 @@ public class UpdateLog implements PluginInfoInitialized {
|
|||
loglog.warn("REPLAY_ERR: Exception replaying log", ex);
|
||||
// something wrong with the request?
|
||||
}
|
||||
TestInjection.injectUpdateLogReplayRandomPause();
|
||||
assert TestInjection.injectUpdateLogReplayRandomPause();
|
||||
}
|
||||
|
||||
CommitUpdateCommand cmd = new CommitUpdateCommand(req, false);
|
||||
|
|
Loading…
Reference in New Issue