Skip to content

Commit

Permalink
chaos-test: reduce io-delay of minio to 50ms (#4204)
Browse files Browse the repository at this point in the history
Delaying each io operation for 1s is almost unacceptable for minio,
which cause
[chaos-test](https://github.com/juicedata/juicefs/actions/workflows/chaos.yml
) fails frequently.

Signed-off-by: xixi <[email protected]>
  • Loading branch information
Hexilee authored Nov 27, 2023
1 parent c70e1e8 commit a612e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/chaos/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
labelSelectors:
app: minio-server
volumePath: /data
delay: '1s'
delay: '50ms'
# minio 内存压力
- name: minio-memory
templateType: StressChaos
Expand Down

0 comments on commit a612e08

Please sign in to comment.