Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
16.4.0-rc-1
-
Unknown
-
-
org.xwiki.platform.notifications.test.ui.AllIT$NestedNotificationsIT.simpleNotifications(TestUtils, TestReference)|org.xwiki.platform.notifications.test.ui.AllIT$NestedNotificationsIT.guestUsersDontSeeNotificationMenu(TestUtils)
Description
These tests are both flickering with the following stacktrace:
java.lang.IndexOutOfBoundsException: Index 2 out of bounds for length 0
at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
at java.base/java.util.Objects.checkIndex(Objects.java:359)
at java.base/java.util.ArrayList.get(ArrayList.java:427)
at org.xwiki.platform.notifications.test.ui.NotificationsIT.setup(NotificationsIT.java:114)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
Attachments
Issue Links
- relates to
-
XWIKI-22413 NotificationsIT#notificationDisplayerClass is flickering
- Open
-
XWIKI-21076 NotificationsIT#ownEventNotifications is flickering
- Reopened