-
Notifications
You must be signed in to change notification settings - Fork 186
chore: chaos bot improvements #22174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Michael Heinrichs <[email protected]>
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #22174 +/- ##
============================================
- Coverage 70.95% 70.94% -0.01%
- Complexity 24600 24604 +4
============================================
Files 2692 2692
Lines 104943 104943
Branches 11038 11038
============================================
- Hits 74458 74455 -3
- Misses 26457 26459 +2
- Partials 4028 4029 +1 see 14 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
...onsensus-otter-tests/src/testFixtures/java/org/hiero/otter/fixtures/chaosbot/Experiment.java
Show resolved
Hide resolved
|
LGTM, unless we want to do the change with timestamps |
Signed-off-by: Michael Heinrichs <[email protected]>
Signed-off-by: Michael Heinrichs <[email protected]>
...ter-tests/src/testFixtures/java/org/hiero/otter/fixtures/chaosbot/ChaosBotConfiguration.java
Show resolved
Hide resolved
...onsensus-otter-tests/src/testFixtures/java/org/hiero/otter/fixtures/chaosbot/Experiment.java
Outdated
Show resolved
Hide resolved
...onsensus-otter-tests/src/testFixtures/java/org/hiero/otter/fixtures/chaosbot/Experiment.java
Show resolved
Hide resolved
...tests/src/testFixtures/java/org/hiero/otter/fixtures/chaosbot/HighLatencyNodeExperiment.java
Outdated
Show resolved
Hide resolved
...onsensus-otter-tests/src/testFixtures/java/org/hiero/otter/fixtures/chaosbot/Experiment.java
Outdated
Show resolved
Hide resolved
...ests/src/testFixtures/java/org/hiero/otter/fixtures/chaosbot/LowBandwidthNodeExperiment.java
Outdated
Show resolved
Hide resolved
...ests/src/testFixtures/java/org/hiero/otter/fixtures/chaosbot/LowBandwidthNodeExperiment.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Michael Heinrichs <[email protected]>
Description:
This PR restructures and simplifies the Otter Chaos Bot and adds new features:
Related issue(s):
Fixes #22057 and #22059