Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 0073967d5f4af9c7f31665d07493cdb83852337a https://github.com/xwiki/xwiki-platform/commit/0073967d5f4af9c7f31665d07493c... Author: Marius Dumitru Florea <[email protected]> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-docker/src/test/it/org/xwiki/search/test/ui/SolrSearchIT.java Log Message: ----------- XWIKI-24474: Add automated tests for "Solr Reindex" and "Solr Delete from Index" * The verifyIndexingActionsFromAdministration test was backported from master where the single-argument SolrTestUtils(TestUtils) constructor resolves the Solr service URL from the current executor (a host-reachable URL). On stable-17.10.x that constructor instead leaves the URL null, so the queue query is sent to the default base URL (host.testcontainers.internal), which is only reachable from the browser container and not from the test JVM, failing with UnknownHostException. Pass the servlet engine explicitly, as every other test in this class already does on this branch. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications