-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Rework Install Tests #8674
Rework Install Tests #8674
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
d41d372
to
f4fffb7
Compare
8b3a298
to
7640070
Compare
The root issue seems to stem from
This PR is ready to be merged, however its effects will not be seen until such time that |
7640070
to
ed8b27a
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8674 +/- ##
==========================================
- Coverage 49.42% 39.48% -9.94%
==========================================
Files 151 151
Lines 13475 13475
==========================================
- Hits 6660 5321 -1339
- Misses 5474 6996 +1522
+ Partials 1341 1158 -183
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
Signed-off-by: Derek Nola <[email protected]>
18b733b
to
1b900a1
Compare
5971a2f
to
f69539d
Compare
Signed-off-by: Derek Nola <[email protected]>
f69539d
to
1cabce9
Compare
Closing this PR to reopen a new one. Alot has happened that this PR is to out of date |
Signed-off-by: Derek Nola [email protected]
Proposed Changes
vagrant up
for the btrfs snapshotter test. Manually debugging on the runner review that often the VM will come up on the second try, indicating a race condition in Virtualbox. Unfortunately, we cannot move to something like libvirt due to technical limitations on the macOS runners.Types of Changes
Verification
Testing
Linked Issues
#8591
User-Facing Change
Further Comments