We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8c9b9 commit dbfd862Copy full SHA for dbfd862
modules/data-streams/src/internalClusterTest/java/org/elasticsearch/datastreams/TSDBIndexingIT.java
@@ -333,7 +333,7 @@ public void testTsdbTemplatesNoKeywordFieldType() throws Exception {
333
Settings.builder()
334
.put("index.mode", "time_series")
335
.put("index.routing_path", randomBoolean() ? null : "metricset")
336
- .put("index.dimensions_tsid_strategy_enabled", usually())
+ .put("index.dimensions_tsid_strategy_enabled", randomDouble() < 0.8)
337
.build(),
338
new CompressedXContent(mappingTemplate),
339
null
0 commit comments