OpenSearch/test/framework
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 LLClient: Support host selection (#30523) 2018-06-11 17:07:27 -04:00