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

Fix #926 cache warmer and method signature #927

Conversation

cvgw
Copy link
Contributor

@cvgw cvgw commented Dec 20, 2019

Fixes #926 .

Description

A previous change had broken the cache warmer by updating the return signature of a method which the cache warmer called.

This fixes that issue, refactors the warming code for easier testing, and adds unit tests.

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

  • Includes unit tests
  • Adds integration tests if needed.

See the contribution guide for more details.

Reviewer Notes

  • The code flow looks good.
  • Unit tests and or integration tests added.

Release Notes

Describe any changes here so maintainer can include it in the release notes, or delete this block.

- Fix cache warmer error

@googlebot googlebot added the cla: yes CLA signed by all commit authors label Dec 20, 2019
@cvgw cvgw force-pushed the u/cgwippern/issue-926_fix_cache_warmer_and_method_sig branch 4 times, most recently from ae9072b to 56232d6 Compare December 21, 2019 18:47
@cvgw cvgw requested a review from tejal29 December 23, 2019 16:23
@cvgw cvgw force-pushed the u/cgwippern/issue-926_fix_cache_warmer_and_method_sig branch from 56232d6 to 2fc44a3 Compare January 3, 2020 21:05
@cvgw cvgw mentioned this pull request Jan 3, 2020
4 tasks
@cvgw cvgw force-pushed the u/cgwippern/issue-926_fix_cache_warmer_and_method_sig branch from 2fc44a3 to 776fa43 Compare January 10, 2020 20:29
@cvgw cvgw requested review from tejal29 and samos123 January 10, 2020 20:51
@cvgw cvgw merged commit 464ac13 into GoogleContainerTools:master Jan 10, 2020
@cvgw cvgw deleted the u/cgwippern/issue-926_fix_cache_warmer_and_method_sig branch January 10, 2020 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes CLA signed by all commit authors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cache warmer is broken in v0.15.0
3 participants