-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
v4.9, v4.4
-
DAG 2021-05-17
-
2
We recently added todo comment checking as part of the server commit queue. This is
useful, but fails a commit-queue entry if something is wrong. It would be nice to have
some early checks as well to warn engineers that there is an issue before submitting to
the commit-queue.
One possible solution is to add a todo check task to required patch builds. This would
likely rely on the ticket being included as part of tha patch description, but if we
could find a ticket, check that, otherwise just no-op.
As a database contributor,
I want to about unresolved todo in my code before commit-queue time,
So that I can fix them before I submit my code to the commit-queue.
AC:
- A task exists that is part of a required builder that will check for TODO tickets if
a ticket was provided.
- related to
-
SERVER-56750 Check for todo comments as part of running upload.py
- Closed