-
Notifications
You must be signed in to change notification settings - Fork 812
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
Verify gen-all-sdk-grpc #3310
Verify gen-all-sdk-grpc #3310
Conversation
Build Failed 😱 Build Id: fdad105a-a9fa-4ac1-8b03-a5d6ad69bfe9 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
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.
Looks good - small piece missing
build/includes/sdk.mk
Outdated
# difference in sdks before and after gen-all-sdk-grpc target | ||
test-gen-all-sdk-grpc: | ||
mkdir -p includes/tmp | ||
cp -r ../sdks includes/tmp |
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.
It's also the test/sdk
directory.
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.
I have included the 'test/sdk' directory to compare the differences.
Build Failed 😱 Build Id: f81a0dbb-4d09-4c26-88aa-49f21fc41ccb To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 2fe410d1-d1fb-4d67-8b3e-2a7900c81168 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Kalaiselvi84, zmerlynn The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Failed 😱 Build Id: 558e91fd-15de-4afe-8cee-a908b667c9c0 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
New changes are detected. LGTM label has been removed. |
Build Failed 😱 Build Id: 4d2b1334-f7af-4e72-a37d-68f8b90512f0 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: dac170ef-6ee2-4d78-a410-f17af642cd0e To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 0de32e08-be34-4177-a3e0-1389a49700ed To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: f8fb2a1d-8568-44f0-8a6a-61eec3a691fb To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 62024f34-687d-4191-a500-b487b70bca56 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 89bf886b-86c1-435c-8825-832543a4f257 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: 409dae63-160d-409c-9d3a-6739211ce94a To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
…er tests This may be causing some sort of conflict in the tests in googleforgames#3310. Not sure why only googleforgames#3310 is seeing it, but it's not hard to make this consistent.
…er tests This may be causing some sort of conflict in the tests in googleforgames#3310. Not sure why only googleforgames#3310 is seeing it, but it's not hard to make this consistent.
The build issue for this PR is being addressed in #3349, and this PR will be closed. |
Adds a build step to verify that `make gen-all-sdk-grpc` has run. Credit to @Kalaiselvi84 for original googleforgames#3310 Sample output: ``` === Diffing workspace after 'make gen-all-sdk-grpc' *** Failure: Differences found: D sdks/rust/proto/allocation/allocation.proto D sdks/rust/proto/googleapis/google/api/annotations.proto D sdks/rust/proto/googleapis/google/api/client.proto D sdks/rust/proto/googleapis/google/api/field_behavior.proto D sdks/rust/proto/googleapis/google/api/http.proto D sdks/rust/proto/googleapis/google/api/launch_stage.proto D sdks/rust/proto/googleapis/google/api/resource.proto D sdks/rust/proto/grpc-gateway/LICENSE.txt D sdks/rust/proto/grpc-gateway/protoc-gen-openapiv2/options/annotations.proto D sdks/rust/proto/grpc-gateway/protoc-gen-openapiv2/options/openapiv2.proto D sdks/rust/proto/sdk/alpha/alpha.proto D sdks/rust/proto/sdk/beta/beta.proto D sdks/rust/proto/sdk/sdk.proto ``` (Note this sample output was also what happens when I just run this check on my desktop because the `rust` generation spews files as root.)
…er tests This may be causing some sort of conflict in the tests in googleforgames#3310. Not sure why only googleforgames#3310 is seeing it, but it's not hard to make this consistent.
Adds a build step to verify that `make gen-all-sdk-grpc` has run. Credit to @Kalaiselvi84 for original googleforgames#3310 Sample output: ``` === Diffing workspace after 'make gen-all-sdk-grpc' *** Failure: Differences found: D sdks/rust/proto/allocation/allocation.proto D sdks/rust/proto/googleapis/google/api/annotations.proto D sdks/rust/proto/googleapis/google/api/client.proto D sdks/rust/proto/googleapis/google/api/field_behavior.proto D sdks/rust/proto/googleapis/google/api/http.proto D sdks/rust/proto/googleapis/google/api/launch_stage.proto D sdks/rust/proto/googleapis/google/api/resource.proto D sdks/rust/proto/grpc-gateway/LICENSE.txt D sdks/rust/proto/grpc-gateway/protoc-gen-openapiv2/options/annotations.proto D sdks/rust/proto/grpc-gateway/protoc-gen-openapiv2/options/openapiv2.proto D sdks/rust/proto/sdk/alpha/alpha.proto D sdks/rust/proto/sdk/beta/beta.proto D sdks/rust/proto/sdk/sdk.proto ``` (Note this sample output was also what happens when I just run this check on my desktop because the `rust` generation spews files as root.)
* Move the restapi folder GRPC_PORT off of the same port as the go folder tests This may be causing some sort of conflict in the tests in #3310. Not sure why only #3310 is seeing it, but it's not hard to make this consistent. * Verify gen-all-sdk-grpc has run Adds a build step to verify that `make gen-all-sdk-grpc` has run. Credit to @Kalaiselvi84 for original #3310 Sample output: ``` === Diffing workspace after 'make gen-all-sdk-grpc' *** Failure: Differences found: D sdks/rust/proto/allocation/allocation.proto D sdks/rust/proto/googleapis/google/api/annotations.proto D sdks/rust/proto/googleapis/google/api/client.proto D sdks/rust/proto/googleapis/google/api/field_behavior.proto D sdks/rust/proto/googleapis/google/api/http.proto D sdks/rust/proto/googleapis/google/api/launch_stage.proto D sdks/rust/proto/googleapis/google/api/resource.proto D sdks/rust/proto/grpc-gateway/LICENSE.txt D sdks/rust/proto/grpc-gateway/protoc-gen-openapiv2/options/annotations.proto D sdks/rust/proto/grpc-gateway/protoc-gen-openapiv2/options/openapiv2.proto D sdks/rust/proto/sdk/alpha/alpha.proto D sdks/rust/proto/sdk/beta/beta.proto D sdks/rust/proto/sdk/sdk.proto ``` (Note this sample output was also what happens when I just run this check on my desktop because the `rust` generation spews files as root.)
What type of PR is this?
/kind cleanup
What this PR does / Why we need it:
Which issue(s) this PR fixes:
Closes #3303
Special notes for your reviewer: