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: update retries for Notifications #1734

Merged
merged 6 commits into from
Oct 27, 2022
Merged

feat: update retries for Notifications #1734

merged 6 commits into from
Oct 27, 2022

Conversation

JesseLovelace
Copy link
Contributor

Adds retry algorithms for notifications to HttpRetryAlgorithmManager.java, edits StorageImpl to use those algorithms, and adds notification retry conformance tests

@JesseLovelace JesseLovelace requested a review from a team as a code owner October 25, 2022 01:19
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: storage Issues related to the googleapis/java-storage API. labels Oct 25, 2022
@BenWhitehead BenWhitehead changed the base branch from feat/grpc-storage to main October 26, 2022 20:13
Copy link
Collaborator

@BenWhitehead BenWhitehead left a comment

Choose a reason for hiding this comment

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

For the dependencies build you'll need to declare the dependency on the pubsub protos module. When you do that, can you also add it to the renovate config[1] as a test dep (so we don't trigger a release when it's bumped)?

[1] https://github.com/googleapis/java-storage/blob/main/renovate.json#L74-L76

@@ -151,6 +151,7 @@ public static Collection<Object[]> testCases() throws IOException {
.setHost(TEST_BENCH.getBaseUri().replaceAll("https?://", ""))
.setTestAllowFilter(
RetryTestCaseResolver.includeAll()
.and(RetryTestCaseResolver.specificMappings(246, 247, 248, 249))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Don't forget to remove this predicate before merging

@JesseLovelace JesseLovelace requested a review from a team as a code owner October 26, 2022 22:19
@generated-files-bot
Copy link

Warning: This pull request is touching the following templated files:

  • renovate.json

@JesseLovelace JesseLovelace merged commit 0fb2f18 into main Oct 27, 2022
@JesseLovelace JesseLovelace deleted the featnotifretries branch October 27, 2022 21:51
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: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants