Skip to content
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

DRAFT Wip/5171 #5180

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from
Draft

DRAFT Wip/5171 #5180

wants to merge 8 commits into from

Conversation

ximinez
Copy link
Collaborator

@ximinez ximinez commented Nov 5, 2024

High Level Overview of Change

Context of Change

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Performance (increase or change in throughput and/or latency)
  • Tests (you added tests for code that already exists, or your new feature included in this PR)
  • Documentation update
  • Chore (no impact to binary, e.g. .gitignore, formatting, dropping support for older tooling)
  • Release

API Impact

  • Public API: New feature (new methods and/or new fields)
  • Public API: Breaking change (in general, breaking changes should only impact the next api_version)
  • libxrpl change (any change that may affect libxrpl or dependents of libxrpl)
  • Peer protocol change (must be backward compatible or bump the peer protocol version)

* Follow up to XRPLF#5120 (23991c9), which added a retry for submit commands.
  It improved MacOS test reliability, but other tests are failing now.
* Retry all failed RPC connections / commands in unit tests.
* upstream/develop:
  Add hubs.xrpkuwait.com to bootstrap (5169)
* upstream/develop:
  Add AMMClawback Transaction (XLS-0073d) (5142)
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 77.9%. Comparing base (d57cced) to head (7235d14).
Report is 6 commits behind head on develop.

Files with missing lines Patch % Lines
include/xrpl/server/detail/Door.h 0.0% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #5180     +/-   ##
=========================================
+ Coverage     77.6%   77.9%   +0.3%     
=========================================
  Files          779     782      +3     
  Lines        65975   66616    +641     
  Branches      8170    8133     -37     
=========================================
+ Hits         51187   51901    +714     
+ Misses       14788   14715     -73     
Files with missing lines Coverage Δ
include/xrpl/server/detail/Door.h 79.3% <0.0%> (ø)

... and 52 files with indirect coverage changes

Impacted file tree graph

* Add a lot more retries across test network operations.
* Add some network error logging details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant