Skip to content

Commit 1e89163

Browse files
committed
It doesn't look like this test has ever worked, and nobody wants to mess with that code.
So let's just drop it - if we ever do dare to change the conversion code, we can add proper tests then.
1 parent 19c035f commit 1e89163

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,6 @@ tests:
474474
- class: org.elasticsearch.upgrades.TransformSurvivesUpgradeIT
475475
method: testTransformRollingUpgrade
476476
issue: https://github.com/elastic/elasticsearch/issues/132892
477-
- class: org.elasticsearch.index.mapper.LongFieldMapperTests
478-
method: testFetchCoerced
479-
issue: https://github.com/elastic/elasticsearch/issues/132893
480477
- class: org.elasticsearch.xpack.eql.planner.QueryTranslatorTests
481478
method: testMatchOptimization
482479
issue: https://github.com/elastic/elasticsearch/issues/132894

server/src/test/java/org/elasticsearch/index/mapper/LongFieldMapperTests.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ protected Number randomNumber() {
118118
return randomDoubleBetween(-MAX_SAFE_LONG_FOR_DOUBLE, MAX_SAFE_LONG_FOR_DOUBLE, true);
119119
}
120120

121-
public void testFetchCoerced() throws IOException {
122-
assertFetch(randomFetchTestMapper(), "field", 3.783147882954537E18, randomFetchTestFormat());
123-
}
124-
125121
protected IngestScriptSupport ingestScriptSupport() {
126122
return new IngestScriptSupport() {
127123
@Override

0 commit comments

Comments
 (0)