janhoy commented on PR #2274:
URL: https://github.com/apache/solr/pull/2274#issuecomment-1948406528
Unfortunately several tests now fail due to the change. Meaning that the
`DOMUtil` class is probably also used outside of config parsing.
```
ERROR: The following test(s) have failed:
-
org.apache.solr.update.processor.CloneFieldUpdateProcessorFactoryTest.testCloneCombinations
(:solr:core)
-
org.apache.solr.update.processor.FieldMutatingUpdateProcessorTest.testComprehensive
(:solr:core)
-
org.apache.solr.update.processor.FieldMutatingUpdateProcessorTest.testConcatExplicitWithDelim
(:solr:core)
- org.apache.solr.spelling.suggest.TestAnalyzedSuggestions.classMethod
(:solr:core)
-
org.apache.solr.spelling.suggest.TestFuzzyAnalyzedSuggestions.classMethod
(:solr:core)
- org.apache.solr.spelling.suggest.TestBlendedInfixSuggestions.classMethod
(:solr:core)
- org.apache.solr.spelling.suggest.TestFreeTextSuggestions.classMethod
(:solr:core)
-
org.apache.solr.spelling.suggest.TestHighFrequencyDictionaryFactory.classMethod
(:solr:core)
- org.apache.solr.spelling.suggest.TestPhraseSuggestions.classMethod
(:solr:core)
- org.apache.solr.spelling.suggest.TestFileDictionaryLookup.classMethod
(:solr:core)
- org.apache.solr.spelling.suggest.TestAnalyzeInfixSuggestions.classMethod
(:solr:core)
```
It could be that this is only in our test code, have not dived deep. Anyone
knows?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]