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

test: Retry all RPC commands to fix MacOS CI jobs #5171

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Commits on Oct 31, 2024

  1. test: Retry all RPC commands to fix MacOS CI jobs

    * 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.
    ximinez committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1150626 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge remote-tracking branch 'upstream/develop' into test_retry

    * upstream/develop:
      Add hubs.xrpkuwait.com to bootstrap (5169)
    ximinez committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    38a290d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Merge remote-tracking branch 'upstream/develop' into test_retry

    * upstream/develop:
      Add AMMClawback Transaction (XLS-0073d) (5142)
    ximinez committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    97a5be0 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge remote-tracking branch 'upstream/develop' into test_retry

    * upstream/develop:
      Fix unity build (5179)
    ximinez committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    75130e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    205fe37 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Merge remote-tracking branch 'upstream/develop' into test_retry

    * upstream/develop:
      Set version to 2.3.0-rc1
      Replace Uint192 with Hash192 in server_definitions response (5177)
      Fix potential deadlock (5124)
      Introduce Credentials support (XLS-70d): (5103)
      Fix token comparison in Payment (5172)
      Add fixAMMv1_2 amendment (5176)
    ximinez committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bf76d9d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. [FOLD] Review feedback from @thejohnfreeman:

    * Rename the RpcCallback type, and the default variables of that type
    * Move the "default callback" out of the retry logic, and into the variable
      definition.
    * Get rid of the checkTER parameter to parseResult.
    ximinez committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    63768ce View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge remote-tracking branch 'upstream/develop' into test_retry

    * upstream/develop:
      fix: include `index` in `server_definitions` RPC (5190)
      Fix ledger_entry crash on invalid credentials request (5189)
    ximinez committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3f9a7ad View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/develop' into test_retry

    * upstream/develop:
      Set version to 2.3.0-rc2
    ximinez committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    58e2652 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e66d2e1 View commit details
    Browse the repository at this point in the history
  4. Cycle through more test ports to avoid slow close collisions:

    * Add a lot more retries across test network operations.
    * Add some network error logging details.
    ximinez committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    315b7dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f74c46 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    34d918a View commit details
    Browse the repository at this point in the history