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

Rework Install Tests #8674

Closed
wants to merge 5 commits into from
Closed

Conversation

dereknola
Copy link
Member

@dereknola dereknola commented Oct 17, 2023

Signed-off-by: Derek Nola [email protected]

Proposed Changes

  • Remove cgroup v2 standalone test. It was incredibly flaky, and Ubuntu 22.04 and Rocky 9 support cgroupv2 by default, it no longer needs a standalone test.
  • Add Ubuntu 22.04 as a standard install test
  • Consolidate all the install test checks into functions
  • Add a retry around 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

@dereknola dereknola requested a review from a team as a code owner October 17, 2023 19:21
brandond
brandond previously approved these changes Oct 17, 2023
Copy link
Member

@brandond brandond left a comment

Choose a reason for hiding this comment

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

💯

@dereknola dereknola force-pushed the install_test_swap branch 3 times, most recently from d41d372 to f4fffb7 Compare October 18, 2023 19:05
osodracnai
osodracnai previously approved these changes Oct 19, 2023
@dereknola dereknola changed the title Rework Install Tests [WIP] Rework Install Tests Oct 19, 2023
@dereknola
Copy link
Member Author

The root issue seems to stem from macos-12 runners having a old version of VirtualBox pinned from about a year ago in actions/runner-images#6391. Virtualbox has seens been patched to support new versions of macOS, but Github Actions never "unpinned" the version. The guru meditation errors have gotten more and more prevalent and thus I have have:

  • Disabled at the repo level the cgroup install and snapshotter actions
  • Opened an issue to have the VirtualBox image either "unpinned" or at least updated to the latest 7.0.12 version.

This PR is ready to be merged, however its effects will not be seen until such time that vagrant + virtualbox on GitHub Actions is a viable option again.

@dereknola dereknola changed the title [WIP] Rework Install Tests Rework Install Tests Oct 23, 2023
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (de82584) 49.42% compared to head (1cabce9) 39.48%.

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     
Flag Coverage Δ
e2etests ?
inttests 39.48% <ø> (+0.02%) ⬆️

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.

@dereknola dereknola dismissed stale reviews from osodracnai and brandond via 18b733b January 5, 2024 18:58
@dereknola dereknola marked this pull request as draft February 12, 2024 20:55
@dereknola dereknola force-pushed the install_test_swap branch 3 times, most recently from 5971a2f to f69539d Compare February 13, 2024 00:49
@dereknola
Copy link
Member Author

Closing this PR to reopen a new one. Alot has happened that this PR is to out of date

@dereknola dereknola closed this Feb 13, 2024
@dereknola dereknola deleted the install_test_swap branch March 4, 2024 20:46
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