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: combat flake on two most frequently flaking e2es #6919

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

wdoconnell
Copy link
Contributor

This PR is part of ongoing work on using a different CI runner and reducing test flake. Based on review in CircleCI, we still have two tests that flake consistently. This PR makes two proposals:

  1. Add an additional allowed retry as a fallback for flaky tests.
  2. Disable one of the test cases for the two most significantly flaking e2es. After significant work trying to de-flake these suites, on these particular tests we have reached the point where the benefit has been outweighed by the detrimental CI impact. The test would be more efficient to rewrite at a stage when these pages are modified in the future.

Checklist

Authors and Reviewer(s), please verify the following:

  • A PR description, regardless of the triviality of this change, that communicates the value of this PR
  • Well-formatted conventional commit messages that provide context into the change
  • Documentation updated or issue created (provide link to issue/PR)
  • Signed CLA (if not already signed)
  • Feature flagged, if applicable

@wdoconnell wdoconnell requested review from a team as code owners July 30, 2024 15:09
@wdoconnell wdoconnell requested a review from eatondustin1 July 30, 2024 15:09
chore: skip clone-and-immediately-activate-task-test

chore: skip flaky scriptquery test
@wdoconnell wdoconnell changed the title Bump retry by 1 fix: combat flake on two most frequently flaking e2es Jul 30, 2024
@wdoconnell
Copy link
Contributor Author

wdoconnell commented Jul 30, 2024

@appletreeisyellow Wanted to tag you as well with regard to any concerns re: disabling this particular ScriptQueryBuilder test specifically

Comment on lines +109 to 111
// Temporarily disabled due to excess flake. Do not re-enable without rewriting this test.
it.skip('will allow querying of different data ranges', () => {
cy.log('Ensure LSP is online') // deflake
Copy link
Contributor

Choose a reason for hiding this comment

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

👍 Turning off test for LSP due to its flakiness makes sense to me

@wdoconnell wdoconnell added this pull request to the merge queue Jul 30, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 30, 2024
@wdoconnell wdoconnell added this pull request to the merge queue Jul 30, 2024
Merged via the queue into master with commit e940559 Jul 30, 2024
6 of 7 checks passed
@wdoconnell wdoconnell deleted the bump_retry_by_1 branch July 30, 2024 17:03
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.

4 participants