Skip to content

Commit aa54be5

Browse files
authored
Remove patch file which is not correct (#5516)
* Remove patch file which is not correct * Skip same tests as master * Git ignore ionide
1 parent fad36de commit aa54be5

File tree

3 files changed

+14
-19
lines changed

3 files changed

+14
-19
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ launchSettings.json
8282
project.lock.json
8383
.vs
8484
.vs/*
85+
.ionide
86+
.ionide/*
8587

8688
.idea/
8789
*.sln.iml

src/ApiGenerator/RestSpecification/_Patches/ml.preview_datafeed.patch.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/Tests.YamlRunner/SkipList.fs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ let SkipList = dict<SkipFile,SkipSection> [
4444

4545
// We don't expose the overload with just id, warrants investigation in the code generator
4646
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-
])
5347

5448
SkipFile "rollup/put_job.yml", Section "Test put job with templates"
5549

@@ -82,15 +76,19 @@ let SkipList = dict<SkipFile,SkipSection> [
8276
"Test get transform stats on missing transform"
8377
"Test get multiple transform stats where one does not have a task"
8478
]
85-
86-
SkipFile "ml/jobs_crud.yml", Section "Test reopen job resets the finished time"
8779
// Invalid license makes subsequent tests fail
8880
SkipFile "license/20_put_license.yml", All
81+
82+
// Various failures
8983
// Test tries to match on map from body, but Go keys are not sorted
9084
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"
9188
"Test job with rules"
9289
"Test put job with model_memory_limit as number"
9390
"Test put job with model_memory_limit as string and lazy open"
91+
"Test reopen job resets the finished time"
9492
]
9593
// Test gets stuck every time
9694
SkipFile "ml/jobs_get_stats.yml", All
@@ -113,8 +111,10 @@ let SkipList = dict<SkipFile,SkipSection> [
113111
]
114112
// Possible bad test setup, Cannot open job [start-stop-datafeed-job] because it has already been opened
115113
// 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+
]
118118
// Indexing step doesn't appear to work (getting total.hits=0)
119119
SkipFile "monitoring/bulk/10_basic.yml",
120120
Section "Bulk indexing of monitoring data on closed indices should throw an export exception"
@@ -196,9 +196,9 @@ let SkipList = dict<SkipFile,SkipSection> [
196196

197197
// TODO investigate post 7.11.0
198198
SkipFile "nodes.info/10_basic.yml", Section "node_info role test"
199-
199+
200200
// TODO investigate
201201
// Failed: Assert operation Match snapshot.shards.failed Value 0 Reason: expected: 0.0 actual: 1.0
202202
// {"snapshot":{"snapshot":"snapshot","indices":["docs_shared_cache"],"shards":{"total":1,"failed":1,"successful":0}}}
203203
SkipFile "searchable_snapshots/10_usage.yml", Section "Tests searchable snapshots usage stats with full_copy and shared_cache indices"
204-
]
204+
]

0 commit comments

Comments
 (0)