Skip to content

feat: update retries for Notifications#1734

Merged
JesseLovelace merged 6 commits intomainfrom
featnotifretries
Oct 27, 2022
Merged

feat: update retries for Notifications#1734
JesseLovelace merged 6 commits intomainfrom
featnotifretries

Conversation

@JesseLovelace
Copy link
Copy Markdown
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 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
Copy Markdown
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

.setHost(TEST_BENCH.getBaseUri().replaceAll("https?://", ""))
.setTestAllowFilter(
RetryTestCaseResolver.includeAll()
.and(RetryTestCaseResolver.specificMappings(246, 247, 248, 249))
Copy link
Copy Markdown
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 October 26, 2022 22:19
@generated-files-bot
Copy link
Copy Markdown

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.

2 participants