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: Fix possible cause of flakes in cookie rewrite test #4147

Merged

Conversation

sunjayBhatia
Copy link
Member

Names of resources and FQDN in HTTPProxies were the same across tests,
possible causing some test flakes in CI where globally set cookies were
not rewritten.

Names of resources and FQDN in HTTPProxies were the same across tests,
possible causing some test flakes in CI where globally set cookies were
not rewritten.

Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
@sunjayBhatia sunjayBhatia requested a review from a team as a code owner November 1, 2021 14:56
@sunjayBhatia sunjayBhatia requested review from tsaarni and youngnick and removed request for a team November 1, 2021 14:56
@sunjayBhatia sunjayBhatia 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 1, 2021
@codecov
Copy link

codecov bot commented Nov 1, 2021

Codecov Report

Merging #4147 (a3f6d08) into main (e8a96c2) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4147      +/-   ##
==========================================
+ Coverage   74.69%   74.70%   +0.01%     
==========================================
  Files         112      112              
  Lines        9736     9736              
==========================================
+ Hits         7272     7273       +1     
+ Misses       2308     2307       -1     
  Partials      156      156              
Impacted Files Coverage Δ
internal/sorter/sorter.go 98.78% <0.00%> (+0.60%) ⬆️

@stevesloka stevesloka merged commit d477f16 into projectcontour:main Nov 1, 2021
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.

3 participants