-
Notifications
You must be signed in to change notification settings - Fork 34
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: skip parent request entry on cloud run #658
Conversation
Warning: This pull request is touching the following templated files:
|
29a0cb3
to
5cc6c99
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @wvanderdeijl for making this change! Overall the change looks good. I wonder if you can also cover this behavior in system-test like one we have in:
[GCPEnv.APP_ENGINE, GCPEnv.CLOUD_FUNCTIONS].forEach(env => { |
You mean to test this behaviour in |
I believe we should make sure that for |
@losalex isnt’t that the test I added to |
@wvanderdeijl , my bad, it seems I might confuse you - would you be able to merge your new test with one above? This way we can keep them all together to make sure it will prevent any confusion in the future. Approving the request anyway, up to you if you can make a change to unify the test - good job and thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@losalex I've integrated into a single test as you requested. But this removed your approval and the work from the bot that updated the README |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #626
We also suffer from this issue. As a (dirty) workaround we have no added the following code to our own codebase: