File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -350,6 +350,24 @@ tests:
350350- class : org.elasticsearch.xpack.esql.action.CrossClusterQueryWithPartialResultsIT
351351 method : testPartialResults
352352 issue : https://github.com/elastic/elasticsearch/issues/123101
353+ - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
354+ method : test {fork.ForkWithWhereSortAndLimit SYNC}
355+ issue : https://github.com/elastic/elasticsearch/issues/123103
356+ - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
357+ method : test {fork.SimpleFork SYNC}
358+ issue : https://github.com/elastic/elasticsearch/issues/123104
359+ - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
360+ method : test {fork.ForkWithWhereSortDescAndLimit SYNC}
361+ issue : https://github.com/elastic/elasticsearch/issues/123107
362+ - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
363+ method : test {fork.ForkWithWhereSortDescAndLimit ASYNC}
364+ issue : https://github.com/elastic/elasticsearch/issues/123108
365+ - class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
366+ method : test {fork.ForkWithCommonPrefilter SYNC}
367+ issue : https://github.com/elastic/elasticsearch/issues/123109
368+ - class : org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
369+ method : test {p0=esql/40_tsdb/to_string aggregate_metric_double}
370+ issue : https://github.com/elastic/elasticsearch/issues/123116
353371
354372# Examples:
355373#
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class LogsIndexModeRollingUpgradeIT extends AbstractRollingUpgradeTestCas
4040 .module ("x-pack-aggregate-metric" )
4141 .module ("x-pack-stack" )
4242 .setting ("xpack.security.enabled" , "false" )
43- .setting ("xpack.license.self_generated.type" , "trial" )
43+ .setting ("xpack.license.self_generated.type" , initTestSeed (). nextBoolean () ? "trial" : "basic " )
4444 // We upgrade from standard to logsdb, so we need to start with logsdb disabled,
4545 // then later cluster.logsdb.enabled gets set to true and next rollover data stream is in logsdb mode.
4646 .setting ("cluster.logsdb.enabled" , "false" )
You can’t perform that action at this time.
0 commit comments