-
Notifications
You must be signed in to change notification settings - Fork 77
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: Inconsistent handling of failed EVM transactions #3158
fix: Inconsistent handling of failed EVM transactions #3158
Conversation
Signed-off-by: Victor Yanev <[email protected]>
Test Results 20 files ± 0 273 suites +1 37m 12s ⏱️ + 3m 39s For more details on these failures, see this check. Results for commit ad8d69d. ± Comparison against base commit 6442c98. This pull request removes 2 and adds 6 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but we should consider adding an exception for this check as well https://github.com/hashgraph/hedera-services/blob/develop/hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/exec/TransactionProcessor.java#L233 in a follow-up PR.
@natanasow Could you open a new issue for that, we could prioritize it in the next sprint. 😄 |
Okay. |
Signed-off-by: Victor Yanev <[email protected]>
|
🚨 Memory Leak Detected 🚨A potential memory leak has been detected in the test titled Details📊 Memory Leak Detection Report 📊 GC Type: MarkSweepCompact Heap Statistics (before vs after executing the test):
Heap Space Statistics (before vs after executing the test):
RecommendationsPlease investigate the memory allocations in this test, focusing on objects that are not being properly deallocated. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3158 +/- ##
==========================================
+ Coverage 83.19% 83.28% +0.09%
==========================================
Files 66 66
Lines 4254 4260 +6
Branches 829 832 +3
==========================================
+ Hits 3539 3548 +9
+ Misses 472 471 -1
+ Partials 243 241 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Description:
This PR fixes the issue discussed in the comments of #3115
Related issue(s):
Fixes #3115
Notes for reviewer:
Checklist