I think both, or ideally every used codec should be tested, so i refactored the test base to allow easy change of the used code when using EmbeddedSolrServer. The changes are done with PR https://github.com/apache/lucene-solr/pull/665, test also added for any multi value field operations which brought up to additional issues.
On Wed, May 15, 2019 at 11:28 PM Noble Paul (JIRA) <[email protected]> wrote: > Noble Paul created SOLR-13473: > --------------------------------- > > Summary: Ensure that the tests use JSON,javabin to update docs > Key: SOLR-13473 > URL: https://issues.apache.org/jira/browse/SOLR-13473 > Project: Solr > Issue Type: Improvement > Security Level: Public (Default Security Level. Issues are Public) > Reporter: Noble Paul > > > {{SolrTestCaseJ4#assertU}} sends documents as XML. XML is a very uncommon > update format . > We should change it to use JSON/javabin > > > > -- > This message was sent by Atlassian JIRA > (v7.6.3#76005) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
