Skip to content

Prune migrations even for PartialSuccess#742

Merged
disrani-px merged 2 commits intomasterfrom
migrationschedule_partialsuccess
Nov 13, 2020
Merged

Prune migrations even for PartialSuccess#742
disrani-px merged 2 commits intomasterfrom
migrationschedule_partialsuccess

Conversation

@disrani-px
Copy link
Copy Markdown
Contributor

Some resources might always fail to be migrated, this causes the status for all
PartialSuccess migrations to be saved. Only need to keep the last one in this
case

What type of PR is this?
Bug

What this PR does / why we need it:

Does this PR change a user-facing CRD or CLI?:
No

Is a release note needed?:
No

Does this change need to be cherry-picked to a release branch?:
No

Some resources might always fail to be migrated, this causes the status for all
PartialSuccess migrations to be saved. Only need to keep the last one in this
case
@disrani-px disrani-px added the bug label Nov 12, 2020
@disrani-px disrani-px added this to the 2.6.0 milestone Nov 12, 2020
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 13, 2020

Codecov Report

Merging #742 (371ffea) into master (7f5bc87) will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #742      +/-   ##
==========================================
+ Coverage   71.12%   71.20%   +0.08%     
==========================================
  Files          35       35              
  Lines        3674     3674              
==========================================
+ Hits         2613     2616       +3     
+ Misses        811      809       -2     
+ Partials      250      249       -1     
Impacted Files Coverage Δ
pkg/monitor/monitor.go 63.87% <0.00%> (+1.93%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b798b8a...371ffea. Read the comment docs.

@disrani-px disrani-px merged commit d8a2206 into master Nov 13, 2020
@disrani-px disrani-px added the release-note Information about this change needs to be added to the release note label Nov 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug release-note Information about this change needs to be added to the release note

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants