Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 682 Bytes

File metadata and controls

29 lines (20 loc) · 682 Bytes

Part 1 — Findings

Document each issue you found and fixed. Add or remove sections as needed (there are three issues to find).

Issue 1

  • Symptom: (what failed, and how — e.g. error message, flaky vs. consistent)
  • Root cause: (why it actually happened)
  • Fix location: (test or app? which file/line?)
  • How I verified: (what you ran to confirm it's fixed and stays fixed)

Issue 2

  • Symptom:
  • Root cause:
  • Fix location:
  • How I verified:

Issue 3

  • Symptom:
  • Root cause:
  • Fix location:
  • How I verified:

Anything else you noticed

(Optional: other smells, risks, or improvements you'd make with more time.)