Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public class ClientYamlTestSuiteIT extends ESClientYamlSuiteTestCase {
.feature(FeatureFlag.SYNTHETIC_VECTORS)
.feature(FeatureFlag.RANDOM_SAMPLING)
.feature(FeatureFlag.EXTENDED_DOC_VALUES_PARAMS)
.feature(FeatureFlag.TSDB_SYNTHETIC_ID_FEATURE_FLAG)
.build();

public ClientYamlTestSuiteIT(@Name("yaml") ClientYamlTestCandidate testCandidate) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ setup:
cluster_features: "gte_v8.14.0"
reason: _tsid hashing introduced in 8.13 and tsid routing changed in 8.14

- skip:
cluster_features: "index.time_series_synthetic_id"
reason: when cluster has synthetic_id feature use 26_id_generation_synthetic_id_false instead

- do:
indices.create:
index: id_generation_test
Expand Down
Loading