|
@@ -18,6 +18,7 @@
|
|
|
*/
|
|
|
package org.elasticsearch.test.disruption;
|
|
|
|
|
|
+import org.apache.lucene.util.LuceneTestCase;
|
|
|
import org.elasticsearch.common.Nullable;
|
|
|
import org.elasticsearch.test.ESTestCase;
|
|
|
|
|
@@ -36,6 +37,7 @@ import static org.hamcrest.Matchers.containsString;
|
|
|
import static org.hamcrest.Matchers.equalTo;
|
|
|
import static org.hamcrest.Matchers.greaterThan;
|
|
|
|
|
|
+@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/43387")
|
|
|
public class LongGCDisruptionTests extends ESTestCase {
|
|
|
|
|
|
static class LockedExecutor {
|