[xwiki/xwiki-platform] a5bf5f: XWIKI-24176: Fix the backported test to work on st...
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: a5bf5f1f0d715bed5fee59391e1e3f0a28e56727 https://github.com/xwiki/xwiki-platform/commit/a5bf5f1f0d715bed5fee59391e1e3... 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