Closed D3Hunter closed 19 hours ago
Hi @D3Hunter. Thanks for your PR.
PRs from untrusted users cannot be marked as trusted with /ok-to-test
in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all
.
I understand the commands that are listed here.
Attention: Patch coverage is 64.70588%
with 30 lines
in your changes missing coverage. Please review.
Project coverage is 74.6500%. Comparing base (
14ff938
) to head (db59aaa
). Report is 7 commits behind head on master.
🚨 Try these New Features:
/retest
@D3Hunter: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
/retest
@D3Hunter: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test
message.
/approve
for disttask pkg
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: D3Hunter, fzzf678, joccau, yudongusa, YuJuncen
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What problem does this PR solve?
Issue Number: ref #57497
Problem Summary:
What changed and how does it work?
Add a new task state
modifying
and add a new fieldmodify_params
which holds parameters about current modification. the system table change part has verified with PM @frank945946 Add some basic interface in storage for modify and add a empty impl in schedulerCheck List
Tests
upgrade from 8.1, success, task and history table matches bootstrap with master, success, task and history table matches
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.