SOLR-13696: AwaitsFix RoutedAliasUpdateProcessorTest (and subclasses)

The helper method RoutedAliasUpdateProcessorTest.addDocsAndCommit doesn't garuntee docs have been committed when it returns, causing threading/timing bugs in tests that use it as a gate for making subsequent assertions -- causing a steady stream of jenkins test failures
This commit is contained in:
Chris Hostetter 2019-12-17 11:00:03 -07:00
parent 0f7a046e85
commit 33e44b2fd6
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ import org.junit.Ignore;
import static java.util.concurrent.TimeUnit.NANOSECONDS;
@org.apache.lucene.util.LuceneTestCase.AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13696")
@Ignore // don't try too run abstract base class
public abstract class RoutedAliasUpdateProcessorTest extends SolrCloudTestCase {