Skip to content

Commit db00f0c

Browse files
authored
Remove test logging from PrevalidateShardPathIT#testCheckShards (elastic#113434) (elastic#113440)
Relates elastic#113107 Closes elastic#111134
1 parent d553b8b commit db00f0c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

server/src/internalClusterTest/java/org/elasticsearch/cluster/PrevalidateShardPathIT.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import org.elasticsearch.common.settings.Settings;
2222
import org.elasticsearch.index.shard.ShardId;
2323
import org.elasticsearch.test.ESIntegTestCase;
24-
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
2524

2625
import java.util.HashSet;
2726
import java.util.Set;
@@ -41,15 +40,6 @@
4140
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST, numDataNodes = 0)
4241
public class PrevalidateShardPathIT extends ESIntegTestCase {
4342

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-
)
5343
public void testCheckShards() throws Exception {
5444
internalCluster().startMasterOnlyNode();
5545
String node1 = internalCluster().startDataOnlyNode();

0 commit comments

Comments
 (0)