File tree 1 file changed +2
-2
lines changed
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
import static org .elasticsearch .test .hamcrest .ElasticsearchAssertions .assertAcked ;
46
46
import static org .hamcrest .Matchers .equalTo ;
47
47
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" )
49
50
public class FollowerFailOverIT extends CcrIntegTestCase {
50
51
51
52
@ Override
52
53
protected boolean reuseClusters () {
53
54
return false ;
54
55
}
55
56
56
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/38633" )
57
57
public void testFailOverOnFollower () throws Exception {
58
58
int numberOfReplicas = between (1 , 2 );
59
59
getFollowerCluster ().startMasterOnlyNode ();
You can’t perform that action at this time.
0 commit comments