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 23
23
import org .apache .lucene .index .CheckIndex ;
24
24
import org .apache .lucene .index .IndexFileNames ;
25
25
import org .apache .lucene .util .BytesRef ;
26
+ import org .apache .lucene .util .LuceneTestCase ;
26
27
import org .elasticsearch .action .admin .cluster .health .ClusterHealthResponse ;
27
28
import org .elasticsearch .action .admin .cluster .node .stats .NodeStats ;
28
29
import org .elasticsearch .action .admin .cluster .node .stats .NodesStatsResponse ;
68
69
import org .elasticsearch .test .ESIntegTestCase ;
69
70
import org .elasticsearch .test .InternalSettingsPlugin ;
70
71
import org .elasticsearch .test .MockIndexEventListener ;
71
- import org .elasticsearch .test .junit .annotations .TestLogging ;
72
72
import org .elasticsearch .test .store .MockFSIndexStore ;
73
73
import org .elasticsearch .test .transport .MockTransportService ;
74
74
import org .elasticsearch .transport .TransportRequest ;
108
108
import static org .hamcrest .Matchers .notNullValue ;
109
109
110
110
@ ESIntegTestCase .ClusterScope (scope = ESIntegTestCase .Scope .SUITE )
111
+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/pull/30228" ) // What if DV is corrupted?
111
112
public class CorruptedFileIT extends ESIntegTestCase {
112
113
113
114
@ Override
You can’t perform that action at this time.
0 commit comments