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 test flake by removing memory limit from test pod #2094

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

cfryanr
Copy link
Member

@cfryanr cfryanr commented Nov 6, 2024

On AKS clusters, the pod's container would exceed its memory limit, get OOMKilled, get restarted, and cause that test to flake.

Release note:

NONE

On AKS clusters, the pod's container would exceed its memory limit,
get OOMKilled, get restarted, and cause that test to flake.

Co-authored-by: Joshua Casey <[email protected]>
Copy link

netlify bot commented Nov 6, 2024

Deploy Preview for pinniped-dev canceled.

Name Link
🔨 Latest commit feef4bf
🔍 Latest deploy log https://app.netlify.com/sites/pinniped-dev/deploys/672badf47a2f430008b7de15

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 31.27%. Comparing base (aa70ff1) to head (feef4bf).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2094      +/-   ##
==========================================
- Coverage   31.28%   31.27%   -0.01%     
==========================================
  Files         371      371              
  Lines       61129    61129              
==========================================
- Hits        19122    19121       -1     
- Misses      41482    41484       +2     
+ Partials      525      524       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joshuatcasey joshuatcasey merged commit 248b1ef into main Nov 6, 2024
40 of 41 checks passed
@joshuatcasey joshuatcasey deleted the fix_test_flake branch November 6, 2024 19:42
@cfryanr cfryanr mentioned this pull request Dec 3, 2024
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants