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

leader_scheduler: reduce the amount of special case handling for tick_height 0 #2728

Merged
merged 1 commit into from
Feb 12, 2019

Conversation

mvines
Copy link
Member

@mvines mvines commented Feb 11, 2019

tick_height 0 and tick_height 1 handling in the leader scheduler was super weird, and was broken in the degenerate case with ticks_per_slot = 1.

@codecov
Copy link

codecov bot commented Feb 11, 2019

Codecov Report

Merging #2728 into master will increase coverage by <.1%.
The diff coverage is 100%.

@@           Coverage Diff            @@
##           master   #2728     +/-   ##
========================================
+ Coverage    78.3%   78.3%   +<.1%     
========================================
  Files         115     115             
  Lines       18980   18974      -6     
========================================
- Hits        14869   14866      -3     
+ Misses       4111    4108      -3

@mvines mvines merged commit f6979a0 into solana-labs:master Feb 12, 2019
@mvines mvines deleted the ls branch February 12, 2019 03:05
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.

1 participant