[xwiki/xwiki-platform] ea7224: XWIKI-24176: Fix the backported test to work on st...
Branch: refs/heads/XWIKI-24176-fix-solr-17.10 Home: https://github.com/xwiki/xwiki-platform Commit: ea7224562776e7b3b45ffd6e860594c1df0d2b59 https://github.com/xwiki/xwiki-platform/commit/ea7224562776e7b3b45ffd6e86059... Author: Vincent Massol <[email protected]> Date: 2026-07-05 (Sun, 05 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/RenamePageIT.java Log Message: ----------- XWIKI-24176: Fix the backported test to work on stable-17.10.x The convertTerminalPageToNestedPage 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. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
participants (1)
-
XWiki Notifications