Skip to content

Commit

Permalink
ci: add chaos testing
Browse files Browse the repository at this point in the history
  • Loading branch information
polRk committed Oct 28, 2024
1 parent 17a901b commit 9e4535b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/slo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
sdk_name: ${{ matrix.sdk.name }}

- name: Download chaos testing tool
uses: robinraju/release-downloader@v1
with:
repository: 'alexei-led/pumba'
tag: '0.10.1'
fileName: 'pumba_linux_amd64'

- name: Run chaos testing
run: |
echo 'Performing chaos testing...'
chmod +x ./pumba_linux_amd64
sleep 30
./pumba_linux_amd64 --random --interval 30s restart re2:^ydb-dynamic &
- name: Run SLO Tests
run: |
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 create grpc://localhost:2135 /Root/testdb
Expand Down

0 comments on commit 9e4535b

Please sign in to comment.