-
Notifications
You must be signed in to change notification settings - Fork 145
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
Check all usages of getReadablePlatformState() for thread safety #16603
Check all usages of getReadablePlatformState() for thread safety #16603
Conversation
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
Node: Unit Test Results 1 617 files ± 0 8 errors 1 609 suites - 8 54m 58s ⏱️ - 4m 29s For more details on these parsing errors, see this check. Results for commit e076f4d. ± Comparison against base commit df149d7. This pull request removes 768 and adds 532 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #16603 +/- ##
==========================================
Coverage 63.53% 63.54%
- Complexity 20370 20373 +3
==========================================
Files 2537 2537
Lines 94746 94752 +6
Branches 9902 9903 +1
==========================================
+ Hits 60198 60210 +12
+ Misses 30941 30936 -5
+ Partials 3607 3606 -1
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
…formstate-for-thread-safety # Conflicts: # platform-sdk/swirlds-platform-core/src/main/java/com/swirlds/platform/state/State.java
…formstate-for-thread-safety # Conflicts: # platform-sdk/swirlds-state-impl/src/main/java/com/swirlds/state/merkle/MerkleStateRoot.java
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
…formstate-for-thread-safety
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
Description:
Related issue(s):
Fixes #
Notes for reviewer:
Checklist