Skip to content

Commit 7152e61

Browse files
authored
Unmute SyntheticSourceRollingUpgradeIT (#133955)
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 14cd7c5 commit 7152e61

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
@@ -456,12 +456,6 @@ tests:
456456
- class: org.elasticsearch.xpack.search.AsyncSearchErrorTraceIT
457457
method: testAsyncSearchFailingQueryErrorTraceDefault
458458
issue: https://github.com/elastic/elasticsearch/issues/133010
459-
- class: org.elasticsearch.upgrades.SyntheticSourceRollingUpgradeIT
460-
method: testIndexing {upgradedNodes=1}
461-
issue: https://github.com/elastic/elasticsearch/issues/133060
462-
- class: org.elasticsearch.upgrades.SyntheticSourceRollingUpgradeIT
463-
method: testIndexing {upgradedNodes=0}
464-
issue: https://github.com/elastic/elasticsearch/issues/133061
465459
- class: org.elasticsearch.xpack.ml.integration.TextEmbeddingQueryIT
466460
method: testModelWithPrefixStrings
467461
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)