You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Test tries to match on map from body, but Go keys are not sorted
117
+
ml/jobs_crud.yml:
118
+
- Test job with rules
120
119
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:
124
123
125
124
# Possible bad test setup, Cannot open job [start-stop-datafeed-job] because it has already been opened
126
125
# resource_already_exists_exception, task with id {job-start-stop-datafeed-job-foo-2} already exist
127
126
ml/start_stop_datafeed.yml:
128
127
- 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
130
135
131
136
# Test tries to match on whole body, but map keys are unstable in Go
132
137
rollup/security_tests.yml:
@@ -135,16 +140,25 @@ rollup/security_tests.yml:
135
140
users/10_basic.yml:
136
141
- Test put user with password hash
137
142
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
+
138
147
# Test looks for "testnode.crt", but "ca.crt" is returned first
139
148
ssl/10_basic.yml:
140
149
- Test get SSL certificates
141
150
142
-
# Cannot connect to Docker IP
143
-
watcher/execute_watch/60_http_input.yml:
144
-
145
151
# class org.elasticsearch.xpack.vectors.query.VectorScriptDocValues$DenseVectorScriptDocValues cannot be cast to class org.elasticsearch.xpack.vectors.query.VectorScriptDocValues$SparseVectorScriptDocValues ...
146
152
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:
148
162
149
163
# Test tries to match on "tagline", which requires "human=false", which doesn't work in the Go API.
150
164
# Also test does too much within a single test, so has to be disabled as whole, unfortunately.
0 commit comments