Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

un-ignoring tests after backporting fix #78830

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions rest-api-spec/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ tasks.named("yamlRestTestV7CompatTransform").configure { task ->
task.skipTest("search.aggregation/20_terms/string profiler via global ordinals native implementation", "The profiler results aren't backwards compatible.")
task.skipTest("search.aggregation/20_terms/string profiler via map", "The profiler results aren't backwards compatible.")
task.skipTest("search.aggregation/20_terms/numeric profiler", "The profiler results aren't backwards compatible.")
task.skipTest("nodes.stats/11_indices_metrics/Metric - _all for indices shards", "Muted because we are intentionally making a breaking bugfix. Unmute when #78531 is backported")
task.skipTest("nodes.stats/11_indices_metrics/indices shards total count test", "Muted because we are intentionally making a breaking bugfix. Unmute when #78531 is backported")
task.skipTest("nodes.stats/11_indices_metrics/Metric - blank for indices shards", "Muted because we are intentionally making a breaking bugfix. Unmute when #78531 is backported")

task.replaceValueInMatch("_type", "_doc")
task.addAllowedWarningRegex("\\[types removal\\].*")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@
"Metric - blank for indices shard_stats":
- skip:
features: [arbitrary_key]
version: " - 7.16.1"
reason: "total shard count added in version 7.15.0"
version: " - 7.15.0"
reason: "total shard count added in version 7.15.0, and fixed in 7.15.1"
- do:
nodes.info: {}
- set:
Expand All @@ -341,8 +341,8 @@
"Metric - _all for indices shard_stats":
- skip:
features: [arbitrary_key]
version: " - 7.16.1"
reason: "total shard count added in version 7.15.0"
version: " - 7.15.0"
reason: "total shard count added in version 7.15.0, and fixed in 7.15.1"
- do:
nodes.info: {}
- set:
Expand All @@ -360,8 +360,8 @@

- skip:
features: ["allowed_warnings", arbitrary_key]
version: " - 7.16.1"
reason: "total shard count added in version 7.15.0"
version: " - 7.15.0"
reason: "total shard count added in version 7.15.0, and fixed in 7.15.1"

- do:
indices.create:
Expand Down