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

test/e2e: replace fixed sleeps with require.Eventually #5975

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

skriss
Copy link
Member

@skriss skriss commented Nov 17, 2023

Makes the endpoint slice E2E test faster and
less likely to flake.

Closes #5974.

Makes the endpoint slice E2E test faster and
less likely to flake.

Closes projectcontour#5974.

Signed-off-by: Steve Kriss <krisss@vmware.com>
@skriss skriss added the release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes. label Nov 17, 2023
@skriss skriss requested a review from a team as a code owner November 17, 2023 19:32
@skriss skriss requested review from tsaarni and stevesloka and removed request for a team November 17, 2023 19:32
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

Merging #5975 (f41908a) into main (55aa95d) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #5975   +/-   ##
=======================================
  Coverage   78.62%   78.62%           
=======================================
  Files         138      138           
  Lines       19631    19631           
=======================================
  Hits        15434    15434           
  Misses       3894     3894           
  Partials      303      303           

Copy link
Member

@sunjayBhatia sunjayBhatia left a comment

Choose a reason for hiding this comment

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

LGTM, should be more resilient to flakes/eventual convergence and also less lines of code to read 👍🏽

@sunjayBhatia sunjayBhatia merged commit c7cb2e2 into projectcontour:main Nov 20, 2023
@skriss skriss deleted the pr-fix-5974 branch November 20, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/none-required Marks a PR as not requiring a release note. Should only be used for very small changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update endpoint slice E2E to use require.Eventually(...) instead of fixed sleeps
2 participants