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

OCT-1596 Implement automated sanity tests for Info API section #345

Merged
merged 6 commits into from
Jul 29, 2024

Commits on Jul 26, 2024

  1. sanity tests for info endpoints

    Signed-off-by: Mateusz Stolecki <mateusz@golem.foundation>
    MateuszStoleckiGLM authored and paulperegud committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    917c6da View commit details
    Browse the repository at this point in the history
  2. fix readme command to run one api test

    Signed-off-by: Mateusz Stolecki <mateusz@golem.foundation>
    MateuszStoleckiGLM authored and paulperegud committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    21e6d93 View commit details
    Browse the repository at this point in the history
  3. one left out method not updated for sync status changes

    Signed-off-by: Mateusz Stolecki <mateusz@golem.foundation>
    MateuszStoleckiGLM authored and paulperegud committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ec62975 View commit details
    Browse the repository at this point in the history
  4. one more regression fix

    Signed-off-by: Mateusz Stolecki <mateusz@golem.foundation>
    MateuszStoleckiGLM authored and paulperegud committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    bef3608 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. multideployer: better handling of errors

    multideployer:
    * non-zero exit on subcommand => http 500
    * print stdout and stderr in logs
    * return stdout and stderr as a text accompanying the http 500
    
    conftest:
    * if multideployer crashes, log the details
    paulperegud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    23823b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48c02ea View commit details
    Browse the repository at this point in the history