OpenSearch/modules/ingest-common
Armin Braun b4087d69d2
Fix assertIngestDocument wrongfully passing (#31913)
* Fix assertIngestDocument wrongfully passing

* Previously docA being subset of docB passed because iteration was over docA's keys only
* Scalars in nested fields were not compared in all cases
* Assertion errors were hard to interpret (message wasn't correct since it only mentioned the class type)
* In cases where two paths contained different types a ClassCastException was thrown instead of an AssertionError
* Fixes #28492
2018-07-11 10:24:21 +02:00
..
src Fix assertIngestDocument wrongfully passing (#31913) 2018-07-11 10:24:21 +02:00
build.gradle renamed module 2018-02-20 08:02:02 +01:00