@@ -52,15 +52,19 @@ class YamlTests
52
52
'Cat\Templates\_10_BasicTest::FilteredTemplates ' => 'regex mismatch ' ,
53
53
'Cat\Templates\_10_BasicTest::SelectColumns ' => 'regex mismatch ' ,
54
54
'FieldCaps\_50_Fieldtype_FilterTest::* ' => 'Bool mismatch ' ,
55
+ 'Indices\Create\_20_Synthetic_SourceTest::* ' => 'Malformed request ' ,
55
56
'Indices\GetAlias\_10_BasicTest::GetAliasAgainstClosedIndices ' => 'Failed asserting that true is false ' ,
56
57
'Indices\GetIndexTemplate\_10_BasicTest::* ' => 'Bool mismatch ' ,
57
58
'Indices\PutTemplate\_10_BasicTest::PutTemplateCreate ' => 'index_template [test] already exists ' ,
58
59
'Indices\Refresh\_10_BasicTest::IndicesRefreshTestEmptyArray ' => 'empty array? ' ,
59
60
'Indices\ResolveCluster\_10_Basic_Resolve_ClusterTest::TestResolveClusterOptionalParamsAreAccepted ' => 'Bool mismatch ' ,
60
61
'Indices\SimulateIndexTemplate\_10_BasicTest::SimulateIndexTemplateWithIndexNotMatchingAnyTemplate ' => 'Bool mismatch ' ,
62
+ 'Indices\ValidateQuery\_10_SynonymsTest::ValidateQueryWithSynonyms ' => 'Failed asserting that two strings are equal ' ,
61
63
'IngestGeoip\_20_Geoip_ProcessorTest::* ' => 'Undefined array key "geoip" ' ,
62
64
'IngestGeoip\_30_Geoip_StatsTest::TestGeoipStats ' => 'Undefined array key "_arbitrary_key_" ' ,
63
65
'IngestGeoip\_50_Ip_Lookup_ProcessorTest::TestIp_locationProcessorWithDefaults ' => 'Undefined array key "ip_location" ' ,
66
+ 'Search\Suggest\_20_PhraseTest::BreaksTiesBySortingTerms ' => 'body not supported ' ,
67
+ 'Search\_330_Fetch_FieldsTest::TestWithSubobjectsAuto ' => 'unknown subobjects value: auto ' ,
64
68
'Search\Vectors\_90_Sparse_VectorTest::SparseVectorIn800X8110 ' => 'Undefined array key error ' ,
65
69
'Snapshot\Create\_10_BasicTest::CreateASnapshot ' => 'Invalid snapshot name [test_snapshot] ' ,
66
70
'Snapshot\Create\_10_BasicTest::CreateASnapshotAndCleanUpRepository ' => 'Invalid snapshot name [test_snapshot] ' ,
@@ -270,15 +274,15 @@ public function build(): array
270
274
self ::TEMPLATE_FUNCTION_SKIPPED ,
271
275
[
272
276
':name ' => $ functionName ,
273
- ':skipped_msg ' => $ skip [$ skippedAllTest ]
277
+ ':skipped_msg ' => addslashes ( $ skip [$ skippedAllTest ])
274
278
]
275
279
);
276
280
} elseif (isset ($ skip [$ skippedTest ])) {
277
281
$ functions .= self ::render (
278
282
self ::TEMPLATE_FUNCTION_SKIPPED ,
279
283
[
280
284
':name ' => $ functionName ,
281
- ':skipped_msg ' => $ skip [$ skippedTest ]
285
+ ':skipped_msg ' => addslashes ( $ skip [$ skippedTest ])
282
286
]
283
287
);
284
288
} else {
0 commit comments