Opened 9 years ago

Closed 9 years ago

Last modified 7 years ago

#23811 closed Cleanup/optimization (fixed)

Document how to use git bisect with runtests.py

Reported by: Tim Graham Owned by: Baptiste Mispelon
Component: Documentation Version: dev
Severity: Normal Keywords:
Cc: Baptiste Mispelon Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

While not specific to Django, it would be great to document how to automate bisecting a regression in Django. The text could live in internals/contributing/writing-code/unit-tests.txt.

Change History (6)

comment:1 by Baptiste Mispelon, 9 years ago

Owner: set to Baptiste Mispelon
Status: newassigned

I've recently started to change my triaging workflow to be a little bit less ad-hoc.
Ill try to document my new process.

comment:2 by Tim Graham, 9 years ago

Has patch: set

PR. Baptiste, I'll leave you assigned to review the patch :-)

comment:3 by Markus Holtermann, 9 years ago

Triage Stage: AcceptedReady for checkin

comment:4 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: assignedclosed

In 0adf766e1638e3e9f348d95bc6e6734ca81606ab:

Fixed #23811 -- Added a guide for using git bisect.

comment:5 by Tim Graham <timograham@…>, 7 years ago

In 0783aa7:

Refs #23811 -- Corrected git bisect run example usage.

comment:6 by Tim Graham <timograham@…>, 7 years ago

In 89d16636:

[1.10.x] Refs #23811 -- Corrected git bisect run example usage.

Backport of 0783aa7debc6720306e7f345e5beace07febba64 from master

Note: See TracTickets for help on using tickets.
Back to Top