-
Notifications
You must be signed in to change notification settings - Fork 143
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
chore: Add code coverage to CustomRoyaltyFeeAssessor
, CustomFixedFeeAssessor
#13224
Conversation
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Node: HAPI Test (Restart) Results2 tests 0 ✅ 6m 58s ⏱️ For more details on these failures, see this check. Results for commit 8b1e61d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Node Death Reconnect) Results2 tests 2 ✅ 8m 49s ⏱️ Results for commit 8b1e61d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Token) Results235 tests 233 ✅ 21m 12s ⏱️ Results for commit 8b1e61d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Misc) Results464 tests 453 ✅ 42m 19s ⏱️ For more details on these failures, see this check. Results for commit 8b1e61d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Crypto) Results335 tests 335 ✅ 41m 41s ⏱️ Results for commit 8b1e61d. ♻️ This comment has been updated with latest results. |
Node: Unit Test Results 2 304 files + 2 2 304 suites +2 3h 47m 24s ⏱️ + 11m 47s Results for commit 8b1e61d. ± Comparison against base commit ea0b875. This pull request removes 3997 and adds 3773 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Node: HAPI Test (Time Consuming) Results21 tests 21 ✅ 54m 36s ⏱️ Results for commit 8b1e61d. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Smart Contract) Results592 tests 591 ✅ 1h 12m 19s ⏱️ For more details on these failures, see this check. Results for commit 8b1e61d. ♻️ This comment has been updated with latest results. |
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
CustomRoyaltyFeeAssessor
CustomRoyaltyFeeAssessor
, CustomFixedFeeAssessor
CustomRoyaltyFeeAssessor
, CustomFixedFeeAssessor
CustomRoyaltyFeeAssessor
, CustomFixedFeeAssessor
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
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! @Neeharika-Sompalli 👍
...m/hedera/node/app/service/token/impl/test/handlers/transfer/CustomFeeAssessmentStepTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
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! 👍
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com>
…eeAssessor` (#13224) Signed-off-by: Neeharika-Sompalli <neeharika.sompalli@swirldslabs.com> Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
Fixes #13163
Fixes #13212
Add code coverage to
CustomRoyaltyFeeAssessor
,CustomFixedFeeAssessor