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(e2e): cleanup improvements #443

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

tallaxes
Copy link
Collaborator

Description

We have observed some flakiness in E2E tests, at least some instances were related to cleanup. This is an attempt to improve environment cleanup used from AfterEach. It changes deletion to immediate, and cleans up AKSNodeClass in the same sweep. This is similar to patterns used in AWS provider (link).

How was this change tested?

  • make az-e2etest - locally run Utilization tests
  • CI E2E - pending

Does this change impact docs?

  • Yes, PR includes docs updates
  • Yes, issue opened: #
  • No

Release Note


@tallaxes tallaxes self-assigned this Jul 17, 2024
@tallaxes tallaxes added area/e2e-test-framework Issues or PRs related to refactoring the e2e test framework size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/ci Issues or PRs related to ci labels Jul 17, 2024
Copy link
Collaborator Author

@tallaxes tallaxes left a comment

Choose a reason for hiding this comment

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

/test

@coveralls
Copy link

Pull Request Test Coverage Report for Build 9980638081

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.701%

Totals Coverage Status
Change from base Build 9979306413: 0.0%
Covered Lines: 36294
Relevant Lines: 37148

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Issues or PRs related to ci area/e2e-test-framework Issues or PRs related to refactoring the e2e test framework size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants