-
Notifications
You must be signed in to change notification settings - Fork 59
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
Nightly builds are failing due to copyright header update #3512
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Comments
This was referenced Jan 3, 2025
This was referenced Jan 6, 2025
This was referenced Jan 6, 2025
lqiu96
pushed a commit
that referenced
this issue
Feb 20, 2025
Fixes #3512. The copyright year for GAPIC generated files are automatically [set to current year](https://github.com/googleapis/sdk-platform-java/blob/9a65386dfc3146de4f9b36962caae2df0662ac98/gapic-generator-java/src/main/java/com/google/api/generator/gapic/composer/comment/CommentComposer.java#L38). This creates a problem that all the tests are going to automatically fail when new year comes. Updating all the golden files' copyright to 2025 in this PR for now. There are golden test files need to be updated in spring-cloud-gcp as well since it is dependent on the generator. In the future, we need to come up with a better strategy that the tests do not fail automatically, created an issue #3547 to track the future enhancement. --------- Co-authored-by: cloud-java-bot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
The nightly builds are currently failing with the following error:
Example: #3486
Nightly Failures: #3511
The text was updated successfully, but these errors were encountered: