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

feat: [cloudtasks] increase timeout of RPC methods to 20s for v2 #9646

Merged
merged 3 commits into from
Jul 20, 2023

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Jul 17, 2023

  • Regenerate this pull request now.

feat: add YAML config for GetLocation and ListLocation for v2
feat: add UploadQueueYaml, BufferTask RPC method for CloudTasks service for v2beta2
feat: set deadline for GetLocation, ListLocations and UploadQueueYaml RPCs for v2beta2
feat: add BufferTask RPC method for CloudTasks service for v2beta3
feat: add YAML config for GetLocation and ListLocations for v2beta3

PiperOrigin-RevId: 548738528

Source-Link: googleapis/googleapis@4d98ffc

Source-Link: https://github.com/googleapis/googleapis-gen/commit/183d6bc4ee3c1890b1d24f9dc855041f497d5d5b
Copy-Tag: eyJwIjoiamF2YS10YXNrcy8uT3dsQm90LnlhbWwiLCJoIjoiMTgzZDZiYzRlZTNjMTg5MGIxZDI0ZjlkYzg1NTA0MWY0OTdkNWQ1YiJ9

feat: add YAML config for GetLocation and ListLocation for v2
feat: add UploadQueueYaml, BufferTask RPC method for CloudTasks service for v2beta2
feat: set deadline for GetLocation, ListLocations and UploadQueueYaml RPCs for v2beta2
feat: add BufferTask RPC method for CloudTasks service for v2beta3
feat: add YAML config for GetLocation and ListLocations for v2beta3

PiperOrigin-RevId: 548738528

Source-Link: googleapis/googleapis@4d98ffc

Source-Link: googleapis/googleapis-gen@183d6bc
Copy-Tag: eyJwIjoiamF2YS10YXNrcy8uT3dsQm90LnlhbWwiLCJoIjoiMTgzZDZiYzRlZTNjMTg5MGIxZDI0ZjlkYzg1NTA0MWY0OTdkNWQ1YiJ9
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 17, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 17, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 17, 2023
@snippet-bot
Copy link

snippet-bot bot commented Jul 17, 2023

Here is the summary of changes.

You are about to add 25 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 17, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 17, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 17, 2023
@lqiu96
Copy link
Contributor

lqiu96 commented Jul 19, 2023

Error:

2023-07-17T21:09:13.7697712Z 21:09:13:753 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project google-cloud-tasks: Compilation failure: Compilation failure: 
2023-07-17T21:09:13.7698896Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2beta3/MockLocationsImpl.java:[24,47] package com.google.cloud.location.LocationsGrpc does not exist
2023-07-17T21:09:13.7699950Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2beta3/MockLocationsImpl.java:[35,40] cannot find symbol
2023-07-17T21:09:13.7700481Z 21:09:13:754 [ERROR]   symbol: class LocationsImplBase
2023-07-17T21:09:13.7701400Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2beta2/MockLocationsImpl.java:[24,47] package com.google.cloud.location.LocationsGrpc does not exist
2023-07-17T21:09:13.7702413Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2beta2/MockLocationsImpl.java:[35,40] cannot find symbol
2023-07-17T21:09:13.7702937Z 21:09:13:754 [ERROR]   symbol: class LocationsImplBase
2023-07-17T21:09:13.7703792Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2/MockLocationsImpl.java:[24,47] package com.google.cloud.location.LocationsGrpc does not exist
2023-07-17T21:09:13.7704795Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2/MockLocationsImpl.java:[35,40] cannot find symbol
2023-07-17T21:09:13.7705305Z 21:09:13:754 [ERROR]   symbol: class LocationsImplBase
2023-07-17T21:09:13.7706121Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2beta3/MockLocationsImpl.java:[65,3] method does not override or implement a method from a supertype
2023-07-17T21:09:13.7707202Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2beta3/MockLocationsImpl.java:[86,3] method does not override or implement a method from a supertype
2023-07-17T21:09:13.7708276Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2beta2/MockLocationsImpl.java:[65,3] method does not override or implement a method from a supertype
2023-07-17T21:09:13.7709337Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2beta2/MockLocationsImpl.java:[86,3] method does not override or implement a method from a supertype
2023-07-17T21:09:13.7710305Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2beta2/MockLocations.java:[52,23] cannot find symbol
2023-07-17T21:09:13.7710822Z 21:09:13:754 [ERROR]   symbol:   method bindService()
2023-07-17T21:09:13.7711375Z 21:09:13:754 [ERROR]   location: variable serviceImpl of type com.google.cloud.tasks.v2beta2.MockLocationsImpl
2023-07-17T21:09:13.7712201Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2/MockLocations.java:[52,23] cannot find symbol
2023-07-17T21:09:13.7712704Z 21:09:13:754 [ERROR]   symbol:   method bindService()
2023-07-17T21:09:13.7713114Z 21:09:13:754 [ERROR]   location: variable serviceImpl of type com.google.cloud.tasks.v2.MockLocationsImpl
2023-07-17T21:09:13.7714029Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2/MockLocationsImpl.java:[65,3] method does not override or implement a method from a supertype
2023-07-17T21:09:13.7715156Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2/MockLocationsImpl.java:[86,3] method does not override or implement a method from a supertype
2023-07-17T21:09:13.7716115Z 21:09:13:754 [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-tasks/google-cloud-tasks/src/test/java/com/google/cloud/tasks/v2beta3/MockLocations.java:[52,23] cannot find symbol
2023-07-17T21:09:13.7716633Z 21:09:13:754 [ERROR]   symbol:   method bindService()
2023-07-17T21:09:13.7717074Z 21:09:13:754 [ERROR]   location: variable serviceImpl of type com.google.cloud.tasks.v2beta3.MockLocationsImpl
2023-07-17T21:09:13.7717577Z 21:09:13:754 [ERROR] -> [Help 1]
2023-07-17T21:09:13.7717804Z 21:09:13:754 [ERROR] 
2023-07-17T21:09:13.7718217Z 21:09:13:754 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
2023-07-17T21:09:13.7718717Z 21:09:13:754 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
2023-07-17T21:09:13.7719023Z 21:09:13:754 [ERROR] 
2023-07-17T21:09:13.7719389Z 21:09:13:754 [ERROR] For more information about the errors and possible solutions, please read the following articles:
2023-07-17T21:09:13.7719902Z 21:09:13:754 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
2023-07-17T21:09:13.7720242Z 21:09:13:754 [ERROR] 
2023-07-17T21:09:13.7720563Z 21:09:13:754 [ERROR] After correcting the problems, you can resume the build with the command
2023-07-17T21:09:13.7720985Z 21:09:13:754 [ERROR]   mvn <args> -rf :google-cloud-tasks

@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Jul 19, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jul 19, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 19, 2023
@lqiu96 lqiu96 merged commit 9caae4d into main Jul 20, 2023
26 checks passed
@lqiu96 lqiu96 deleted the owl-bot-copy-java-tasks branch July 20, 2023 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants