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

Fix: scheduler panic #356

Merged
merged 1 commit into from
Jun 22, 2021
Merged

Fix: scheduler panic #356

merged 1 commit into from
Jun 22, 2021

Conversation

jim3ma
Copy link
Member

@jim3ma jim3ma commented Jun 22, 2021

Signed-off-by: Jim Ma [email protected]

Description

Related Issue

#357

Motivation and Context

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation Update (if none of the other choices apply)

Checklist:

  • Code compiles correctly.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Signed-off-by: Jim Ma <[email protected]>
@jim3ma jim3ma requested a review from a team as a code owner June 22, 2021 06:16
@codecov-commenter
Copy link

codecov-commenter commented Jun 22, 2021

Codecov Report

Merging #356 (202a0a0) into main (a8800ac) will decrease coverage by 0.08%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #356      +/-   ##
==========================================
- Coverage   40.00%   39.91%   -0.09%     
==========================================
  Files          61       61              
  Lines        4975     4976       +1     
==========================================
- Hits         1990     1986       -4     
- Misses       2729     2735       +6     
+ Partials      256      255       -1     
Flag Coverage Δ
unittests 39.91% <0.00%> (-0.09%) ⬇️

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

Impacted Files Coverage Δ
scheduler/manager/cdn_manager.go 4.37% <0.00%> (-0.03%) ⬇️
client/daemon/peer/peertask_base.go 33.49% <0.00%> (-0.98%) ⬇️

@jim3ma jim3ma merged commit 5efe70b into main Jun 22, 2021
@jim3ma jim3ma deleted the fix/scheduler-panic branch June 22, 2021 06:42
gaius-qi pushed a commit that referenced this pull request Jun 28, 2023
e-ngo pushed a commit to e-ngo/dragonfly that referenced this pull request Jan 23, 2025
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.3...1.10.4)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

4 participants