Changes between Initial Version and Version 1 of Ticket #37064, comment 16
- Timestamp:
- Apr 24, 2026, 10:52:15 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37064, comment 16
initial v1 4 4 5 5 6 i built a `TransactionTestCase` that swaps `connection.cursor` in `setUp` call a one function from a 2 method module and ran `coverage run manage.py test` to see if would corrupt the coverage6 i built a `TransactionTestCase` that swaps `connection.cursor` in `setUp` call a one function from a 2 method module and ran `coverage ` to see if would corrupt the coverage 7 7 8 The only way to use this bug to ship bad code would be to have a ci that ignores exit codes and ignores errors > 0 in junit xml8 anyway, The only way to use this bug to ship bad code would be to have a ci that ignores exit codes and ignores errors > 0 in junit xml 9 9 10 10 still worth fixing though