Some internal request objects do not have good unit test coverage around wire serialization. In particular, the following test classes extend ESTestCase, but it would be better if they implemented AbstractWireSerializingTestCase to extensively test wire serialization:
PutMappingRequestTests
PutIndexTemplateRequestTests
CreateIndexRequestTests
Note that the testEqualsAndHashcode cases will currently fail because these requests do not override equals and hashCode.
Some internal request objects do not have good unit test coverage around wire serialization. In particular, the following test classes extend
ESTestCase, but it would be better if they implementedAbstractWireSerializingTestCaseto extensively test wire serialization:PutMappingRequestTestsPutIndexTemplateRequestTestsCreateIndexRequestTestsNote that the
testEqualsAndHashcodecases will currently fail because these requests do not overrideequalsandhashCode.