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

feat: Add recovery tests to zk_supervisor #2444

Merged
merged 41 commits into from
Jul 26, 2024

Commits on Jul 16, 2024

  1. Add test recovery subcommand to zk_supervisor

    Manuel committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    987465d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. feat: Add recovery test subcommand to toolbox

    Manuel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bd07f12 View commit details
    Browse the repository at this point in the history
  2. style: Format code

    Manuel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8e0e590 View commit details
    Browse the repository at this point in the history
  3. ci: Run genesis recovery test in CI

    Manuel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    669f324 View commit details
    Browse the repository at this point in the history
  4. feat: Load config from files when required

    Manuel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ae144d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa9c5d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5de5279 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. test: Manage external node execution

    Manuel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ba6d792 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdbfb1d View commit details
    Browse the repository at this point in the history
  3. ci: Reorder tests in CI

    Manuel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8505544 View commit details
    Browse the repository at this point in the history
  4. refactor: delete dead code

    Manuel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9050aab View commit details
    Browse the repository at this point in the history
  5. refactor: remove more dead code

    Manuel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7288f51 View commit details
    Browse the repository at this point in the history
  6. refactor: lint

    Manuel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    963192f View commit details
    Browse the repository at this point in the history
  7. ci: add isolated workflow for recovery testing

    Manuel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3eb35d0 View commit details
    Browse the repository at this point in the history
  8. ci: add ci job

    Manuel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    682c7b1 View commit details
    Browse the repository at this point in the history
  9. revert: remove ci job

    Manuel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ed79cb1 View commit details
    Browse the repository at this point in the history
  10. refactor: lint code

    Manuel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    fb24530 View commit details
    Browse the repository at this point in the history
  11. fix: temporarily remove test from ci

    Manuel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5c2e986 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b8d24b0 View commit details
    Browse the repository at this point in the history
  13. fix: reset external node instead of server

    Manuel committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    fe8641d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    4dff90c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    755d564 View commit details
    Browse the repository at this point in the history
  3. refactor: reorder variables declaration

    Manuel committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    c40728a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    0f4f245 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e1df03 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    20716ac View commit details
    Browse the repository at this point in the history
  2. fix:

    manuelmauro committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    93d433d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fe58b8 View commit details
    Browse the repository at this point in the history
  4. chore: lint

    manuelmauro committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    96bef34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46c2d55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    159dd75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    557b60f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f5fca8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21a9229 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9dfc89b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    42e68ed View commit details
    Browse the repository at this point in the history
  12. Add snapshot recovery to the general config

    Signed-off-by: Danil <deniallugo@gmail.com>
    Deniallugo committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    713f2fd View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    aa9f112 View commit details
    Browse the repository at this point in the history
  2. Fix configs path for recovery test

    Signed-off-by: Danil <deniallugo@gmail.com>
    Deniallugo committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    16d0463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c9457b View commit details
    Browse the repository at this point in the history
  4. refactor: format yaml

    manuelmauro committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    960dc82 View commit details
    Browse the repository at this point in the history