Skip to content

Commit 5523a9c

Browse files
authored
Merge branch 'main' into rtv0
2 parents 04bb6c3 + bbd8a51 commit 5523a9c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,9 +627,6 @@ tests:
627627
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeForkIT
628628
method: test {csv-spec:string.SpaceNegative}
629629
issue: https://github.com/elastic/elasticsearch/issues/136249
630-
- class: org.elasticsearch.cluster.coordination.NodeJoiningIT
631-
method: testNodeTriesToJoinClusterAndThenSameMasterIsElected
632-
issue: https://github.com/elastic/elasticsearch/issues/136332
633630
- class: org.elasticsearch.xpack.restart.FullClusterRestartIT
634631
method: testDataStreams {cluster=UPGRADED}
635632
issue: https://github.com/elastic/elasticsearch/issues/136353

server/src/internalClusterTest/java/org/elasticsearch/cluster/coordination/NodeJoiningIT.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
import org.elasticsearch.test.ClusterServiceUtils;
2424
import org.elasticsearch.test.ESIntegTestCase;
2525
import org.elasticsearch.test.MockLog;
26+
import org.elasticsearch.test.junit.annotations.TestIssueLogging;
2627
import org.elasticsearch.test.junit.annotations.TestLogging;
2728
import org.elasticsearch.test.transport.MockTransportService;
2829
import org.elasticsearch.transport.Transport;
@@ -133,6 +134,10 @@ public void testNodeTriesToJoinClusterAndThenDifferentMasterIsElected() {
133134
Node N should join the cluster, but it should not be disconnected (#ES-11449)
134135
*/
135136
@TestLogging(reason = "test includes assertions about logging", value = "org.elasticsearch.cluster.coordination:INFO")
137+
@TestIssueLogging(
138+
value = "org.elasticsearch.cluster.coordination.NodeJoiningIT:DEBUG",
139+
issueUrl = "https://github.com/elastic/elasticsearch/issues/136332"
140+
)
136141
public void testNodeTriesToJoinClusterAndThenSameMasterIsElected() {
137142
internalCluster().startNodes(3);
138143
ensureStableCluster(3);

0 commit comments

Comments
 (0)