This issue has been created
 
 
XWiki Infrastructure / cid:jira-generated-image-avatar-0b22406b-ea7b-40d4-b40d-a3936869b447 XINFRA-441 Open

Flickers are not detected anymore on CI

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-c85c8854-b0b1-4fba-b81c-6075ab7dfa1e Simon Urli created this issue on 20/Oct/25 09:40
 
Summary: Flickers are not detected anymore on CI
Issue Type: cid:jira-generated-image-avatar-0b22406b-ea7b-40d4-b40d-a3936869b447 Bug
Assignee: Unassigned
Components: ci.xwiki.org
Created: 20/Oct/25 09:40
Priority: cid:jira-generated-image-static-major-737b2f24-22a8-4290-91f5-c79380ef1b1e Major
Reporter: Simon Urli
Description:

Apparently the flickering test are not detected anymore, it seems it could be because the Java test class of tests is not used but instead the actual display name of test is used.
See for example the breadcrumb in https://ci.xwiki.org/job/XWiki%20Environment%20Tests/job/xwiki-platform/job/stable-17.9.x/6/testReport/junit/(root)/Realtime%20WYSIWYG%20Editor%20Tests/PostgreSQL_latest__Tomcat_11_jdk21__Chrome___Docker_tests_for_xwiki_platform_realtime_wysiwyg___Build_for_PostgreSQL_latest__Tomcat_11_jdk21__Chrome___Docker_tests_for_xwiki_platform_realtime_wysiwyg___editFullScreen_TestUtils__TestReference__MultiUserTestUtils_/

it displays:
> Realtime WYSIWYG Editor Tests.dragAndDropFilesAtTheSameTime(TestUtils, TestReference, MultiUserTestUtils)

while what's expected to be filtered (by XWIKI-22619) is:
> org.xwiki.realtime.wysiwyg.test.ui.AllIT$NestedRealtimeWYSIWYGEditorIT#dragAndDropFilesAtTheSameTime(TestUtils, TestReference, MultiUserTestUtils)