Skip to content

Commit

Permalink
Remove MasterServiceTests from retries (#8984) (#9004)
Browse files Browse the repository at this point in the history
After the fix in #8901, I ran the following in a loop all day (about
1400 times) and saw no failures:

```
./gradlew ':server:test' --tests "org.opensearch.cluster.service.MasterServiceTests"
```


(cherry picked from commit 8b751f8)

Signed-off-by: Andrew Ross <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent f5242a6 commit 547f166
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ subprojects {
includeClasses.add("org.opensearch.cluster.metadata.IndexGraveyardTests")
includeClasses.add("org.opensearch.cluster.routing.MovePrimaryFirstTests")
includeClasses.add("org.opensearch.cluster.routing.allocation.decider.DiskThresholdDeciderIT")
includeClasses.add("org.opensearch.cluster.service.MasterServiceTests")
includeClasses.add("org.opensearch.common.util.concurrent.QueueResizableOpenSearchThreadPoolExecutorTests")
includeClasses.add("org.opensearch.gateway.RecoveryFromGatewayIT")
includeClasses.add("org.opensearch.gateway.ReplicaShardAllocatorIT")
Expand Down

0 comments on commit 547f166

Please sign in to comment.