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 underpriced check for multi currency #2230

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

hbandura
Copy link
Contributor

Fix the underpriced check by checking against all currency heaps

Copy link

github-actions bot commented Jan 24, 2024

Coverage from tests in ./e2e_test/... for ./consensus/istanbul/... at commit 8f49d7e

coverage: 49.7% of statements across all listed packages
coverage:  63.2% of statements in consensus/istanbul
coverage:  42.7% of statements in consensus/istanbul/announce
coverage:  55.7% of statements in consensus/istanbul/backend
coverage:   0.0% of statements in consensus/istanbul/backend/backendtest
coverage:  24.3% of statements in consensus/istanbul/backend/internal/replica
coverage:  61.2% of statements in consensus/istanbul/core
coverage:  50.0% of statements in consensus/istanbul/db
coverage:   0.0% of statements in consensus/istanbul/proxy
coverage:  64.2% of statements in consensus/istanbul/uptime
coverage:  51.8% of statements in consensus/istanbul/validator
coverage:  79.2% of statements in consensus/istanbul/validator/random

Copy link

github-actions bot commented Jan 24, 2024

5891 passed, 45 skipped

Copy link

codecov bot commented Jan 24, 2024

Codecov Report

Attention: 23 lines in your changes are missing coverage. Please review.

Comparison is base (69dbdae) 55.10% compared to head (9bfde3e) 55.08%.
Report is 1 commits behind head on master.

Files Patch % Lines
eth/api_backend.go 0.00% 8 Missing ⚠️
les/api_backend.go 0.00% 8 Missing ⚠️
core/types/celo_additions.go 0.00% 5 Missing ⚠️
contracts/currency/currency.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2230      +/-   ##
==========================================
- Coverage   55.10%   55.08%   -0.03%     
==========================================
  Files         683      680       -3     
  Lines      114538   113847     -691     
==========================================
- Hits        63121    62707     -414     
+ Misses      47528    47293     -235     
+ Partials     3889     3847      -42     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hbandura hbandura enabled auto-merge (squash) January 25, 2024 23:01
@piersy
Copy link
Contributor

piersy commented Jan 26, 2024

@hbandura this failure TestEthersJSCompatibility: e2e_test is fixed by my pr #2229 , not sure about the other two failures though

@piersy
Copy link
Contributor

piersy commented Jan 26, 2024

@hbandura this failure TestEthersJSCompatibility: e2e_test is fixed by my pr #2229 , not sure about the other two failures though

Hey @hbandura I started looking into those other failing tests, because they were failing for me and it seems that they are also failing for similar reasons to TestEthersJSCompatibility basically a lack of gingerbread fields on the genesis block. I'm working on a PR to fix all these gingerbread genesis issues and once that is done it should solve your problems here.

@piersy
Copy link
Contributor

piersy commented Feb 1, 2024

@hbandura #2245 has been merged and I think will fix all the flaky tests you are encountering on this PR!

@hbandura hbandura merged commit 8f49d7e into master Feb 2, 2024
26 of 27 checks passed
@hbandura hbandura deleted the hbandura/fix_underpriced branch February 2, 2024 02:02
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.

None yet

3 participants