Unmuted testRecoverBrokenIndexMetadata
These tests should be okay as we flush at the end of peer recovery. Closes #40867
This commit is contained in:
parent
afe65b5988
commit
0ebcb21d2c
|
@ -340,7 +340,6 @@ public class GatewayIndexStateIT extends ESIntegTestCase {
|
||||||
* allocated in our metadata that we recover. In that case we now have the ability to check the index on local recovery from disk
|
* allocated in our metadata that we recover. In that case we now have the ability to check the index on local recovery from disk
|
||||||
* if it is sane and if we can successfully create an IndexService. This also includes plugins etc.
|
* if it is sane and if we can successfully create an IndexService. This also includes plugins etc.
|
||||||
*/
|
*/
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40867")
|
|
||||||
public void testRecoverBrokenIndexMetadata() throws Exception {
|
public void testRecoverBrokenIndexMetadata() throws Exception {
|
||||||
logger.info("--> starting one node");
|
logger.info("--> starting one node");
|
||||||
internalCluster().startNode();
|
internalCluster().startNode();
|
||||||
|
@ -407,7 +406,6 @@ public class GatewayIndexStateIT extends ESIntegTestCase {
|
||||||
* if it is sane and if we can successfully create an IndexService.
|
* if it is sane and if we can successfully create an IndexService.
|
||||||
* This also includes plugins etc.
|
* This also includes plugins etc.
|
||||||
*/
|
*/
|
||||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40867")
|
|
||||||
public void testRecoverMissingAnalyzer() throws Exception {
|
public void testRecoverMissingAnalyzer() throws Exception {
|
||||||
logger.info("--> starting one node");
|
logger.info("--> starting one node");
|
||||||
internalCluster().startNode();
|
internalCluster().startNode();
|
||||||
|
|
Loading…
Reference in New Issue