You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2019/05/15 21:28:00 UTC

[jira] [Created] (SOLR-13473) Ensure that the tests use JSON,javabin to update docs

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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Re: [jira] [Created] (SOLR-13473) Ensure that the tests use JSON,javabin to update docs

Posted by Thomas Wöckinger <th...@gmail.com>.
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) <ji...@apache.org> 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: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>