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

Add hotfix for E2E #5573

Merged
merged 4 commits into from
Apr 22, 2020
Merged

Add hotfix for E2E #5573

merged 4 commits into from
Apr 22, 2020

Conversation

0xKiwi
Copy link
Contributor

@0xKiwi 0xKiwi commented Apr 21, 2020

This PR lowers the minimum participation required in E2E so it can pass. Tracking issue made #5572 to make sure we tackle the real problem.

@0xKiwi 0xKiwi requested a review from a team as a code owner April 21, 2020 22:01
@@ -116,7 +116,7 @@ func validatorsParticipating(conns ...*grpc.ClientConn) error {
}

partRate := participation.Participation.GlobalParticipationRate
expected := float32(1)
expected := float32(0.85)
Copy link
Member

Choose a reason for hiding this comment

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

Don't forget to add a TODO issue here : )

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Got it!

@codecov
Copy link

codecov bot commented Apr 21, 2020

Codecov Report

Merging #5573 into master will decrease coverage by 21.65%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##           master    #5573       +/-   ##
===========================================
- Coverage   41.42%   19.77%   -21.66%     
===========================================
  Files         239      236        -3     
  Lines       20635    20545       -90     
===========================================
- Hits         8548     4062     -4486     
- Misses      10476    15814     +5338     
+ Partials     1611      669      -942     

@prylabs-bulldozer prylabs-bulldozer bot merged commit 1480d2b into master Apr 22, 2020
@delete-merged-branch delete-merged-branch bot deleted the hotfix-e2e branch April 22, 2020 04:23
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.

3 participants