-
Notifications
You must be signed in to change notification settings - Fork 52
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
Upgrading to v1.11.2 breaks the unit test of our (lonely) streaming method #363
Comments
FYI @fiboknacky @aohren |
Not sure if that helps but debugging the unit test that fail, I found that the
|
That definitely helps! |
Actually, in looking at the |
However, the documentation for hmm. |
Ok so we are thinking that the this is a bug in gax-php that has kind of been lurking.
So the bug is that The problem was introduced because |
Ok we've got a fix planned. It will come early next week. Sorry about the breakage, please continue to use 1.10 for now. |
Environment details
Steps to reproduce
google-ads-php
.gax-php
to1.10.0
in thecomposer.json
composer update
google-ads
protosGoogle\\Ads\\GoogleAds\\V9\\Services\\GoogleAdsServiceClientTest::searchStreamExceptionTest
.gax-php
to1.11.2
in thecomposer.json
composer update
In this particular case an
ApiException
is thrown with themetadata
field typed asRepeatedField
with1.11.2
which was not the case before (I believe it was a keyed array in the version1.10.0
).The text was updated successfully, but these errors were encountered: