File tree Expand file tree Collapse file tree 2 files changed +4
-41
lines changed Expand file tree Collapse file tree 2 files changed +4
-41
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8585 run : |
8686 ./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 create grpc://localhost:2135 /Root/testdb
8787
88- - name : Chaos YDB
89- run : |
90- chmod +x ./.github/scripts/chaos-ydb.sh
91- nohup ./.github/scripts/chaos-ydb.sh > chaos-ydb.log 2>&1 &
92-
93- # - name: Chaos Network
94- # run: |
95- # sudo tc qdisc add dev lo root netem delay 100ms 50ms loss 5% corrupt 1%
96-
9788 - name : Run SLO Tests
9889 run : |
9990 ./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 run grpc://localhost:2135 /Root/testdb \
@@ -105,9 +96,10 @@ jobs:
10596 -read-timeout 1000 \
10697 -write-timeout 1000 || true
10798
108- # - if: always()
109- # run: |
110- # sudo tc qdisc del dev lo root
99+ - if : always()
100+ name : Store ydb chaos testing logs
101+ run : |
102+ docker logs ydb-chaos > chaos-ydb.log
111103
112104 - if : always()
113105 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments