Skip to content

Added dup2() and dup3() support for rust descriptors#1666

Merged
stevenengler merged 2 commits intoshadow:mainfrom
stevenengler:dup2
Sep 23, 2021
Merged

Added dup2() and dup3() support for rust descriptors#1666
stevenengler merged 2 commits intoshadow:mainfrom
stevenengler:dup2

Conversation

@stevenengler
Copy link
Copy Markdown
Contributor

No description provided.

@stevenengler stevenengler added the Type: Enhancement New functionality or improved design label Sep 22, 2021
@stevenengler stevenengler self-assigned this Sep 22, 2021
@github-actions github-actions bot added the Component: Main Composing the core Shadow executable label Sep 22, 2021
@github-actions github-actions bot added Component: Build Build/install tools and dependencies Component: Testing Unit and integration tests and frameworks labels Sep 22, 2021
@codecov
Copy link
Copy Markdown

codecov bot commented Sep 22, 2021

Codecov Report

Merging #1666 (9e6f4a1) into main (4c9b574) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1666      +/-   ##
==========================================
- Coverage   56.30%   56.27%   -0.03%     
==========================================
  Files         140      140              
  Lines       18553    18555       +2     
  Branches     4474     4474              
==========================================
- Hits        10446    10442       -4     
- Misses       5391     5398       +7     
+ Partials     2716     2715       -1     
Flag Coverage Δ
tests 56.27% <100.00%> (-0.03%) ⬇️

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

Impacted Files Coverage Δ
src/main/host/syscall_handler.c 54.16% <100.00%> (+0.38%) ⬆️
src/lib/logger/log_level.c 13.63% <0.00%> (-4.55%) ⬇️
src/main/host/syscall/mman.c 65.90% <0.00%> (-1.52%) ⬇️
src/lib/tsc/tsc.c 32.39% <0.00%> (-1.41%) ⬇️
src/main/host/syscall/unistd.c 56.87% <0.00%> (-1.25%) ⬇️
src/main/host/network_interface.c 72.46% <0.00%> (-0.58%) ⬇️
src/lib/tsc/tsc_test.c 30.37% <0.00%> (ø)
src/main/host/descriptor/epoll.c 75.48% <0.00%> (+0.32%) ⬆️
...main/core/scheduler/scheduler_policy_host_single.c 73.64% <0.00%> (+0.67%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c9b574...9e6f4a1. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Build Build/install tools and dependencies Component: Main Composing the core Shadow executable Component: Testing Unit and integration tests and frameworks Type: Enhancement New functionality or improved design

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants