OpenSlides / OpenSlides/openslides-backend
Flaky tests
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9
- Forks
- 40
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 19
Description
Recently CIs have often not completed due to failing tests. It seems some tests are flaky.
For now there's just one I've seen in action, however further tests may be added as they are found.
It may be a good idea to look at similarly constructed tests.
- test_pause.py::TestSpeakerPause::test_pause_update_countdown
- test_tree_sort_mixin.py::TestTreeSortMixin::test_sort_and_create_at_once
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running test_pause.py::TestSpeakerPause::test_pause_update_countdown and test_tree_sort_mixin.py::TestTreeSortMixin::test_sort_and_create_at_once, then inspect similarly constructed tests for shared patterns. Done means identifying the source of the intermittent failures and making the affected tests reliable, with coverage for any additional flaky cases found.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100