-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
regression: default to already stored value not value from code #32870
Conversation
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-6.11.0 #32870 +/- ##
==================================================
- Coverage 55.67% 55.66% -0.01%
==================================================
Files 2636 2636
Lines 57428 57429 +1
Branches 11902 11903 +1
==================================================
- Hits 31971 31969 -2
+ Misses 22767 22739 -28
- Partials 2690 2721 +31
Flags with carried forward coverage won't be shown. Click here to find out more. |
657da01
to
eb171fa
Compare
apps/meteor/tests/unit/app/settings/server/functions/settings.tests.ts
Outdated
Show resolved
Hide resolved
apps/meteor/tests/unit/app/settings/server/functions/settings.tests.ts
Outdated
Show resolved
Hide resolved
apps/meteor/tests/unit/app/settings/server/functions/settings.tests.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Marcos Spessatto Defendi <marcos.defendi@rocket.chat>
…tests.ts Co-authored-by: Marcos Spessatto Defendi <marcos.defendi@rocket.chat>
…tests.ts Co-authored-by: Marcos Spessatto Defendi <marcos.defendi@rocket.chat>
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com> Co-authored-by: Marcos Spessatto Defendi <marcos.defendi@rocket.chat>
Proposed changes (including videos or screenshots)
Issue(s)
https://rocketchat.atlassian.net/browse/CORE-585
Cache was getting updated with value in code if a property in code other than value changed from what was stored.
Steps to test or reproduce
Further comments
Test cases: