[
https://issues.apache.org/jira/browse/SOLR-10178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15899451#comment-15899451
]
ASF subversion and git services commented on SOLR-10178:
--------------------------------------------------------
Commit e3a002203dd3b8c220c398062d6d4f69080c79d5 in lucene-solr's branch
refs/heads/branch_6x from [~ichattopadhyaya]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=e3a0022 ]
SOLR-10178, SOLR-10079: Force tests to always use NoMergePolicy, also assert
that it was used
> TestInPlaceUpdatesDistrib unable to use NoMergePolicy[Factory] on branch_6x
> ---------------------------------------------------------------------------
>
> Key: SOLR-10178
> URL: https://issues.apache.org/jira/browse/SOLR-10178
> Project: Solr
> Issue Type: Test
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Ishan Chattopadhyaya
>
> TestInPlaceUpdatesDistrib depends on consistent segments to track docIds to
> assert in-place updates.
> Towards that, NoMergePolicy is best suited and working fine on master (by
> defining it using NoMergePolicyFactory).
> This doesn't work with just the MergePolicy
> (systemSetPropertySolrTestsMergePolicy()), since NoMergePolicy is a singleton
> and doesn't have a constructor. Setting only a NoMergePolicyFactory
> (systemSetPropertySolrTestsMergePolicyFactory()) seems to take no effect and
> falls back on RandomMergePolicyFactory. As a result, this test cannot use the
> NoMergePolicy[Factory].
> Here's the corresponding test failure:
> https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19012/
> -Seems to me that SOLR-8668 needs to be backported to branch_6x for this test
> to work, or some other stopgap hack needs to be put in place to make it work
> before SOLR-8668 is backported. [~cpoerschke], WDYT?-
> Edit: This is also valid for master. ^
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]