From 9cc38369b62b54f74de9f2bdff978315942810d2 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Tue, 3 May 2022 20:58:53 +0200 Subject: [PATCH] Removed internal and failing YAML tests on Fieldtype --- util/YamlTests.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/util/YamlTests.php b/util/YamlTests.php index 0650401d4..712c76613 100644 --- a/util/YamlTests.php +++ b/util/YamlTests.php @@ -38,6 +38,7 @@ class YamlTests const YAML_FILES_TO_OMIT = [ 'platinum/eql/10_basic.yml', 'free/cluster.desired_nodes/10_basic.yml', // use of _internal API + 'free/health/10_basic.yml' // use of _internal API ]; const SKIPPED_TEST_OSS = [ @@ -45,12 +46,16 @@ class YamlTests 'Cat\Shards\_10_BasicTest::TestCatShardsOutput' => 'Regexp error, it seems not compatible with PHP', 'Cat\Templates\_10_BasicTest::FilteredTemplates' => 'regex mismatch', 'Cat\Templates\_10_BasicTest::SelectColumns' => 'regex mismatch', - 'Search\Aggregation\_10_HistogramTest::HistogramProfiler' => "Error reading 'n' field from YAML", + 'FieldCaps\_50_Fieldtype_FilterTest::NoFiltersIncludesAllTheFollowingFields' => 'Bool mismatch', + 'FieldCaps\_50_Fieldtype_FilterTest::ExcludeParentObjects' => 'Bool mismatch', + 'FieldCaps\_50_Fieldtype_FilterTest::ExcludeMultifields' => 'Bool mismatch', + 'FieldCaps\_50_Fieldtype_FilterTest::ExcludeMultifieldsButIncludeRuntimeFields' => 'Bool mismatch', 'Indices\GetAlias\_10_BasicTest::GetAliasAgainstClosedIndices' => 'Failed asserting that true is false', 'Indices\GetIndexTemplate\_10_BasicTest::*' => 'Bool mismatch', 'Indices\PutTemplate\_10_BasicTest::PutTemplateCreate' => 'index_template [test] already exists', 'Indices\Refresh\_10_BasicTest::IndicesRefreshTestEmptyArray' => 'empty array?', 'Indices\SimulateIndexTemplate\_10_BasicTest::SimulateIndexTemplateWithIndexNotMatchingAnyTemplate' => 'Bool mismatch', + 'Search\Aggregation\_10_HistogramTest::HistogramProfiler' => "Error reading 'n' field from YAML", 'Snapshot\Create\_10_BasicTest::CreateASnapshot' => 'Invalid snapshot name [test_snapshot]', 'Snapshot\Create\_10_BasicTest::CreateASnapshotAndCleanUpRepository' => 'Invalid snapshot name [test_snapshot]', ];