Test that implement AbstractUpgradeTestCase fail with deprecation warnings #38395
Labels
:Search Foundations/Mapping
Index mappings, including merging and defining field types
Team:Search Foundations
Meta label for the Search Foundations team in Elasticsearch
>test-failure
Triaged test failures from CI
AbstractUpgradeTestCase#setupForTest()
does a "template exists" requestelasticsearch/x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/AbstractUpgradeTestCase.java
Lines 84 to 100 in 0aa66b0
which now started to throw deprecation warnings for types removal
and makes all tests fail. I assume we can just add
setOptions(allowTypeRemovalWarnings())
to the request but seeing this is also a deprecated method, is there any better way?The text was updated successfully, but these errors were encountered: