SOLR-8575: Add missing assert.

This commit is contained in:
markrmiller 2016-02-20 20:35:21 -05:00
parent 206a2b8b73
commit 2fd90cd489
1 changed files with 1 additions and 1 deletions

View File

@ -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);