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

chain activation: avoid misfiring #601

Merged
merged 2 commits into from
Sep 12, 2023
Merged

chain activation: avoid misfiring #601

merged 2 commits into from
Sep 12, 2023

Commits on Sep 11, 2023

  1. chain activation: avoid misfiring

    when activate job gets a successful RPC response for the first time, it
    should not repeat the query; instead, just parse the output again and
    check whether the level is zero.
    
    This way, if the second rpc query fails, it will just restart the job
    instead of passing silently, resulting in a non-activated chain stuck at
    level 0, as happened on Mondaynet today.
    nicolasochem committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0a417ab View commit details
    Browse the repository at this point in the history
  2. fix helm tests

    nicolasochem committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9bc910b View commit details
    Browse the repository at this point in the history