Skip to content

Commit d63d0fa

Browse files
committed
Unmute FollowerFailOverIT#testFailOverOnFollower
Relates #38633
1 parent cb90491 commit d63d0fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/FollowerFailOverIT.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked;
4646
import static org.hamcrest.Matchers.equalTo;
4747

48-
@TestLogging("org.elasticsearch.xpack.ccr:TRACE,org.elasticsearch.index.shard:DEBUG")
48+
@TestLogging("org.elasticsearch.xpack.ccr:TRACE,org.elasticsearch.xpack.ccr.action.ShardChangesAction:DEBUG,"
49+
+ "org.elasticsearch.index.shard:TRACE")
4950
public class FollowerFailOverIT extends CcrIntegTestCase {
5051

5152
@Override
5253
protected boolean reuseClusters() {
5354
return false;
5455
}
5556

56-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38633")
5757
public void testFailOverOnFollower() throws Exception {
5858
int numberOfReplicas = between(1, 2);
5959
getFollowerCluster().startMasterOnlyNode();

0 commit comments

Comments
 (0)