Skip to content

Commit

Permalink
Push consensus file to take it form the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o committed Oct 11, 2024
1 parent df8d22d commit a18768f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
32 changes: 32 additions & 0 deletions consensus-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
id: stability-check
name: "Check chain stability"
timeout: 2h
tasks:
- name: check_clients_are_healthy
title: "Check if all clients are ready"
timeout: 5m
config:
minClientCount: 3

- name: run_tasks_concurrent
title: "Check chain stability"
timeout: 1h
config:
tasks:
- name: check_consensus_finality
title: "Check consensus chain finality"
config:
minFinalizedEpochs: 2
maxUnfinalizedEpochs: 3
- name: check_consensus_attestation_stats
title: "Check consensus attestation stats"
config:
minTargetPercent: 98
minHeadPercent: 80
- name: check_consensus_reorgs
title: "Check consensus reorgs"
config:
maxReorgsPerEpoch: 2
minCheckEpochCount: 1
- name: check_consensus_forks
title: "Check consensus forks"
4 changes: 3 additions & 1 deletion network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ additional_services:
- beacon_metrics_gazer
- prometheus_grafana
assertoor_params:
run_stability_check: true
run_stability_check: false
run_block_proposal_check: false
tests:
- file: "./consensus-test.yaml"

0 comments on commit a18768f

Please sign in to comment.