File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
server/src/internalClusterTest/java/org/elasticsearch/cluster/coordination Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2323import org .elasticsearch .test .ClusterServiceUtils ;
2424import org .elasticsearch .test .ESIntegTestCase ;
2525import org .elasticsearch .test .MockLog ;
26+ import org .elasticsearch .test .junit .annotations .TestIssueLogging ;
2627import org .elasticsearch .test .junit .annotations .TestLogging ;
2728import org .elasticsearch .test .transport .MockTransportService ;
2829import 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 );
You can’t perform that action at this time.
0 commit comments