File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 66
77package org .elasticsearch .xpack .ccr ;
88
9+ import org .apache .lucene .util .LuceneTestCase ;
910import org .elasticsearch .common .bytes .BytesReference ;
1011import org .elasticsearch .common .xcontent .XContentBuilder ;
1112import org .elasticsearch .common .xcontent .XContentType ;
2324import static org .elasticsearch .test .hamcrest .ElasticsearchAssertions .assertAcked ;
2425import static org .hamcrest .Matchers .equalTo ;
2526
27+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/36764" )
2628public class LocalIndexFollowingIT extends CcrSingleNodeTestCase {
2729
2830 public void testFollowIndex () throws Exception {
Original file line number Diff line number Diff line change 66
77package org .elasticsearch .xpack .ccr .action ;
88
9+ import org .apache .lucene .util .LuceneTestCase ;
910import org .elasticsearch .action .ActionListener ;
1011import org .elasticsearch .action .admin .cluster .state .ClusterStateRequest ;
1112import org .elasticsearch .action .admin .cluster .state .ClusterStateResponse ;
3334 * Test scope is important to ensure that other tests added to this suite do not interfere with the expectation in
3435 * testStatsWhenNoPersistentTasksMetaDataExists that the cluster state does not contain any persistent tasks metadata.
3536 */
37+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/36764" )
3638public class FollowStatsIT extends CcrSingleNodeTestCase {
3739
3840 /**
You can’t perform that action at this time.
0 commit comments