Skip to content
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

Toggles for assaults #404

Open
vinaygoureddy opened this issue Oct 12, 2023 · 0 comments
Open

Toggles for assaults #404

vinaygoureddy opened this issue Oct 12, 2023 · 0 comments

Comments

@vinaygoureddy
Copy link

Hello,
As we are filtering for the active assaults, can we include a condition to check toggle config too, like we are doing for watchers

List<ChaosMonkeyAssault> activeAssaults = assaults.stream().filter(ChaosMonkeyAssault::isActive).collect(Collectors.toList());

Reason for asking this is if we want to to run one assault at a time, example run tests with exception assault once check how the app behaves, then run tests with latency assault see how the app behaves without re-starting the app by controlling the assaults through flags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants