Skip to content

Commit a85e6ac

Browse files
committed
WIP > XPack, Updated skipped tests
1 parent 951f53d commit a85e6ac

File tree

1 file changed

+26
-12
lines changed
  • internal/cmd/generate/commands/gentests

1 file changed

+26
-12
lines changed

internal/cmd/generate/commands/gentests/skips.go

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ var skipFiles = []string{
2727
"watcher/stats/10_basic.yml", // Sets "emit_stacktraces" as string ("true"), not bool
2828

2929
"ml/jobs_get_stats.yml", // Gets stuck everytime
30-
31-
"ml/jobs_crud.yml", // Test is too heavy (1K lines of YAML)
3230
}
3331

3432
// TODO: Comments into descriptions for `Skip()`
@@ -115,18 +113,25 @@ data_frame/transforms_stats.yml:
115113
# Invalid license makes subsequent tests fail
116114
license/20_put_license.yml:
117115
118-
# Test gets stuck every time
119-
ml/jobs_get_stats.yml:
116+
# Test tries to match on map from body, but Go keys are not sorted
117+
ml/jobs_crud.yml:
118+
- Test job with rules
120119
121-
# status_exception, Cannot process data because job [post-data-job] does not have a corresponding autodetect process
122-
# resource_already_exists_exception, task with id {job-post-data-job} already exist
123-
ml/post_data.yml:
120+
# # status_exception, Cannot process data because job [post-data-job] does not have a corresponding autodetect process
121+
# # resource_already_exists_exception, task with id {job-post-data-job} already exist
122+
# ml/post_data.yml:
124123
125124
# Possible bad test setup, Cannot open job [start-stop-datafeed-job] because it has already been opened
126125
# resource_already_exists_exception, task with id {job-start-stop-datafeed-job-foo-2} already exist
127126
ml/start_stop_datafeed.yml:
128127
- Test start datafeed when persistent task allocation disabled
129-
- Test stop given expression
128+
129+
# Indexing step doesn't appear to work (getting total.hits=0)
130+
monitoring/bulk/10_basic.yml:
131+
- Bulk indexing of monitoring data on closed indices should throw an export exception
132+
# Indexing step doesn't appear to work (getting total.hits=0)
133+
monitoring/bulk/20_privileges.yml:
134+
- Monitoring Bulk API
130135
131136
# Test tries to match on whole body, but map keys are unstable in Go
132137
rollup/security_tests.yml:
@@ -135,16 +140,25 @@ rollup/security_tests.yml:
135140
users/10_basic.yml:
136141
- Test put user with password hash
137142
143+
# Slash in index name is not escaped (BUG)
144+
security/authz/13_index_datemath.yml:
145+
- Test indexing documents with datemath, when permitted
146+
138147
# Test looks for "testnode.crt", but "ca.crt" is returned first
139148
ssl/10_basic.yml:
140149
- Test get SSL certificates
141150
142-
# Cannot connect to Docker IP
143-
watcher/execute_watch/60_http_input.yml:
144-
145151
# class org.elasticsearch.xpack.vectors.query.VectorScriptDocValues$DenseVectorScriptDocValues cannot be cast to class org.elasticsearch.xpack.vectors.query.VectorScriptDocValues$SparseVectorScriptDocValues ...
146152
vectors/30_sparse_vector_basic.yml:
147-
- vectors/30_sparse_vector_basic.yml
153+
- Dot Product
154+
# java.lang.IllegalArgumentException: No field found for [my_dense_vector] in mapping
155+
vectors/40_sparse_vector_special_cases.yml:
156+
- Vectors of different dimensions and data types
157+
- Dimensions can be sorted differently
158+
- Distance functions for documents missing vector field should return 0
159+
160+
# Cannot connect to Docker IP
161+
watcher/execute_watch/60_http_input.yml:
148162
149163
# Test tries to match on "tagline", which requires "human=false", which doesn't work in the Go API.
150164
# Also test does too much within a single test, so has to be disabled as whole, unfortunately.

0 commit comments

Comments
 (0)