File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
server/src/test/java/org/elasticsearch/index/store Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2323import org .apache .lucene .index .CheckIndex ;
2424import org .apache .lucene .index .IndexFileNames ;
2525import org .apache .lucene .util .BytesRef ;
26+ import org .apache .lucene .util .LuceneTestCase ;
2627import org .elasticsearch .action .admin .cluster .health .ClusterHealthResponse ;
2728import org .elasticsearch .action .admin .cluster .node .stats .NodeStats ;
2829import org .elasticsearch .action .admin .cluster .node .stats .NodesStatsResponse ;
6869import org .elasticsearch .test .ESIntegTestCase ;
6970import org .elasticsearch .test .InternalSettingsPlugin ;
7071import org .elasticsearch .test .MockIndexEventListener ;
71- import org .elasticsearch .test .junit .annotations .TestLogging ;
7272import org .elasticsearch .test .store .MockFSIndexStore ;
7373import org .elasticsearch .test .transport .MockTransportService ;
7474import org .elasticsearch .transport .TransportRequest ;
108108import static org .hamcrest .Matchers .notNullValue ;
109109
110110@ ESIntegTestCase .ClusterScope (scope = ESIntegTestCase .Scope .SUITE )
111+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/pull/30228" ) // What if DV is corrupted?
111112public class CorruptedFileIT extends ESIntegTestCase {
112113
113114 @ Override
You can’t perform that action at this time.
0 commit comments