Skip to content

Commit bd077b4

Browse files
committed
Unmute SyntheticSourceRollingUpgradeIT
The test requires that offsets are stored for leaf arrays. Otherwise, arrays with single slot get synthesized as scalar fields. Closes #133060 Closes #133061
1 parent 1ff6608 commit bd077b4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

muted-tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -468,12 +468,6 @@ tests:
468468
- class: org.elasticsearch.xpack.search.AsyncSearchErrorTraceIT
469469
method: testAsyncSearchFailingQueryErrorTraceDefault
470470
issue: https://github.com/elastic/elasticsearch/issues/133010
471-
- class: org.elasticsearch.upgrades.SyntheticSourceRollingUpgradeIT
472-
method: testIndexing {upgradedNodes=1}
473-
issue: https://github.com/elastic/elasticsearch/issues/133060
474-
- class: org.elasticsearch.upgrades.SyntheticSourceRollingUpgradeIT
475-
method: testIndexing {upgradedNodes=0}
476-
issue: https://github.com/elastic/elasticsearch/issues/133061
477471
- class: org.elasticsearch.xpack.ml.integration.TextEmbeddingQueryIT
478472
method: testModelWithPrefixStrings
479473
issue: https://github.com/elastic/elasticsearch/issues/133138

x-pack/plugin/logsdb/qa/rolling-upgrade/src/javaRestTest/java/org/elasticsearch/upgrades/SyntheticSourceRollingUpgradeIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public SyntheticSourceRollingUpgradeIT(@Name("upgradedNodes") int upgradedNodes)
7171
}
7272

7373
public void testIndexing() throws Exception {
74+
assumeTrue("requires storing leaf array offsets", oldClusterHasFeature("gte_v9.1.0"));
7475
String dataStreamName = "logs-bwc-test";
7576
if (isOldCluster()) {
7677
startTrial();

0 commit comments

Comments
 (0)