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

Simmy API review Part 3 - Set enabled to true by default #1916

Conversation

peter-csala
Copy link
Contributor

Pull Request

The issue or feature being addressed

#1901

Details on the issue fix or feature implementation

  • Changed the default value of Enabled from false to true
  • Added clarifications about property precedence

Confirm the following

  • I started this PR by branching from the head of the default branch
  • I have targeted the PR to merge into the default branch
  • I have included unit tests for the issue/feature
  • I have successfully run a local build

@peter-csala
Copy link
Contributor Author

@martintmk Shall I add the renaming of BehaviorAction to BehaviorGenerator to this PR or should I create a separate instead?

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5897459) 84.80% compared to head (b557b5c) 84.79%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1916      +/-   ##
==========================================
- Coverage   84.80%   84.79%   -0.01%     
==========================================
  Files         312      312              
  Lines        6897     6893       -4     
  Branches     1056     1056              
==========================================
- Hits         5849     5845       -4     
  Misses        839      839              
  Partials      209      209              
Flag Coverage Δ
linux 84.79% <100.00%> (?)
macos 84.79% <100.00%> (-0.01%) ⬇️
windows 84.79% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@martincostello martincostello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is much terser and intuitive.

I wonder if we should put a note in the documentation somewhere that people should take care with the default being on, as if this is being used in production you'd be getting chaos as an opt-out rather than an opt-in as a change in behaviour to previous releases(?) of Simmy, so any configuration that might be tied to turning chaos on or not would be inverted.

@martincostello martincostello added this to the v8.3.0 milestone Jan 23, 2024
@peter-csala
Copy link
Contributor Author

I wonder if we should put a note in the documentation somewhere that people should take care with the default being on, as if this is being used in production you'd be getting chaos as an opt-out rather than an opt-in as a change in behaviour to previous releases(?) of Simmy, so any configuration that might be tied to turning chaos on or not would be inverted.

Done

docs/chaos/index.md Outdated Show resolved Hide resolved
@martintmk martintmk merged commit f40fa29 into App-vNext:main Jan 23, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants