Skip to content

Conversation

@BenWhitehead
Copy link
Collaborator

test(deps): bump junit-platform.version to 5.9.1

Also removed a dangling bucket deletion in ITNotificationTest which was resulting in an exception at cleanup time.

test(deps): bump junit-platform.version to 5.9.1

Also removed a dangling bucket deletion in ITNotificationTest which was resulting in an exception at cleanup time.
@BenWhitehead BenWhitehead requested review from a team as code owners September 30, 2022 20:40
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: storage Issues related to the googleapis/java-storage API. labels Sep 30, 2022
} finally {
RemoteStorageHelper.forceDelete(
storage, bucketFixture.getBucketInfo().getName(), 5, TimeUnit.SECONDS);
// delete is taken care of by BucketFixture now
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you oging to remove the finally block?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Probably not, because then the code formatter will change all the indentation for the whole test and git-blame me on those lines 😄

@BenWhitehead BenWhitehead merged commit fe4af99 into feat/grpc-storage Oct 3, 2022
@BenWhitehead BenWhitehead deleted the grpc/fix-native-builds branch October 3, 2022 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the googleapis/java-storage API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants