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(lily): Consider partially completed heights w ERRORs and SKIPs #791

Merged
merged 5 commits into from
Dec 2, 2021

Conversation

placer14
Copy link
Contributor

@placer14 placer14 commented Dec 1, 2021

fixes #773
fixes #775

@codecov-commenter
Copy link

codecov-commenter commented Dec 1, 2021

Codecov Report

Merging #791 (399f5e8) into master (d21a706) will increase coverage by 0.2%.
The diff coverage is 100.0%.

@@           Coverage Diff            @@
##           master    #791     +/-   ##
========================================
+ Coverage    32.8%   33.0%   +0.2%     
========================================
  Files          40      40             
  Lines        3704    3717     +13     
========================================
+ Hits         1215    1228     +13     
  Misses       2353    2353             
  Partials      136     136             

@placer14 placer14 force-pushed the mg/fix/include-error-gaps branch from d55abb3 to 175f509 Compare December 1, 2021 22:51
@placer14 placer14 force-pushed the mg/fix/include-error-gaps branch from 175f509 to 4259c74 Compare December 1, 2021 22:56
chain/find.go Outdated
on vpr.height = incomplete.height
where (vpr.status_information != ?1
or vpr.status_information is null)
and vpr.status = ?5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes #773?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct.

Copy link
Contributor Author

@placer14 placer14 Dec 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added notes within the query to explain what's happening here.

chain/find.go Outdated
visor.ProcessingStatusInformationNullRound, // arg 1
g.minHeight, // arg 2
g.maxHeight, // arg 3
visor.ProcessingStatusError, // arg 4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Marks errors as gaps?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've added notes within the query to explain what's happening here.

@placer14 placer14 changed the title fix(lily): Consider partially completed heights w ERRORs fix(lily): Consider partially completed heights w ERRORs and SKIPs Dec 1, 2021
@placer14 placer14 force-pushed the mg/fix/include-error-gaps branch 3 times, most recently from c8caee5 to c663469 Compare December 1, 2021 23:55
Copy link
Member

@frrist frrist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff, thanks for fixing these

@frrist frrist merged commit e2bb246 into master Dec 2, 2021
@frrist frrist deleted the mg/fix/include-error-gaps branch December 2, 2021 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants