-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Cache API tests & unifying behavior #61229
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
e4944f0
Add tests for cache backends
waynew 747ef80
Tests run against everything!
waynew 4385936
Get consul passing cache tests
waynew fbebafa
now mysql tests also pass
waynew 9230a62
comments
waynew 721b66f
add mysql cache tests
waynew 6dd660d
Ensure consul cache is flushing timestamp keys
waynew 453a77e
Ensure etcd cache is flushing timestamp keys
waynew e6db022
Update redis cache api to conform to localfs
waynew 4cb1f76
Fix etcd path inconsistency
waynew ac2078e
Remove comments and cleanup test setup
waynew 764169e
Add localfs backed memcache to the tests
waynew 8af593b
Bad serial
waynew 166e68f
No this is wrong
waynew a0bd87c
Probably the right lazy loader fix
waynew fa98569
Restore tested mysql cache functionality
waynew fbf96b8
remove silly files
waynew b8e7e61
Fix redis_cache cluster mode import
waynew 260f4e0
payload should string-ify all the data
waynew b09f0eb
Fix unit tests for parametrization
waynew 55cf928
Fix missing docstring complaints
waynew 320690d
Merge remote-tracking branch 'salt/master' into tc/cache_tests
waynew 0c51cb9
incorporate PR feedback
waynew 7606a50
Merge branch 'master' into tc/cache_tests
waynew 213b124
Skip docker if not found and add the rest of mysql
waynew 01aca0b
Tests all passing, woo!
waynew faf365d
Merge remote-tracking branch 'salt/master' into tc/cache_tests
waynew 286c82f
run black
waynew f64d918
Merge branch 'master' into tc/cache_tests
waynew 53afc63
Disable pylint here
waynew 75e93d3
Merge remote-tracking branch 'wayne/tc/cache_tests' into tc/cache_tests
waynew 9fbae75
Skip when mysql fails during CI
waynew File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Corrected import statement for redis_cache in cluster mode. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Updated mysql cache module to also store updated timestamp, making it consistent with default cache module. Users of mysql cache should ensure database size before updating, as ALTER TABLE will add the timestamp column. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.