Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 362c022ba26cf2adf00ff542c4972d87ed6a630c https://github.com/xwiki/xwiki-platform/commit/362c022ba26cf2adf00ff542c4972... Author: Simon Urli <simon.urli@xwiki.com> Date: 2026-03-26 (Thu, 26 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/test/java/org/xwiki/notifications/notifiers/internal/email/live/PrefilteringLiveNotificationEmailDispatcherTest.java Log Message: ----------- XWIKI-18982: PrefilteringLiveNotificationEmailDispatcherTest#addEvent is flickering * Ensure to reset the dispatcher before each new check so that the timeout counter restart at 0 when adding events: before the change the timeout counter could have been at 90 when adding events, triggering the emails before the test had time to push all events. * This has been tested with a RepeatedTest(10000) without reproducing a failure, while it uses to reproduce around 3/1000 times To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications