[
https://issues.apache.org/jira/browse/SOLR-10174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15988732#comment-15988732
]
Christine Poerschke commented on SOLR-10174:
--------------------------------------------
Some more details on the steps involved here:
{code}
# optional: add a note to this ticket just to say that you plan to work on
this, so as to collaborate with anyone else who might also plan to do the same.
# checkout master branch and probably create a working branch e.g. 'git
checkout -b master-solr-10174'
# baseline compile e.g. 'ant compile'
# run all the ltr tests e.g.
cd solr/contrib/ltr
ant test
# remove the @Ignore annotation(s)
# re-run the changed test(s) individually
# once
ant test -Dtestcase=TestLTRReRankingPipeline
# or multiple times e.g.
ant beast -Dbeast.iters=10 -Dtestcase=TestLTRReRankingPipeline
# now the fun part, investigate any test failures
# make changes
# re-run test(s)
# share findings on this ticket and/or changes e.g. via patch or github pull
request
{code}
And of course throughout, feel free to ask questions :-)
> fix 3x in @Ignore TestLTRReRankingPipeline and TestMultipleAdditiveTreesModel
> -----------------------------------------------------------------------------
>
> Key: SOLR-10174
> URL: https://issues.apache.org/jira/browse/SOLR-10174
> Project: Solr
> Issue Type: Test
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Christine Poerschke
> Priority: Minor
>
> https://github.com/apache/lucene-solr/blob/master/solr/contrib/ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java#L105
> https://github.com/apache/lucene-solr/blob/master/solr/contrib/ltr/src/test/org/apache/solr/ltr/TestLTRReRankingPipeline.java#L162
> https://github.com/apache/lucene-solr/blob/master/solr/contrib/ltr/src/test/org/apache/solr/ltr/model/TestMultipleAdditiveTreesModel.java#L82
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]