Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support tidb upgrade api #2287

Merged
merged 1 commit into from
Oct 8, 2023

Conversation

nexustar
Copy link
Collaborator

@nexustar nexustar commented Oct 8, 2023

What problem does this PR solve?

What is changed and how it works?

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Code changes

  • Has exported function/method change
  • Has exported variable/fields change
  • Has interface methods change
  • Has persistent data change

Side effects

  • Possible performance regression
  • Increased code complexity
  • Breaking backward compatibility

Related changes

  • Need to cherry-pick to the release branch
  • Need to update the documentation

Release notes:

NONE

@ti-chi-bot ti-chi-bot bot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Oct 8, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 8, 2023

Codecov Report

Attention: 44 lines in your changes are missing coverage. Please review.

Comparison is base (3653dc5) 55.93% compared to head (462dead) 55.84%.

❗ Current head 462dead differs from pull request most recent head 99c83db. Consider uploading reports for the commit 99c83db to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2287      +/-   ##
==========================================
- Coverage   55.93%   55.84%   -0.09%     
==========================================
  Files         323      324       +1     
  Lines       34108    34164      +56     
==========================================
+ Hits        19075    19076       +1     
- Misses      12757    12809      +52     
- Partials     2276     2279       +3     
Flag Coverage Δ
cluster 44.91% <25.42%> (-0.06%) ⬇️
dm 25.65% <8.47%> (-0.12%) ⬇️
playground 15.70% <0.00%> (-0.03%) ⬇️
tiup 15.89% <0.00%> (-0.06%) ⬇️
unittest 22.57% <0.00%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
pkg/cluster/manager/patch.go 42.24% <100.00%> (ø)
pkg/cluster/manager/reload.go 67.00% <100.00%> (ø)
pkg/cluster/manager/upgrade.go 56.72% <100.00%> (ø)
pkg/tidbver/tidbver.go 90.48% <100.00%> (+0.31%) ⬆️
pkg/cluster/operation/upgrade.go 47.19% <47.62%> (+0.04%) ⬆️
pkg/cluster/api/tidbapi.go 0.00% <0.00%> (ø)

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kaaaaaaang
Copy link
Collaborator

/lgtm

@ti-chi-bot ti-chi-bot bot added the lgtm label Oct 8, 2023
@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Oct 8, 2023

[LGTM Timeline notifier]

Timeline:

  • 2023-10-08 11:14:06.238377846 +0000 UTC m=+964443.825487991: ☑️ agreed by kaaaaaaang.

@kaaaaaaang
Copy link
Collaborator

/approve

@ti-chi-bot
Copy link
Contributor

ti-chi-bot bot commented Oct 8, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kaaaaaaang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ti-chi-bot ti-chi-bot bot added the approved label Oct 8, 2023
@ti-chi-bot ti-chi-bot bot merged commit 4f5d9e3 into pingcap:master Oct 8, 2023
18 checks passed
@kaaaaaaang kaaaaaaang added this to the v1.14.0 milestone Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved lgtm size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support tidb upgrade api
3 participants