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

Services/horizon: Integration tests for NETWORK parameter #4974

Merged
merged 13 commits into from
Aug 9, 2023

Commits on Aug 8, 2023

  1. Services/horizon: Introduce integration tests to verify that Horizon …

    …starts successfully with the default configuration when the NETWORK parameter is set to either "pubnet" or "testnet".
    urvisavla committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a00892c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baa251a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ceb35a View commit details
    Browse the repository at this point in the history
  4. Fix linter errors

    urvisavla committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    22bbd7d View commit details
    Browse the repository at this point in the history
  5. Addressing review comments

    urvisavla committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8adb07b View commit details
    Browse the repository at this point in the history
  6. Fix go formatting error

    urvisavla committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    750b2e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fad560c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8884314 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8052046 View commit details
    Browse the repository at this point in the history
  10. Add integration tests to validate network parameter when used in conj…

    …unction with other parameters that are not allowed.
    
    Additionally, modified StartHorizon() function to return an error message in case of failure instead of just exiting.
    Updated an existing test to use the modified behaviour.
    urvisavla committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9210b53 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b5ea885 View commit details
    Browse the repository at this point in the history
  12. Addressing review comment

    urvisavla committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4c833d3 View commit details
    Browse the repository at this point in the history
  13. Addressing review comments

    urvisavla committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    848ed56 View commit details
    Browse the repository at this point in the history