#44613 closed defect (bug) (fixed)
Reduce misleading test failures caused by HTTP timeouts
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.9.9 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | |
| Focuses: | Cc: |
Description (last modified by )
A number of HTTP external tests can randomly fail due to timeouts.
[34848] improved things a bit, however it only uses ::skipTestOnTimeout() in three tests, whereas there's a lot more tests with similar random timeouts from time to time.
Seems like ::skipTestOnTimeout() should be used in any HTTP test that can fail due to a timeout.
Another option is to only run these tests when HTTP-related changes were made.
Change History (12)
#6
@
7 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 43626:
#7
@
7 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
This can be merged into the 5.0 branch.
This ticket was mentioned in Slack in #core by sergey. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
In 43511: