Skip to content

Commit

Permalink
Unmuted testRecoverBrokenIndexMetadata
Browse files Browse the repository at this point in the history
These tests should be okay as we flush at the end of peer recovery.

Closes #40867
  • Loading branch information
dnhatn committed Jun 9, 2019
1 parent 8159fdf commit 16e6f5d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ public Settings onNodeStopped(final String nodeName) throws Exception {
* 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.
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40867")
public void testRecoverBrokenIndexMetadata() throws Exception {
logger.info("--> starting one node");
internalCluster().startNode();
Expand Down Expand Up @@ -407,7 +406,6 @@ public Settings onNodeStopped(String nodeName) throws Exception {
* 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 testRecoverMissingAnalyzer() throws Exception {
logger.info("--> starting one node");
internalCluster().startNode();
Expand Down

0 comments on commit 16e6f5d

Please sign in to comment.