Skip to content

Commit

Permalink
Merge branch 'main' into source-mem-accounting
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidan authored Feb 21, 2025
2 parents 4e47ef6 + 4d4276e commit 9d8c238
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,30 @@ tests:
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
method: test {fork.ForkWithCommonPrefilter SYNC}
issue: https://github.com/elastic/elasticsearch/issues/123109
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
method: test {p0=esql/40_tsdb/to_string aggregate_metric_double}
issue: https://github.com/elastic/elasticsearch/issues/123116
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
method: test {fork.ForkWithCommonPrefilter}
issue: https://github.com/elastic/elasticsearch/issues/123117
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
method: test {fork.SimpleFork}
issue: https://github.com/elastic/elasticsearch/issues/123118
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
method: test {fork.FiveFork}
issue: https://github.com/elastic/elasticsearch/issues/123119
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
method: test {fork.ForkWithWhereSortDescAndLimit}
issue: https://github.com/elastic/elasticsearch/issues/123120
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
method: test {p0=esql/46_downsample/Render stats from downsampled index}
issue: https://github.com/elastic/elasticsearch/issues/123122
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
method: test {p0=esql/40_unsupported_types/unsupported}
issue: https://github.com/elastic/elasticsearch/issues/123123
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
method: test {p0=esql/40_tsdb/render aggregate_metric_double when missing min and max}
issue: https://github.com/elastic/elasticsearch/issues/123124

# Examples:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class LogsIndexModeRollingUpgradeIT extends AbstractRollingUpgradeTestCas
.module("x-pack-aggregate-metric")
.module("x-pack-stack")
.setting("xpack.security.enabled", "false")
.setting("xpack.license.self_generated.type", "trial")
.setting("xpack.license.self_generated.type", initTestSeed().nextBoolean() ? "trial" : "basic")
// We upgrade from standard to logsdb, so we need to start with logsdb disabled,
// then later cluster.logsdb.enabled gets set to true and next rollover data stream is in logsdb mode.
.setting("cluster.logsdb.enabled", "false")
Expand Down

0 comments on commit 9d8c238

Please sign in to comment.