Skip to content

Commit

Permalink
fix: add pause after stress (#298)
Browse files Browse the repository at this point in the history
Previously we encountered several issues due to putting stress on
broker, since this causes leader changes and then the deployment will
not work. We should wait for a while and then try to verify the steady
state
  • Loading branch information
ChrisKujawa authored Dec 21, 2022
2 parents e260987 + 9c722ff commit 1aa1b5a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
"type": "process",
"path": "zbchaos",
"arguments": ["stress", "broker", "--cpu"]
},
"pauses": {
"after": 30
}
}
],
Expand Down

0 comments on commit 1aa1b5a

Please sign in to comment.