[ 
https://issues.apache.org/jira/browse/SOLR-18395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18107629#comment-18107629
 ] 

Chris M. Hostetter commented on SOLR-18395:
-------------------------------------------

I've pushed my WIP branch.  here are the tests that seem to fail regardless of 
seed...
{noformat}
   2> NOTE: reproduce with: gradlew test --tests 
SimpleFacetsTest.testDvMethodNegativeFloatRangeFacet 
-Dtests.seed=7DBDC69ABBED6B82 -Dtests.locale=sl-SI 
-Dtests.timezone=America/Los_Angeles -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
TestPointFields.testDoublePointFieldRangeQuery -Dtests.seed=7DBDC69ABBED6B82 
-Dtests.locale=ckb-IQ -Dtests.timezone=Indian/Chagos -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
TestPointFields.testFloatPointFieldRangeQuery -Dtests.seed=7DBDC69ABBED6B82 
-Dtests.locale=ckb-IQ -Dtests.timezone=Indian/Chagos -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
TestPointFields.testDoublePointFieldExactQuery -Dtests.seed=7DBDC69ABBED6B82 
-Dtests.locale=ckb-IQ -Dtests.timezone=Indian/Chagos -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
TestPointFields.testFloatPointSetQuery -Dtests.seed=7DBDC69ABBED6B82 
-Dtests.locale=ckb-IQ -Dtests.timezone=Indian/Chagos -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
VectorSimilarityQParserTest.vecSimQueryWithMultiSelectFaceting_excludeTags 
-Dtests.seed=7DBDC69ABBED6B82 -Dtests.locale=en-MP 
-Dtests.timezone=Australia/LHI -Dtests.asserts=true -Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
VectorSimilarityQParserTest.vecSimQueryAsSubQuery -Dtests.seed=7DBDC69ABBED6B82 
-Dtests.locale=en-MP -Dtests.timezone=Australia/LHI -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
VectorSimilarityQParserTest.vectorByteEncodingField_shouldSearchOnThatField 
-Dtests.seed=7DBDC69ABBED6B82 -Dtests.locale=en-MP 
-Dtests.timezone=Australia/LHI -Dtests.asserts=true -Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
VectorSimilarityQParserTest.correctQuery_shouldRankBySimilarityFunction 
-Dtests.seed=7DBDC69ABBED6B82 -Dtests.locale=en-MP 
-Dtests.timezone=Australia/LHI -Dtests.asserts=true -Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
VectorSimilarityQParserTest.vecSimQueryUsedInFilters_shouldFilterResultsBeforeTheQueryExecution
 -Dtests.seed=7DBDC69ABBED6B82 -Dtests.locale=en-MP 
-Dtests.timezone=Australia/LHI -Dtests.asserts=true -Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
VectorSimilarityQParserTest.vecSimQueryWithFilterQuery_preFilterLocalParamOverridesGlobalFilters
 -Dtests.seed=7DBDC69ABBED6B82 -Dtests.locale=en-MP 
-Dtests.timezone=Australia/LHI -Dtests.asserts=true -Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
VectorSimilarityQParserTest.vecSimQueryAsSubQuery_withPreFilter 
-Dtests.seed=7DBDC69ABBED6B82 -Dtests.locale=en-MP 
-Dtests.timezone=Australia/LHI -Dtests.asserts=true -Dtests.file.encoding=UTF-8
  2> NOTE: reproduce with: gradlew test --tests 
VectorSimilarityQParserTest.vecSimQueryWithFilterQuery_multiPreFilterEquivilence
 -Dtests.seed=7DBDC69ABBED6B82 -Dtests.locale=en-MP 
-Dtests.timezone=Australia/LHI -Dtests.asserts=true -Dtests.file.encoding=UTF-8
{noformat}
 

These seem to fall into 2 main categories:
 # various types of queries against Double & Float point fields ( 
{{SimpleFacetsTest.testDvMethodNegativeFloatRangeFacet}} and 
{{{}TestPointFields...{}}})
 ** not sure what's the deal here
 # {{VectorSimilarityQParserTest...}}
 ** [this looks like it's due to a lucene backcompat 
break|https://github.com/apache/lucene/pull/15784#issuecomment-5402625022]

> Upgrade to lucene 10.5
> ----------------------
>
>                 Key: SOLR-18395
>                 URL: https://issues.apache.org/jira/browse/SOLR-18395
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Chris M. Hostetter
>            Priority: Major
>
> WIP Branch: [https://github.com/apache/solr/tree/jira/SOLR-18395]
>  
> TODO:
>  * Deal with test failures
>  * Doc updates (do last)
>  ** CHANGES entry
>  ** upgrade-notes / major-changes



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to