Skip to content

Commit

Permalink
Merge pull request #44 from crytic/iochaos-fix
Browse files Browse the repository at this point in the history
Iochaos fix
  • Loading branch information
bsamuels453 authored Jan 8, 2024
2 parents 4559cf3 + 8588b7e commit 738376e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
12 changes: 2 additions & 10 deletions test-suites/io-fault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,9 @@ tests:
mode: all
selector:
labelSelectors:
# kurtosistech.com.custom/ethereum-package.client-type: beacon
# kurtosistech.com.custom/ethereum-package.client-type: execution
#kurtosistech.com/id: cl-3-prysm-geth
kurtosistech.com/id: el-1-geth-lighthouse
kurtosistech.com/id: el-2-nethermind-lighthouse

# for CL nodes
#path: '/consensus-data/**/*'
#volumePath: /consensus-data
# for EL nodes
path: '/execution-data/**/*'
volumePath: /execution-data
volumePath: /data/nethermind/execution-data

errno: 5
percent: 50
Expand Down
13 changes: 2 additions & 11 deletions test-suites/io-latency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,9 @@ tests:
mode: all
selector:
labelSelectors:
# kurtosistech.com.custom/ethereum-package.client-type: beacon
# kurtosistech.com.custom/ethereum-package.client-type: execution
#kurtosistech.com/id: cl-3-prysm-geth
kurtosistech.com/id: el-1-geth-lighthouse

# for CL nodes
#path: '/consensus-data/**/*'
#volumePath: /consensus-data
# for EL nodes
path: '/execution-data/**/*'
volumePath: /execution-data
kurtosistech.com/id: el-2-nethermind-lighthouse

volumePath: /data/nethermind/execution-data
delay: '2000ms'
percent: 100
duration: 120s
Expand Down

0 comments on commit 738376e

Please sign in to comment.