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

Bail if we can't enter rundown in WFP classify callbacks #3148

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

dv-msft
Copy link
Collaborator

@dv-msft dv-msft commented Jan 4, 2024

Description

In certain instances, inability to enter rundown does not indicate a fatal error. It just means that we lost the race to get there, so we should just exit.

Testing

CI/CD only (Bug cannot be repro'd locally)

Documentation

No doc changes.

Installation

No installer changes.

Fixes #3097

Copy link

codecov bot commented Jan 4, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (3f5aa42) 83.98% compared to head (02bcf6a) 83.97%.
Report is 2 commits behind head on main.

Files Patch % Lines
netebpfext/net_ebpf_ext_bind.c 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3148      +/-   ##
==========================================
- Coverage   83.98%   83.97%   -0.02%     
==========================================
  Files         141      141              
  Lines       26630    26633       +3     
==========================================
- Hits        22365    22364       -1     
- Misses       4265     4269       +4     

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

@dv-msft dv-msft force-pushed the 3097-km-stress-test-fix branch 2 times, most recently from 156f5b8 to d417fd4 Compare January 5, 2024 21:47
@dv-msft dv-msft changed the title (DRAFT PR - NOT FOR REVIEW) - Bail if we can't enter rundown. Bail if we can't enter rundown in WFP classify callbacks Jan 5, 2024
@dv-msft dv-msft marked this pull request as ready for review January 5, 2024 22:36
@dv-msft dv-msft added this pull request to the merge queue Jan 9, 2024
Merged via the queue into microsoft:main with commit a2ece4b Jan 9, 2024
76 checks passed
@dv-msft dv-msft deleted the 3097-km-stress-test-fix branch January 9, 2024 06:37
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.

Workflow failed - km_mt_stress_tests_restart_extension
3 participants