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:import testing framework for few tools scripts #4130

Merged
merged 2 commits into from
Sep 25, 2023
Merged

fix:import testing framework for few tools scripts #4130

merged 2 commits into from
Sep 25, 2023

Conversation

wearyzen
Copy link
Contributor

@wearyzen wearyzen commented Sep 24, 2023

Changes

Make testing framework available so that the few tools scripts using them work as expected.

Reason

changes added in #4089 breaks cross snapshot restore tests.

License Acceptance

By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license. For more information on following
Developer Certificate of Origin and signing off your commits, please check
CONTRIBUTING.md.

PR Checklist

  • If a specific issue led to this PR, this PR closes the issue.
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this PR.
  • API changes follow the Runbook for Firecracker API changes.
  • User-facing changes are mentioned in CHANGELOG.md.
  • All added/changed functionality is tested.
  • New TODOs link to an issue.
  • Commits meet contribution quality standards.

  • This functionality cannot be added in rust-vmm.

@wearyzen wearyzen self-assigned this Sep 24, 2023
@codecov
Copy link

codecov bot commented Sep 24, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (18c92c6) 82.29% compared to head (ce51633) 82.29%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4130   +/-   ##
=======================================
  Coverage   82.29%   82.29%           
=======================================
  Files         225      225           
  Lines       28470    28470           
=======================================
  Hits        23429    23429           
  Misses       5041     5041           
Flag Coverage Δ
4.14-c7g.metal 77.70% <ø> (+<0.01%) ⬆️
4.14-m5d.metal 79.57% <ø> (ø)
4.14-m6a.metal 78.69% <ø> (ø)
4.14-m6g.metal 77.70% <ø> (ø)
4.14-m6i.metal 79.57% <ø> (ø)
5.10-c7g.metal 80.61% <ø> (ø)
5.10-m5d.metal 82.26% <ø> (ø)
5.10-m6a.metal 81.46% <ø> (ø)
5.10-m6g.metal 80.61% <ø> (ø)
5.10-m6i.metal 82.24% <ø> (+<0.01%) ⬆️
6.1-c7g.metal 80.61% <ø> (ø)
6.1-m5d.metal 82.26% <ø> (+0.01%) ⬆️
6.1-m6a.metal 81.46% <ø> (ø)
6.1-m6g.metal 80.61% <ø> (ø)
6.1-m6i.metal 82.24% <ø> (+<0.01%) ⬆️

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.

roypat
roypat previously approved these changes Sep 25, 2023
Copy link
Contributor

@roypat roypat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooops, thanks for fixing!

@wearyzen wearyzen added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Sep 25, 2023
@wearyzen wearyzen requested a review from pb8o September 25, 2023 09:23
Sudan Landge and others added 2 commits September 25, 2023 15:45
rearrange changes added in #4089 so that the testing
framework is available and the tools scripts work as expected.

Signed-off-by: Sudan Landge <[email protected]>
@wearyzen wearyzen merged commit 71c56c0 into firecracker-microvm:main Sep 25, 2023
5 checks passed
@wearyzen wearyzen deleted the fix_tools branch January 17, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting review Indicates that a pull request is ready to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants