File tree 3 files changed +4
-0
lines changed
server/src/test/java/org/elasticsearch/discovery
test/framework/src/test/java/org/elasticsearch/test/disruption
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ public class MasterDisruptionIT extends AbstractDisruptionTestCase {
55
55
/**
56
56
* Test that cluster recovers from a long GC on master that causes other nodes to elect a new one
57
57
*/
58
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/43387" )
58
59
public void testMasterNodeGCs () throws Exception {
59
60
List <String > nodes = startCluster (3 );
60
61
Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ private void testFollowerCheckerAfterMasterReelection(NetworkLinkDisruptionType
173
173
* Tests that emulates a frozen elected master node that unfreezes and pushes its cluster state to other nodes that already are
174
174
* following another elected master node. These nodes should reject this cluster state and prevent them from following the stale master.
175
175
*/
176
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/43387" )
176
177
public void testStaleMasterNotHijackingMajority () throws Exception {
177
178
final List <String > nodes = internalCluster ().startNodes (3 , Settings .builder ()
178
179
.put (LeaderChecker .LEADER_CHECK_TIMEOUT_SETTING .getKey (), "1s" )
Original file line number Diff line number Diff line change 18
18
*/
19
19
package org .elasticsearch .test .disruption ;
20
20
21
+ import org .apache .lucene .util .LuceneTestCase ;
21
22
import org .elasticsearch .common .Nullable ;
22
23
import org .elasticsearch .test .ESTestCase ;
23
24
36
37
import static org .hamcrest .Matchers .equalTo ;
37
38
import static org .hamcrest .Matchers .greaterThan ;
38
39
40
+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/43387" )
39
41
public class LongGCDisruptionTests extends ESTestCase {
40
42
41
43
static class LockedExecutor {
You can’t perform that action at this time.
0 commit comments