• pk910's avatar
    fix: fix failing persistence test (#554) · 99242d66
    pk910 authored
    fixed the failing persistence test by re-ordering the clients list.
    
    The test fails because initialization of all EL clients takes longer
    than the initial genesis delay.
    Due to this, lighhouse returns an unhealty result for its health check
    as it's post-genesis and not following a chain / has no peers.
    The kurtosis package waits for a healthy result, which never occurs as
    all other BNs & VCs are missing at that point.
    
    The fix proposed in this PR is a workaround as it moves the lighthouse
    node further down to ensure it can connect to other nodes initialized
    before.
    
    There is an alternative approach to fix this issue:
    ```
    network_params:
      genesis_delay: 300
    ```
    which ensures all clients are properly initialized before the network
    starts.
    99242d66
Name
Last commit
Last update
.circleci Loading commit data...
.github Loading commit data...
docs Loading commit data...
examples Loading commit data...
src Loading commit data...
static_files Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.gitpod.Dockerfile Loading commit data...
.gitpod.yml Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
kurtosis-package-icon.png Loading commit data...
kurtosis.yml Loading commit data...
main.star Loading commit data...
network_params.yaml Loading commit data...
rename.sh Loading commit data...
run.gif Loading commit data...
version.txt Loading commit data...