ckeditor / ckeditor5-react

Official CKEditor 5 React component.
https://ckeditor.com/ckeditor-5
Other
425 stars 99 forks source link

Add retries to flaky multiroot semaphores tests. #559

Closed Mati365 closed 1 week ago

Mati365 commented 1 week ago

Suggested merge commit message (convention)

Tests: Add retry option to flaky multiroot test, extend delay between assertions. Tests: Randomize the order of the tests, to prevent incorrect dependencies across tests.


Additional information

This test tests quite rare scenario when setData is being called when editor is not initialized. In theory - it is possible, but I haven't managed to reproduce this in the real world. At this moment, there were no reports about incorrect behavior, so it's safe enough to retry it a few times.

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 934960b4-11e8-492d-a92b-e3dc929f3348

Details


Totals Coverage Status
Change from base Build a29952f7-4ab2-4d09-a6e5-b1888419d034: 0.0%
Covered Lines: 591
Relevant Lines: 591

💛 - Coveralls