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: Update latest kernel version to fix linode-config.spec.ts #10391

Conversation

bnussman-akamai
Copy link
Contributor

@bnussman-akamai bnussman-akamai commented Apr 19, 2024

Description πŸ“

  • Updates the latest kernel to fix the linode-config.spec.ts failures ❌

How to test πŸ§ͺ

  • Verify linode-config.spec.ts passes in Jenkins βœ…
  • Verify linode-config.spec.ts passes locally (optional) βœ…
yarn cy:run -s "cypress/e2e/core/linodes/linode-config.spec.ts"

As an Author I have considered πŸ€”

  • πŸ‘€ Doing a self review
  • ❔ Our contribution guidelines
  • 🀏 Splitting feature into small PRs
  • βž• Adding a changeset
  • πŸ§ͺ Providing/Improving test coverage
  • πŸ” Removing all sensitive information from the code and PR description
  • 🚩 Using a feature flag to protect the release
  • πŸ‘£ Providing comprehensive reproduction steps
  • πŸ“‘ Providing or updating our documentation
  • πŸ•› Scheduling a pair reviewing session
  • πŸ“± Providing mobile support
  • β™Ώ Providing accessibility support

@bnussman-akamai bnussman-akamai self-assigned this Apr 19, 2024
@bnussman-akamai bnussman-akamai requested a review from a team as a code owner April 19, 2024 13:52
@bnussman-akamai bnussman-akamai requested review from cliu-akamai and removed request for a team April 19, 2024 13:52
@bnussman-akamai bnussman-akamai added the e2e Indicates that a PR touches Cypress tests in some way label Apr 19, 2024
@bnussman-akamai bnussman-akamai changed the title fix: Update kernel version to fix linode-config.spec.ts fix: Update latest kernel version to fix linode-config.spec.ts Apr 19, 2024
@@ -110,7 +110,7 @@ describe('Linode Config', () => {
cy.findByLabelText('List of Configurations').within(() => {
cy.get('tr').should('have.length', 2);
containsVisible(
`${linode.id}-test-config – Latest 64 bit (6.2.9-x86_64-linode160)`
`${linode.id}-test-config – Latest 64 bit (6.7.9-x86_64-linode163)`
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wonder if we should update this assertion to not test for the exact version πŸ€” I'm not sure how frequently new kernels get published by Linode, but I assume it could happen at any time or frequency

Suggested change
`${linode.id}-test-config – Latest 64 bit (6.7.9-x86_64-linode163)`
`${linode.id}-test-config – Latest 64 bit`

I just went for the easy fix for now. @jdamore-linode might have some insight or opinions here

@bnussman-akamai bnussman-akamai requested a review from a team as a code owner April 19, 2024 13:56
@bnussman-akamai bnussman-akamai requested review from mjac0bs and hkhalil-akamai and removed request for a team April 19, 2024 13:56
Copy link

github-actions bot commented Apr 19, 2024

Coverage Report: βœ…
Base Coverage: 81.85%
Current Coverage: 81.85%

Copy link
Contributor

@mjac0bs mjac0bs left a comment

Choose a reason for hiding this comment

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

Thank you!

Confirmed the failure in develop, now passing in CI, and watched the test past locally at the spot that it needed to select a config.

Screenshot 2024-04-19 at 7 36 14β€―AM

@mjac0bs mjac0bs added the Add'tl Approval Needed Waiting on another approval! label Apr 19, 2024
@mjac0bs
Copy link
Contributor

mjac0bs commented Apr 19, 2024

@abailly-akamai We need the other version of you!

@bnussman-akamai bnussman-akamai merged commit 4379ead into linode:develop Apr 19, 2024
18 checks passed
@abailly-akamai
Copy link
Contributor

Here i am! too late!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Add'tl Approval Needed Waiting on another approval! e2e Indicates that a PR touches Cypress tests in some way
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants