OpenSearch/modules
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
..
aggs-matrix-stats Add support for switching distribution for all integration tests (#30874) 2018-06-26 06:49:03 -07:00
analysis-common Add support for switching distribution for all integration tests (#30874) 2018-06-26 06:49:03 -07:00
ingest-common Fix assertIngestDocument wrongfully passing (#31913) 2018-07-11 10:24:21 +02:00
lang-expression Add support for switching distribution for all integration tests (#30874) 2018-06-26 06:49:03 -07:00
lang-mustache Reduce more raw types warnings (#31780) 2018-07-05 15:38:06 +02:00
lang-painless Handle missing values in painless (#30975) 2018-07-09 11:59:49 -04:00
mapper-extras Remove all unused imports and fix CRLF (#31207) 2018-06-11 15:12:12 +02:00
parent-join has_parent builder: exception message/param fix (#31182) 2018-06-30 11:17:37 -07:00
percolator Reduce more raw types warnings (#31780) 2018-07-05 15:38:06 +02:00
rank-eval Clean up double semicolon code typos (#31687) 2018-07-02 15:14:44 +02:00
reindex Core: Combine doExecute methods in TransportAction (#31517) 2018-06-22 15:03:01 -07:00
repository-url Add write*Blob option to replace existing blob (#31729) 2018-07-03 09:13:50 +02:00
transport-netty4 Detach Transport from TransportService (#31727) 2018-07-04 11:32:35 +02:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00