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
(cherry picked from commit 33e44b2fd6
)
This commit is contained in:
parent
95c7b1d925
commit
c9bd7cedc2
|
@ -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