-
Notifications
You must be signed in to change notification settings - Fork 144
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: FileAppendHandler unit test coverage #13256
Conversation
Signed-off-by: Kim Rader <kim.rader@swirldslabs.com>
Node: HAPI Test (Restart) Results2 tests 2 ✅ 7m 53s ⏱️ Results for commit 1b27ec1. |
Node: HAPI Test (Node Death Reconnect) Results2 tests 2 ✅ 9m 8s ⏱️ Results for commit 1b27ec1. |
Node: HAPI Test (Token) Results235 tests 233 ✅ 19m 14s ⏱️ Results for commit 1b27ec1. |
Node: HAPI Test (Crypto) Results335 tests 335 ✅ 35m 47s ⏱️ Results for commit 1b27ec1. |
Node: HAPI Test (Misc) Results459 tests 449 ✅ 39m 9s ⏱️ Results for commit 1b27ec1. |
Node: Unit Test Results 2 286 files ±0 2 286 suites ±0 2h 39m 47s ⏱️ - 38m 45s Results for commit 1b27ec1. ± Comparison against base commit 1722fef. This pull request removes 4037 and adds 3804 tests. Note that renamed tests count towards both.
|
Node: HAPI Test (Time Consuming) Results21 tests 21 ✅ 54m 2s ⏱️ Results for commit 1b27ec1. |
Node: HAPI Test (Smart Contract) Results592 tests 591 ✅ 1h 7m 21s ⏱️ For more details on these failures, see this check. Results for commit 1b27ec1. ♻️ This comment has been updated with latest results. |
...src/test/java/com/hedera/node/app/service/file/impl/test/handlers/FileAppendHandlerTest.java
Show resolved
Hide resolved
Signed-off-by: Kim Rader <kim.rader@swirldslabs.com> Signed-off-by: Stanimir Stoyanov <stanimir.stoyanov@limechain.tech>
Description:
Improve unit test coverage for FileAppendHandler class
Related issue(s):
Fixes #13188