File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed
Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1+ id : stability-check
2+ name : " Check chain stability"
3+ timeout : 2h
4+ tasks :
5+ - name : check_clients_are_healthy
6+ title : " Check if all clients are ready"
7+ timeout : 5m
8+ config :
9+ minClientCount : 3
10+
11+ - name : run_tasks_concurrent
12+ title : " Check chain stability"
13+ timeout : 1h
14+ config :
15+ tasks :
16+ - name : check_consensus_finality
17+ title : " Check consensus chain finality"
18+ config :
19+ minFinalizedEpochs : 2
20+ maxUnfinalizedEpochs : 3
21+ - name : check_consensus_attestation_stats
22+ title : " Check consensus attestation stats"
23+ config :
24+ minTargetPercent : 98
25+ minHeadPercent : 80
26+ - name : check_consensus_reorgs
27+ title : " Check consensus reorgs"
28+ config :
29+ maxReorgsPerEpoch : 2
30+ minCheckEpochCount : 1
31+ - name : check_consensus_forks
32+ title : " Check consensus forks"
Original file line number Diff line number Diff line change @@ -22,5 +22,7 @@ additional_services:
2222 - beacon_metrics_gazer
2323 - prometheus_grafana
2424assertoor_params :
25- run_stability_check : true
25+ run_stability_check : false
2626 run_block_proposal_check : false
27+ tests :
28+ - file : " ./consensus-test.yaml"
You can’t perform that action at this time.
0 commit comments