Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

chore(main): release 0.123.3 #770

Merged
merged 6 commits into from
Aug 12, 2022
Merged

Conversation

release-please[bot]
Copy link
Contributor

@release-please release-please bot commented Aug 9, 2022

🤖 I have created a release beep boop

0.123.3 (2022-08-09)

Dependencies

  • update dependency com.google.cloud:google-cloud-shared-dependencies to v3 (#769) (5f2e3c1)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested a review from a team as a code owner August 9, 2022 05:06
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: datalabeling Issues related to the googleapis/java-datalabeling API. labels Aug 9, 2022
Copy link

@yoshi-approver yoshi-approver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamped release!

@yoshi-approver yoshi-approver added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Aug 9, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 9, 2022
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 9, 2022
@suztomo suztomo added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 9, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 9, 2022
@suztomo suztomo added the automerge Merge the pull request once unit tests and other checks pass. label Aug 9, 2022
@suztomo
Copy link
Member

suztomo commented Aug 9, 2022

Integration test failed:

[ERROR] com.google.cloud.datalabeling.v1beta1.it.ITSystemTest.listDatasetsTest  Time elapsed: 0.947 s  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at com.google.cloud.datalabeling.v1beta1.it.ITSystemTest.listDatasetsTest(ITSystemTest.java:122)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 9, 2022
@suztomo suztomo added kokoro:force-run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. labels Aug 11, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 11, 2022
@suztomo
Copy link
Member

suztomo commented Aug 11, 2022

[ERROR] Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.118 s <<< FAILURE! - in com.google.cloud.datalabeling.v1beta1.it.ITSystemTest
[ERROR] com.google.cloud.datalabeling.v1beta1.it.ITSystemTest.listDatasetsTest  Time elapsed: 1.177 s  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<2>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)

@suztomo suztomo added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 11, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 11, 2022
@suztomo suztomo added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 11, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 11, 2022
@suztomo
Copy link
Member

suztomo commented Aug 11, 2022

Kokoro has been failing.

java.lang.AssertionError: expected:<1> but was:<2>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at com.google.cloud.datalabeling.v1beta1.it.ITSystemTest.listDatasetsTest(ITSystemTest.java:122)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

@suztomo
Copy link
Member

suztomo commented Aug 11, 2022

cdpe-cloudai@ Can you take a look into the integration test failure? We cannot release this library and thus cannot include the latest into the Libraries BOM.

@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 11, 2022
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Aug 12, 2022
@yoshi-approver yoshi-approver added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 12, 2022
Copy link

@yoshi-approver yoshi-approver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamped release!

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 12, 2022
@product-auto-label product-auto-label bot added size: s Pull request size is small. and removed size: m Pull request size is medium. labels Aug 12, 2022
Copy link

@yoshi-approver yoshi-approver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamped release!

@yoshi-approver yoshi-approver added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 12, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 12, 2022
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Aug 12, 2022
Copy link

@yoshi-approver yoshi-approver left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamped release!

@yoshi-approver yoshi-approver added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 12, 2022
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Aug 12, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit dc1bcb0 into main Aug 12, 2022
@gcf-merge-on-green gcf-merge-on-green bot deleted the release-please--branches--main branch August 12, 2022 04:12
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 12, 2022
@release-please
Copy link
Contributor Author

@release-tool-publish-reporter

The release build has started, the log can be viewed here. 🌻

@release-tool-publish-reporter

🥚 You hatched a release! The release build finished successfully! 💜

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: datalabeling Issues related to the googleapis/java-datalabeling API. autorelease: published size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants