janhoy commented on PR #3995:
URL: https://github.com/apache/solr/pull/3995#issuecomment-3705619165

   The test failures I see from `DistributedDebugComponentTest` in Develocity, 
e.g. 
https://develocity.apache.org/s/wtusdzkwyoxow/tests/task/:solr:core:test/details/org.apache.solr.handler.component.DistributedDebugComponentTest/testSimpleSearch?top-execution=1
 are all due to SSL being active, and the test stripping `https://` prefix in 
the shard request 
https://github.com/apache/solr/blob/main/solr/core/src/test/org/apache/solr/handler/component/DistributedDebugComponentTest.java#L72-L73
 causing shard handler to fall back to default `http://` prefix and failing. No 
idea why this would be different after switching to TestRule though. Leaving 
the `https://` in the `&shards` param seems to fix the issue though.


-- 
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]

Reply via email to