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

Fix VMware scheduler test #1094

Merged
merged 1 commit into from
Oct 9, 2024
Merged

Fix VMware scheduler test #1094

merged 1 commit into from
Oct 9, 2024

Conversation

mnecas
Copy link
Member

@mnecas mnecas commented Oct 9, 2024

Now we allow migrating with more disks than the MaxInFlight in case there is no VM being migrated at that time. This is done for the user's convenience.

Related to: #1087

@mnecas mnecas requested a review from yaacov as a code owner October 9, 2024 07:24
Now we allow migrating with more disks than the MaxInFlight in case
there is no VM being migrated at that time. This is done for the user's
convenience.

Related to: kubev2v#1087

Signed-off-by: Martin Necas <[email protected]>
Copy link

sonarqubecloud bot commented Oct 9, 2024

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 16.21%. Comparing base (0a30857) to head (55a7807).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
pkg/controller/plan/scheduler/vsphere/scheduler.go 0.00% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1094      +/-   ##
==========================================
- Coverage   16.26%   16.21%   -0.06%     
==========================================
  Files         112      112              
  Lines       19794    19874      +80     
==========================================
+ Hits         3220     3222       +2     
- Misses      16289    16367      +78     
  Partials      285      285              
Flag Coverage Δ
unittests 16.21% <0.00%> (-0.06%) ⬇️

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

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

@yaacov yaacov merged commit a9915d8 into kubev2v:main Oct 9, 2024
21 of 31 checks passed
mnecas added a commit to mnecas/forklift that referenced this pull request Oct 10, 2024
Now we allow migrating with more disks than the MaxInFlight in case
there is no VM being migrated at that time. This is done for the user's
convenience.

Related to: kubev2v#1087

Signed-off-by: Martin Necas <[email protected]>
@mnecas mnecas mentioned this pull request Oct 10, 2024
mnecas added a commit that referenced this pull request Oct 10, 2024
Now we allow migrating with more disks than the MaxInFlight in case
there is no VM being migrated at that time. This is done for the user's
convenience.

Related to: #1087

Signed-off-by: Martin Necas <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants