mirror of https://github.com/apache/lucene.git
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:
parent
0f7a046e85
commit
33e44b2fd6
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue