Skip to content

Commit 49e27eb

Browse files
Reenable RareClusterStateIT Mapping Propagation Tests (#41884)
* Reenabling these to get fresh failure logs since they are not reproducible locally * Relates # #36813, #41030
1 parent 49c9daa commit 49e27eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/test/java/org/elasticsearch/cluster/coordination/RareClusterStateIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ public void testDeleteCreateInOneBulk() throws Exception {
181181
assertHitCount(client().prepareSearch("test").get(), 0);
182182
}
183183

184-
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/41030")
185184
public void testDelayedMappingPropagationOnPrimary() throws Exception {
186185
// Here we want to test that things go well if there is a first request
187186
// that adds mappings but before mappings are propagated to all nodes
@@ -274,7 +273,6 @@ public void testDelayedMappingPropagationOnPrimary() throws Exception {
274273
});
275274
}
276275

277-
@AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/36813")
278276
public void testDelayedMappingPropagationOnReplica() throws Exception {
279277
// This is essentially the same thing as testDelayedMappingPropagationOnPrimary
280278
// but for replicas

0 commit comments

Comments
 (0)