mirror of https://github.com/apache/lucene.git
SOLR-13032: Add @AwaitsFix annotation to test.
This commit is contained in:
parent
1408f5255f
commit
e3cbdd0505
|
@ -72,6 +72,7 @@ public class MaxSizeAutoCommitTest extends SolrTestCaseJ4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13032")
|
||||||
public void testAdds() throws Exception {
|
public void testAdds() throws Exception {
|
||||||
int maxFileSizeBound = 1000;
|
int maxFileSizeBound = 1000;
|
||||||
// Set max size bound
|
// Set max size bound
|
||||||
|
@ -137,6 +138,7 @@ public class MaxSizeAutoCommitTest extends SolrTestCaseJ4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-13032")
|
||||||
public void testDeletes() throws Exception {
|
public void testDeletes() throws Exception {
|
||||||
int maxFileSizeBound = 1000;
|
int maxFileSizeBound = 1000;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue