From e0d761cfe72292b3e3199a9a79cefc3df2e25d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Fern=C3=A1ndez=20Casta=C3=B1o?= Date: Wed, 4 Mar 2026 16:26:14 +0100 Subject: [PATCH] Disable synthetic ids in TSDBIndexingIT#testTrimId --- .../java/org/elasticsearch/datastreams/TSDBIndexingIT.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/data-streams/src/internalClusterTest/java/org/elasticsearch/datastreams/TSDBIndexingIT.java b/modules/data-streams/src/internalClusterTest/java/org/elasticsearch/datastreams/TSDBIndexingIT.java index 751b78e90d457..c03d163728907 100644 --- a/modules/data-streams/src/internalClusterTest/java/org/elasticsearch/datastreams/TSDBIndexingIT.java +++ b/modules/data-streams/src/internalClusterTest/java/org/elasticsearch/datastreams/TSDBIndexingIT.java @@ -460,6 +460,9 @@ public void testTrimId() throws Exception { // Reduce sync interval to speedup this integraton test, // otherwise by default it will take 30 seconds before minimum retained seqno is updated: .put("index.soft_deletes.retention_lease.sync_interval", "100ms") + // This test checks that _id's are pruned, that only applies + // when regular _id's are used. + .put(IndexSettings.SYNTHETIC_ID.getKey(), false) .build(), new CompressedXContent(MAPPING_TEMPLATE), null