Skip to content

Commit

Permalink
Removing trace logging for issue #100502 (#101404)
Browse files Browse the repository at this point in the history
Test hasn't failed for over a week, the original issue seems resolved as
the at least one of the tests were failing once a day.

closes #100502
  • Loading branch information
benwtrent authored Oct 26, 2023
1 parent e89d245 commit 3b0b484
Showing 1 changed file with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,6 @@ setup:
version: ' - 8.10.99'
reason: 'Dynamic mapping of floats to dense_vector was added in 8.11'

# Additional logging for issue: https://github.com/elastic/elasticsearch/issues/100502
- do:
cluster.put_settings:
body: >
{
"persistent": {
"logger.org.elasticsearch.index": "TRACE",
"logger.org.elasticsearch.action.admin.indices.mapping.get": "TRACE",
"logger.org.elasticsearch.cluster.service.ClusterApplierService": "TRACE"
}
}
---
teardown:
- skip:
version: ' - 8.10.99'
reason: 'Dynamic mapping of floats to dense_vector was added in 8.11'

- do:
cluster.put_settings:
body: >
{
"persistent": {
"logger.org.elasticsearch.index": null,
"logger.org.elasticsearch.action.admin.indices.mapping.get": null,
"logger.org.elasticsearch.cluster.service.ClusterApplierService": null
}
}
---
"Fields with float arrays below the threshold still map as float":

Expand Down

0 comments on commit 3b0b484

Please sign in to comment.