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

chore: soak interruptions for checkresync test #1299

Merged
merged 12 commits into from
Oct 18, 2024
Merged

chore: soak interruptions for checkresync test #1299

merged 12 commits into from
Oct 18, 2024

Conversation

cmwylie19
Copy link
Collaborator

Description

Adds soak interrupts test that tests the branch where checkResync runs. CheckResync runs when the informer has not seen an event in the LAST_SEEN limit. Since our http2Watch is not dropping connections we need to create a new test to ensure this branch of the code works.

Related Issue

Fixes #1298

Relates to #

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

Signed-off-by: Case Wylie <[email protected]>
@cmwylie19 cmwylie19 requested a review from a team as a code owner October 18, 2024 15:40
src/lib.ts Outdated Show resolved Hide resolved
src/lib.ts Outdated Show resolved Hide resolved
Copy link

codecov bot commented Oct 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.77%. Comparing base (900eb01) to head (2635e73).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1299   +/-   ##
=======================================
  Coverage   85.77%   85.77%           
=======================================
  Files          29       29           
  Lines        1406     1406           
  Branches      328      328           
=======================================
  Hits         1206     1206           
- Misses        182      198   +16     
+ Partials       18        2   -16     

see 4 files with indirect coverage changes

.github/workflows/soak-interrupts.yaml Outdated Show resolved Hide resolved
.github/workflows/soak-interrupts.yaml Outdated Show resolved Hide resolved
Copy link
Contributor

@schaeferka schaeferka left a comment

Choose a reason for hiding this comment

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

Discussed during rug mobbing

@cmwylie19 cmwylie19 merged commit 0ff4a12 into main Oct 18, 2024
45 checks passed
@cmwylie19 cmwylie19 deleted the 1298 branch October 18, 2024 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

Test branches in the checkResync of the KFC Informer
2 participants