HoustonPutman commented on PR #3054:
URL: https://github.com/apache/solr/pull/3054#issuecomment-2679559395
Also `TestReplicationHandler.doTestIndexAndConfigAliasReplication`:
```
TestReplicationHandler > doTestIndexAndConfigAliasReplication FAILED
java.lang.ClassCastException: class java.util.LinkedHashMap cannot be
cast to class org.apache.solr.common.util.NamedList (java.util.LinkedHashMap is
in module java.base of loader 'bootstrap';
org.apache.solr.common.util.NamedList is in unnamed module of loader 'app')
at
__randomizedtesting.SeedInfo.seed([AD42828812B09E3B:5A316CD0D45831DD]:0)
at
org.apache.solr.handler.TestReplicationHandler.watchCoreStartAt(TestReplicationHandler.java:1688)
at
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1360)
```
We either need to fix the return type or fix the test to use the new type.
--
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]