File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
server/src/internalClusterTest/java/org/elasticsearch/cluster Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 21
21
import org .elasticsearch .common .settings .Settings ;
22
22
import org .elasticsearch .index .shard .ShardId ;
23
23
import org .elasticsearch .test .ESIntegTestCase ;
24
- import org .elasticsearch .test .junit .annotations .TestIssueLogging ;
25
24
26
25
import java .util .HashSet ;
27
26
import java .util .Set ;
41
40
@ ESIntegTestCase .ClusterScope (scope = ESIntegTestCase .Scope .TEST , numDataNodes = 0 )
42
41
public class PrevalidateShardPathIT extends ESIntegTestCase {
43
42
44
- @ TestIssueLogging (
45
- value = "org.elasticsearch.cluster.service.MasterService:DEBUG,"
46
- + "org.elasticsearch.indices.store.IndicesStore:TRACE,"
47
- + "org.elasticsearch.indices.cluster.IndicesClusterStateService:DEBUG,"
48
- + "org.elasticsearch.indices.IndicesService:TRACE,"
49
- + "org.elasticsearch.index.IndexService:TRACE,"
50
- + "org.elasticsearch.env.NodeEnvironment:TRACE" ,
51
- issueUrl = "https://github.com/elastic/elasticsearch/issues/111134"
52
- )
53
43
public void testCheckShards () throws Exception {
54
44
internalCluster ().startMasterOnlyNode ();
55
45
String node1 = internalCluster ().startDataOnlyNode ();
You can’t perform that action at this time.
0 commit comments