@@ -44,12 +44,6 @@ let SkipList = dict<SkipFile,SkipSection> [
44
44
45
45
// We don't expose the overload with just id, warrants investigation in the code generator
46
46
SkipFile " ml/delete_forecast.yml" , Section " Test delete all where no forecast_id is set"
47
-
48
- // Leaves .ml-state index closed after running
49
- ( SkipFile " ml/jobs_crud.yml" , Sections [
50
- " Test reopen job resets the finished time"
51
- " Test put job after closing state index"
52
- ])
53
47
54
48
SkipFile " rollup/put_job.yml" , Section " Test put job with templates"
55
49
@@ -82,15 +76,19 @@ let SkipList = dict<SkipFile,SkipSection> [
82
76
" Test get transform stats on missing transform"
83
77
" Test get multiple transform stats where one does not have a task"
84
78
]
85
-
86
- SkipFile " ml/jobs_crud.yml" , Section " Test reopen job resets the finished time"
87
79
// Invalid license makes subsequent tests fail
88
80
SkipFile " license/20_put_license.yml" , All
81
+
82
+ // Various failures
89
83
// Test tries to match on map from body, but Go keys are not sorted
90
84
SkipFile " ml/jobs_crud.yml" , Sections [
85
+ " Test reopen job resets the finished time"
86
+ " Test put job after closing state index"
87
+ " Test close job with body params"
91
88
" Test job with rules"
92
89
" Test put job with model_memory_limit as number"
93
90
" Test put job with model_memory_limit as string and lazy open"
91
+ " Test reopen job resets the finished time"
94
92
]
95
93
// Test gets stuck every time
96
94
SkipFile " ml/jobs_get_stats.yml" , All
@@ -113,8 +111,10 @@ let SkipList = dict<SkipFile,SkipSection> [
113
111
]
114
112
// Possible bad test setup, Cannot open job [start-stop-datafeed-job] because it has already been opened
115
113
// resource_already_exists_exception, task with id {job-start-stop-datafeed-job-foo-2} already exist
116
- SkipFile " ml/start_stop_datafeed.yml" ,
117
- Section " Test start datafeed when persistent task allocation disabled"
114
+ SkipFile " ml/start_stop_datafeed.yml" , Sections [
115
+ " Test start datafeed when persistent task allocation disabled"
116
+ " Test start given field without mappings"
117
+ ]
118
118
// Indexing step doesn't appear to work (getting total.hits=0)
119
119
SkipFile " monitoring/bulk/10_basic.yml" ,
120
120
Section " Bulk indexing of monitoring data on closed indices should throw an export exception"
@@ -196,9 +196,9 @@ let SkipList = dict<SkipFile,SkipSection> [
196
196
197
197
// TODO investigate post 7.11.0
198
198
SkipFile " nodes.info/10_basic.yml" , Section " node_info role test"
199
-
199
+
200
200
// TODO investigate
201
201
// Failed: Assert operation Match snapshot.shards.failed Value 0 Reason: expected: 0.0 actual: 1.0
202
202
// {"snapshot":{"snapshot":"snapshot","indices":["docs_shared_cache"],"shards":{"total":1,"failed":1,"successful":0}}}
203
203
SkipFile " searchable_snapshots/10_usage.yml" , Section " Tests searchable snapshots usage stats with full_copy and shared_cache indices"
204
- ]
204
+ ]
0 commit comments