-
Notifications
You must be signed in to change notification settings - Fork 15.6k
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
Add compatibility test for php. #3041
Conversation
Can one of the admins verify this patch? |
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.
Can you make an incompatible change and make sure the test can catch that?
php/tests/compatibility_test.sh
Outdated
|
||
generate_proto() { | ||
PROTOC1=$1 | ||
PROTOC2=$1 |
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.
Should be $2 here?
d7c5a50
to
a7b09a4
Compare
See https://grpc-testing.appspot.com/me/my-views/view/All/job/protobuf_pull_request/1156/testReport/ for catching an API incompatible change. |
Broken test not related to php. |
No description provided.