-
Notifications
You must be signed in to change notification settings - Fork 138
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 deep VirtualMap key validation for reconnect tests #16824
base: develop
Are you sure you want to change the base?
chore: add deep VirtualMap key validation for reconnect tests #16824
Conversation
Signed-off-by: Nikita Lebedev <[email protected]>
Node: Timing Sensitive Unit Test Results 91 files ±0 1 errors 90 suites ±0 30m 50s ⏱️ + 2m 10s For more details on these parsing errors and failures, see this check. Results for commit 9ce256f. ± Comparison against base commit b8f0637. ♻️ This comment has been updated with latest results. |
Signed-off-by: Nikita Lebedev <[email protected]>
…-tests-fail-with-deep-virtualmap-key-validation
RandomVirtualMapReconnectTests
tests fail with deep VirtualMap key validation
RandomVirtualMapReconnectTests
tests fail with deep VirtualMap key validationSigned-off-by: Nikita Lebedev <[email protected]>
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 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #16824 +/- ##
==========================================
Coverage 63.63% 63.64%
- Complexity 20409 20419 +10
==========================================
Files 2537 2537
Lines 94783 94783
Branches 9907 9907
==========================================
+ Hits 60312 60321 +9
+ Misses 30869 30862 -7
+ Partials 3602 3600 -2 |
Description:
This PR adds deep VirtualMap key validation for reconnect tests.
Related issue(s):
Fixes #16754