Opened at 2020-09-12T14:39:18Z
Last modified at 2021-07-05T22:17:53Z
#3412 closed defect
Many tests are flaky — at Version 5
Reported by: | jaraco | Owned by: | jaraco |
---|---|---|---|
Priority: | normal | Milestone: | Support Python 3 |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by jaraco)
As observed in this run, part of a PR that doesn't change any code, the test_POST_upload_replace fails twice, once with a twisted.web.error and another with a KeyError.
In this build, allmydata.test.test_system.SystemTest fails with a FailTest.
this run reveals that test_filesystem is flaky.
Change History (5)
comment:1 Changed at 2020-09-12T15:04:59Z by jaraco
comment:2 Changed at 2020-09-12T16:33:58Z by jaraco
- Description modified (diff)
- Owner set to jaraco
- Status changed from new to assigned
- Summary changed from test_POST_upload_replace is flaky to Many tests are flaky
comment:3 Changed at 2020-09-12T16:47:18Z by jaraco
My plan is to just use this issue as an umbrella to capture most of the tests that are currently flaky and mark each with a 'retry' decorator to bypass the flakiness until someone has time to address the root cause.
comment:4 Changed at 2020-09-12T16:47:25Z by jaraco
- Milestone changed from undecided to Support Python 3
comment:5 Changed at 2020-09-12T17:36:26Z by jaraco
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
pull request