This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-2f1c5883-ab9a-400a-83d9-b8f80920bf22 XWIKI-23463 Open

Errors with DocumentTreeMacroIT with Mysql UTF-8

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-69ffee5f-af95-4ca4-967c-9fb00065f8dd Simon Urli created this issue on 18/Aug/25 09:38
 
Summary: Errors with DocumentTreeMacroIT with Mysql UTF-8
Issue Type: cid:jira-generated-image-avatar-2f1c5883-ab9a-400a-83d9-b8f80920bf22 Bug
Affects Versions: 17.6.0
Assignee: Unassigned
Components: Index
Created: 18/Aug/25 09:38
Priority: cid:jira-generated-image-static-blocker-f837d60a-95ec-4436-9df4-5f2d1dfa82f2 Blocker
Reporter: Simon Urli
Description:

The problem is exposed through the integration tests of DocumentTreeMacroIT when using Mysql LTS UTF-8 with the following command:

xwiki-platform-index-test/xwiki-platform-index-test-docker$ mvn clean install -Dit.test=DocumentTreeMacroIT -Dxwiki.test.ui.database=mysql -Dxwiki.test.ui.databaseTag=lts -Dxwiki.test.ui.database.commands.character-set-server=utf8 -Dxwiki.test.ui.database.commands.collation-server=utf8_bin

It's probably a regression since 17.6.0: there's no failures when executing tests on 17.5.0.

 
 

1 update

 
cid:jira-generated-image-avatar-69ffee5f-af95-4ca4-967c-9fb00065f8dd Changes by Simon Urli on 18/Aug/25 09:38
 
Labels: regression