File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
matrix :
12
12
php-version : [7.4, 8.0, 8.1]
13
13
os : [ubuntu-latest]
14
- es-version : [8.3-SNAPSHOT]
14
+ es-version : [8.3.0 -SNAPSHOT]
15
15
16
16
steps :
17
17
- name : Checkout
Original file line number Diff line number Diff line change @@ -47,12 +47,13 @@ class YamlTests
47
47
'Cat\Shards\_10_BasicTest::TestCatShardsOutput ' => 'Regexp error, it seems not compatible with PHP ' ,
48
48
'Cat\Templates\_10_BasicTest::FilteredTemplates ' => 'regex mismatch ' ,
49
49
'Cat\Templates\_10_BasicTest::SelectColumns ' => 'regex mismatch ' ,
50
- 'Search\Aggregation\_10_HistogramTest::HistogramProfiler ' => " Error reading 'n' field from YAML " ,
50
+ 'FieldCaps\_50_Fieldtype_FilterTest::* ' => ' Bool mismatch ' ,
51
51
'Indices\GetAlias\_10_BasicTest::GetAliasAgainstClosedIndices ' => 'Failed asserting that true is false ' ,
52
52
'Indices\GetIndexTemplate\_10_BasicTest::* ' => 'Bool mismatch ' ,
53
53
'Indices\PutTemplate\_10_BasicTest::PutTemplateCreate ' => 'index_template [test] already exists ' ,
54
54
'Indices\Refresh\_10_BasicTest::IndicesRefreshTestEmptyArray ' => 'empty array? ' ,
55
55
'Indices\SimulateIndexTemplate\_10_BasicTest::SimulateIndexTemplateWithIndexNotMatchingAnyTemplate ' => 'Bool mismatch ' ,
56
+ 'Search\Aggregation\_10_HistogramTest::HistogramProfiler ' => "Error reading 'n' field from YAML " ,
56
57
'Snapshot\Create\_10_BasicTest::CreateASnapshot ' => 'Invalid snapshot name [test_snapshot] ' ,
57
58
'Snapshot\Create\_10_BasicTest::CreateASnapshotAndCleanUpRepository ' => 'Invalid snapshot name [test_snapshot] ' ,
58
59
];
You can’t perform that action at this time.
0 commit comments