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

Fastfail if constraints are violated #2864

Merged
merged 6 commits into from
Sep 26, 2023

Conversation

Alan-Jowett
Copy link
Member

Resolves: #2827

Description

Assert and fastfail if any of the key constraints of the epoch code are violated.

Testing

CI/CD

Documentation

No.

Installation

No.

libs/runtime/ebpf_epoch.c Outdated Show resolved Hide resolved
Alan Jowett added 4 commits September 20, 2023 09:41
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
Signed-off-by: Alan Jowett <[email protected]>
@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #2864 (ad7c1c7) into main (8506bcf) will decrease coverage by 1.21%.
Report is 7 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #2864      +/-   ##
==========================================
- Coverage   86.45%   85.24%   -1.21%     
==========================================
  Files         141      140       -1     
  Lines       26214    26293      +79     
==========================================
- Hits        22663    22414     -249     
- Misses       3551     3879     +328     
Files Changed Coverage Δ
libs/runtime/ebpf_epoch.c 93.28% <100.00%> (-2.32%) ⬇️

... and 51 files with indirect coverage changes

@saxena-anurag saxena-anurag added this pull request to the merge queue Sep 26, 2023
Merged via the queue into microsoft:main with commit 39920ce Sep 26, 2023
76 checks passed
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.

Epoch code should __fastfail if constraints are violated
3 participants