@@ -39,7 +39,8 @@ class YamlTests
39
39
'free/cluster.desired_nodes/20_dry_run.yml ' ,
40
40
'free/health/ ' ,
41
41
'free/cluster.desired_balance/10_basic.yml ' ,
42
- 'free/cluster.prevalidate_node_removal/10_basic.yml '
42
+ 'free/cluster.prevalidate_node_removal/10_basic.yml ' ,
43
+ 'free/cluster.desired_nodes/11_old_format.yml '
43
44
];
44
45
45
46
const SKIPPED_TEST_OSS = [
@@ -55,6 +56,7 @@ class YamlTests
55
56
'Indices\GetIndexTemplate\_10_BasicTest::* ' => 'Bool mismatch ' ,
56
57
'Indices\PutTemplate\_10_BasicTest::PutTemplateCreate ' => 'index_template [test] already exists ' ,
57
58
'Indices\Refresh\_10_BasicTest::IndicesRefreshTestEmptyArray ' => 'empty array? ' ,
59
+ 'Indices\ResolveCluster\_10_Basic_Resolve_ClusterTest::TestResolveClusterOptionalParamsAreAccepted ' => 'Bool mismatch ' ,
58
60
'Indices\SimulateIndexTemplate\_10_BasicTest::SimulateIndexTemplateWithIndexNotMatchingAnyTemplate ' => 'Bool mismatch ' ,
59
61
'Search\Vectors\_90_Sparse_VectorTest::SparseVectorIn800X8110 ' => 'Undefined array key error ' ,
60
62
'Snapshot\Create\_10_BasicTest::CreateASnapshot ' => 'Invalid snapshot name [test_snapshot] ' ,
@@ -66,6 +68,7 @@ class YamlTests
66
68
'ApiKey\_10_BasicTest::TestGetApiKey ' => 'Mismatch values ' ,
67
69
'ApiKey\_20_QueryTest::TestQueryApiKey ' => 'Mismatch values ' ,
68
70
'DataStream\_80_Resolve_Index_Data_StreamsTest::* ' => 'Skipped all tests ' ,
71
+ 'Dlm\_10_UsageTest::TestDataStreamLifecycleUsageStats ' => 'Mismatch values ' ,
69
72
'Esql\_30_TypesTest::Unsigned_long ' => 'Format number issue ' ,
70
73
'Health\_10_UsageTest::UsageStatsOnTheHealthAPI ' => 'Undefined array key \"green\" ' ,
71
74
'License\_20_Put_LicenseTest::* ' => 'License issue ' ,
@@ -105,6 +108,7 @@ class YamlTests
105
108
'Token\_10_BasicTest::TestInvalidateRealmsTokens ' => 'Mismatch values ' ,
106
109
'Transform\_Transforms_CrudTest::TestDeleteTransformWhenItDoesNotExist ' => 'Invalid version format: TRANSFORM HTTP/1.1 ' ,
107
110
'UnsignedLong\* ' => 'Skipped all tests ' ,
111
+ 'Users\_40_QueryTest::TestQueryUser ' => 'Mismatch values ' ,
108
112
'Vectors\_30_Sparse_Vector_BasicTest::DeprecatedFunctionSignature ' => 'Failed asserting contains string ' ,
109
113
];
110
114
0 commit comments