Opened 8 years ago
Closed 8 years ago
#40534 closed task (blessed) (fixed)
Avoid skipping canonical tests for tickets that are open
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Canonical URL tests are the only ones that still get skipped if they specify a ticket number and the ticket on Trac is still open.
Everything about this is wrong.
- You can make your test suite go from a failing state to a passing state by re-opening a ticket on Trac. This actually happened here but nobody noticed because the test suite is covered in skipped tests anyway.
- You can grab a patch from an open canonical ticket and run the test suite and all of its new tests will be skipped and you won't even know it.
- This is all a remnant of the test suite behaviour before #30284.
Change History (1)
Note: See
TracTickets for help on using
tickets.
In 40518: