Skip to content

Commit

Permalink
Replaces test @ignore annotation with @AwaitsFix
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Downs <downsrob@amazon.com>
  • Loading branch information
downsrob committed Oct 29, 2021
1 parent 918a480 commit 44fe466
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import com.carrotsearch.randomizedtesting.RandomizedTest.sleep
import org.junit.After
import org.junit.Assume
import org.junit.Before
import org.junit.Ignore
import org.opensearch.action.support.master.AcknowledgedResponse
import org.opensearch.cluster.metadata.IndexMetadata
import org.opensearch.common.settings.Settings
Expand Down Expand Up @@ -66,7 +65,7 @@ class MetadataRegressionIT : IndexStateManagementIntegTestCase() {
updateClusterSetting(ManagedIndexSettings.METADATA_SERVICE_ENABLED.key, null, false)
}

@Ignore
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/index-management/issues/176")
fun `test move metadata service`() {
updateClusterSetting(ManagedIndexSettings.METADATA_SERVICE_ENABLED.key, "false")
updateClusterSetting(ManagedIndexSettings.METADATA_SERVICE_ENABLED.key, "true")
Expand Down Expand Up @@ -141,7 +140,7 @@ class MetadataRegressionIT : IndexStateManagementIntegTestCase() {
}
}

@Ignore
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/index-management/issues/176")
fun `test job can continue run from cluster state metadata`() {
/**
* new version of ISM plugin can handle metadata in cluster state
Expand Down Expand Up @@ -224,7 +223,7 @@ class MetadataRegressionIT : IndexStateManagementIntegTestCase() {
}
}

@Ignore
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/index-management/issues/176")
fun `test new node skip execution when old node exist in cluster`() {
Assume.assumeTrue(isMixedNodeRegressionTest)

Expand Down

0 comments on commit 44fe466

Please sign in to comment.