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

Remove unused async priority queue #2714

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

stevenengler
Copy link
Contributor

No description provided.

@stevenengler stevenengler self-assigned this Feb 1, 2023
@github-actions github-actions bot added the Component: Main Composing the core Shadow executable label Feb 1, 2023
@codecov
Copy link

codecov bot commented Feb 1, 2023

Codecov Report

Base: 68.18% // Head: 67.10% // Decreases project coverage by -1.08% ⚠️

Coverage data is based on head (5235c81) compared to base (b093f96).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2714      +/-   ##
==========================================
- Coverage   68.18%   67.10%   -1.08%     
==========================================
  Files         203      203              
  Lines       30515    30515              
  Branches     5971     5971              
==========================================
- Hits        20806    20478     -328     
- Misses       4999     5363     +364     
+ Partials     4710     4674      -36     
Flag Coverage Δ
tests 67.10% <ø> (-1.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/main/host/syscall/handler/eventfd.rs 0.00% <0.00%> (-68.58%) ⬇️
src/main/host/syscall/handler/time.rs 0.00% <0.00%> (-68.19%) ⬇️
src/main/host/descriptor/eventfd.rs 0.00% <0.00%> (-65.66%) ⬇️
src/main/host/syscall/handler/ioctl.rs 35.29% <0.00%> (-20.59%) ⬇️
src/main/host/syscall/handler/fcntl.rs 42.25% <0.00%> (-18.31%) ⬇️
src/main/host/syscall/handler/unistd.rs 55.31% <0.00%> (-14.90%) ⬇️
src/main/host/descriptor/pipe.rs 70.00% <0.00%> (-14.38%) ⬇️
src/main/network/relay/mod.rs 69.23% <0.00%> (-14.29%) ⬇️
src/main/host/descriptor/descriptor_table.rs 62.83% <0.00%> (-10.62%) ⬇️
src/main/host/timer.rs 86.77% <0.00%> (-6.62%) ⬇️
... and 20 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@stevenengler stevenengler merged commit b204df8 into shadow:main Feb 1, 2023
@stevenengler stevenengler deleted the remove-async-prio-queue branch February 1, 2023 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Main Composing the core Shadow executable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants