-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init * avoid recompute current_deadline * treat empty bitfield as all * rm useless quote * add verify * combine option1 & option2 * fix * fix * nit * mod error * nit * fmt * fix ci * fix bug * add test * add more test * partial fix for review * adjust test * use .context_code * fix for test * disallow empty partitions * refactor deadline_available_for_move * fix for clippy * minor opt * only verify_windowed_post once * mod error msg * 1. verify_window_post batch by batch 2. move partitions intact, the `expirations_epochs` and `early_terminated` may have a gap of 24H * fix ci * mod check for epoch * partial review fix * adjust test * refactor with Partition::adjust_for_move * share the language with FIP * deadline_available_for_move => ensure_deadline_available_for_move * add some doc comment * more renaming * more renaming * rename + merge master * mod wording * fix test * renaming in test * apply alex's idea of not re-quantizing at all. * 1. forbid moving when there're early terminations 2. remove `adjust_for_move` * rm anyhow::Ok * minor optimization by observing that partition `faulty_power` should be zero when `faults` is empty * adjust find_sectors_by_expiration for not re-quantizing * add test * fix for review * add a comment about not re-quantizing when moving expirations_epochs * minor optimization * avoid scanning the same range twice * 1. review fix 2. add check for `max_partitions_per_deadline` * fix comment * use with_context_code
- Loading branch information
1 parent
e1d0eef
commit 5ec2a6b
Showing
11 changed files
with
1,332 additions
and
61 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.