Closed romange closed 11 months ago
Attention: 1 lines
in your changes are missing coverage. Please review.
Comparison is base (
83ed5e8
) 79.02% compared to head (b0bf5fd
) 79.12%.
Files | Patch % | Lines |
---|---|---|
util/fibers/fibers_test.cc | 95.83% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Verified this time that the bug was fixed. See https://github.com/dragonflydb/dragonfly/actions/runs/7177404134
Before, we used a temporary fiber to pass along the migrated fiber to another proactor. Now, we simplify the transition by using the dispatcher fiber that also handles I/O loop. We switch to it and execute the delegation to another proactor.
Also, remove the old code and get rid of sccache that is not very reliable.